2022-12-01T10:01:47.3457989Z Requested labels: linux.2xlarge 2022-12-01T10:01:47.3458059Z Job defined at: pytorch/pytorch/.github/workflows/_linux-test.yml@refs/pull/89997/merge 2022-12-01T10:01:47.3458081Z Waiting for a runner to pick up this job... 2022-12-01T10:01:47.6733814Z Job is about to start running on the runner: i-0669395458a5613ff (organization) 2022-12-01T10:01:51.1324445Z Current runner version: '2.299.1' 2022-12-01T10:01:51.1330239Z Runner name: 'i-0669395458a5613ff' 2022-12-01T10:01:51.1330755Z Runner group name: 'Default' 2022-12-01T10:01:51.1331351Z Machine name: 'ip-10-0-2-252' 2022-12-01T10:01:51.1333369Z ##[group]GITHUB_TOKEN Permissions 2022-12-01T10:01:51.1334068Z Actions: read 2022-12-01T10:01:51.1334346Z Checks: read 2022-12-01T10:01:51.1334732Z Contents: read 2022-12-01T10:01:51.1335053Z Deployments: read 2022-12-01T10:01:51.1335337Z Discussions: read 2022-12-01T10:01:51.1335655Z Issues: read 2022-12-01T10:01:51.1335965Z Metadata: read 2022-12-01T10:01:51.1336260Z Packages: read 2022-12-01T10:01:51.1336571Z Pages: read 2022-12-01T10:01:51.1336885Z PullRequests: read 2022-12-01T10:01:51.1337201Z RepositoryProjects: read 2022-12-01T10:01:51.1337558Z SecurityEvents: read 2022-12-01T10:01:51.1337932Z Statuses: read 2022-12-01T10:01:51.1338202Z ##[endgroup] 2022-12-01T10:01:51.1341411Z Secret source: None 2022-12-01T10:01:51.1342108Z Prepare workflow directory 2022-12-01T10:01:51.7690073Z Prepare all required actions 2022-12-01T10:01:51.7856861Z Getting action download info 2022-12-01T10:01:52.0448552Z Download action repository 'pytorch/pytorch@master' (SHA:850b53bbee82fb194af85b566aedee94b96def32) 2022-12-01T10:01:54.6279658Z Download action repository 'pytorch/test-infra@main' (SHA:1f415583bdcd967e33ea8fd05be71ed0bdf19880) 2022-12-01T10:01:54.8284537Z Download action repository 'nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767' (SHA:7d4a37704547a311dbb66ebdf5b23ec19374a767) 2022-12-01T10:01:55.0332511Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2022-12-01T10:01:55.3079740Z Getting action download info 2022-12-01T10:01:55.5155228Z Download action repository 'malfet/checkout@silent-checkout' (SHA:c7b8fef48edfe1bca0044a44b1f7f7c4318a3076) 2022-12-01T10:01:55.6868193Z Uses: pytorch/pytorch/.github/workflows/_linux-test.yml 2022-12-01T10:01:55.6869777Z ##[group] Inputs 2022-12-01T10:01:55.6870075Z build-environment: linux-bionic-py3.7-clang9 2022-12-01T10:01:55.6870779Z 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:55.6871550Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:01:55.6871881Z sync-tag: 2022-12-01T10:01:55.6872056Z ##[endgroup] 2022-12-01T10:01:55.6872502Z Complete job name: linux-bionic-py3.7-clang9 / test (crossref, 1, 2, linux.2xlarge) 2022-12-01T10:01:55.7567225Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-12-01T10:01:55.7567511Z with: 2022-12-01T10:01:55.7567682Z submodules: recursive 2022-12-01T10:01:55.7567875Z fetch-depth: 0 2022-12-01T10:01:55.7568045Z env: 2022-12-01T10:01:55.7568207Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:01:55.7568401Z ##[endgroup] 2022-12-01T10:01:55.7781648Z ##[group]Run retry () { 2022-12-01T10:01:55.7781914Z retry () { 2022-12-01T10:01:55.7782442Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-12-01T10:01:55.7782668Z } 2022-12-01T10:01:55.7782859Z echo "${GITHUB_WORKSPACE}" 2022-12-01T10:01:55.7783070Z if [ -z "${NO_SUDO}" ]; then 2022-12-01T10:01:55.7783316Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-12-01T10:01:55.7783561Z else 2022-12-01T10:01:55.7783749Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-12-01T10:01:55.7783945Z fi 2022-12-01T10:01:55.7784171Z mkdir "${GITHUB_WORKSPACE}" 2022-12-01T10:01:55.7799927Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:01:55.7800163Z env: 2022-12-01T10:01:55.7800350Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:01:55.7800540Z NO_SUDO: 2022-12-01T10:01:55.7800697Z ##[endgroup] 2022-12-01T10:01:55.7974669Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:01:59.8278912Z ##[group]Run malfet/checkout@silent-checkout 2022-12-01T10:01:59.8279169Z with: 2022-12-01T10:01:59.8279371Z ref: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:01:59.8279569Z fetch-depth: 0 2022-12-01T10:01:59.8279750Z submodules: recursive 2022-12-01T10:01:59.8279940Z quiet-checkout: true 2022-12-01T10:01:59.8280128Z repository: pytorch/pytorch 2022-12-01T10:01:59.8280502Z token: *** 2022-12-01T10:01:59.8280675Z ssh-strict: true 2022-12-01T10:01:59.8280870Z persist-credentials: true 2022-12-01T10:01:59.8281049Z clean: true 2022-12-01T10:01:59.8281218Z lfs: false 2022-12-01T10:01:59.8281407Z set-safe-directory: true 2022-12-01T10:01:59.8281572Z env: 2022-12-01T10:01:59.8281745Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:01:59.8281928Z ##[endgroup] 2022-12-01T10:01:59.9459416Z Syncing repository: pytorch/pytorch 2022-12-01T10:01:59.9460783Z ##[group]Getting Git version info 2022-12-01T10:01:59.9461240Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-12-01T10:01:59.9461685Z [command]/usr/bin/git version 2022-12-01T10:01:59.9461879Z git version 2.37.1 2022-12-01T10:01:59.9462553Z ##[endgroup] 2022-12-01T10:01:59.9474072Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/412ea15c-feb8-4ac8-aef6-9d01f0b37b10' before making global git config changes 2022-12-01T10:01:59.9474490Z Adding repository directory to the temporary git global config as a safe directory 2022-12-01T10:01:59.9474956Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:01:59.9500120Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-12-01T10:01:59.9504286Z ##[group]Initializing the repository 2022-12-01T10:01:59.9506856Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:01:59.9623861Z hint: Using 'master' as the name for the initial branch. This default branch name 2022-12-01T10:01:59.9624351Z hint: is subject to change. To configure the initial branch name to use in all 2022-12-01T10:01:59.9624847Z hint: of your new repositories, which will suppress this warning, call: 2022-12-01T10:01:59.9625175Z hint: 2022-12-01T10:01:59.9625579Z hint: git config --global init.defaultBranch 2022-12-01T10:01:59.9625935Z hint: 2022-12-01T10:01:59.9626449Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2022-12-01T10:01:59.9628585Z hint: 'development'. The just-created branch can be renamed via this command: 2022-12-01T10:01:59.9629050Z hint: 2022-12-01T10:01:59.9629601Z hint: git branch -m 2022-12-01T10:01:59.9630269Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2022-12-01T10:01:59.9636096Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2022-12-01T10:01:59.9667144Z ##[endgroup] 2022-12-01T10:01:59.9667797Z ##[group]Disabling automatic garbage collection 2022-12-01T10:01:59.9671178Z [command]/usr/bin/git config --local gc.auto 0 2022-12-01T10:01:59.9697273Z ##[endgroup] 2022-12-01T10:01:59.9697818Z ##[group]Setting up auth 2022-12-01T10:01:59.9704819Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-12-01T10:01:59.9733602Z [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:01:59.9971200Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-12-01T10:02:00.0002509Z [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.0246647Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-12-01T10:02:00.0292266Z ##[endgroup] 2022-12-01T10:02:00.0298947Z ##[group]Fetching the repository 2022-12-01T10:02:00.0299869Z [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:49.7350139Z [command]/usr/bin/git rev-parse --verify --quiet c13d400bffe90e16b96520bbc8a41a6f0c9cd584^{object} 2022-12-01T10:02:49.7387017Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --quiet --no-recurse-submodules origin c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:02:50.9394227Z ##[endgroup] 2022-12-01T10:02:50.9394661Z ##[group]Determining the checkout info 2022-12-01T10:02:50.9395498Z ##[endgroup] 2022-12-01T10:02:50.9395827Z ##[group]Checking out the ref 2022-12-01T10:02:50.9399316Z [command]/usr/bin/git checkout --quiet --force c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:02:52.1771789Z ##[endgroup] 2022-12-01T10:02:52.1772208Z ##[group]Setting up auth for fetching submodules 2022-12-01T10:02:52.1776274Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-12-01T10:02:52.1827055Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2022-12-01T10:02:52.1855427Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2022-12-01T10:02:52.1883169Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-12-01T10:02:52.1907283Z ##[endgroup] 2022-12-01T10:02:52.1907813Z ##[group]Fetching submodules 2022-12-01T10:02:52.1911018Z [command]/usr/bin/git submodule sync --recursive 2022-12-01T10:02:52.2166688Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2022-12-01T10:02:52.2415889Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-12-01T10:02:52.2416873Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-12-01T10:02:52.2417967Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-12-01T10:02:52.2420493Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-12-01T10:02:52.2424380Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-12-01T10:02:52.2426841Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2022-12-01T10:02:52.2429243Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-12-01T10:02:52.2432070Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-12-01T10:02:52.2435003Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-12-01T10:02:52.2438045Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-12-01T10:02:52.2441358Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-12-01T10:02:52.2444452Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2022-12-01T10:02:52.2447729Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-12-01T10:02:52.2451275Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-12-01T10:02:52.2454916Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-12-01T10:02:52.2458452Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-12-01T10:02:52.2462340Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-12-01T10:02:52.2466316Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:02:52.2470112Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-12-01T10:02:52.2474357Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-12-01T10:02:52.2478277Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-12-01T10:02:52.2482676Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-12-01T10:02:52.2486970Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-12-01T10:02:52.2491584Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-12-01T10:02:52.2496140Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-12-01T10:02:52.2500835Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-12-01T10:02:52.2505960Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-12-01T10:02:52.2510634Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-12-01T10:02:52.2515681Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-12-01T10:02:52.2520731Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-12-01T10:02:52.2526011Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-12-01T10:02:52.2531522Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-12-01T10:02:52.2537254Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-12-01T10:02:52.2543405Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-12-01T10:02:52.2549716Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-12-01T10:02:52.2555406Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-12-01T10:02:52.2561219Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-12-01T10:02:52.2567079Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-12-01T10:02:52.2573246Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-12-01T10:02:52.2579533Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-12-01T10:02:52.2586450Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-12-01T10:02:52.2612511Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-12-01T10:02:52.5255610Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2022-12-01T10:02:52.7458578Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-12-01T10:02:52.9456431Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-12-01T10:02:53.2300702Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-12-01T10:02:53.4990472Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2022-12-01T10:02:55.6806876Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-12-01T10:03:01.5588348Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-12-01T10:03:02.2216715Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-12-01T10:03:03.1895337Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2022-12-01T10:03:04.9042170Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-12-01T10:03:06.1618542Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2022-12-01T10:03:07.4996665Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2022-12-01T10:03:13.2420375Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-12-01T10:03:14.0734365Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-12-01T10:03:15.2245315Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2022-12-01T10:03:16.4021019Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2022-12-01T10:03:16.6310720Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-12-01T10:03:17.1318798Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2022-12-01T10:03:17.4605594Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2022-12-01T10:03:18.5188651Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2022-12-01T10:03:18.9608853Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-12-01T10:03:19.1827638Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2022-12-01T10:03:19.4724910Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2022-12-01T10:03:20.8858761Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-12-01T10:03:21.5101744Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-12-01T10:03:21.8894862Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2022-12-01T10:03:27.8367020Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2022-12-01T10:03:29.4902631Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-12-01T10:03:29.9240377Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-12-01T10:03:30.1820955Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-12-01T10:03:35.4564898Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2022-12-01T10:03:35.6990694Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-12-01T10:03:35.9262324Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-12-01T10:03:36.7843255Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-12-01T10:03:37.0103719Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-12-01T10:03:37.3432592Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2022-12-01T10:03:37.6260624Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2022-12-01T10:03:38.2163365Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2022-12-01T10:03:40.3306015Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-12-01T10:03:40.8401389Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2022-12-01T10:03:42.9384805Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-12-01T10:03:42.9475977Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-12-01T10:03:42.9547920Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-12-01T10:03:42.9747181Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-12-01T10:03:42.9944473Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-12-01T10:03:43.0260492Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2022-12-01T10:03:43.5762484Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-12-01T10:03:43.5950892Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-12-01T10:03:43.6854994Z Submodule path 'third_party/cpuinfo': checked out '8ec7bd91ad0470e61cf38f618cc1f270dede599c' 2022-12-01T10:03:43.7165164Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-12-01T10:03:43.9808927Z Submodule path 'third_party/cudnn_frontend': checked out '171a7a986f7fbd9ed71bd0cf3c7ad4f55843d6b3' 2022-12-01T10:03:44.3566786Z Submodule path 'third_party/cutlass': checked out 'b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a' 2022-12-01T10:03:44.5797798Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-12-01T10:03:44.6215439Z Submodule path 'third_party/fbgemm': checked out '0d98c261561524cce92e37fe307ea6596664309a' 2022-12-01T10:03:44.6229955Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:03:44.6231426Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:03:44.6233530Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:03:44.6235844Z 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:44.6258786Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-12-01T10:03:45.6292043Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-12-01T10:03:46.1756740Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-12-01T10:03:47.2404060Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-12-01T10:03:47.5755911Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-12-01T10:03:47.6684997Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-12-01T10:03:47.7225363Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-12-01T10:03:47.7317959Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-12-01T10:03:47.8092419Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-12-01T10:03:47.8421993Z Submodule path 'third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2022-12-01T10:03:47.8502442Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-12-01T10:03:47.8868843Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-12-01T10:03:47.9085501Z Submodule path 'third_party/gloo': checked out '5b143513263133af2b95547e97c07cebeb72bf72' 2022-12-01T10:03:47.9513755Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-12-01T10:03:47.9618480Z Submodule path 'third_party/ideep': checked out '77d662b313a762e82b389d3fd965e0098f12cd99' 2022-12-01T10:03:47.9630592Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-12-01T10:03:47.9651327Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-12-01T10:03:56.9640976Z Submodule path 'third_party/ideep/mkl-dnn': checked out '888a87a954e4fddb4d81fd10858eb834f2441b46' 2022-12-01T10:03:56.9656005Z 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:03:56.9678765Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-12-01T10:04:04.8724905Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '52b5f107dd9cf10910aaa19cb47f3abf9b349815' 2022-12-01T10:04:04.8815483Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-12-01T10:04:04.8943240Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-12-01T10:04:04.9802966Z Submodule path 'third_party/kineto': checked out '0703c78999061b8329dfab7ec5046fc5764a5573' 2022-12-01T10:04:04.9816653Z 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:04.9818838Z 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:04.9841392Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-12-01T10:04:06.1946367Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-12-01T10:04:07.3040602Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-12-01T10:04:07.3544424Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-12-01T10:04:07.3730060Z Submodule path 'third_party/nccl/nccl': checked out 'f89fd4777d2ef9229c039ff750ae21da01626f52' 2022-12-01T10:04:07.3856663Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-12-01T10:04:07.4828623Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-12-01T10:04:07.7049502Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-12-01T10:04:07.7073489Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-12-01T10:04:07.7075291Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-12-01T10:04:07.7098018Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-12-01T10:04:08.1089580Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-12-01T10:04:08.9069840Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-12-01T10:04:08.9349717Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-12-01T10:04:08.9483990Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-12-01T10:04:08.9496802Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:04:08.9517868Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-12-01T10:04:11.6944256Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-12-01T10:04:11.6963164Z 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:11.6965086Z 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:11.6988277Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-12-01T10:04:12.0872658Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-12-01T10:04:12.9029593Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-12-01T10:04:12.9619854Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-12-01T10:04:12.9632695Z 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:12.9653403Z 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:13.1947869Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-12-01T10:04:13.2027352Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-12-01T10:04:13.4372883Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-12-01T10:04:13.4390460Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:04:13.4392882Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-12-01T10:04:13.4415628Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-12-01T10:04:13.8999330Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-12-01T10:04:15.0215125Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-12-01T10:04:15.0836415Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-12-01T10:04:15.0911775Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-12-01T10:04:15.1005388Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-12-01T10:04:15.1304795Z Submodule path 'third_party/pybind11': checked out 'aa304c9c7d725ffb9d10af08a3b34cb372307020' 2022-12-01T10:04:15.1381017Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-12-01T10:04:15.1632647Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-12-01T10:04:15.1714626Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-12-01T10:04:15.2104339Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-12-01T10:04:15.3078708Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-12-01T10:04:15.3311726Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-12-01T10:04:15.3324173Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:04:15.3326135Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:04:15.3328408Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:04:15.3330888Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:04:15.3352479Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-12-01T10:04:16.4674266Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-12-01T10:04:16.8611590Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-12-01T10:04:18.4925915Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-12-01T10:04:19.4643960Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-12-01T10:04:19.4772722Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-12-01T10:04:19.5355689Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-12-01T10:04:19.5602235Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-12-01T10:04:19.5613708Z 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:19.5634499Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-12-01T10:04:19.8610337Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-12-01T10:04:19.9811966Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-12-01T10:04:19.9837037Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2022-12-01T10:04:20.0089396Z Entering 'android/libs/fbjni' 2022-12-01T10:04:20.0123278Z Entering 'third_party/FP16' 2022-12-01T10:04:20.0157477Z Entering 'third_party/FXdiv' 2022-12-01T10:04:20.0191128Z Entering 'third_party/NNPACK' 2022-12-01T10:04:20.0225814Z Entering 'third_party/QNNPACK' 2022-12-01T10:04:20.0259437Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:04:20.0293432Z Entering 'third_party/XNNPACK' 2022-12-01T10:04:20.0336529Z Entering 'third_party/benchmark' 2022-12-01T10:04:20.0369560Z Entering 'third_party/cpuinfo' 2022-12-01T10:04:20.0403309Z Entering 'third_party/cub' 2022-12-01T10:04:20.0436410Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:04:20.0474083Z Entering 'third_party/cutlass' 2022-12-01T10:04:20.0513403Z Entering 'third_party/eigen' 2022-12-01T10:04:20.0548803Z Entering 'third_party/fbgemm' 2022-12-01T10:04:20.0582023Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:04:20.0614443Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:04:20.0646852Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:04:20.0679703Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:04:20.0713551Z Entering 'third_party/flatbuffers' 2022-12-01T10:04:20.0748741Z Entering 'third_party/fmt' 2022-12-01T10:04:20.0780883Z Entering 'third_party/foxi' 2022-12-01T10:04:20.0813348Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:04:20.0848192Z Entering 'third_party/gloo' 2022-12-01T10:04:20.0881238Z Entering 'third_party/googletest' 2022-12-01T10:04:20.0914620Z Entering 'third_party/ideep' 2022-12-01T10:04:20.0947506Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:04:20.0981462Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:04:20.1019287Z Entering 'third_party/ios-cmake' 2022-12-01T10:04:20.1052041Z Entering 'third_party/ittapi' 2022-12-01T10:04:20.1084748Z Entering 'third_party/kineto' 2022-12-01T10:04:20.1117734Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:04:20.1149565Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:04:20.1182775Z Entering 'third_party/nccl/nccl' 2022-12-01T10:04:20.1215156Z Entering 'third_party/neon2sse' 2022-12-01T10:04:20.1248012Z Entering 'third_party/nlohmann' 2022-12-01T10:04:20.1281544Z Entering 'third_party/onnx' 2022-12-01T10:04:20.1324546Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:04:20.1357971Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:04:20.1391311Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:04:20.1423932Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:04:20.1459482Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:04:20.1492927Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:04:20.1525363Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:04:20.1561458Z Entering 'third_party/pocketfft' 2022-12-01T10:04:20.1593681Z Entering 'third_party/protobuf' 2022-12-01T10:04:20.1630005Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:04:20.1662496Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:04:20.1696331Z Entering 'third_party/psimd' 2022-12-01T10:04:20.1729232Z Entering 'third_party/pthreadpool' 2022-12-01T10:04:20.1761712Z Entering 'third_party/pybind11' 2022-12-01T10:04:20.1794861Z Entering 'third_party/python-enum' 2022-12-01T10:04:20.1828176Z Entering 'third_party/python-peachpy' 2022-12-01T10:04:20.1860520Z Entering 'third_party/python-six' 2022-12-01T10:04:20.1893786Z Entering 'third_party/sleef' 2022-12-01T10:04:20.1928507Z Entering 'third_party/tbb' 2022-12-01T10:04:20.1962492Z Entering 'third_party/tensorpipe' 2022-12-01T10:04:20.1995776Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:04:20.2028672Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:04:20.2060540Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:04:20.2092812Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:04:20.2124942Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:04:20.2160246Z Entering 'third_party/zstd' 2022-12-01T10:04:20.2201164Z ##[endgroup] 2022-12-01T10:04:20.2201780Z ##[group]Persisting credentials for submodules 2022-12-01T10:04:20.2207996Z [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:20.2457484Z Entering 'android/libs/fbjni' 2022-12-01T10:04:20.2491427Z Entering 'third_party/FP16' 2022-12-01T10:04:20.2524557Z Entering 'third_party/FXdiv' 2022-12-01T10:04:20.2557234Z Entering 'third_party/NNPACK' 2022-12-01T10:04:20.2590799Z Entering 'third_party/QNNPACK' 2022-12-01T10:04:20.2623832Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:04:20.2656192Z Entering 'third_party/XNNPACK' 2022-12-01T10:04:20.2698810Z Entering 'third_party/benchmark' 2022-12-01T10:04:20.2731564Z Entering 'third_party/cpuinfo' 2022-12-01T10:04:20.2764779Z Entering 'third_party/cub' 2022-12-01T10:04:20.2797704Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:04:20.2834495Z Entering 'third_party/cutlass' 2022-12-01T10:04:20.2872577Z Entering 'third_party/eigen' 2022-12-01T10:04:20.2907580Z Entering 'third_party/fbgemm' 2022-12-01T10:04:20.2939723Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:04:20.2970846Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:04:20.3002732Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:04:20.3035620Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:04:20.3068124Z Entering 'third_party/flatbuffers' 2022-12-01T10:04:20.3101457Z Entering 'third_party/fmt' 2022-12-01T10:04:20.3133829Z Entering 'third_party/foxi' 2022-12-01T10:04:20.3165818Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:04:20.3198246Z Entering 'third_party/gloo' 2022-12-01T10:04:20.3230822Z Entering 'third_party/googletest' 2022-12-01T10:04:20.3262676Z Entering 'third_party/ideep' 2022-12-01T10:04:20.3293710Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:04:20.3327468Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:04:20.3365077Z Entering 'third_party/ios-cmake' 2022-12-01T10:04:20.3398498Z Entering 'third_party/ittapi' 2022-12-01T10:04:20.3430983Z Entering 'third_party/kineto' 2022-12-01T10:04:20.3463362Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:04:20.3496084Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:04:20.3530020Z Entering 'third_party/nccl/nccl' 2022-12-01T10:04:20.3562644Z Entering 'third_party/neon2sse' 2022-12-01T10:04:20.3594379Z Entering 'third_party/nlohmann' 2022-12-01T10:04:20.3627996Z Entering 'third_party/onnx' 2022-12-01T10:04:20.3671488Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:04:20.3703030Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:04:20.3736337Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:04:20.3768658Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:04:20.3804922Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:04:20.3837258Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:04:20.3870589Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:04:20.3905922Z Entering 'third_party/pocketfft' 2022-12-01T10:04:20.3938123Z Entering 'third_party/protobuf' 2022-12-01T10:04:20.3973770Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:04:20.4005414Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:04:20.4038761Z Entering 'third_party/psimd' 2022-12-01T10:04:20.4070452Z Entering 'third_party/pthreadpool' 2022-12-01T10:04:20.4102925Z Entering 'third_party/pybind11' 2022-12-01T10:04:20.4134979Z Entering 'third_party/python-enum' 2022-12-01T10:04:20.4167687Z Entering 'third_party/python-peachpy' 2022-12-01T10:04:20.4199702Z Entering 'third_party/python-six' 2022-12-01T10:04:20.4231072Z Entering 'third_party/sleef' 2022-12-01T10:04:20.4264341Z Entering 'third_party/tbb' 2022-12-01T10:04:20.4297993Z Entering 'third_party/tensorpipe' 2022-12-01T10:04:20.4330354Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:04:20.4361912Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:04:20.4393203Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:04:20.4425186Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:04:20.4455674Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:04:20.4489590Z Entering 'third_party/zstd' 2022-12-01T10:04:20.4531788Z [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:20.4775198Z Entering 'android/libs/fbjni' 2022-12-01T10:04:20.4805858Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-12-01T10:04:20.4818540Z Entering 'third_party/FP16' 2022-12-01T10:04:20.4849447Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-12-01T10:04:20.4862508Z Entering 'third_party/FXdiv' 2022-12-01T10:04:20.4893224Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-12-01T10:04:20.4906486Z Entering 'third_party/NNPACK' 2022-12-01T10:04:20.4936645Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-12-01T10:04:20.4950526Z Entering 'third_party/QNNPACK' 2022-12-01T10:04:20.4980913Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-12-01T10:04:20.4993970Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:04:20.5025032Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2022-12-01T10:04:20.5038404Z Entering 'third_party/XNNPACK' 2022-12-01T10:04:20.5069476Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-12-01T10:04:20.5092668Z Entering 'third_party/benchmark' 2022-12-01T10:04:20.5123152Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-12-01T10:04:20.5136961Z Entering 'third_party/cpuinfo' 2022-12-01T10:04:20.5167442Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-12-01T10:04:20.5182002Z Entering 'third_party/cub' 2022-12-01T10:04:20.5212169Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-12-01T10:04:20.5226409Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:04:20.5256690Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-12-01T10:04:20.5274600Z Entering 'third_party/cutlass' 2022-12-01T10:04:20.5305684Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2022-12-01T10:04:20.5324802Z Entering 'third_party/eigen' 2022-12-01T10:04:20.5355530Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-12-01T10:04:20.5370728Z Entering 'third_party/fbgemm' 2022-12-01T10:04:20.5402036Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-12-01T10:04:20.5415907Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:04:20.5445262Z 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:20.5458363Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:04:20.5487839Z 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:20.5501318Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:04:20.5531115Z 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:20.5544248Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:04:20.5573918Z 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:20.5587960Z Entering 'third_party/flatbuffers' 2022-12-01T10:04:20.5617880Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-12-01T10:04:20.5633956Z Entering 'third_party/fmt' 2022-12-01T10:04:20.5663573Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-12-01T10:04:20.5676986Z Entering 'third_party/foxi' 2022-12-01T10:04:20.5707441Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-12-01T10:04:20.5720727Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:04:20.5751317Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-12-01T10:04:20.5764837Z Entering 'third_party/gloo' 2022-12-01T10:04:20.5795085Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-12-01T10:04:20.5808843Z Entering 'third_party/googletest' 2022-12-01T10:04:20.5838898Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-12-01T10:04:20.5853028Z Entering 'third_party/ideep' 2022-12-01T10:04:20.5883869Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-12-01T10:04:20.5896733Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:04:20.5926187Z 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:20.5940581Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:04:20.5970216Z 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:20.5989375Z Entering 'third_party/ios-cmake' 2022-12-01T10:04:20.6018582Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-12-01T10:04:20.6032930Z Entering 'third_party/ittapi' 2022-12-01T10:04:20.6062564Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-12-01T10:04:20.6075715Z Entering 'third_party/kineto' 2022-12-01T10:04:20.6106987Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-12-01T10:04:20.6120096Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:04:20.6150639Z 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:20.6163758Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:04:20.6193615Z 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:20.6208217Z Entering 'third_party/nccl/nccl' 2022-12-01T10:04:20.6239842Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-12-01T10:04:20.6253436Z Entering 'third_party/neon2sse' 2022-12-01T10:04:20.6283664Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-12-01T10:04:20.6297102Z Entering 'third_party/nlohmann' 2022-12-01T10:04:20.6326669Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-12-01T10:04:20.6341461Z Entering 'third_party/onnx' 2022-12-01T10:04:20.6371797Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-12-01T10:04:20.6395827Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:04:20.6425600Z 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:20.6439005Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:04:20.6469356Z 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:20.6484533Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:04:20.6514145Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-12-01T10:04:20.6526657Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:04:20.6557036Z 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:20.6573822Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:04:20.6604740Z 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:20.6618053Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:04:20.6648618Z 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:20.6661674Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:04:20.6693084Z 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:20.6709813Z Entering 'third_party/pocketfft' 2022-12-01T10:04:20.6739702Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-12-01T10:04:20.6753251Z Entering 'third_party/protobuf' 2022-12-01T10:04:20.6783460Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-12-01T10:04:20.6799140Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:04:20.6829392Z 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:20.6841981Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:04:20.6871974Z 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:20.6886330Z Entering 'third_party/psimd' 2022-12-01T10:04:20.6916144Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-12-01T10:04:20.6929171Z Entering 'third_party/pthreadpool' 2022-12-01T10:04:20.6960185Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-12-01T10:04:20.6973471Z Entering 'third_party/pybind11' 2022-12-01T10:04:20.7003557Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-12-01T10:04:20.7017256Z Entering 'third_party/python-enum' 2022-12-01T10:04:20.7047458Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-12-01T10:04:20.7061120Z Entering 'third_party/python-peachpy' 2022-12-01T10:04:20.7091798Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-12-01T10:04:20.7105274Z Entering 'third_party/python-six' 2022-12-01T10:04:20.7134928Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-12-01T10:04:20.7148296Z Entering 'third_party/sleef' 2022-12-01T10:04:20.7179087Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-12-01T10:04:20.7192470Z Entering 'third_party/tbb' 2022-12-01T10:04:20.7222603Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-12-01T10:04:20.7237093Z Entering 'third_party/tensorpipe' 2022-12-01T10:04:20.7267470Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-12-01T10:04:20.7281307Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:04:20.7312522Z 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:20.7325900Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:04:20.7355579Z 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:20.7368804Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:04:20.7398174Z 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:20.7411717Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:04:20.7441970Z 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:20.7454572Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:04:20.7484491Z 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:20.7499943Z Entering 'third_party/zstd' 2022-12-01T10:04:20.7532436Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-12-01T10:04:20.8368170Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2022-12-01T10:04:20.8617257Z Entering 'android/libs/fbjni' 2022-12-01T10:04:20.8650876Z Entering 'third_party/FP16' 2022-12-01T10:04:20.8684331Z Entering 'third_party/FXdiv' 2022-12-01T10:04:20.8716933Z Entering 'third_party/NNPACK' 2022-12-01T10:04:20.8750389Z Entering 'third_party/QNNPACK' 2022-12-01T10:04:20.8784342Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:04:20.8817112Z Entering 'third_party/XNNPACK' 2022-12-01T10:04:20.8860064Z Entering 'third_party/benchmark' 2022-12-01T10:04:20.8893281Z Entering 'third_party/cpuinfo' 2022-12-01T10:04:20.8927424Z Entering 'third_party/cub' 2022-12-01T10:04:20.8992636Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:04:20.9030985Z Entering 'third_party/cutlass' 2022-12-01T10:04:20.9069973Z Entering 'third_party/eigen' 2022-12-01T10:04:20.9105312Z Entering 'third_party/fbgemm' 2022-12-01T10:04:20.9138370Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:04:20.9171576Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:04:20.9204175Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:04:20.9236717Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:04:20.9269994Z Entering 'third_party/flatbuffers' 2022-12-01T10:04:20.9306202Z Entering 'third_party/fmt' 2022-12-01T10:04:20.9338710Z Entering 'third_party/foxi' 2022-12-01T10:04:20.9371455Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:04:20.9405320Z Entering 'third_party/gloo' 2022-12-01T10:04:20.9438128Z Entering 'third_party/googletest' 2022-12-01T10:04:20.9471596Z Entering 'third_party/ideep' 2022-12-01T10:04:20.9504033Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:04:20.9538865Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:04:20.9578564Z Entering 'third_party/ios-cmake' 2022-12-01T10:04:20.9611774Z Entering 'third_party/ittapi' 2022-12-01T10:04:20.9644408Z Entering 'third_party/kineto' 2022-12-01T10:04:20.9678963Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:04:20.9711882Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:04:20.9745291Z Entering 'third_party/nccl/nccl' 2022-12-01T10:04:20.9777878Z Entering 'third_party/neon2sse' 2022-12-01T10:04:20.9810378Z Entering 'third_party/nlohmann' 2022-12-01T10:04:20.9845321Z Entering 'third_party/onnx' 2022-12-01T10:04:20.9889288Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:04:20.9922259Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:04:20.9956172Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:04:20.9988937Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:04:21.0025312Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:04:21.0057327Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:04:21.0089530Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:04:21.0125742Z Entering 'third_party/pocketfft' 2022-12-01T10:04:21.0158724Z Entering 'third_party/protobuf' 2022-12-01T10:04:21.0194762Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:04:21.0227224Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:04:21.0260705Z Entering 'third_party/psimd' 2022-12-01T10:04:21.0294200Z Entering 'third_party/pthreadpool' 2022-12-01T10:04:21.0326368Z Entering 'third_party/pybind11' 2022-12-01T10:04:21.0359090Z Entering 'third_party/python-enum' 2022-12-01T10:04:21.0392196Z Entering 'third_party/python-peachpy' 2022-12-01T10:04:21.0425153Z Entering 'third_party/python-six' 2022-12-01T10:04:21.0456954Z Entering 'third_party/sleef' 2022-12-01T10:04:21.0489375Z Entering 'third_party/tbb' 2022-12-01T10:04:21.0523069Z Entering 'third_party/tensorpipe' 2022-12-01T10:04:21.0556323Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:04:21.0588593Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:04:21.0620524Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:04:21.0652824Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:04:21.0684225Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:04:21.0718835Z Entering 'third_party/zstd' 2022-12-01T10:04:21.0761371Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2022-12-01T10:04:21.1001994Z Entering 'android/libs/fbjni' 2022-12-01T10:04:21.1034619Z Entering 'third_party/FP16' 2022-12-01T10:04:21.1069018Z Entering 'third_party/FXdiv' 2022-12-01T10:04:21.1101763Z Entering 'third_party/NNPACK' 2022-12-01T10:04:21.1135133Z Entering 'third_party/QNNPACK' 2022-12-01T10:04:21.1168199Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:04:21.1202272Z Entering 'third_party/XNNPACK' 2022-12-01T10:04:21.1243831Z Entering 'third_party/benchmark' 2022-12-01T10:04:21.1277299Z Entering 'third_party/cpuinfo' 2022-12-01T10:04:21.1310379Z Entering 'third_party/cub' 2022-12-01T10:04:21.1343336Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:04:21.1379962Z Entering 'third_party/cutlass' 2022-12-01T10:04:21.1418196Z Entering 'third_party/eigen' 2022-12-01T10:04:21.1454524Z Entering 'third_party/fbgemm' 2022-12-01T10:04:21.1487203Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:04:21.1519200Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:04:21.1551604Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:04:21.1584370Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:04:21.1618389Z Entering 'third_party/flatbuffers' 2022-12-01T10:04:21.1654181Z Entering 'third_party/fmt' 2022-12-01T10:04:21.1686798Z Entering 'third_party/foxi' 2022-12-01T10:04:21.1720361Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:04:21.1752790Z Entering 'third_party/gloo' 2022-12-01T10:04:21.1785985Z Entering 'third_party/googletest' 2022-12-01T10:04:21.1818472Z Entering 'third_party/ideep' 2022-12-01T10:04:21.1850865Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:04:21.1884998Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:04:21.1922661Z Entering 'third_party/ios-cmake' 2022-12-01T10:04:21.1954840Z Entering 'third_party/ittapi' 2022-12-01T10:04:21.1987837Z Entering 'third_party/kineto' 2022-12-01T10:04:21.2020636Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:04:21.2052546Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:04:21.2087211Z Entering 'third_party/nccl/nccl' 2022-12-01T10:04:21.2119711Z Entering 'third_party/neon2sse' 2022-12-01T10:04:21.2152073Z Entering 'third_party/nlohmann' 2022-12-01T10:04:21.2186444Z Entering 'third_party/onnx' 2022-12-01T10:04:21.2229076Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:04:21.2261943Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:04:21.2296106Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:04:21.2328548Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:04:21.2366417Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:04:21.2398633Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:04:21.2430863Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:04:21.2467337Z Entering 'third_party/pocketfft' 2022-12-01T10:04:21.2499610Z Entering 'third_party/protobuf' 2022-12-01T10:04:21.2535478Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:04:21.2567077Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:04:21.2601230Z Entering 'third_party/psimd' 2022-12-01T10:04:21.2633518Z Entering 'third_party/pthreadpool' 2022-12-01T10:04:21.2666399Z Entering 'third_party/pybind11' 2022-12-01T10:04:21.2699159Z Entering 'third_party/python-enum' 2022-12-01T10:04:21.2731487Z Entering 'third_party/python-peachpy' 2022-12-01T10:04:21.2765251Z Entering 'third_party/python-six' 2022-12-01T10:04:21.2797898Z Entering 'third_party/sleef' 2022-12-01T10:04:21.2831053Z Entering 'third_party/tbb' 2022-12-01T10:04:21.2865757Z Entering 'third_party/tensorpipe' 2022-12-01T10:04:21.2898339Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:04:21.2930727Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:04:21.2963622Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:04:21.2996042Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:04:21.3028786Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:04:21.3064392Z Entering 'third_party/zstd' 2022-12-01T10:04:21.3103562Z ##[endgroup] 2022-12-01T10:04:21.3139543Z [command]/usr/bin/git log -1 --format='%H' 2022-12-01T10:04:21.3164610Z 'c13d400bffe90e16b96520bbc8a41a6f0c9cd584' 2022-12-01T10:04:21.3290042Z Prepare all required actions 2022-12-01T10:04:21.3315509Z ##[group]Run ./.github/actions/setup-linux 2022-12-01T10:04:21.3315695Z env: 2022-12-01T10:04:21.3315869Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:21.3316054Z ##[endgroup] 2022-12-01T10:04:21.3330594Z ##[group]Run set -euo pipefail 2022-12-01T10:04:21.3330821Z set -euo pipefail 2022-12-01T10:04:21.3331029Z function get_ec2_metadata() { 2022-12-01T10:04:21.3331280Z  # Pulled from instance metadata endpoint for EC2 2022-12-01T10:04:21.3331621Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-12-01T10:04:21.3331921Z  category=$1 2022-12-01T10:04:21.3332164Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-12-01T10:04:21.3332393Z } 2022-12-01T10:04:21.3332583Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-12-01T10:04:21.3332868Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-12-01T10:04:21.3333234Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-12-01T10:04:21.3333468Z echo "system info $(uname -a)" 2022-12-01T10:04:21.3345498Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:04:21.3345714Z env: 2022-12-01T10:04:21.3345875Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:21.3346063Z ##[endgroup] 2022-12-01T10:04:21.3418210Z ami-id: ami-096198a0bccc6bad4 2022-12-01T10:04:21.3465460Z instance-id: i-0669395458a5613ff 2022-12-01T10:04:21.3509918Z instance-type: c5.2xlarge 2022-12-01T10:04:21.3516032Z system info Linux ip-10-0-2-252.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:21.3531371Z ##[group]Run if systemctl is-active --quiet docker; then 2022-12-01T10:04:21.3531655Z if systemctl is-active --quiet docker; then 2022-12-01T10:04:21.3531902Z  echo "Docker daemon is running..."; 2022-12-01T10:04:21.3532109Z else 2022-12-01T10:04:21.3532344Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2022-12-01T10:04:21.3532573Z fi 2022-12-01T10:04:21.3543370Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:04:21.3543587Z env: 2022-12-01T10:04:21.3543764Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:21.3543938Z ##[endgroup] 2022-12-01T10:04:21.3657890Z Docker daemon is running... 2022-12-01T10:04:21.3673608Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-12-01T10:04:21.3673959Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-12-01T10:04:21.3674248Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-12-01T10:04:21.3674629Z retry aws ecr get-login*** "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2022-12-01T10:04:21.3674981Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2022-12-01T10:04:21.3685135Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:04:21.3685352Z env: 2022-12-01T10:04:21.3685524Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:21.3685709Z AWS_RETRY_MODE: standard 2022-12-01T10:04:21.3685897Z AWS_MAX_ATTEMPTS: 5 2022-12-01T10:04:21.3686094Z AWS_DEFAULT_REGION: us-east-1 2022-12-01T10:04:21.3686267Z ##[endgroup] 2022-12-01T10:04:22.1539882Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2022-12-01T10:04:22.1540392Z Configure a credential helper to remove this warning. See 2022-12-01T10:04:22.1540953Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2022-12-01T10:04:22.1541276Z 2022-12-01T10:04:22.1541390Z Login Succeeded 2022-12-01T10:04:22.1570346Z ##[group]Run env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-12-01T10:04:22.1570665Z env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-12-01T10:04:22.1571011Z env | grep '^CI' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-12-01T10:04:22.1582349Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:04:22.1582574Z env: 2022-12-01T10:04:22.1582748Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:22.1582923Z ##[endgroup] 2022-12-01T10:04:22.1655687Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2022-12-01T10:04:22.1655961Z with: 2022-12-01T10:04:22.1656351Z github-secret: *** 2022-12-01T10:04:22.1656557Z activate-with-label: false 2022-12-01T10:04:22.1656741Z label: with-ssh 2022-12-01T10:04:22.1656935Z remove-existing-keys: true 2022-12-01T10:04:22.1657121Z env: 2022-12-01T10:04:22.1657280Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:22.1657464Z ##[endgroup] 2022-12-01T10:04:22.5639520Z Grabbing public ssh keys from https://github.com/charlie-wt.keys 2022-12-01T10:04:22.6664414Z ~/.ssh/authorized_keys file found on node, removing ~/.ssh and starting fresh 2022-12-01T10:04:22.6677580Z Public keys pulled and installed to /home/ec2-user/.ssh/authorized_keys 2022-12-01T10:04:22.6706587Z Login using: ssh ec2-user@ec2-54-89-136-66.compute-1.amazonaws.com 2022-12-01T10:04:22.6766942Z ##[group]Run pytorch/test-infra/.github/actions/pull-docker-image@main 2022-12-01T10:04:22.6767189Z with: 2022-12-01T10:04:22.6767513Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:04:22.6767834Z env: 2022-12-01T10:04:22.6768010Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:22.6768182Z ##[endgroup] 2022-12-01T10:04:22.6781071Z ##[group]Run retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-12-01T10:04:22.6781458Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-12-01T10:04:22.6781728Z # ignore output since only exit code is used for conditional 2022-12-01T10:04:22.6782013Z # only pull docker image if it's not available locally 2022-12-01T10:04:22.6782445Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2022-12-01T10:04:22.6782754Z  retry docker pull "${DOCKER_IMAGE}" 2022-12-01T10:04:22.6782958Z fi 2022-12-01T10:04:22.6794178Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:04:22.6794394Z env: 2022-12-01T10:04:22.6794567Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:22.6794913Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:04:22.6795244Z ##[endgroup] 2022-12-01T10:04:22.9123002Z fa72f5a0a230eb632055220542038bd4ceca184b: Pulling from pytorch/pytorch-linux-bionic-py3.7-clang9 2022-12-01T10:04:22.9148827Z 726b8a513d66: Pulling fs layer 2022-12-01T10:04:22.9149095Z 4c162df00807: Pulling fs layer 2022-12-01T10:04:22.9149432Z 12d7c3bb4071: Pulling fs layer 2022-12-01T10:04:22.9149674Z a4ada130b3d8: Pulling fs layer 2022-12-01T10:04:22.9149957Z 1c004b6833a9: Pulling fs layer 2022-12-01T10:04:22.9150193Z c69cf3e07f05: Pulling fs layer 2022-12-01T10:04:22.9150394Z d7fa3cc1c4b0: Pulling fs layer 2022-12-01T10:04:22.9150610Z 5b3f7eea69ee: Pulling fs layer 2022-12-01T10:04:22.9150792Z f3b75eca38c8: Pulling fs layer 2022-12-01T10:04:22.9151032Z fb9742168942: Pulling fs layer 2022-12-01T10:04:22.9151224Z ba69bdb35bc3: Pulling fs layer 2022-12-01T10:04:22.9151520Z 270cb7e030e6: Pulling fs layer 2022-12-01T10:04:22.9154944Z cf0509a05e67: Pulling fs layer 2022-12-01T10:04:22.9155316Z c7c883db0ae1: Pulling fs layer 2022-12-01T10:04:22.9155524Z e403471ed02a: Pulling fs layer 2022-12-01T10:04:22.9155733Z 746c4a84b946: Pulling fs layer 2022-12-01T10:04:22.9155999Z a1625d05811f: Pulling fs layer 2022-12-01T10:04:22.9156337Z d4230d2a5583: Pulling fs layer 2022-12-01T10:04:22.9156656Z 35dbacbde92e: Pulling fs layer 2022-12-01T10:04:22.9156940Z c69cf3e07f05: Waiting 2022-12-01T10:04:22.9157280Z 5b3f7eea69ee: Waiting 2022-12-01T10:04:22.9157631Z 74f159c4e8f4: Pulling fs layer 2022-12-01T10:04:22.9157830Z 1c004b6833a9: Waiting 2022-12-01T10:04:22.9158003Z a4ada130b3d8: Waiting 2022-12-01T10:04:22.9158186Z 30e25e3dd13e: Pulling fs layer 2022-12-01T10:04:22.9158373Z fb9742168942: Waiting 2022-12-01T10:04:22.9158564Z d9a2350b6e9c: Pulling fs layer 2022-12-01T10:04:22.9158746Z e403471ed02a: Waiting 2022-12-01T10:04:22.9158907Z ba69bdb35bc3: Waiting 2022-12-01T10:04:22.9159179Z 892077bdfb99: Pulling fs layer 2022-12-01T10:04:22.9159483Z 746c4a84b946: Waiting 2022-12-01T10:04:22.9159778Z 270cb7e030e6: Waiting 2022-12-01T10:04:22.9160105Z 21bc22d75102: Pulling fs layer 2022-12-01T10:04:22.9160306Z a1625d05811f: Waiting 2022-12-01T10:04:22.9160460Z c7c883db0ae1: Waiting 2022-12-01T10:04:22.9160662Z 882d6677f9d0: Pulling fs layer 2022-12-01T10:04:22.9160886Z 61e5f18293fb: Pulling fs layer 2022-12-01T10:04:22.9161073Z 35dbacbde92e: Waiting 2022-12-01T10:04:22.9161259Z cf0509a05e67: Waiting 2022-12-01T10:04:22.9161441Z 0c99ed5e47b0: Pulling fs layer 2022-12-01T10:04:22.9161625Z d9a2350b6e9c: Waiting 2022-12-01T10:04:22.9161905Z 74f159c4e8f4: Waiting 2022-12-01T10:04:22.9162093Z de5ace6d3a82: Pulling fs layer 2022-12-01T10:04:22.9162341Z 892077bdfb99: Waiting 2022-12-01T10:04:22.9162773Z 1d13d3c2c08b: Pulling fs layer 2022-12-01T10:04:22.9163192Z 700c1b016e9c: Pulling fs layer 2022-12-01T10:04:22.9163506Z 21bc22d75102: Waiting 2022-12-01T10:04:22.9163693Z 2f80402944a8: Pulling fs layer 2022-12-01T10:04:22.9163901Z 61e5f18293fb: Waiting 2022-12-01T10:04:22.9164094Z 3a954d3daee2: Pulling fs layer 2022-12-01T10:04:22.9164281Z 882d6677f9d0: Waiting 2022-12-01T10:04:22.9164451Z c7064c3fe401: Pulling fs layer 2022-12-01T10:04:22.9164634Z 0c99ed5e47b0: Waiting 2022-12-01T10:04:22.9164818Z 379b44c142c3: Pulling fs layer 2022-12-01T10:04:22.9164990Z de5ace6d3a82: Waiting 2022-12-01T10:04:22.9165179Z acc9cb4226e8: Pulling fs layer 2022-12-01T10:04:22.9165367Z 700c1b016e9c: Waiting 2022-12-01T10:04:22.9165528Z 1d13d3c2c08b: Waiting 2022-12-01T10:04:22.9165713Z 04a9294e28b0: Pulling fs layer 2022-12-01T10:04:22.9165917Z cfc71ad63958: Pulling fs layer 2022-12-01T10:04:22.9166091Z 3a954d3daee2: Waiting 2022-12-01T10:04:22.9166288Z 2f80402944a8: Waiting 2022-12-01T10:04:22.9166585Z 486e91289918: Pulling fs layer 2022-12-01T10:04:22.9166887Z 98b91e719899: Pulling fs layer 2022-12-01T10:04:22.9167125Z 086a9aefc964: Pulling fs layer 2022-12-01T10:04:22.9167430Z c7064c3fe401: Waiting 2022-12-01T10:04:22.9169482Z e39d6e9213cc: Pulling fs layer 2022-12-01T10:04:22.9169822Z 379b44c142c3: Waiting 2022-12-01T10:04:22.9170171Z 721a11edd37d: Pulling fs layer 2022-12-01T10:04:22.9170514Z e9641285c2a8: Pulling fs layer 2022-12-01T10:04:22.9170813Z acc9cb4226e8: Waiting 2022-12-01T10:04:22.9171157Z 592c7690849c: Pulling fs layer 2022-12-01T10:04:22.9171488Z 98b91e719899: Waiting 2022-12-01T10:04:22.9171799Z bfafe70370d0: Pulling fs layer 2022-12-01T10:04:22.9172168Z 0adbe1559bf5: Pulling fs layer 2022-12-01T10:04:22.9172402Z 486e91289918: Waiting 2022-12-01T10:04:22.9172559Z cfc71ad63958: Waiting 2022-12-01T10:04:22.9172731Z 04a9294e28b0: Waiting 2022-12-01T10:04:22.9172919Z 086a9aefc964: Waiting 2022-12-01T10:04:22.9173089Z f14c564c7117: Pulling fs layer 2022-12-01T10:04:22.9173274Z 721a11edd37d: Waiting 2022-12-01T10:04:22.9173441Z 592c7690849c: Waiting 2022-12-01T10:04:22.9173594Z bfafe70370d0: Waiting 2022-12-01T10:04:22.9173776Z a63b16c316d4: Pulling fs layer 2022-12-01T10:04:22.9173956Z e39d6e9213cc: Waiting 2022-12-01T10:04:22.9174124Z 7e36a9a0278d: Pulling fs layer 2022-12-01T10:04:22.9174303Z 0adbe1559bf5: Waiting 2022-12-01T10:04:22.9174485Z fdb717be0bec: Pulling fs layer 2022-12-01T10:04:22.9174655Z f14c564c7117: Waiting 2022-12-01T10:04:22.9174819Z e9641285c2a8: Waiting 2022-12-01T10:04:22.9175000Z cbe98da5c664: Pulling fs layer 2022-12-01T10:04:22.9175185Z cec98a24dbc4: Pulling fs layer 2022-12-01T10:04:22.9175374Z cbe98da5c664: Waiting 2022-12-01T10:04:22.9175604Z f78b1ddfe0f0: Pulling fs layer 2022-12-01T10:04:22.9175832Z d4230d2a5583: Waiting 2022-12-01T10:04:22.9175994Z cec98a24dbc4: Waiting 2022-12-01T10:04:22.9176178Z 3ef99cf88871: Pulling fs layer 2022-12-01T10:04:22.9176431Z 6adffe6d0822: Pulling fs layer 2022-12-01T10:04:22.9176744Z f78b1ddfe0f0: Waiting 2022-12-01T10:04:22.9176940Z 23d8dc483f65: Pulling fs layer 2022-12-01T10:04:22.9177179Z acb57cbc9657: Pulling fs layer 2022-12-01T10:04:22.9178339Z 4b911fbe2260: Pulling fs layer 2022-12-01T10:04:22.9178620Z a29c59a3a158: Pulling fs layer 2022-12-01T10:04:22.9178974Z 7c23f774c2d1: Pulling fs layer 2022-12-01T10:04:22.9179292Z 3ef99cf88871: Waiting 2022-12-01T10:04:22.9179554Z 23d8dc483f65: Waiting 2022-12-01T10:04:22.9179726Z 4b911fbe2260: Waiting 2022-12-01T10:04:22.9179914Z 6adffe6d0822: Waiting 2022-12-01T10:04:22.9180083Z acb57cbc9657: Waiting 2022-12-01T10:04:22.9180240Z a29c59a3a158: Waiting 2022-12-01T10:04:22.9180409Z 7c23f774c2d1: Waiting 2022-12-01T10:04:23.0392538Z 4c162df00807: Verifying Checksum 2022-12-01T10:04:23.0392842Z 4c162df00807: Download complete 2022-12-01T10:04:23.1228028Z a4ada130b3d8: Verifying Checksum 2022-12-01T10:04:23.1228466Z a4ada130b3d8: Download complete 2022-12-01T10:04:23.3207966Z 726b8a513d66: Download complete 2022-12-01T10:04:23.4009835Z c69cf3e07f05: Verifying Checksum 2022-12-01T10:04:23.4010651Z c69cf3e07f05: Download complete 2022-12-01T10:04:23.5130390Z d7fa3cc1c4b0: Download complete 2022-12-01T10:04:23.5927780Z 5b3f7eea69ee: Download complete 2022-12-01T10:04:23.6760552Z f3b75eca38c8: Verifying Checksum 2022-12-01T10:04:23.6760950Z f3b75eca38c8: Download complete 2022-12-01T10:04:23.7526194Z fb9742168942: Download complete 2022-12-01T10:04:23.8408688Z ba69bdb35bc3: Verifying Checksum 2022-12-01T10:04:23.8409146Z ba69bdb35bc3: Download complete 2022-12-01T10:04:23.9306812Z 270cb7e030e6: Download complete 2022-12-01T10:04:23.9634606Z 726b8a513d66: Pull complete 2022-12-01T10:04:24.0086660Z cf0509a05e67: Verifying Checksum 2022-12-01T10:04:24.0087005Z cf0509a05e67: Download complete 2022-12-01T10:04:24.0726756Z 4c162df00807: Pull complete 2022-12-01T10:04:24.7239049Z 1c004b6833a9: Verifying Checksum 2022-12-01T10:04:24.7239326Z 1c004b6833a9: Download complete 2022-12-01T10:04:24.7947724Z e403471ed02a: Download complete 2022-12-01T10:04:24.8746641Z 746c4a84b946: Verifying Checksum 2022-12-01T10:04:24.8747042Z 746c4a84b946: Download complete 2022-12-01T10:04:24.9651539Z a1625d05811f: Verifying Checksum 2022-12-01T10:04:24.9651963Z a1625d05811f: Download complete 2022-12-01T10:04:25.0294690Z d4230d2a5583: Verifying Checksum 2022-12-01T10:04:25.0295123Z d4230d2a5583: Download complete 2022-12-01T10:04:25.1461678Z 35dbacbde92e: Verifying Checksum 2022-12-01T10:04:25.1462001Z 35dbacbde92e: Download complete 2022-12-01T10:04:25.2196887Z 74f159c4e8f4: Download complete 2022-12-01T10:04:25.3366051Z 30e25e3dd13e: Download complete 2022-12-01T10:04:25.3998919Z d9a2350b6e9c: Download complete 2022-12-01T10:04:25.4825282Z 892077bdfb99: Verifying Checksum 2022-12-01T10:04:25.4825537Z 892077bdfb99: Download complete 2022-12-01T10:04:25.5680089Z 21bc22d75102: Verifying Checksum 2022-12-01T10:04:25.5680394Z 21bc22d75102: Download complete 2022-12-01T10:04:26.2375028Z 12d7c3bb4071: Verifying Checksum 2022-12-01T10:04:26.2375410Z 12d7c3bb4071: Download complete 2022-12-01T10:04:26.3133226Z 61e5f18293fb: Download complete 2022-12-01T10:04:26.3975522Z 0c99ed5e47b0: Verifying Checksum 2022-12-01T10:04:26.3975914Z 0c99ed5e47b0: Download complete 2022-12-01T10:04:26.4728568Z de5ace6d3a82: Download complete 2022-12-01T10:04:26.5849515Z 1d13d3c2c08b: Verifying Checksum 2022-12-01T10:04:26.5850616Z 1d13d3c2c08b: Download complete 2022-12-01T10:04:26.5860950Z 882d6677f9d0: Verifying Checksum 2022-12-01T10:04:26.5861300Z 882d6677f9d0: Download complete 2022-12-01T10:04:26.6494392Z 700c1b016e9c: Verifying Checksum 2022-12-01T10:04:26.6494653Z 700c1b016e9c: Download complete 2022-12-01T10:04:26.7258744Z 3a954d3daee2: Verifying Checksum 2022-12-01T10:04:26.7259271Z 3a954d3daee2: Download complete 2022-12-01T10:04:26.8060347Z c7064c3fe401: Download complete 2022-12-01T10:04:26.9092560Z 379b44c142c3: Verifying Checksum 2022-12-01T10:04:26.9092854Z 379b44c142c3: Download complete 2022-12-01T10:04:27.0089422Z acc9cb4226e8: Verifying Checksum 2022-12-01T10:04:27.0089727Z acc9cb4226e8: Download complete 2022-12-01T10:04:27.1103764Z 04a9294e28b0: Verifying Checksum 2022-12-01T10:04:27.1104228Z 04a9294e28b0: Download complete 2022-12-01T10:04:27.2079533Z cfc71ad63958: Verifying Checksum 2022-12-01T10:04:27.2079985Z cfc71ad63958: Download complete 2022-12-01T10:04:27.3030253Z 486e91289918: Verifying Checksum 2022-12-01T10:04:27.3030675Z 486e91289918: Download complete 2022-12-01T10:04:27.3767513Z 98b91e719899: Verifying Checksum 2022-12-01T10:04:27.3767973Z 98b91e719899: Download complete 2022-12-01T10:04:29.1602435Z 2f80402944a8: Verifying Checksum 2022-12-01T10:04:29.1602882Z 2f80402944a8: Download complete 2022-12-01T10:04:29.3446577Z e39d6e9213cc: Verifying Checksum 2022-12-01T10:04:29.3447023Z e39d6e9213cc: Download complete 2022-12-01T10:04:29.4166368Z 721a11edd37d: Download complete 2022-12-01T10:04:29.9676378Z 086a9aefc964: Verifying Checksum 2022-12-01T10:04:29.9676659Z 086a9aefc964: Download complete 2022-12-01T10:04:30.0557754Z 592c7690849c: Verifying Checksum 2022-12-01T10:04:30.0558125Z 592c7690849c: Download complete 2022-12-01T10:04:30.1262279Z bfafe70370d0: Verifying Checksum 2022-12-01T10:04:30.1263251Z bfafe70370d0: Download complete 2022-12-01T10:04:30.6944279Z 0adbe1559bf5: Verifying Checksum 2022-12-01T10:04:30.6944704Z 0adbe1559bf5: Download complete 2022-12-01T10:04:30.7871801Z f14c564c7117: Verifying Checksum 2022-12-01T10:04:30.7872238Z f14c564c7117: Download complete 2022-12-01T10:04:30.8644886Z a63b16c316d4: Verifying Checksum 2022-12-01T10:04:30.8645303Z a63b16c316d4: Download complete 2022-12-01T10:04:30.9903628Z 7e36a9a0278d: Verifying Checksum 2022-12-01T10:04:30.9904023Z 7e36a9a0278d: Download complete 2022-12-01T10:04:31.0561204Z fdb717be0bec: Download complete 2022-12-01T10:04:31.3781329Z cbe98da5c664: Verifying Checksum 2022-12-01T10:04:31.3781715Z cbe98da5c664: Download complete 2022-12-01T10:04:31.4629125Z cec98a24dbc4: Verifying Checksum 2022-12-01T10:04:31.4630155Z cec98a24dbc4: Download complete 2022-12-01T10:04:31.5670319Z f78b1ddfe0f0: Verifying Checksum 2022-12-01T10:04:31.5671454Z f78b1ddfe0f0: Download complete 2022-12-01T10:04:32.2085025Z 12d7c3bb4071: Pull complete 2022-12-01T10:04:32.4124485Z a4ada130b3d8: Pull complete 2022-12-01T10:04:35.0925939Z 3ef99cf88871: Verifying Checksum 2022-12-01T10:04:35.0926370Z 3ef99cf88871: Download complete 2022-12-01T10:04:35.1722606Z 6adffe6d0822: Verifying Checksum 2022-12-01T10:04:35.1722955Z 6adffe6d0822: Download complete 2022-12-01T10:04:35.2557444Z 23d8dc483f65: Verifying Checksum 2022-12-01T10:04:35.2557834Z 23d8dc483f65: Download complete 2022-12-01T10:04:35.3274647Z acb57cbc9657: Download complete 2022-12-01T10:04:35.4060490Z 4b911fbe2260: Verifying Checksum 2022-12-01T10:04:35.4060859Z 4b911fbe2260: Download complete 2022-12-01T10:04:35.4604139Z 1c004b6833a9: Pull complete 2022-12-01T10:04:35.5073713Z a29c59a3a158: Verifying Checksum 2022-12-01T10:04:35.9500258Z c69cf3e07f05: Pull complete 2022-12-01T10:04:36.4358514Z d7fa3cc1c4b0: Pull complete 2022-12-01T10:04:36.4402380Z 7c23f774c2d1: Verifying Checksum 2022-12-01T10:04:36.4402808Z 7c23f774c2d1: Download complete 2022-12-01T10:04:36.9171107Z 5b3f7eea69ee: Pull complete 2022-12-01T10:04:37.3175245Z f3b75eca38c8: Pull complete 2022-12-01T10:04:37.8196259Z fb9742168942: Pull complete 2022-12-01T10:04:38.3063710Z ba69bdb35bc3: Pull complete 2022-12-01T10:04:38.7294201Z 270cb7e030e6: Pull complete 2022-12-01T10:04:39.0805963Z cf0509a05e67: Pull complete 2022-12-01T10:04:43.8063577Z c7c883db0ae1: Verifying Checksum 2022-12-01T10:04:43.8064022Z c7c883db0ae1: Download complete 2022-12-01T10:05:11.3731865Z c7c883db0ae1: Pull complete 2022-12-01T10:05:11.7822722Z e403471ed02a: Pull complete 2022-12-01T10:05:12.0198805Z 746c4a84b946: Pull complete 2022-12-01T10:05:12.2234659Z a1625d05811f: Pull complete 2022-12-01T10:05:12.4291886Z d4230d2a5583: Pull complete 2022-12-01T10:05:12.6033058Z 35dbacbde92e: Pull complete 2022-12-01T10:05:12.7401432Z 74f159c4e8f4: Pull complete 2022-12-01T10:05:12.9992863Z 30e25e3dd13e: Pull complete 2022-12-01T10:05:13.2554375Z d9a2350b6e9c: Pull complete 2022-12-01T10:05:13.4979509Z 892077bdfb99: Pull complete 2022-12-01T10:05:13.6815895Z 21bc22d75102: Pull complete 2022-12-01T10:05:15.6410277Z 882d6677f9d0: Pull complete 2022-12-01T10:05:15.8652896Z 61e5f18293fb: Pull complete 2022-12-01T10:05:16.1122690Z 0c99ed5e47b0: Pull complete 2022-12-01T10:05:16.4014413Z de5ace6d3a82: Pull complete 2022-12-01T10:05:16.6386872Z 1d13d3c2c08b: Pull complete 2022-12-01T10:05:16.7947674Z 700c1b016e9c: Pull complete 2022-12-01T10:05:17.5194634Z e9641285c2a8: Verifying Checksum 2022-12-01T10:05:17.5194994Z e9641285c2a8: Download complete 2022-12-01T10:05:20.9499750Z 2f80402944a8: Pull complete 2022-12-01T10:05:21.2041127Z 3a954d3daee2: Pull complete 2022-12-01T10:05:21.4428496Z c7064c3fe401: Pull complete 2022-12-01T10:05:21.6651475Z 379b44c142c3: Pull complete 2022-12-01T10:05:21.8820137Z acc9cb4226e8: Pull complete 2022-12-01T10:05:22.0841634Z 04a9294e28b0: Pull complete 2022-12-01T10:05:22.2705483Z cfc71ad63958: Pull complete 2022-12-01T10:05:22.4853826Z 486e91289918: Pull complete 2022-12-01T10:05:22.7080761Z 98b91e719899: Pull complete 2022-12-01T10:05:29.4094184Z 086a9aefc964: Pull complete 2022-12-01T10:05:29.6234048Z e39d6e9213cc: Pull complete 2022-12-01T10:05:29.8467247Z 721a11edd37d: Pull complete 2022-12-01T10:05:49.0160899Z e9641285c2a8: Pull complete 2022-12-01T10:05:49.2094106Z 592c7690849c: Pull complete 2022-12-01T10:05:49.3057810Z bfafe70370d0: Pull complete 2022-12-01T10:05:50.5608890Z 0adbe1559bf5: Pull complete 2022-12-01T10:05:50.7375701Z f14c564c7117: Pull complete 2022-12-01T10:05:50.9420385Z a63b16c316d4: Pull complete 2022-12-01T10:05:51.1603516Z 7e36a9a0278d: Pull complete 2022-12-01T10:05:51.3778718Z fdb717be0bec: Pull complete 2022-12-01T10:05:51.7558587Z cbe98da5c664: Pull complete 2022-12-01T10:05:51.8894143Z cec98a24dbc4: Pull complete 2022-12-01T10:05:52.0718334Z f78b1ddfe0f0: Pull complete 2022-12-01T10:05:55.9627086Z 3ef99cf88871: Pull complete 2022-12-01T10:05:56.1567178Z 6adffe6d0822: Pull complete 2022-12-01T10:05:56.3619291Z 23d8dc483f65: Pull complete 2022-12-01T10:05:56.5537073Z acb57cbc9657: Pull complete 2022-12-01T10:05:56.7504382Z 4b911fbe2260: Pull complete 2022-12-01T10:05:56.9785353Z a29c59a3a158: Pull complete 2022-12-01T10:05:58.5818964Z 7c23f774c2d1: Pull complete 2022-12-01T10:05:58.7065823Z Digest: sha256:922efd3e5de9c9bb7c8bbf26292cfc402e4fe496007343b3cdeaa900d9eba7e5 2022-12-01T10:05:58.7387343Z 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.7633360Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:05:58.7865052Z ##[group]Run python3 -m pip install psutil==5.9.1 2022-12-01T10:05:58.7865344Z python3 -m pip install psutil==5.9.1 2022-12-01T10:05:58.7865584Z python3 -m pip install pynvml==11.4.1 2022-12-01T10:05:58.7865840Z python3 -m tools.stats.monitor > usage_log.txt 2>&1 & 2022-12-01T10:05:58.7866124Z echo "::set-output name=monitor-script-pid::${!}" 2022-12-01T10:05:58.8456801Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:05:58.8457028Z env: 2022-12-01T10:05:58.8457204Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:05:58.8457376Z ##[endgroup] 2022-12-01T10:05:59.0871182Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T10:05:59.1058742Z Requirement already satisfied: psutil==5.9.1 in /home/ec2-user/.local/lib/python3.7/site-packages (5.9.1) 2022-12-01T10:05:59.5104548Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T10:05:59.5279212Z Requirement already satisfied: pynvml==11.4.1 in /home/ec2-user/.local/lib/python3.7/site-packages (11.4.1) 2022-12-01T10:05:59.7299608Z ##[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:05:59.7341602Z Prepare all required actions 2022-12-01T10:05:59.7341865Z Getting action download info 2022-12-01T10:05:59.9173636Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:4a8bfae15cc25cc0785c1603ee87a9da8fd442ea) 2022-12-01T10:06:00.0740722Z Download action repository 'actions/download-artifact@v2' (SHA:f023be2c48cc18debc3bacd34cb396e0295e2869) 2022-12-01T10:06:00.1869912Z ##[group]Run ./.github/actions/download-build-artifacts 2022-12-01T10:06:00.1870167Z with: 2022-12-01T10:06:00.1870388Z name: linux-bionic-py3.7-clang9 2022-12-01T10:06:00.1870596Z env: 2022-12-01T10:06:00.1870798Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:06:00.1871013Z ##[endgroup] 2022-12-01T10:06:00.1896819Z ##[group]Run seemethere/download-artifact-s3@v4 2022-12-01T10:06:00.1897069Z with: 2022-12-01T10:06:00.1897360Z name: linux-bionic-py3.7-clang9 2022-12-01T10:06:00.1897608Z s3-bucket: gha-artifacts 2022-12-01T10:06:00.1897831Z region: us-east-1 2022-12-01T10:06:00.1898016Z env: 2022-12-01T10:06:00.1898248Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:06:00.1898452Z ##[endgroup] 2022-12-01T10:06:00.6022536Z Found 1 objects with prefix pytorch/pytorch/3591403534/linux-bionic-py3.7-clang9/ 2022-12-01T10:06:00.6023343Z Starting download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-12-01T10:06:05.6288008Z Finished download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-12-01T10:06:05.6288336Z 2022-12-01T10:06:05.6290787Z ##[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.6291677Z Artifact download has finished successfully 2022-12-01T10:06:05.6389686Z ##[group]Run unzip -o artifacts.zip 2022-12-01T10:06:05.6389921Z unzip -o artifacts.zip 2022-12-01T10:06:05.6400931Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:06:05.6401139Z env: 2022-12-01T10:06:05.6401316Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:06:05.6401508Z ##[endgroup] 2022-12-01T10:06:05.6456490Z Archive: artifacts.zip 2022-12-01T10:06:05.6457690Z creating: dist/ 2022-12-01T10:06:06.4740273Z inflating: dist/torch-1.13.0a0+gitc13d400-cp37-cp37m-linux_x86_64.whl 2022-12-01T10:06:06.4740781Z creating: build/custom_test_artifacts/ 2022-12-01T10:06:06.4741252Z creating: build/custom_test_artifacts/custom-op-build/ 2022-12-01T10:06:06.4741857Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/ 2022-12-01T10:06:06.4742653Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeOutput.log 2022-12-01T10:06:06.4743400Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/ 2022-12-01T10:06:06.4744166Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-12-01T10:06:06.4744749Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-12-01T10:06:06.4745166Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-12-01T10:06:06.4746292Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-12-01T10:06:06.4747240Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-12-01T10:06:06.4748017Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-12-01T10:06:06.4748465Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-12-01T10:06:06.4750011Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-12-01T10:06:06.4750864Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-12-01T10:06:06.4752089Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-12-01T10:06:06.4752861Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-12-01T10:06:06.4753638Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-12-01T10:06:06.4754486Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-12-01T10:06:06.4755215Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeTmp/ 2022-12-01T10:06:06.4755939Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeError.log 2022-12-01T10:06:06.4756691Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/cmake.check_cache 2022-12-01T10:06:06.4757425Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/ 2022-12-01T10:06:06.4758351Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.ts 2022-12-01T10:06:06.4759169Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.make 2022-12-01T10:06:06.4759976Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/depend.make 2022-12-01T10:06:06.4760395Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/link.txt 2022-12-01T10:06:06.4760836Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/cmake_clean.cmake 2022-12-01T10:06:06.4761273Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/build.make 2022-12-01T10:06:06.4761714Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/DependInfo.cmake 2022-12-01T10:06:06.4762138Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/flags.make 2022-12-01T10:06:06.4762575Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/progress.make 2022-12-01T10:06:06.4776179Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o.d 2022-12-01T10:06:06.4833822Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o 2022-12-01T10:06:06.4834564Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/ 2022-12-01T10:06:06.4835382Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.ts 2022-12-01T10:06:06.4836264Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.make 2022-12-01T10:06:06.4837092Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/depend.make 2022-12-01T10:06:06.4837883Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/link.txt 2022-12-01T10:06:06.4838494Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/cmake_clean.cmake 2022-12-01T10:06:06.4838950Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/build.make 2022-12-01T10:06:06.4839405Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/DependInfo.cmake 2022-12-01T10:06:06.4839844Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/flags.make 2022-12-01T10:06:06.4840296Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/progress.make 2022-12-01T10:06:06.4854204Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o.d 2022-12-01T10:06:06.4891283Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o 2022-12-01T10:06:06.4892141Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-12-01T10:06:06.4893166Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/TargetDirectories.txt 2022-12-01T10:06:06.4893895Z extracting: build/custom_test_artifacts/custom-op-build/CMakeFiles/progress.marks 2022-12-01T10:06:06.4894519Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile2 2022-12-01T10:06:06.4895047Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile.cmake 2022-12-01T10:06:06.4895774Z inflating: build/custom_test_artifacts/custom-op-build/CMakeCache.txt 2022-12-01T10:06:06.4896453Z inflating: build/custom_test_artifacts/custom-op-build/Makefile 2022-12-01T10:06:06.4896944Z inflating: build/custom_test_artifacts/custom-op-build/cmake_install.cmake 2022-12-01T10:06:06.4947673Z inflating: build/custom_test_artifacts/custom-op-build/libcustom_ops.so 2022-12-01T10:06:06.4977737Z inflating: build/custom_test_artifacts/custom-op-build/test_custom_ops 2022-12-01T10:06:06.4978391Z creating: build/custom_test_artifacts/jit-hook-build/ 2022-12-01T10:06:06.4978789Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/ 2022-12-01T10:06:06.4980304Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeOutput.log 2022-12-01T10:06:06.4981015Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/ 2022-12-01T10:06:06.4981673Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-12-01T10:06:06.4982075Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-12-01T10:06:06.4982612Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-12-01T10:06:06.4983450Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-12-01T10:06:06.4984496Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-12-01T10:06:06.4985265Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-12-01T10:06:06.4985698Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-12-01T10:06:06.4987023Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-12-01T10:06:06.4987999Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-12-01T10:06:06.4989089Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-12-01T10:06:06.4989935Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-12-01T10:06:06.4990748Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-12-01T10:06:06.4991586Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-12-01T10:06:06.4992302Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeTmp/ 2022-12-01T10:06:06.4993020Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeError.log 2022-12-01T10:06:06.4993747Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/cmake.check_cache 2022-12-01T10:06:06.4994470Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/ 2022-12-01T10:06:06.4995272Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.ts 2022-12-01T10:06:06.4996118Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.make 2022-12-01T10:06:06.4996948Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/depend.make 2022-12-01T10:06:06.4997386Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/link.txt 2022-12-01T10:06:06.4997903Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/cmake_clean.cmake 2022-12-01T10:06:06.4998347Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/build.make 2022-12-01T10:06:06.4998796Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/DependInfo.cmake 2022-12-01T10:06:06.4999239Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/flags.make 2022-12-01T10:06:06.4999665Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/progress.make 2022-12-01T10:06:06.5012989Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o.d 2022-12-01T10:06:06.5036996Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o 2022-12-01T10:06:06.5037856Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-12-01T10:06:06.5038782Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/TargetDirectories.txt 2022-12-01T10:06:06.5039555Z extracting: build/custom_test_artifacts/jit-hook-build/CMakeFiles/progress.marks 2022-12-01T10:06:06.5040138Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile2 2022-12-01T10:06:06.5040683Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile.cmake 2022-12-01T10:06:06.5041385Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeCache.txt 2022-12-01T10:06:06.5042038Z inflating: build/custom_test_artifacts/jit-hook-build/Makefile 2022-12-01T10:06:06.5042533Z inflating: build/custom_test_artifacts/jit-hook-build/cmake_install.cmake 2022-12-01T10:06:06.5061636Z inflating: build/custom_test_artifacts/jit-hook-build/test_jit_hooks 2022-12-01T10:06:06.5062417Z creating: build/custom_test_artifacts/custom-backend-build/ 2022-12-01T10:06:06.5062817Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/ 2022-12-01T10:06:06.5064328Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeOutput.log 2022-12-01T10:06:06.5065066Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/ 2022-12-01T10:06:06.5065723Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-12-01T10:06:06.5066158Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-12-01T10:06:06.5066597Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-12-01T10:06:06.5067559Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-12-01T10:06:06.5068333Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-12-01T10:06:06.5069135Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-12-01T10:06:06.5069577Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-12-01T10:06:06.5070808Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-12-01T10:06:06.5071746Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-12-01T10:06:06.5072818Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-12-01T10:06:06.5073688Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-12-01T10:06:06.5074554Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-12-01T10:06:06.5075414Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-12-01T10:06:06.5076187Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeTmp/ 2022-12-01T10:06:06.5077066Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeError.log 2022-12-01T10:06:06.5077847Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/cmake.check_cache 2022-12-01T10:06:06.5078622Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/ 2022-12-01T10:06:06.5079476Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.ts 2022-12-01T10:06:06.5080392Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.make 2022-12-01T10:06:06.5081047Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/depend.make 2022-12-01T10:06:06.5081498Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/link.txt 2022-12-01T10:06:06.5082040Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/cmake_clean.cmake 2022-12-01T10:06:06.5082511Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/build.make 2022-12-01T10:06:06.5082976Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/DependInfo.cmake 2022-12-01T10:06:06.5083444Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/flags.make 2022-12-01T10:06:06.5084109Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/progress.make 2022-12-01T10:06:06.5084838Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o.d 2022-12-01T10:06:06.5172612Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o 2022-12-01T10:06:06.5173465Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/ 2022-12-01T10:06:06.5174344Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.ts 2022-12-01T10:06:06.5175284Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.make 2022-12-01T10:06:06.5176175Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/depend.make 2022-12-01T10:06:06.5177028Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/link.txt 2022-12-01T10:06:06.5177520Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/cmake_clean.cmake 2022-12-01T10:06:06.5178003Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/build.make 2022-12-01T10:06:06.5178489Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/DependInfo.cmake 2022-12-01T10:06:06.5178962Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/flags.make 2022-12-01T10:06:06.5179439Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/progress.make 2022-12-01T10:06:06.5192995Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o.d 2022-12-01T10:06:06.5212291Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o 2022-12-01T10:06:06.5213206Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-12-01T10:06:06.5214094Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/TargetDirectories.txt 2022-12-01T10:06:06.5214861Z extracting: build/custom_test_artifacts/custom-backend-build/CMakeFiles/progress.marks 2022-12-01T10:06:06.5215489Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile2 2022-12-01T10:06:06.5216222Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile.cmake 2022-12-01T10:06:06.5216957Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeCache.txt 2022-12-01T10:06:06.5217667Z inflating: build/custom_test_artifacts/custom-backend-build/Makefile 2022-12-01T10:06:06.5218061Z inflating: build/custom_test_artifacts/custom-backend-build/cmake_install.cmake 2022-12-01T10:06:06.5285838Z inflating: build/custom_test_artifacts/custom-backend-build/libcustom_backend.so 2022-12-01T10:06:06.5301826Z inflating: build/custom_test_artifacts/custom-backend-build/test_custom_backend 2022-12-01T10:06:06.5302433Z creating: build/lib/ 2022-12-01T10:06:06.5302797Z inflating: build/lib/libclog.a 2022-12-01T10:06:06.5357319Z inflating: build/lib/libgtest.a 2022-12-01T10:06:06.5365057Z inflating: build/lib/libpthreadpool.a 2022-12-01T10:06:06.5425806Z inflating: build/lib/libbenchmark.a 2022-12-01T10:06:06.5497598Z inflating: build/lib/libprotobuf-lite.a 2022-12-01T10:06:06.5504898Z inflating: build/lib/libittnotify.a 2022-12-01T10:06:06.5528773Z inflating: build/lib/libtensorpipe_uv.a 2022-12-01T10:06:06.5592135Z inflating: build/lib/libgloo.a 2022-12-01T10:06:06.5651880Z inflating: build/lib/libasmjit.a 2022-12-01T10:06:06.6027319Z inflating: build/lib/libprotobuf.a 2022-12-01T10:06:06.6041427Z inflating: build/lib/libfmt.a 2022-12-01T10:06:06.6042017Z inflating: build/lib/libfoxi_loader.a 2022-12-01T10:06:06.6091098Z inflating: build/lib/libc10.so 2022-12-01T10:06:06.6091929Z inflating: build/lib/libtorch_global_deps.so 2022-12-01T10:06:06.6098773Z inflating: build/lib/libcpuinfo.a 2022-12-01T10:06:06.6105305Z inflating: build/lib/libcpuinfo_internals.a 2022-12-01T10:06:06.6116895Z inflating: build/lib/libqnnpack.a 2022-12-01T10:06:06.6118936Z inflating: build/lib/libnnpack_reference_layers.a 2022-12-01T10:06:06.6136618Z inflating: build/lib/libpytorch_qnnpack.a 2022-12-01T10:06:06.6147752Z inflating: build/lib/libgmock.a 2022-12-01T10:06:06.6148187Z inflating: build/lib/libgtest_main.a 2022-12-01T10:06:06.6148746Z inflating: build/lib/libbenchmark_main.a 2022-12-01T10:06:06.6567126Z inflating: build/lib/libprotoc.a 2022-12-01T10:06:07.5696608Z inflating: build/lib/libdnnl.a 2022-12-01T10:06:07.5714540Z inflating: build/lib/libnnpack.a 2022-12-01T10:06:07.6184017Z inflating: build/lib/libtensorpipe.a 2022-12-01T10:06:07.7140457Z inflating: build/lib/libdnnl_graph.a 2022-12-01T10:06:07.8089155Z inflating: build/lib/libfbgemm.a 2022-12-01T10:06:07.8089592Z inflating: build/lib/libgmock_main.a 2022-12-01T10:06:07.8260621Z inflating: build/lib/libkineto.a 2022-12-01T10:06:07.8297333Z inflating: build/lib/libcaffe2_protos.a 2022-12-01T10:06:07.8337632Z inflating: build/lib/libonnx_proto.a 2022-12-01T10:06:07.8440984Z inflating: build/lib/libXNNPACK.a 2022-12-01T10:06:07.8958459Z inflating: build/lib/libonnx.a 2022-12-01T10:06:09.8204985Z inflating: build/lib/libtorch_cpu.so 2022-12-01T10:06:09.8205595Z inflating: build/lib/libtorch.so 2022-12-01T10:06:09.8227727Z inflating: build/lib/libjitbackend_test.so 2022-12-01T10:06:09.8281478Z inflating: build/lib/libtorchbind_test.so 2022-12-01T10:06:09.8306784Z inflating: build/lib/libbackend_with_compiler.so 2022-12-01T10:06:09.8310894Z inflating: build/lib/libshm.so 2022-12-01T10:06:09.9896270Z inflating: build/lib/libtorch_python.so 2022-12-01T10:06:09.9932138Z inflating: build/lib/libnnapi_backend.so 2022-12-01T10:06:09.9932538Z creating: build/bin/ 2022-12-01T10:06:09.9977142Z inflating: build/bin/c10_CompileTimeFunctionPointer_test 2022-12-01T10:06:10.0022705Z inflating: build/bin/c10_DeviceGuard_test 2022-12-01T10:06:10.0067712Z inflating: build/bin/c10_Device_test 2022-12-01T10:06:10.0111350Z inflating: build/bin/c10_StreamGuard_test 2022-12-01T10:06:10.0163369Z inflating: build/bin/c10_DispatchKeySet_test 2022-12-01T10:06:10.0208242Z inflating: build/bin/c10_SymInt_test 2022-12-01T10:06:10.0256154Z inflating: build/bin/c10_InlineDeviceGuard_test 2022-12-01T10:06:10.0305780Z inflating: build/bin/c10_InlineStreamGuard_test 2022-12-01T10:06:10.0355815Z inflating: build/bin/c10_SizesAndStrides_test 2022-12-01T10:06:10.0399715Z inflating: build/bin/c10_Array_test 2022-12-01T10:06:10.0446510Z inflating: build/bin/c10_Bitset_test 2022-12-01T10:06:10.0492425Z inflating: build/bin/c10_C++17_test 2022-12-01T10:06:10.0536263Z inflating: build/bin/c10_ConstexprCrc_test 2022-12-01T10:06:10.0580979Z inflating: build/bin/c10_DeadlockDetection_test 2022-12-01T10:06:10.0625764Z inflating: build/bin/c10_Half_test 2022-12-01T10:06:10.0675650Z inflating: build/bin/c10_LeftRight_test 2022-12-01T10:06:10.0729805Z inflating: build/bin/c10_Metaprogramming_test 2022-12-01T10:06:10.0774727Z inflating: build/bin/c10_Synchronized_test 2022-12-01T10:06:10.0908012Z inflating: build/bin/c10_SmallVectorTest 2022-12-01T10:06:10.0956612Z inflating: build/bin/c10_ThreadLocal_test 2022-12-01T10:06:10.1002252Z inflating: build/bin/c10_TypeIndex_test 2022-12-01T10:06:10.1046001Z inflating: build/bin/c10_TypeTraits_test 2022-12-01T10:06:10.1091333Z inflating: build/bin/c10_TypeList_test 2022-12-01T10:06:10.1137496Z inflating: build/bin/c10_accumulate_test 2022-12-01T10:06:10.1186065Z inflating: build/bin/c10_bfloat16_test 2022-12-01T10:06:10.1234754Z inflating: build/bin/c10_complex_test 2022-12-01T10:06:10.1284108Z inflating: build/bin/c10_complex_math_test 2022-12-01T10:06:10.1373277Z inflating: build/bin/c10_either_test 2022-12-01T10:06:10.1420095Z inflating: build/bin/c10_exception_test 2022-12-01T10:06:10.1465722Z inflating: build/bin/c10_flags_test 2022-12-01T10:06:10.1594620Z inflating: build/bin/c10_intrusive_ptr_test 2022-12-01T10:06:10.1640010Z inflating: build/bin/c10_irange_test 2022-12-01T10:06:10.1688813Z inflating: build/bin/c10_logging_test 2022-12-01T10:06:10.1756973Z inflating: build/bin/c10_optional_test 2022-12-01T10:06:10.1812074Z inflating: build/bin/c10_ordered_preserving_dict_test 2022-12-01T10:06:10.1860057Z inflating: build/bin/c10_registry_test 2022-12-01T10:06:10.1905775Z inflating: build/bin/c10_tempfile_test 2022-12-01T10:06:10.1957573Z inflating: build/bin/c10_string_view_test 2022-12-01T10:06:10.2005918Z inflating: build/bin/c10_typeid_test 2022-12-01T10:06:10.2045687Z inflating: build/bin/c10_intrusive_ptr_benchmark 2022-12-01T10:06:10.2410337Z inflating: build/bin/protoc-3.13.0.0 2022-12-01T10:06:10.2774556Z inflating: build/bin/protoc 2022-12-01T10:06:10.3081052Z inflating: build/bin/vec_test_all_types_AVX512 2022-12-01T10:06:10.3375686Z inflating: build/bin/vec_test_all_types_DEFAULT 2022-12-01T10:06:10.3694579Z inflating: build/bin/vec_test_all_types_AVX2 2022-12-01T10:06:10.3747505Z inflating: build/bin/TCPStoreTest 2022-12-01T10:06:10.3794960Z inflating: build/bin/FileStoreTest 2022-12-01T10:06:10.3842079Z inflating: build/bin/HashStoreTest 2022-12-01T10:06:10.3845222Z inflating: build/bin/example_allreduce 2022-12-01T10:06:10.3904774Z inflating: build/bin/ProcessGroupGlooTest 2022-12-01T10:06:10.3951086Z inflating: build/bin/Dimname_test 2022-12-01T10:06:10.4015122Z inflating: build/bin/Dict_test 2022-12-01T10:06:10.4065802Z inflating: build/bin/NamedTensor_test 2022-12-01T10:06:10.4125024Z inflating: build/bin/MaybeOwned_test 2022-12-01T10:06:10.4176981Z inflating: build/bin/apply_utils_test 2022-12-01T10:06:10.4229517Z inflating: build/bin/atest 2022-12-01T10:06:10.4286200Z inflating: build/bin/basic 2022-12-01T10:06:10.4335178Z inflating: build/bin/broadcast_test 2022-12-01T10:06:10.4382825Z inflating: build/bin/cpu_profiling_allocator_test 2022-12-01T10:06:10.4427603Z inflating: build/bin/dispatch_key_set_test 2022-12-01T10:06:10.4478946Z inflating: build/bin/cpu_generator_test 2022-12-01T10:06:10.4523990Z inflating: build/bin/dlconvertor_test 2022-12-01T10:06:10.4606526Z inflating: build/bin/cpu_rng_test 2022-12-01T10:06:10.4659458Z inflating: build/bin/extension_backend_test 2022-12-01T10:06:10.4706688Z inflating: build/bin/half_test 2022-12-01T10:06:10.4751361Z inflating: build/bin/lazy_tensor_test 2022-12-01T10:06:10.4840545Z inflating: build/bin/ivalue_test 2022-12-01T10:06:10.4888258Z inflating: build/bin/math_kernel_test 2022-12-01T10:06:10.4935560Z inflating: build/bin/memory_format_test 2022-12-01T10:06:10.4982612Z inflating: build/bin/memory_overlapping_test 2022-12-01T10:06:10.5027809Z inflating: build/bin/operator_name_test 2022-12-01T10:06:10.5075239Z inflating: build/bin/mobile_memory_cleanup 2022-12-01T10:06:10.5126727Z inflating: build/bin/native_test 2022-12-01T10:06:10.5172293Z inflating: build/bin/operators_test 2022-12-01T10:06:10.5218449Z inflating: build/bin/packedtensoraccessor_test 2022-12-01T10:06:10.5283506Z inflating: build/bin/pow_test 2022-12-01T10:06:10.5334033Z inflating: build/bin/quantized_test 2022-12-01T10:06:10.5378721Z inflating: build/bin/reduce_ops_test 2022-12-01T10:06:10.5424292Z inflating: build/bin/reportMemoryUsage_test 2022-12-01T10:06:10.5475207Z inflating: build/bin/scalar_tensor_test 2022-12-01T10:06:10.5527386Z inflating: build/bin/scalar_test 2022-12-01T10:06:10.5574130Z inflating: build/bin/stride_properties_test 2022-12-01T10:06:10.5647341Z inflating: build/bin/tensor_iterator_test 2022-12-01T10:06:10.5694397Z inflating: build/bin/type_ptr_test 2022-12-01T10:06:10.5697053Z inflating: build/bin/thread_init_test 2022-12-01T10:06:10.5745412Z inflating: build/bin/test_parallel 2022-12-01T10:06:10.5789902Z inflating: build/bin/variant_test 2022-12-01T10:06:10.5836639Z inflating: build/bin/undefined_tensor_test 2022-12-01T10:06:10.5892140Z inflating: build/bin/type_test 2022-12-01T10:06:10.5893317Z inflating: build/bin/verify_api_visibility 2022-12-01T10:06:10.5960591Z inflating: build/bin/vmap_test 2022-12-01T10:06:10.6006627Z inflating: build/bin/weakref_test 2022-12-01T10:06:10.6052613Z inflating: build/bin/wrapdim_test 2022-12-01T10:06:10.6097081Z inflating: build/bin/xla_tensor_test 2022-12-01T10:06:10.6150174Z inflating: build/bin/IListRef_test 2022-12-01T10:06:10.6241061Z inflating: build/bin/List_test 2022-12-01T10:06:10.6298444Z inflating: build/bin/KernelFunction_test 2022-12-01T10:06:10.6418928Z inflating: build/bin/kernel_function_legacy_test 2022-12-01T10:06:10.6507614Z inflating: build/bin/kernel_function_test 2022-12-01T10:06:10.6602807Z inflating: build/bin/kernel_lambda_test 2022-12-01T10:06:10.6724921Z inflating: build/bin/kernel_lambda_legacy_test 2022-12-01T10:06:10.6779104Z inflating: build/bin/kernel_stackbased_test 2022-12-01T10:06:10.6824421Z inflating: build/bin/CppSignature_test 2022-12-01T10:06:10.6868093Z inflating: build/bin/op_allowlist_test 2022-12-01T10:06:10.6958155Z inflating: build/bin/make_boxed_from_unboxed_functor_test 2022-12-01T10:06:10.7004678Z inflating: build/bin/inline_container_test 2022-12-01T10:06:10.7053993Z inflating: build/bin/backend_fallback_test 2022-12-01T10:06:10.7344110Z inflating: build/bin/op_registration_test 2022-12-01T10:06:10.7361876Z inflating: build/bin/tutorial_tensorexpr 2022-12-01T10:06:10.7410824Z inflating: build/bin/test_dist_autograd 2022-12-01T10:06:10.7473108Z inflating: build/bin/test_cpp_rpc 2022-12-01T10:06:10.7475542Z inflating: build/bin/parallel_benchmark 2022-12-01T10:06:10.7536540Z inflating: build/bin/test_mobile_nnc 2022-12-01T10:06:10.7546118Z inflating: build/bin/aot_model_compiler_test 2022-12-01T10:06:10.7858317Z inflating: build/bin/test_lazy 2022-12-01T10:06:10.8972179Z inflating: build/bin/test_tensorexpr 2022-12-01T10:06:10.8976747Z inflating: build/bin/torch_shm_manager 2022-12-01T10:06:11.0254093Z inflating: build/bin/test_api 2022-12-01T10:06:11.0810126Z inflating: build/bin/test_jit 2022-12-01T10:06:11.0812070Z inflating: .pytorch-test-times.json 2022-12-01T10:06:11.0835265Z ##[group]Run df -H 2022-12-01T10:06:11.0835448Z df -H 2022-12-01T10:06:11.0846426Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:06:11.0846635Z env: 2022-12-01T10:06:11.0846810Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:06:11.0846997Z ##[endgroup] 2022-12-01T10:06:11.0878065Z Filesystem Size Used Avail Use% Mounted on 2022-12-01T10:06:11.0878439Z devtmpfs 8.2G 0 8.2G 0% /dev 2022-12-01T10:06:11.0878780Z tmpfs 8.2G 115k 8.2G 1% /dev/shm 2022-12-01T10:06:11.0879090Z tmpfs 8.2G 431k 8.2G 1% /run 2022-12-01T10:06:11.0879426Z tmpfs 8.2G 0 8.2G 0% /sys/fs/cgroup 2022-12-01T10:06:11.0879965Z /dev/nvme0n1p1 162G 20G 142G 12% / 2022-12-01T10:06:11.0897774Z ##[group]Run .github/scripts/parse_ref.py 2022-12-01T10:06:11.0898003Z .github/scripts/parse_ref.py 2022-12-01T10:06:11.0908285Z shell: /usr/bin/bash -e {0} 2022-12-01T10:06:11.0908469Z env: 2022-12-01T10:06:11.0908628Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:06:11.0908815Z ##[endgroup] 2022-12-01T10:06:11.1129594Z ##[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.1180102Z ##[group]Run set -x 2022-12-01T10:06:11.1180367Z set -x 2022-12-01T10:06:11.1180533Z  2022-12-01T10:06:11.1180717Z if [[ $TEST_CONFIG == 'multigpu' ]]; then 2022-12-01T10:06:11.1180978Z  TEST_COMMAND=.jenkins/pytorch/multigpu-test.sh 2022-12-01T10:06:11.1181247Z elif [[ $BUILD_ENVIRONMENT == *onnx* ]]; then 2022-12-01T10:06:11.1181474Z  TEST_COMMAND=.jenkins/caffe2/test.sh 2022-12-01T10:06:11.1181673Z else 2022-12-01T10:06:11.1181875Z  TEST_COMMAND=.jenkins/pytorch/test.sh 2022-12-01T10:06:11.1182063Z fi 2022-12-01T10:06:11.1182457Z  2022-12-01T10:06:11.1182697Z COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-12-01T10:06:11.1182920Z  2022-12-01T10:06:11.1183137Z # sanitize the input commit message and PR body here: 2022-12-01T10:06:11.1183351Z # 2022-12-01T10:06:11.1183619Z # trim all new lines from commit messages + PR_BODY to avoid issues with batch environment 2022-12-01T10:06:11.1183995Z # variable copying. see https://github.com/pytorch/pytorch/pull/80043#issuecomment-1167796028 2022-12-01T10:06:11.1184307Z COMMIT_MESSAGES="${COMMIT_MESSAGES//[$'\n\r']}" 2022-12-01T10:06:11.1184540Z PR_BODY="${PR_BODY//[$'\n\r']}" 2022-12-01T10:06:11.1184713Z  2022-12-01T10:06:11.1184969Z # then trim all special characters like single and double quotes to avoid unescaped inputs to 2022-12-01T10:06:11.1185249Z # wreak havoc internally 2022-12-01T10:06:11.1185478Z export COMMIT_MESSAGES="${COMMIT_MESSAGES//[\'\"]}" 2022-12-01T10:06:11.1185719Z export PR_BODY="${PR_BODY//[\'\"]}" 2022-12-01T10:06:11.1185906Z  2022-12-01T10:06:11.1186132Z # detached container should get cleaned up by teardown_ec2_linux 2022-12-01T10:06:11.1186417Z # TODO: Stop building test binaries as part of the build phase 2022-12-01T10:06:11.1186688Z # Used for GPU_FLAG since that doesn't play nice 2022-12-01T10:06:11.1186933Z # shellcheck disable=SC2086,SC2090 2022-12-01T10:06:11.1187140Z container_name=$(docker run \ 2022-12-01T10:06:11.1187343Z  ${GPU_FLAG:-} \ 2022-12-01T10:06:11.1187540Z  -e BUILD_ENVIRONMENT \ 2022-12-01T10:06:11.1187728Z  -e PR_NUMBER \ 2022-12-01T10:06:11.1187919Z  -e GITHUB_ACTIONS \ 2022-12-01T10:06:11.1188111Z  -e BASE_SHA \ 2022-12-01T10:06:11.1188292Z  -e BRANCH \ 2022-12-01T10:06:11.1188455Z  -e SHA1 \ 2022-12-01T10:06:11.1188640Z  -e AWS_DEFAULT_REGION \ 2022-12-01T10:06:11.1188835Z  -e IN_WHEEL_TEST \ 2022-12-01T10:06:11.1189009Z  -e SHARD_NUMBER \ 2022-12-01T10:06:11.1189196Z  -e TEST_CONFIG \ 2022-12-01T10:06:11.1189386Z  -e NUM_TEST_SHARDS \ 2022-12-01T10:06:11.1189562Z  -e PR_BODY \ 2022-12-01T10:06:11.1189751Z  -e COMMIT_MESSAGES \ 2022-12-01T10:06:11.1189964Z  -e PYTORCH_RETRY_TEST_CASES \ 2022-12-01T10:06:11.1190182Z  -e PYTORCH_OVERRIDE_FLAKY_SIGNAL \ 2022-12-01T10:06:11.1190389Z  -e PR_LABELS \ 2022-12-01T10:06:11.1190595Z  -e MAX_JOBS="$(nproc --ignore=2)" \ 2022-12-01T10:06:11.1190877Z  -e SCCACHE_BUCKET \ 2022-12-01T10:06:11.1191081Z  -e SCCACHE_S3_KEY_PREFIX \ 2022-12-01T10:06:11.1191280Z  -e XLA_CUDA \ 2022-12-01T10:06:11.1191488Z  -e XLA_CLANG_CACHE_S3_BUCKET_NAME \ 2022-12-01T10:06:11.1191845Z  --env-file="/tmp/github_env_${GITHUB_RUN_ID}" \ 2022-12-01T10:06:11.1192085Z  --ulimit stack=10485760:83886080 \ 2022-12-01T10:06:11.1192316Z  --security-opt seccomp=unconfined \ 2022-12-01T10:06:11.1192529Z  --cap-add=SYS_PTRACE \ 2022-12-01T10:06:11.1192725Z  --ipc=host \ 2022-12-01T10:06:11.1192976Z  --shm-size="${SHM_SIZE}" \ 2022-12-01T10:06:11.1193155Z  --tty \ 2022-12-01T10:06:11.1193328Z  --detach \ 2022-12-01T10:06:11.1193523Z  --name="${container_name}" \ 2022-12-01T10:06:11.1193710Z  --user jenkins \ 2022-12-01T10:06:11.1193947Z  -v "${GITHUB_WORKSPACE}:/var/lib/jenkins/workspace" \ 2022-12-01T10:06:11.1194204Z  -w /var/lib/jenkins/workspace \ 2022-12-01T10:06:11.1194412Z  "${DOCKER_IMAGE}" 2022-12-01T10:06:11.1194572Z ) 2022-12-01T10:06:11.1194845Z docker exec -t "${container_name}" sh -c "pip install $(echo dist/*.whl)[opt-einsum] && ${TEST_COMMAND}" 2022-12-01T10:06:11.1204750Z shell: /usr/bin/bash -e {0} 2022-12-01T10:06:11.1204932Z env: 2022-12-01T10:06:11.1205106Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:06:11.1205329Z BUILD_ENVIRONMENT: linux-bionic-py3.7-clang9 2022-12-01T10:06:11.1205550Z PR_NUMBER: 89997 2022-12-01T10:06:11.1205731Z BRANCH: pull/89997 2022-12-01T10:06:11.1205940Z SHA1: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:06:11.1206185Z BASE_SHA: ae2fe4033cf3b17259b17f351020b988fa893f91 2022-12-01T10:06:11.1206408Z PYTORCH_RETRY_TEST_CASES: 1 2022-12-01T10:06:11.1206603Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-12-01T10:06:11.1206801Z TEST_CONFIG: crossref 2022-12-01T10:06:11.1206979Z SHARD_NUMBER: 1 2022-12-01T10:06:11.1207156Z NUM_TEST_SHARDS: 2 2022-12-01T10:06:11.1207807Z 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.1208589Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-12-01T10:06:11.1208836Z SCCACHE_S3_KEY_PREFIX: pull 2022-12-01T10:06:11.1209026Z SHM_SIZE: 1g 2022-12-01T10:06:11.1209353Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:06:11.1209680Z XLA_CUDA: 2022-12-01T10:06:11.1209942Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-12-01T10:06:11.1210208Z ##[endgroup] 2022-12-01T10:06:11.1231822Z + [[ crossref == \m\u\l\t\i\g\p\u ]] 2022-12-01T10:06:11.1232449Z + [[ linux-bionic-py3.7-clang9 == *onnx* ]] 2022-12-01T10:06:11.1232750Z + TEST_COMMAND=.jenkins/pytorch/test.sh 2022-12-01T10:06:11.1234858Z ++ git cherry -v origin/master 2022-12-01T10:06:11.5828765Z + COMMIT_MESSAGES='+ 56508e29e6b1847e050462d818021a0389d0de99 Release 1.13, Install torch from test channel, Pin build… (#86290) 2022-12-01T10:06:11.5829315Z - f682048bf9475d324044e955d8d67464ee446c3a Fix for the binary upload (#86385) 2022-12-01T10:06:11.5829835Z + 95112ca043c37e38101e629c1f69663e911cc909 Fix binary builds for the release - unblock release (#86484) 2022-12-01T10:06:11.5830514Z - c38dbd0e1dd88cce783c8dce6cce1a97276b6bb9 Conditionally build the TestApp benchmark based on lite interpreter (#86314) (#86377) 2022-12-01T10:06:11.5831040Z - 50a9cd95baf29e136fdf5f027c6f4c4a7ccd5b9b Add version selector back to functorch docs (#86602) (#86689) 2022-12-01T10:06:11.5831717Z - 5be45fc4f1a86624fe5ce0e99a2a5558011ca69e [ROCm] set nvfuser default to disabled, keep CI (#86369) (#86725) 2022-12-01T10:06:11.5832222Z - f37023b03f3e92dadb247e89fd4e024eb4a0eb8a [MPS] Better error message for `slow_conv2d_forward` (#86844) 2022-12-01T10:06:11.5832757Z - 786431cd13d171965feeb17240cc7bf8dc509dba [DOC] Use type hints to show annotation in the docs (#86851) 2022-12-01T10:06:11.5833275Z - 03992a6fb3dbd371fe41d3cd95c6589b45a10f14 Make the data types of output and input consistenst for batchnorm (#86784) 2022-12-01T10:06:11.5833681Z + d9ddab5efa2224704e4b982e651589b31b1c1547 [1.13] Remove torch.vmap (#86333) 2022-12-01T10:06:11.5834212Z + 01042487e2d848d17351555ea73c61d38a60a7f9 [1.13] Release-only improvements to functorch docs (#86693) 2022-12-01T10:06:11.5834686Z - 71251e2521ac4b737af43d536dff359df256eadd ci: Just use regular checkout (#86824) (#86895) 2022-12-01T10:06:11.5854619Z + f65ac2ad20f8eab95a0d0fb93c3550afc2b86d91 [CI] Fix builder ref for release, linux only (#86904) 2022-12-01T10:06:11.5855584Z - 51c16f092ca8d7802decfd56d34ae99d1c0f335c [functorch] Add more details to the functorch install page (#86823) (#86903) 2022-12-01T10:06:11.5856189Z - 311b47b72c73509a82ed0b613a7c563e6628332b [quant] Move the order of x86 engine to avoid changing the default qengine (#86631) (#86726) 2022-12-01T10:06:11.5856591Z + 7e196948ca0c5ede7fa6e0831fda18135e6573a5 Add vmap support for slogdet; fix regression from functorch 0.2.1 (#86815) (#86902) 2022-12-01T10:06:11.5857083Z - aab841e89d850c9da9048a64541cfa78b222f1ff [ONNX] Support device().type() string comparison with constant (#86168) (#86921) 2022-12-01T10:06:11.5857535Z - de3fa48e38e5370d18748e131bd20db53390ea5c Install c10d headers with absolute path (#86257) (#86933) 2022-12-01T10:06:11.5857887Z + 366c59e2606368a6f2ee7165d58686d0d494dd92 Allow PrivateUse1 backends to not have Storage (#86557) (#86803) 2022-12-01T10:06:11.5858193Z + 492d572086a93a31fc8972d29726453ee1e46717 [functorch] fix cross (#86934) 2022-12-01T10:06:11.5858680Z - f89a762a8efcca77722071ec042a02742ec4537d Fix the performance issue that the for-loop before ExternallCall could not be parallelized. (#85056) (#86516) 2022-12-01T10:06:11.5859171Z - c40a04415c59edc45b2ceba682377b255f2091c7 Add error checking to flaky test bot platform parser (#86632) (#87201) 2022-12-01T10:06:11.5859538Z + eda8263f151a17d0d81d33e3f48fb2102daf4c14 [Release 1.13.0][DataPipe] Documentation and interface fix (#87140) 2022-12-01T10:06:11.5859885Z + d2325f3b6a17e54b5d48c68d82b74354dfd35f61 handle libomp update on circleci (#86979) (#87132) 2022-12-01T10:06:11.5860307Z - 7688e5eeabce25b67aa99280772d094b1c5f7091 [ONNX] Fix triu/tril export with diagonal input (#86843) (#86925) 2022-12-01T10:06:11.5860752Z - 1ebff1dcaf75d0305dc713eea104ddfa3ae6b588 [ONNX] Renable assert diagnostic test (#85999) (#86924) 2022-12-01T10:06:11.5861201Z - 1442f04f3bab3b0e0f22fbb68c8f328e17801c69 Enables lazy loading of cuda modules if not set by user (#86509) 2022-12-01T10:06:11.5861555Z + d324341922beb064057e12daae19199480885d5e Bug fix for torch._C._willEngineExecuteNode (#86672) 2022-12-01T10:06:11.5862014Z - 894bad72c9dfb946e9bdfebaf2db41473b3dd4fe [ONNX] Fix scalar_type_analysis metadata for copied constant (#86716) (#86923) 2022-12-01T10:06:11.5862667Z - ef6dd0d34d379604eec8db34dd58581b8b061249 [ONNX] Ignore print(Tensor) during tracing (#86223) (#87122) 2022-12-01T10:06:11.5863124Z - e6d8c1392c817636c15ad974dd160292cdc471bc [einsum] Fix opt_einsum defaults to be more reasonable (#86985) (#87144) 2022-12-01T10:06:11.5863523Z + 3af7c7fc98af441ca90ef38b262497b530a317fb [einsum] fix MPS regression and fix incorrect contraction order when path is None (#87261) 2022-12-01T10:06:11.5863980Z - 9e3df4920f75fa2aaf5bbe04ed302fc80008a8b9 Improve NestedTensor documentation (#85186) (#87337) 2022-12-01T10:06:11.5864434Z - 3ca59f4b8aff32fbad3fcd13b812b5335047b8ce Reenable aot tests on windows for cuda 11.7 and up (#87193) (#87307) 2022-12-01T10:06:11.5864864Z - 0948dbb3e7d6e5e99305b71423f7e9a45a6e5e14 Add torch.sparse overview section (#85265) (#87376) 2022-12-01T10:06:11.5865459Z - 1f80ac7fa72cacafbb4901109b465db05f91d818 [Docs] Update mm family ops and F.linear to note limited sparse support. (#86220) (#87379) 2022-12-01T10:06:11.5865935Z - 7342a3b0eac2e3ebf4d9b5ce1c3c73c4134c8751 Add prototype warning to MaskedTensor constructor (#87107) (#87380) 2022-12-01T10:06:11.5866365Z - aba5544affda233f8413b5fd74df1cdf7ed91c18 [maskedtensor] add docs (#84887) (#87381) 2022-12-01T10:06:11.5866844Z - 6e2cb22d74d1939e0aa5c00c665a58e8796bef31 [functorch][docs] Downgrade the warning about forward-mode AD coverage (#87383) (#87386) 2022-12-01T10:06:11.5867321Z + ca0ee922bc9440bfc86b332d69ee0559f748bc6e [release] Add warning to stateless.functional_call for deprecated behavior (#87079) 2022-12-01T10:06:11.5867790Z - d2ce4310bad94f2e30fd75cb14e175bcef7ba6fa Assert if padding mask type is unexpected (#87106) (#87384) 2022-12-01T10:06:11.5868243Z - 05cb998e11d109a55ddee0fb72c17aa07fa8104a [MPS] Do not dispatch empty job in `bitwise_not` (#87286) (#87427) 2022-12-01T10:06:11.5868660Z - 385022c76e4229a9393d63871225e0961e91c2db [ci] handle libomp upgrade on github (#87382) (#87408) 2022-12-01T10:06:11.5869058Z - 3ffddc0b2d5fc963463c98b518b0eb1f88788a74 [functorch] fix AOTAutograd tutorial (#87415) (#87434) 2022-12-01T10:06:11.5869393Z + 55c76baf579cb6593f87d1a23e9a49afeb55f15a [1.13] Fix functorch version docs (#87392) 2022-12-01T10:06:11.5869783Z - 59686b4c60289188436ac61576fd389821858fa5 [maskedtensor] fix docs formatting (#87387) (#87406) 2022-12-01T10:06:11.5870112Z + 0c0df0be7497112022804df03aeeb0fcbadc9243 Add `weights_only` option to `torch.load` (#87443) 2022-12-01T10:06:11.5870447Z + d253eb29d86af51ae17b950825ffdb5661b5af7f Avoid calling logging.basicConfig (#86959) (#87455) 2022-12-01T10:06:11.5882403Z - d3aecbd9bc58a42366abffa63748d73c872bd927 Delete torch::deploy from pytorch core (#85953) (#85953) (#87454) 2022-12-01T10:06:11.5882879Z - 51fa4fae41367a17f49ce648c7cdd6aa72f6e6ac Move PadNd from ATen/native to ATen (#87456) 2022-12-01T10:06:11.5883369Z - f6c42ae2c29ba788523149dbcc791bf14530f93d Reenable `isinstance` with `torch.distributed.ReduceOp` (#87303) (#87463) 2022-12-01T10:06:11.5883877Z - 6a8be2cb630ce79d654a707e5ea454d013acbda1 [ONNX] Reland: Update training state logic to support ScriptedModule (#86745) (#87457) 2022-12-01T10:06:11.5884256Z + 8569a44f38ff906103f40c6925dec366c7557943 [MPS] Revamp copy_to_mps_ implementation (#87475) 2022-12-01T10:06:11.5884701Z - fdb18da4cc3ee04c2423eb33b2780edc4cae64e0 Fix distributed issue by including distributed files (#87612) 2022-12-01T10:06:11.5885139Z - 341c377c0f595ff4e4a0fbdef21978c038b64b98 Add General Project Policies (#87385) (#87613) 2022-12-01T10:06:11.5885510Z - 4e1a4b150a4ccd5f401a4293a0336a9a8a1dad2d fix docs push (#87498) (#87628) 2022-12-01T10:06:11.5885924Z - 7c98e70d44abc7a1aead68b6ea6c8adc8c554db5 attempted fix for nvrtc with lovelace (#87611) (#87618) 2022-12-01T10:06:11.5886369Z - 74a9ca993bd79f8131829e9c946657fa9a1d05ef [JIT][Security] Do not blindly eval input string (#89189) (#89925) 2022-12-01T10:06:11.5886687Z + ae2fe4033cf3b17259b17f351020b988fa893f91 Update masked.rst (#89758) (#89923) 2022-12-01T10:06:11.5887093Z - c13d400bffe90e16b96520bbc8a41a6f0c9cd584 Use the Python frame safely in _pythonCallstack' 2022-12-01T10:06:11.6032338Z + 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:11.6039261Z + 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:11.6053635Z + 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:11.6071736Z + 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:11.6078559Z + 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:11.6079960Z + 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:11.6080618Z +++ nproc --ignore=2 2022-12-01T10:06:11.6150541Z ++ 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:22.6686655Z + container_name=b074e9cb0d131167e7a4716028dc6b8a97f706cfc06fa3c350a9da2eb93f9352 2022-12-01T10:06:22.6690572Z ++ echo dist/torch-1.13.0a0+gitc13d400-cp37-cp37m-linux_x86_64.whl 2022-12-01T10:06:22.6692025Z + docker exec -t b074e9cb0d131167e7a4716028dc6b8a97f706cfc06fa3c350a9da2eb93f9352 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.2331259Z Processing ./dist/torch-1.13.0a0+gitc13d400-cp37-cp37m-linux_x86_64.whl 2022-12-01T10:06:23.3111087Z 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.3122217Z 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.3188922Z 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.1093617Z Installing collected packages: torch 2022-12-01T10:06:30.5232791Z Successfully installed torch-1.13.0a0+gitc13d400 2022-12-01T10:06:30.6600858Z ++ python -c 'import site; print(site.getsitepackages()[0])' 2022-12-01T10:06:30.6791771Z + TORCH_INSTALL_DIR=/opt/conda/lib/python3.7/site-packages/torch 2022-12-01T10:06:30.6792463Z + TORCH_BIN_DIR=/opt/conda/lib/python3.7/site-packages/torch/bin 2022-12-01T10:06:30.6792953Z + TORCH_LIB_DIR=/opt/conda/lib/python3.7/site-packages/torch/lib 2022-12-01T10:06:30.6793586Z + TORCH_TEST_DIR=/opt/conda/lib/python3.7/site-packages/torch/test 2022-12-01T10:06:30.6793960Z + BUILD_DIR=build 2022-12-01T10:06:30.6794157Z + BUILD_RENAMED_DIR=build_renamed 2022-12-01T10:06:30.6794346Z + BUILD_BIN_DIR=build/bin 2022-12-01T10:06:30.6794537Z + export VALGRIND=ON 2022-12-01T10:06:30.6794713Z + VALGRIND=ON 2022-12-01T10:06:30.6796004Z + [[ linux-bionic-py3.7-clang9 == *clang9* ]] 2022-12-01T10:06:30.6796299Z + export VALGRIND=OFF 2022-12-01T10:06:30.6796507Z + VALGRIND=OFF 2022-12-01T10:06:30.6796751Z + [[ linux-bionic-py3.7-clang9 != *bazel* ]] 2022-12-01T10:06:30.6796989Z ++ realpath build/custom_test_artifacts 2022-12-01T10:06:30.6819927Z + CUSTOM_TEST_ARTIFACT_BUILD_DIR=/var/lib/jenkins/workspace/build/custom_test_artifacts 2022-12-01T10:06:30.6822704Z ++ dirname .jenkins/pytorch/test.sh 2022-12-01T10:06:30.6836538Z + source .jenkins/pytorch/common.sh 2022-12-01T10:06:30.6840196Z +++ dirname .jenkins/pytorch/common.sh 2022-12-01T10:06:30.6848019Z ++ source .jenkins/pytorch/common_utils.sh 2022-12-01T10:06:30.6849515Z +++ declare -f -t trap_add 2022-12-01T10:06:30.6853053Z ++ set -ex 2022-12-01T10:06:30.6853877Z ++ [[ linux-bionic-py3.7-clang9 == *rocm* ]] 2022-12-01T10:06:30.6854263Z ++ BUILD_TEST_LIBTORCH=0 2022-12-01T10:06:30.6854670Z ++ [[ crossref == *xla* ]] 2022-12-01T10:06:30.6855167Z ++ [[ linux-bionic-py3.7-clang9 == *centos* ]] 2022-12-01T10:06:30.6855653Z ++ [[ linux-bionic-py3.7-clang9 == *linux-bionic* ]] 2022-12-01T10:06:30.6855860Z ++ which conda 2022-12-01T10:06:30.6870202Z /opt/conda/bin/conda 2022-12-01T10:06:30.6870671Z ++ conda install -q -y cmake 2022-12-01T10:06:34.0689224Z Collecting package metadata (current_repodata.json): ...working... done 2022-12-01T10:06:34.9335655Z Solving environment: ...working... done 2022-12-01T10:06:35.0272409Z 2022-12-01T10:06:35.0272638Z ## Package Plan ## 2022-12-01T10:06:35.0272882Z 2022-12-01T10:06:35.0273033Z environment location: /opt/conda 2022-12-01T10:06:35.0273286Z 2022-12-01T10:06:35.0273438Z added / updated specs: 2022-12-01T10:06:35.0273893Z - cmake 2022-12-01T10:06:35.0274015Z 2022-12-01T10:06:35.0274021Z 2022-12-01T10:06:35.0274118Z The following packages will be downloaded: 2022-12-01T10:06:35.0274262Z 2022-12-01T10:06:35.0274357Z package | build 2022-12-01T10:06:35.0277166Z ---------------------------|----------------- 2022-12-01T10:06:35.0277900Z bzip2-1.0.8 | h7b6447c_0 78 KB 2022-12-01T10:06:35.0278439Z c-ares-1.18.1 | h7f8727e_0 114 KB 2022-12-01T10:06:35.0278984Z ca-certificates-2022.10.11 | h06a4308_0 124 KB 2022-12-01T10:06:35.0279531Z certifi-2022.9.24 | py37h06a4308_0 154 KB 2022-12-01T10:06:35.0280044Z cmake-3.22.1 | h1fce559_0 7.3 MB 2022-12-01T10:06:35.0280464Z expat-2.4.9 | h6a678d5_0 156 KB 2022-12-01T10:06:35.0280888Z krb5-1.19.2 | hac12032_0 1.2 MB 2022-12-01T10:06:35.0281511Z libcurl-7.84.0 | h91b91d3_0 337 KB 2022-12-01T10:06:35.0282115Z libedit-3.1.20210910 | h7f8727e_0 166 KB 2022-12-01T10:06:35.0282521Z libev-4.33 | h7f8727e_1 111 KB 2022-12-01T10:06:35.0282855Z libgcc-ng-11.2.0 | h1234567_1 5.3 MB 2022-12-01T10:06:35.0283154Z libgomp-11.2.0 | h1234567_1 474 KB 2022-12-01T10:06:35.0283471Z libnghttp2-1.46.0 | hce63b2e_0 680 KB 2022-12-01T10:06:35.0283752Z libssh2-1.10.0 | h8f2d780_0 274 KB 2022-12-01T10:06:35.0284092Z libstdcxx-ng-11.2.0 | h1234567_1 4.7 MB 2022-12-01T10:06:35.0284497Z libuv-1.40.0 | h7b6447c_0 736 KB 2022-12-01T10:06:35.0284910Z lz4-c-1.9.3 | h295c915_1 185 KB 2022-12-01T10:06:35.0285418Z openssl-1.1.1s | h7f8727e_0 3.6 MB 2022-12-01T10:06:35.0285934Z rhash-1.4.1 | h3c74f83_1 203 KB 2022-12-01T10:06:35.0286332Z zstd-1.5.2 | ha4553b6_0 488 KB 2022-12-01T10:06:35.0286843Z ------------------------------------------------------------ 2022-12-01T10:06:35.0287283Z Total: 26.3 MB 2022-12-01T10:06:35.0287415Z 2022-12-01T10:06:35.0287529Z The following NEW packages will be INSTALLED: 2022-12-01T10:06:35.0287672Z 2022-12-01T10:06:35.0287924Z bzip2 pkgs/main/linux-64::bzip2-1.0.8-h7b6447c_0 None 2022-12-01T10:06:35.0288367Z c-ares pkgs/main/linux-64::c-ares-1.18.1-h7f8727e_0 None 2022-12-01T10:06:35.0288734Z cmake pkgs/main/linux-64::cmake-3.22.1-h1fce559_0 None 2022-12-01T10:06:35.0289094Z expat pkgs/main/linux-64::expat-2.4.9-h6a678d5_0 None 2022-12-01T10:06:35.0289434Z krb5 pkgs/main/linux-64::krb5-1.19.2-hac12032_0 None 2022-12-01T10:06:35.0289797Z libcurl pkgs/main/linux-64::libcurl-7.84.0-h91b91d3_0 None 2022-12-01T10:06:35.0290177Z libedit pkgs/main/linux-64::libedit-3.1.20210910-h7f8727e_0 None 2022-12-01T10:06:35.0290549Z libev pkgs/main/linux-64::libev-4.33-h7f8727e_1 None 2022-12-01T10:06:35.0290914Z libnghttp2 pkgs/main/linux-64::libnghttp2-1.46.0-hce63b2e_0 None 2022-12-01T10:06:35.0291297Z libssh2 pkgs/main/linux-64::libssh2-1.10.0-h8f2d780_0 None 2022-12-01T10:06:35.0291657Z libuv pkgs/main/linux-64::libuv-1.40.0-h7b6447c_0 None 2022-12-01T10:06:35.0291999Z lz4-c pkgs/main/linux-64::lz4-c-1.9.3-h295c915_1 None 2022-12-01T10:06:35.0292367Z rhash pkgs/main/linux-64::rhash-1.4.1-h3c74f83_1 None 2022-12-01T10:06:35.0292719Z zstd pkgs/main/linux-64::zstd-1.5.2-ha4553b6_0 None 2022-12-01T10:06:35.0292868Z 2022-12-01T10:06:35.0292968Z The following packages will be UPDATED: 2022-12-01T10:06:35.0293104Z 2022-12-01T10:06:35.0293302Z ca-certificates 2022.07.19-h06a4308_0 --> 2022.10.11-h06a4308_0 None 2022-12-01T10:06:35.0293664Z certifi 2022.9.14-py37h06a4308_0 --> 2022.9.24-py37h06a4308_0 None 2022-12-01T10:06:35.0294008Z libgcc-ng 9.3.0-h5101ec6_17 --> 11.2.0-h1234567_1 None 2022-12-01T10:06:35.0294439Z libgomp 9.3.0-h5101ec6_17 --> 11.2.0-h1234567_1 None 2022-12-01T10:06:35.0294760Z libstdcxx-ng 9.3.0-hd4cf53a_17 --> 11.2.0-h1234567_1 None 2022-12-01T10:06:35.0295097Z openssl 1.1.1q-h7f8727e_0 --> 1.1.1s-h7f8727e_0 None 2022-12-01T10:06:35.0295243Z 2022-12-01T10:06:35.0295248Z 2022-12-01T10:06:36.8546350Z Preparing transaction: ...working... done 2022-12-01T10:06:37.2819014Z Verifying transaction: ...working... done 2022-12-01T10:06:38.0633955Z Executing transaction: ...working... done 2022-12-01T10:06:38.1485283Z Retrieving notices: ...working... done 2022-12-01T10:06:38.3228938Z ++ [[ linux-bionic-py3.7-clang9 == *centos* ]] 2022-12-01T10:06:38.3229332Z + echo 'Environment variables' 2022-12-01T10:06:38.3229664Z Environment variables 2022-12-01T10:06:38.3229837Z + env 2022-12-01T10:06:38.3264295Z SHARD_NUMBER=1 2022-12-01T10:06:38.3264564Z UCC_HOME=/usr 2022-12-01T10:06:38.3266492Z BUILD_ENVIRONMENT=linux-bionic-py3.7-clang9 2022-12-01T10:06:38.3266919Z INSTALLED_DB=yes 2022-12-01T10:06:38.3267247Z HOSTNAME=b074e9cb0d13 2022-12-01T10:06:38.3267578Z GITHUB_REF_NAME=89997/merge 2022-12-01T10:06:38.3267995Z GITHUB_API_URL=https://api.github.com 2022-12-01T10:06:38.3268509Z OPENSSL_DIR=/opt/openssl 2022-12-01T10:06:38.3268818Z UCC_COMMIT= 2022-12-01T10:06:38.3269464Z GITHUB_STEP_SUMMARY=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_a094c3ec-9ae2-4ba7-9dab-1c8e2c5daacd 2022-12-01T10:06:38.3269948Z CUDA_PATH=/usr/local/cuda 2022-12-01T10:06:38.3270570Z GITHUB_ACTION_PATH=/home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/setup-linux 2022-12-01T10:06:38.3271076Z GITHUB_RUN_ATTEMPT=1 2022-12-01T10:06:38.3271370Z INSTALLED_THRIFT= 2022-12-01T10:06:38.3271649Z TEST_CONFIG=crossref 2022-12-01T10:06:38.3271929Z GITHUB_REPOSITORY_OWNER=pytorch 2022-12-01T10:06:38.3272126Z GITHUB_ACTIONS=true 2022-12-01T10:06:38.3272296Z CI=true 2022-12-01T10:06:38.3272463Z PYTORCH_OVERRIDE_FLAKY_SIGNAL=1 2022-12-01T10:06:38.3272666Z BRANCH=pull/89997 2022-12-01T10:06:38.3272914Z GITHUB_HEAD_REF=release/1.13-callstack 2022-12-01T10:06:38.3273094Z UCX_COMMIT= 2022-12-01T10:06:38.3273463Z GITHUB_ACTOR=charlie-wt 2022-12-01T10:06:38.3273786Z GITHUB_ACTION_REF= 2022-12-01T10:06:38.3274088Z GITHUB_ACTION=__self 2022-12-01T10:06:38.3274349Z VALGRIND=OFF 2022-12-01T10:06:38.3274665Z GITHUB_REF_PROTECTED=false 2022-12-01T10:06:38.3275234Z XLA_CLANG_CACHE_S3_BUCKET_NAME=ossci-compiler-clang-cache-circleci-xla 2022-12-01T10:06:38.3276079Z *** 2022-12-01T10:06:38.3276310Z INSTALLED_VISION=yes 2022-12-01T10:06:38.3276498Z HOME=/var/lib/jenkins 2022-12-01T10:06:38.3277117Z GITHUB_STATE=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/save_state_a094c3ec-9ae2-4ba7-9dab-1c8e2c5daacd 2022-12-01T10:06:38.3277420Z CARGO_NET_GIT_FETCH_WITH_CLI=true 2022-12-01T10:06:38.3277628Z GITHUB_ACTION_REPOSITORY= 2022-12-01T10:06:38.3277826Z GITHUB_REF_TYPE=branch 2022-12-01T10:06:38.3278007Z GITHUB_RETENTION_DAYS=90 2022-12-01T10:06:38.3278297Z SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2 2022-12-01T10:06:38.3278743Z GITHUB_ENV=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_env_a094c3ec-9ae2-4ba7-9dab-1c8e2c5daacd 2022-12-01T10:06:38.3279039Z DEBIAN_FRONTEND=noninteractive 2022-12-01T10:06:38.3279255Z GITHUB_REF=refs/pull/89997/merge 2022-12-01T10:06:38.3279490Z GITHUB_SHA=cdc064133ad5e5a46a756ee9218659e8f252e950 2022-12-01T10:06:38.3279699Z INSTALLED_PROTOBUF=yes 2022-12-01T10:06:38.3279882Z DESIRED_CUDA= 2022-12-01T10:06:38.3280060Z GITHUB_RUN_ID=3591403534 2022-12-01T10:06:38.3280260Z GITHUB_SERVER_URL=https://github.com 2022-12-01T10:06:38.3280459Z MAX_JOBS=6 2022-12-01T10:06:38.3280785Z GITHUB_EVENT_PATH=/home/ec2-user/actions-runner/_work/_temp/_github_workflow/event.json 2022-12-01T10:06:38.3281026Z UCX_HOME=/usr 2022-12-01T10:06:38.3281210Z PYTORCH_RETRY_TEST_CASES=1 2022-12-01T10:06:38.3281453Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2022-12-01T10:06:38.3281716Z BASE_SHA=ae2fe4033cf3b17259b17f351020b988fa893f91 2022-12-01T10:06:38.3282050Z INSTALLED_ANDROID= 2022-12-01T10:06:38.3283023Z 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.3283756Z GITHUB_BASE_REF=release/1.13 2022-12-01T10:06:38.3283943Z TERM=xterm 2022-12-01T10:06:38.3284151Z XLA_CUDA= 2022-12-01T10:06:38.3284334Z TORCH_CUDA_ARCH_LIST=Maxwell 2022-12-01T10:06:38.3284538Z OPENSSL_ROOT_DIR=/opt/openssl 2022-12-01T10:06:38.3284944Z GITHUB_PATH=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/add_path_a094c3ec-9ae2-4ba7-9dab-1c8e2c5daacd 2022-12-01T10:06:38.3285238Z GITHUB_JOB=test 2022-12-01T10:06:38.3285430Z SCCACHE_S3_KEY_PREFIX=pull 2022-12-01T10:06:38.3297623Z 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.3303924Z NUM_TEST_SHARDS=2 2022-12-01T10:06:38.3304111Z PR_NUMBER=89997 2022-12-01T10:06:38.3304534Z GITHUB_OUTPUT=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_output_a094c3ec-9ae2-4ba7-9dab-1c8e2c5daacd 2022-12-01T10:06:38.3304813Z SHLVL=1 2022-12-01T10:06:38.3305004Z GITHUB_REPOSITORY=pytorch/pytorch 2022-12-01T10:06:38.3305242Z SHA1=c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:06:38.3305470Z GITHUB_EVENT_NAME=pull_request 2022-12-01T10:06:38.3305719Z TORCH_NVCC_FLAGS=-Xfatbin -compress-all 2022-12-01T10:06:38.3305934Z GITHUB_RUN_NUMBER=69319 2022-12-01T10:06:38.3306125Z GITHUB_WORKFLOW=pull 2022-12-01T10:06:38.3306419Z 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.3306898Z GITHUB_WORKSPACE=/home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:06:38.3307198Z GITHUB_TRIGGERING_ACTOR=charlie-wt 2022-12-01T10:06:38.3307380Z _=/usr/bin/env 2022-12-01T10:06:38.3307589Z + echo 'Testing pytorch' 2022-12-01T10:06:38.3307775Z Testing pytorch 2022-12-01T10:06:38.3307959Z + export LANG=C.UTF-8 2022-12-01T10:06:38.3308151Z + LANG=C.UTF-8 2022-12-01T10:06:38.3338505Z + PR_NUMBER=89997 2022-12-01T10:06:38.3338901Z + [[ crossref == \d\e\f\a\u\l\t ]] 2022-12-01T10:06:38.3339252Z + [[ crossref == \d\i\s\t\r\i\b\u\t\e\d ]] 2022-12-01T10:06:38.3339589Z + [[ crossref == \s\l\o\w ]] 2022-12-01T10:06:38.3340356Z + [[ linux-bionic-py3.7-clang9 == *slow-gradcheck* ]] 2022-12-01T10:06:38.3340861Z + [[ linux-bionic-py3.7-clang9 == *cuda* ]] 2022-12-01T10:06:38.3341325Z + [[ linux-bionic-py3.7-clang9 == *rocm* ]] 2022-12-01T10:06:38.3341809Z + [[ linux-bionic-py3.7-clang9 == *cuda11* ]] 2022-12-01T10:06:38.3342348Z + [[ crossref == *crossref* ]] 2022-12-01T10:06:38.3342587Z + export PYTORCH_TEST_WITH_CROSSREF=1 2022-12-01T10:06:38.3342811Z + PYTORCH_TEST_WITH_CROSSREF=1 2022-12-01T10:06:38.3342998Z + [[ crossref == *dynamo* ]] 2022-12-01T10:06:38.3343213Z + [[ -n 89997 ]] 2022-12-01T10:06:38.3343402Z + [[ -z '' ]] 2022-12-01T10:06:38.3343599Z + export PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-12-01T10:06:38.3343840Z + PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-12-01T10:06:38.3344133Z + [[ linux-bionic-py3.7-clang9 == *rocm* ]] 2022-12-01T10:06:38.3344410Z + [[ linux-bionic-py3.7-clang9 != *-bazel-* ]] 2022-12-01T10:06:38.3344665Z + pip_install --user ninja 2022-12-01T10:06:38.3344937Z + pip install --progress-bar off --user ninja 2022-12-01T10:06:38.7619067Z Collecting ninja 2022-12-01T10:06:38.7788231Z Downloading ninja-1.11.1-py2.py3-none-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (145 kB) 2022-12-01T10:06:39.5061538Z Installing collected packages: ninja 2022-12-01T10:06:39.5155291Z  WARNING: The script ninja is installed in '/var/lib/jenkins/.local/bin' which is not on PATH. 2022-12-01T10:06:39.5155806Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-12-01T10:06:39.5207682Z Successfully installed ninja-1.11.1 2022-12-01T10:06:39.5829542Z + 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.5830181Z + 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.5830803Z + [[ linux-bionic-py3.7-clang9 == *asan* ]] 2022-12-01T10:06:39.5831040Z + [[ crossref == \n\o\g\p\u\_\N\O\_\A\V\X\2 ]] 2022-12-01T10:06:39.5831276Z + [[ crossref == \n\o\g\p\u\_\A\V\X\5\1\2 ]] 2022-12-01T10:06:39.5834847Z + [[ linux-bionic-py3.7-clang9 == *tbb* ]] 2022-12-01T10:06:39.5846434Z + [[ linux-bionic-py3.7-clang9 == *libtorch* ]] 2022-12-01T10:06:39.5846806Z + [[ linux-bionic-py3.7-clang9 == *-bazel-* ]] 2022-12-01T10:06:39.5849329Z + cd test 2022-12-01T10:06:39.5850053Z + python -c 'import torch; print(torch.__config__.show())' 2022-12-01T10:06:40.3553816Z PyTorch built with: 2022-12-01T10:06:40.3554162Z - GCC 4.2 2022-12-01T10:06:40.3554378Z - C++ Version: 201402 2022-12-01T10:06:40.3554605Z - clang 9.0.0 2022-12-01T10:06:40.3554992Z - Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-12-01T10:06:40.3555433Z - Intel(R) MKL-DNN v2.6.0 (Git Hash 52b5f107dd9cf10910aaa19cb47f3abf9b349815) 2022-12-01T10:06:40.3555755Z - OpenMP 201107 (a.k.a. OpenMP 3.1) 2022-12-01T10:06:40.3556020Z - LAPACK is enabled (usually provided by MKL) 2022-12-01T10:06:40.3556262Z - NNPACK is enabled 2022-12-01T10:06:40.3556492Z - CPU capability usage: AVX2 2022-12-01T10:06:40.3559524Z - 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.3561784Z 2022-12-01T10:06:40.4782749Z + cd test 2022-12-01T10:06:40.4783168Z + python -c 'import torch; print(torch.__config__.parallel_info())' 2022-12-01T10:06:41.1757799Z ATen/Parallel: 2022-12-01T10:06:41.1758227Z at::get_num_threads() : 4 2022-12-01T10:06:41.1758452Z at::get_num_interop_threads() : 4 2022-12-01T10:06:41.1758675Z OpenMP 201107 (a.k.a. OpenMP 3.1) 2022-12-01T10:06:41.1758901Z omp_get_max_threads() : 4 2022-12-01T10:06:41.1759409Z Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-12-01T10:06:41.1759691Z mkl_get_max_threads() : 4 2022-12-01T10:06:41.1760041Z Intel(R) MKL-DNN v2.6.0 (Git Hash 52b5f107dd9cf10910aaa19cb47f3abf9b349815) 2022-12-01T10:06:41.1760317Z std::thread::hardware_concurrency() : 8 2022-12-01T10:06:41.1760517Z Environment variables: 2022-12-01T10:06:41.1760716Z OMP_NUM_THREADS : [not set] 2022-12-01T10:06:41.1760915Z MKL_NUM_THREADS : [not set] 2022-12-01T10:06:41.1761106Z ATen parallel backend: OpenMP 2022-12-01T10:06:41.1761232Z 2022-12-01T10:06:41.3045041Z + [[ crossref == *backward* ]] 2022-12-01T10:06:41.3045275Z + [[ crossref == *xla* ]] 2022-12-01T10:06:41.3045484Z + [[ crossref == \j\i\t\_\l\e\g\a\c\y ]] 2022-12-01T10:06:41.3045941Z + [[ linux-bionic-py3.7-clang9 == *libtorch* ]] 2022-12-01T10:06:41.3046180Z + [[ crossref == distributed ]] 2022-12-01T10:06:41.3046395Z + [[ crossref == *dynamo* ]] 2022-12-01T10:06:41.3046620Z + [[ crossref == *dynamo* ]] 2022-12-01T10:06:41.3046801Z + [[ 1 == 1 ]] 2022-12-01T10:06:41.3046985Z + [[ 2 -gt 1 ]] 2022-12-01T10:06:41.3047207Z + test_without_numpy 2022-12-01T10:06:41.3049276Z ++ dirname .jenkins/pytorch/test.sh 2022-12-01T10:06:41.3056474Z + pushd .jenkins/pytorch 2022-12-01T10:06:41.3057021Z ~/workspace/.jenkins/pytorch ~/workspace 2022-12-01T10:06:41.3058074Z + 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:41.9219222Z -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.0412437Z + 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:42.6473448Z -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.6481516Z tensor([0., 1.]) 2022-12-01T10:06:42.7630852Z + popd 2022-12-01T10:06:42.7631219Z ~/workspace 2022-12-01T10:06:42.7631542Z + install_torchvision 2022-12-01T10:06:42.7631759Z + local commit 2022-12-01T10:06:42.7633804Z ++ get_pinned_commit vision 2022-12-01T10:06:42.7634200Z ++ cat .github/ci_commit_pins/vision.txt 2022-12-01T10:06:42.7668101Z + commit=d7d90f56117ce0955332846a5f90b8d1346c4c09 2022-12-01T10:06:42.7668705Z + pip_install --no-use-pep517 --user git+https://github.com/pytorch/vision.git@d7d90f56117ce0955332846a5f90b8d1346c4c09 2022-12-01T10:06:42.7669436Z + pip install --progress-bar off --no-use-pep517 --user git+https://github.com/pytorch/vision.git@d7d90f56117ce0955332846a5f90b8d1346c4c09 2022-12-01T10:06:43.1138614Z Collecting git+https://github.com/pytorch/vision.git@d7d90f56117ce0955332846a5f90b8d1346c4c09 2022-12-01T10:06:43.1144589Z Cloning https://github.com/pytorch/vision.git (to revision d7d90f56117ce0955332846a5f90b8d1346c4c09) to /tmp/pip-req-build-cqtyebou 2022-12-01T10:06:43.1350049Z Running command git clone --filter=blob:none --quiet https://github.com/pytorch/vision.git /tmp/pip-req-build-cqtyebou 2022-12-01T10:06:45.0521358Z Running command git rev-parse -q --verify 'sha^d7d90f56117ce0955332846a5f90b8d1346c4c09' 2022-12-01T10:06:45.0564729Z Running command git fetch -q https://github.com/pytorch/vision.git d7d90f56117ce0955332846a5f90b8d1346c4c09 2022-12-01T10:06:45.9709932Z Running command git checkout -q d7d90f56117ce0955332846a5f90b8d1346c4c09 2022-12-01T10:06:46.5248489Z Resolved https://github.com/pytorch/vision.git to commit d7d90f56117ce0955332846a5f90b8d1346c4c09 2022-12-01T10:06:48.0052740Z Preparing metadata (setup.py) ... [?25l- done 2022-12-01T10:06:48.0128374Z [?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.0132603Z 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.0136146Z 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.0139944Z 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.0146795Z 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.0391351Z 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.0402649Z 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.0410712Z 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.0422770Z 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.0571908Z Building wheels for collected packages: torchvision 2022-12-01T10:07:54.3959616Z Building wheel for torchvision (setup.py) ... [?25l- \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / done 2022-12-01T10:07:54.4307152Z [?25h Created wheel for torchvision: filename=torchvision-0.14.0a0+d7d90f5-cp37-cp37m-linux_x86_64.whl size=13981831 sha256=508a78820f8176124553e7b451c0f165dbbb08dae92febdceb751167d3620194 2022-12-01T10:07:54.4308323Z Stored in directory: /var/lib/jenkins/.cache/pip/wheels/17/b1/5a/ec673bc71ef16fdf03b58b08a840c9c6188bc53a632a04e543 2022-12-01T10:07:54.4351150Z Successfully built torchvision 2022-12-01T10:07:55.1142798Z Installing collected packages: torchvision 2022-12-01T10:07:55.6845992Z Successfully installed torchvision-0.14.0a0+d7d90f5 2022-12-01T10:07:55.8166620Z + install_torchdynamo 2022-12-01T10:07:55.8166843Z + local commit 2022-12-01T10:07:55.8169734Z ++ get_pinned_commit torchdynamo 2022-12-01T10:07:55.8170151Z ++ cat .github/ci_commit_pins/torchdynamo.txt 2022-12-01T10:07:55.8182656Z + commit=6ead5cae0d1234aa64db06fe230ef56e12ec76fe 2022-12-01T10:07:55.8183501Z + pip_install --user git+https://github.com/pytorch/torchdynamo.git@6ead5cae0d1234aa64db06fe230ef56e12ec76fe 2022-12-01T10:07:55.8184442Z + pip install --progress-bar off --user git+https://github.com/pytorch/torchdynamo.git@6ead5cae0d1234aa64db06fe230ef56e12ec76fe 2022-12-01T10:07:56.1918115Z Collecting git+https://github.com/pytorch/torchdynamo.git@6ead5cae0d1234aa64db06fe230ef56e12ec76fe 2022-12-01T10:07:56.1924734Z Cloning https://github.com/pytorch/torchdynamo.git (to revision 6ead5cae0d1234aa64db06fe230ef56e12ec76fe) to /tmp/pip-req-build-xmda4zx1 2022-12-01T10:07:56.1960642Z Running command git clone --filter=blob:none --quiet https://github.com/pytorch/torchdynamo.git /tmp/pip-req-build-xmda4zx1 2022-12-01T10:07:56.7495968Z Running command git rev-parse -q --verify 'sha^6ead5cae0d1234aa64db06fe230ef56e12ec76fe' 2022-12-01T10:07:56.7531996Z Running command git fetch -q https://github.com/pytorch/torchdynamo.git 6ead5cae0d1234aa64db06fe230ef56e12ec76fe 2022-12-01T10:07:56.9882592Z Running command git checkout -q 6ead5cae0d1234aa64db06fe230ef56e12ec76fe 2022-12-01T10:07:57.4590206Z Resolved https://github.com/pytorch/torchdynamo.git to commit 6ead5cae0d1234aa64db06fe230ef56e12ec76fe 2022-12-01T10:07:58.8719739Z Preparing metadata (setup.py) ... [?25l- done 2022-12-01T10:07:58.8791313Z [?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:07:58.8794955Z Requirement already satisfied: numpy in /opt/conda/lib/python3.7/site-packages (from torchdynamo==1.13.0.dev0) (1.18.5) 2022-12-01T10:07:58.9183189Z Collecting tabulate 2022-12-01T10:07:58.9389434Z Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) 2022-12-01T10:07:58.9477693Z Requirement already satisfied: pyyaml in /opt/conda/lib/python3.7/site-packages (from torchdynamo==1.13.0.dev0) (6.0) 2022-12-01T10:07:58.9481659Z Requirement already satisfied: sympy in /opt/conda/lib/python3.7/site-packages (from torchdynamo==1.13.0.dev0) (1.10.1) 2022-12-01T10:07:58.9514072Z 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:07:58.9539692Z 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:07:58.9630690Z Building wheels for collected packages: torchdynamo 2022-12-01T10:08:02.3430391Z Building wheel for torchdynamo (setup.py) ... [?25l- \ | / - done 2022-12-01T10:08:02.3511554Z [?25h Created wheel for torchdynamo: filename=torchdynamo-1.13.0.dev0-cp37-cp37m-linux_x86_64.whl size=2686817 sha256=6a8900634d06ebfaa5cb1b804666d75e7acb36e87e784368f784b7f7a6ec9a3c 2022-12-01T10:08:02.3512530Z Stored in directory: /var/lib/jenkins/.cache/pip/wheels/be/04/a5/adc64d091c88f64465d8ee6f21d5717177ec59bba7342b9732 2022-12-01T10:08:02.3535637Z Successfully built torchdynamo 2022-12-01T10:08:03.0584315Z Installing collected packages: tabulate, torchdynamo 2022-12-01T10:08:03.3335635Z Successfully installed tabulate-0.9.0 torchdynamo-1.13.0.dev0 2022-12-01T10:08:03.4205544Z + test_python_shard 1 2022-12-01T10:08:03.4205902Z + [[ -z 2 ]] 2022-12-01T10:08:03.4206317Z + python test/run_test.py --exclude-jit-executor --exclude-distributed-tests --shard 1 2 --verbose 2022-12-01T10:08:04.5316411Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:08:04.6621030Z Ignoring disabled issues: [] 2022-12-01T10:08:04.6901426Z Found test time stats from artifacts 2022-12-01T10:08:04.6929051Z Selected tests: 2022-12-01T10:08:04.6929325Z test_ops 2022-12-01T10:08:04.6930016Z test_reductions 2022-12-01T10:08:04.6930242Z test_linalg 2022-12-01T10:08:04.6930414Z test_tensorexpr 2022-12-01T10:08:04.6930585Z test_tensor_creation_ops 2022-12-01T10:08:04.6930770Z nn/test_pooling 2022-12-01T10:08:04.6933511Z test_torch 2022-12-01T10:08:04.6933825Z test_cpp_api_parity 2022-12-01T10:08:04.6934156Z test_indexing 2022-12-01T10:08:04.6934410Z test_namedtuple_return_api 2022-12-01T10:08:04.6934678Z test_fake_tensor 2022-12-01T10:08:04.6934994Z test_jit_disabled 2022-12-01T10:08:04.6935348Z test_multiprocessing_spawn 2022-12-01T10:08:04.6935675Z test_show_pickle 2022-12-01T10:08:04.6935988Z test_jit_cuda_fuser 2022-12-01T10:08:04.6936299Z lazy/test_bindings 2022-12-01T10:08:04.6936475Z lazy/test_meta_kernel 2022-12-01T10:08:04.6936654Z test_cuda 2022-12-01T10:08:04.6936877Z test_cuda_sanitizer 2022-12-01T10:08:04.6937158Z test_deploy 2022-12-01T10:08:04.6937421Z test_hub 2022-12-01T10:08:04.6937686Z test_pruning_op 2022-12-01T10:08:04.6938013Z test_proxy_tensor 2022-12-01T10:08:04.6938320Z test_jit 2022-12-01T10:08:04.6938611Z test_jit_fuser_te 2022-12-01T10:08:04.6938789Z test_dataloader 2022-12-01T10:08:04.6938944Z test_optim 2022-12-01T10:08:04.6939110Z test_binary_ufuncs 2022-12-01T10:08:04.6939352Z test_fx_experimental 2022-12-01T10:08:04.6939681Z test_mkldnn_fusion 2022-12-01T10:08:04.6940006Z test_type_hints 2022-12-01T10:08:04.6940306Z test_serialization 2022-12-01T10:08:04.6940647Z test_functional_autograd_benchmark 2022-12-01T10:08:04.6940956Z test_masked 2022-12-01T10:08:04.6941135Z test_type_promotion 2022-12-01T10:08:04.6941304Z test_jit_autocast 2022-12-01T10:08:04.6941481Z lazy/test_ts_opinfo 2022-12-01T10:08:04.6941662Z test_stateless 2022-12-01T10:08:04.6941827Z nn/test_embedding 2022-12-01T10:08:04.6942097Z test_decomp 2022-12-01T10:08:04.6942528Z test_mkl_verbose 2022-12-01T10:08:04.6942694Z test_module_init 2022-12-01T10:08:04.6942874Z test_import_stats 2022-12-01T10:08:04.6943058Z test_mkldnn_verbose 2022-12-01T10:08:04.6943229Z test_sort_and_select 2022-12-01T10:08:04.6943412Z test_public_bindings 2022-12-01T10:08:04.6943603Z test_scatter_gather_ops 2022-12-01T10:08:04.6943788Z lazy/test_step_closures 2022-12-01T10:08:04.6943975Z test_nestedtensor 2022-12-01T10:08:04.6944164Z backends/xeon/test_launch 2022-12-01T10:08:04.6944338Z test_model_dump 2022-12-01T10:08:04.6946496Z test_futures 2022-12-01T10:08:04.6946808Z test_namedtensor 2022-12-01T10:08:04.6947168Z test_function_schema 2022-12-01T10:08:04.6947485Z test_monitor 2022-12-01T10:08:04.6947721Z test_fx_reinplace_pass 2022-12-01T10:08:04.6947911Z test_python_dispatch 2022-12-01T10:08:04.6948082Z test_subclass 2022-12-01T10:08:04.6948256Z test_license 2022-12-01T10:08:04.6948428Z test_type_info 2022-12-01T10:08:04.6948588Z test_numpy_interop 2022-12-01T10:08:04.8875697Z Prioritized test from test file changes. 2022-12-01T10:08:04.8876549Z reordering tests for PR: 2022-12-01T10:08:04.8878380Z prioritized: ['test_ops', 'test_reductions', 'test_linalg', 'test_tensorexpr', 'nn/test_pooling', 'test_torch', 'test_indexing', 'test_fake_tensor', 'test_jit_cuda_fuser', 'test_cuda', 'test_proxy_tensor', 'test_jit', 'test_jit_fuser_te', 'test_dataloader', 'test_optim', 'test_binary_ufuncs', 'test_fx_experimental', 'test_mkldnn_fusion', 'test_serialization', 'test_type_promotion', 'test_jit_autocast', 'lazy/test_ts_opinfo', 'test_stateless', 'nn/test_embedding', 'test_decomp', 'test_module_init', 'test_public_bindings', 'test_nestedtensor', 'test_fx_reinplace_pass', 'test_python_dispatch'] 2022-12-01T10:08:04.8880211Z the rest: ['test_tensor_creation_ops', 'test_cpp_api_parity', 'test_namedtuple_return_api', 'test_jit_disabled', 'test_multiprocessing_spawn', 'test_show_pickle', 'lazy/test_bindings', 'lazy/test_meta_kernel', 'test_cuda_sanitizer', 'test_deploy', 'test_hub', 'test_pruning_op', 'test_type_hints', 'test_functional_autograd_benchmark', 'test_masked', 'test_mkl_verbose', 'test_import_stats', 'test_mkldnn_verbose', 'test_sort_and_select', 'test_scatter_gather_ops', 'lazy/test_step_closures', 'backends/xeon/test_launch', 'test_model_dump', 'test_futures', 'test_namedtensor', 'test_function_schema', 'test_monitor', 'test_subclass', 'test_license', 'test_type_info', 'test_numpy_interop'] 2022-12-01T10:08:04.8881077Z 2022-12-01T10:08:04.8881487Z 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:04.9063429Z 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:04.9203930Z parallel (file granularity) tests: 2022-12-01T10:08:04.9204302Z test_proxy_tensor 2022-12-01T10:08:04.9204579Z test_jit 2022-12-01T10:08:04.9204851Z test_jit_fuser_te 2022-12-01T10:08:04.9205153Z test_dataloader 2022-12-01T10:08:04.9205461Z test_optim 2022-12-01T10:08:04.9205765Z test_binary_ufuncs 2022-12-01T10:08:04.9206095Z test_fx_experimental 2022-12-01T10:08:04.9206429Z test_mkldnn_fusion 2022-12-01T10:08:04.9206740Z test_serialization 2022-12-01T10:08:04.9207003Z test_type_promotion 2022-12-01T10:08:04.9207299Z test_jit_autocast 2022-12-01T10:08:04.9207623Z lazy/test_ts_opinfo 2022-12-01T10:08:04.9208008Z test_stateless 2022-12-01T10:08:04.9208562Z nn/test_embedding 2022-12-01T10:08:04.9208883Z test_decomp 2022-12-01T10:08:04.9209178Z test_module_init 2022-12-01T10:08:04.9209473Z test_public_bindings 2022-12-01T10:08:04.9209731Z test_nestedtensor 2022-12-01T10:08:04.9209992Z test_fx_reinplace_pass 2022-12-01T10:08:04.9210283Z test_python_dispatch 2022-12-01T10:08:04.9210561Z lazy/test_bindings 2022-12-01T10:08:04.9210743Z lazy/test_meta_kernel 2022-12-01T10:08:04.9210928Z test_cuda_sanitizer 2022-12-01T10:08:04.9211106Z test_deploy 2022-12-01T10:08:04.9211256Z test_hub 2022-12-01T10:08:04.9211423Z test_pruning_op 2022-12-01T10:08:04.9211599Z test_type_hints 2022-12-01T10:08:04.9211786Z test_functional_autograd_benchmark 2022-12-01T10:08:04.9211984Z test_masked 2022-12-01T10:08:04.9212150Z test_mkl_verbose 2022-12-01T10:08:04.9212309Z test_import_stats 2022-12-01T10:08:04.9212484Z test_mkldnn_verbose 2022-12-01T10:08:04.9212663Z test_sort_and_select 2022-12-01T10:08:04.9212846Z test_scatter_gather_ops 2022-12-01T10:08:04.9213023Z lazy/test_step_closures 2022-12-01T10:08:04.9213214Z backends/xeon/test_launch 2022-12-01T10:08:04.9213645Z test_model_dump 2022-12-01T10:08:04.9213828Z test_futures 2022-12-01T10:08:04.9214001Z test_namedtensor 2022-12-01T10:08:04.9214182Z test_function_schema 2022-12-01T10:08:04.9214398Z test_monitor 2022-12-01T10:08:04.9214574Z test_subclass 2022-12-01T10:08:04.9214741Z test_license 2022-12-01T10:08:04.9214894Z test_type_info 2022-12-01T10:08:04.9215067Z test_numpy_interop 2022-12-01T10:08:04.9215262Z serial (file granularity) tests: 2022-12-01T10:08:04.9215438Z test_ops 2022-12-01T10:08:04.9215600Z test_reductions 2022-12-01T10:08:04.9215765Z test_linalg 2022-12-01T10:08:04.9215923Z test_tensorexpr 2022-12-01T10:08:04.9216092Z nn/test_pooling 2022-12-01T10:08:04.9216256Z test_torch 2022-12-01T10:08:04.9216406Z test_indexing 2022-12-01T10:08:04.9216575Z test_fake_tensor 2022-12-01T10:08:04.9216746Z test_jit_cuda_fuser 2022-12-01T10:08:04.9216904Z test_cuda 2022-12-01T10:08:04.9217078Z test_tensor_creation_ops 2022-12-01T10:08:04.9217268Z test_cpp_api_parity 2022-12-01T10:08:04.9217447Z test_namedtuple_return_api 2022-12-01T10:08:04.9217635Z test_jit_disabled 2022-12-01T10:08:04.9217823Z test_multiprocessing_spawn 2022-12-01T10:08:04.9218168Z test_show_pickle 2022-12-01T10:08:06.0594137Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:08:06.0680758Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:08:06.1220897Z Ignoring disabled issues: [] 2022-12-01T10:08:06.1286852Z Ignoring disabled issues: [] 2022-12-01T10:08:06.1353179Z Running test_proxy_tensor ... [2022-12-01 10:08:06.135092] 2022-12-01T10:08:06.1355334Z Executing ['/opt/conda/bin/python', '-bb', 'test_proxy_tensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:08:06.135347] 2022-12-01T10:08:06.1417873Z Running test_jit ... [2022-12-01 10:08:06.141558] 2022-12-01T10:08:06.1419869Z Executing ['/opt/conda/bin/python', '-bb', 'test_jit.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:08:06.141806] 2022-12-01T10:10:13.1503780Z 2022-12-01T10:10:13.1504264Z Expand the folded group to see the log file of test_jit 2022-12-01T10:10:13.1629931Z ##[group]PRINTING LOG FILE of test_jit (/var/lib/jenkins/workspace/test/test-reports/test_jit_9r7_tey0) 2022-12-01T10:10:13.1631343Z Test results will be stored in test-reports/python-unittest/test_jit 2022-12-01T10:10:13.1631934Z CUDA not available, skipping tests 2022-12-01T10:10:13.1632673Z monkeytype is not installed. Skipping tests for Profile-Directed Typing 2022-12-01T10:10:13.1635872Z 2022-12-01T10:10:13.1636086Z Running tests... 2022-12-01T10:10:13.1636711Z ---------------------------------------------------------------------- 2022-12-01T10:10:13.1638725Z test_becomes_wildcard_annotations (jit.test_alias_analysis.TestAliasAnalysis) ... ok (0.003s) 2022-12-01T10:10:13.1639565Z test_nested_list_construct_not_wildcard (jit.test_alias_analysis.TestAliasAnalysis) ... ok (0.010s) 2022-12-01T10:10:13.1640331Z test_recursive_calls (jit.test_alias_analysis.TestAliasAnalysis) ... ok (0.015s) 2022-12-01T10:10:13.1641032Z test_async_future_type_python (jit.test_async.TestAsync) ... ok (0.001s) 2022-12-01T10:10:13.1641651Z test_async_grad_guard_no_grad (jit.test_async.TestAsync) ... ok (0.043s) 2022-12-01T10:10:13.1642140Z test_async_grad_guard_with_grad (jit.test_async.TestAsync) ... ok (0.007s) 2022-12-01T10:10:13.1642686Z test_async_kwargs (jit.test_async.TestAsync) ... ok (0.218s) 2022-12-01T10:10:13.1643189Z test_async_parsing (jit.test_async.TestAsync) ... ok (0.009s) 2022-12-01T10:10:13.1643611Z test_async_python (jit.test_async.TestAsync) ... ok (0.003s) 2022-12-01T10:10:13.1669680Z test_async_script (jit.test_async.TestAsync) ... ok (0.006s) 2022-12-01T10:10:13.1670153Z test_async_script_capture (jit.test_async.TestAsync) ... ok (0.009s) 2022-12-01T10:10:13.1670612Z test_async_script_error (jit.test_async.TestAsync) ... ok (0.027s) 2022-12-01T10:10:13.1671083Z test_async_script_multi_forks (jit.test_async.TestAsync) ... ok (0.016s) 2022-12-01T10:10:13.1671606Z test_async_script_multi_waits (jit.test_async.TestAsync) ... ok (0.006s) 2022-12-01T10:10:13.1672141Z test_async_script_nested (jit.test_async.TestAsync) ... ok (0.010s) 2022-12-01T10:10:13.1672648Z test_async_script_no_script_mod (jit.test_async.TestAsync) ... ok (0.002s) 2022-12-01T10:10:13.1673155Z test_async_script_trace (jit.test_async.TestAsync) ... ok (0.038s) 2022-12-01T10:10:13.1673590Z test_future_subtyping (jit.test_async.TestAsync) 2022-12-01T10:10:13.1674128Z Test that futures subtype each other properly. ... ok (0.010s) 2022-12-01T10:10:13.1674669Z test_no_future_subtype_message (jit.test_async.TestAsync) ... ok (0.002s) 2022-12-01T10:10:13.1675179Z test_trace_fork_wait (jit.test_async.TestAsync) ... ok (0.013s) 2022-12-01T10:10:13.1675801Z test_trace_fork_wait_inline (jit.test_async.TestAsync) ... ok (0.008s) 2022-12-01T10:10:13.1676452Z test_trace_fork_wait_inline_onnx (jit.test_async.TestAsync) ... ok (0.011s) 2022-12-01T10:10:13.1677103Z test_trace_fork_wait_leaking (jit.test_async.TestAsync) ... ok (0.002s) 2022-12-01T10:10:13.1677746Z test_trace_fork_wait_list_modulecalls (jit.test_async.TestAsync) ... ok (0.027s) 2022-12-01T10:10:13.1678485Z test_trace_modulecalls_with_different_output_types (jit.test_async.TestAsync) ... ok (0.018s) 2022-12-01T10:10:13.1708118Z test_aten_pow_zero_negative_exponent (jit.test_aten_pow.TestAtenPow) 2022-12-01T10:10:13.1708574Z 1. Testing a = int, b = int ... ok (0.023s) 2022-12-01T10:10:13.1709049Z test_autodiff_requires_grad_nograd (jit.test_autodiff.TestAutodiffJit) ... ok (0.084s) 2022-12-01T10:10:13.1709815Z test_requires_grad_outputs (jit.test_autodiff.TestAutodiffJit) ... ok (0.052s) 2022-12-01T10:10:13.1710448Z test_requires_grad_outputs_profiled_twice (jit.test_autodiff.TestAutodiffJit) ... ok (0.117s) 2022-12-01T10:10:13.1711120Z test_requires_grad_outputs_side_effects (jit.test_autodiff.TestAutodiffJit) ... ok (0.117s) 2022-12-01T10:10:13.1711759Z test_undefined_tensor_lists (jit.test_autodiff.TestAutodiffJit) ... ok (0.116s) 2022-12-01T10:10:13.1712450Z test_aliased_outputs (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.003s) 2022-12-01T10:10:13.1713266Z test_bias_as_arg (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.377s) 2022-12-01T10:10:13.1713997Z test_bias_as_module_attr (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.315s) 2022-12-01T10:10:13.1714813Z test_chunk_constant_script_ad (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.005s) 2022-12-01T10:10:13.1715618Z test_constructed_bias (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.028s) 2022-12-01T10:10:13.1716488Z test_diff_graph_inline_threshold (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.007s) 2022-12-01T10:10:13.1717655Z 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:13.1718784Z test_does_not_create_cycles (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.006s) 2022-12-01T10:10:13.1719721Z test_does_not_merge_unrelated (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.006s) 2022-12-01T10:10:13.1720661Z test_has_profiled_info_aliasing_outputs (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.002s) 2022-12-01T10:10:13.1721606Z test_merge_respects_aliasing (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.010s) 2022-12-01T10:10:13.1722514Z test_merges_dense (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.006s) 2022-12-01T10:10:13.1723386Z test_merges_down (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.006s) 2022-12-01T10:10:13.1724229Z test_merges_up (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.006s) 2022-12-01T10:10:13.1725113Z test_merges_without_cycles (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.006s) 2022-12-01T10:10:13.1726439Z test_prune_grad (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... skip: Simple Executor doesn't support gradients (0.001s) 2022-12-01T10:10:13.1727420Z test_requires_grad_for_tensor_list (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.006s) 2022-12-01T10:10:13.1728585Z test_respects_lexical_scoping (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.007s) 2022-12-01T10:10:13.1729477Z test_simple_merge (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.005s) 2022-12-01T10:10:13.1730362Z test_simple_no_merge (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.006s) 2022-12-01T10:10:13.1731608Z 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:13.1732624Z ok (0.147s) 2022-12-01T10:10:13.1733627Z 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:13.1734530Z ok (0.141s) 2022-12-01T10:10:13.1735514Z 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:13.1736524Z ok (0.256s) 2022-12-01T10:10:13.1737083Z test_errors (jit.test_backends.TestBackendsWithCompiler) ... ok (0.048s) 2022-12-01T10:10:13.1737810Z test_execution (jit.test_backends.TestBackendsWithCompiler) ... ok (0.070s) 2022-12-01T10:10:13.1738508Z test_batch_mm_no_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.007s) 2022-12-01T10:10:13.1739241Z test_batch_mm_permitted_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.007s) 2022-12-01T10:10:13.1739949Z test_batch_mm_prohibited_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.006s) 2022-12-01T10:10:13.1740652Z test_batch_mm_prohibited_mutation_if_node (jit.test_batch_mm.TestBatchMM) ... ok (0.009s) 2022-12-01T10:10:13.1741409Z test_batch_mm_prohibited_mutation_multiple_adds (jit.test_batch_mm.TestBatchMM) ... ok (0.009s) 2022-12-01T10:10:13.1742308Z test_batch_mm_side_permitted_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.008s) 2022-12-01T10:10:13.1743051Z test_batch_mm_side_prohibited_mutation_common_side (jit.test_batch_mm.TestBatchMM) ... ok (0.010s) 2022-12-01T10:10:13.1743846Z test_batch_mm_side_prohibited_mutation_uncommon_side (jit.test_batch_mm.TestBatchMM) ... ok (0.010s) 2022-12-01T10:10:13.1744545Z test_del (jit.test_builtins.TestBuiltins) ... ok (0.006s) 2022-12-01T10:10:13.1745212Z test_del_multiple_operands (jit.test_builtins.TestBuiltins) ... ok (0.009s) 2022-12-01T10:10:13.1745863Z test_has_attr (jit.test_builtins.TestBuiltins) ... ok (0.018s) 2022-12-01T10:10:13.1746526Z test_has_attr_invalid_args (jit.test_builtins.TestBuiltins) ... ok (0.009s) 2022-12-01T10:10:13.1747210Z test_cast_overloads (jit.test_class_type.TestClassType) ... ok (0.011s) 2022-12-01T10:10:13.1747871Z test_class_attribute_wrong_type (jit.test_class_type.TestClassType) 2022-12-01T10:10:13.1748559Z Test that the error message displayed when convering a class type ... ok (0.005s) 2022-12-01T10:10:13.1749243Z test_class_constant (jit.test_class_type.TestClassType) ... ok (0.034s) 2022-12-01T10:10:13.1749938Z test_class_constructs_itself (jit.test_class_type.TestClassType) ... ok (0.005s) 2022-12-01T10:10:13.1750612Z test_class_inheritance (jit.test_class_type.TestClassType) ... ok (0.003s) 2022-12-01T10:10:13.1751292Z test_class_inheritance_implicit (jit.test_class_type.TestClassType) 2022-12-01T10:10:13.1751909Z Test that inheritance is detected in ... ok (0.011s) 2022-12-01T10:10:13.1752497Z test_class_sorting (jit.test_class_type.TestClassType) ... ok (0.055s) 2022-12-01T10:10:13.1753482Z test_class_specialization (jit.test_class_type.TestClassType) ... ok (0.069s) 2022-12-01T10:10:13.1754360Z test_class_type_as_param (jit.test_class_type.TestClassType) ... ok (0.009s) 2022-12-01T10:10:13.1755001Z test_classmethod (jit.test_class_type.TestClassType) 2022-12-01T10:10:13.1755545Z Test classmethods on class types. ... ok (0.008s) 2022-12-01T10:10:13.1756155Z test_conditional_set_attr (jit.test_class_type.TestClassType) ... ok (0.003s) 2022-12-01T10:10:13.1756802Z test_custom_delete (jit.test_class_type.TestClassType) 2022-12-01T10:10:13.1757396Z Test that del can be called on an instance of a class that ... ok (0.014s) 2022-12-01T10:10:13.1758013Z test_default_args (jit.test_class_type.TestClassType) 2022-12-01T10:10:13.1758640Z Test that methods on class types can have default arguments. ... ok (0.054s) 2022-12-01T10:10:13.1759265Z test_get_attr (jit.test_class_type.TestClassType) ... ok (0.006s) 2022-12-01T10:10:13.1759939Z test_get_attr_not_initialized (jit.test_class_type.TestClassType) ... ok (0.003s) 2022-12-01T10:10:13.1760621Z test_get_with_method (jit.test_class_type.TestClassType) ... ok (0.001s) 2022-12-01T10:10:13.1761282Z test_imported_classes (jit.test_class_type.TestClassType) ... ok (0.014s) 2022-12-01T10:10:13.1762015Z test_in (jit.test_class_type.TestClassType) ... ok (0.006s) 2022-12-01T10:10:13.1762651Z test_init_compiled_first (jit.test_class_type.TestClassType) ... ok (0.003s) 2022-12-01T10:10:13.1763311Z test_interface (jit.test_class_type.TestClassType) ... ok (0.071s) 2022-12-01T10:10:13.1763961Z test_optional_type_promotion (jit.test_class_type.TestClassType) ... ok (0.005s) 2022-12-01T10:10:13.1764661Z test_out_of_order_methods (jit.test_class_type.TestClassType) ... ok (0.007s) 2022-12-01T10:10:13.1765334Z test_overloaded_fn (jit.test_class_type.TestClassType) ... ok (0.124s) 2022-12-01T10:10:13.1765956Z test_properties (jit.test_class_type.TestClassType) 2022-12-01T10:10:13.1766690Z Test that a scripted class can make use of the @property decorator. ... ok (0.027s) 2022-12-01T10:10:13.1767423Z test_py_class_to_ivalue_missing_attribute (jit.test_class_type.TestClassType) ... ok (0.007s) 2022-12-01T10:10:13.1768198Z test_python_interop (jit.test_class_type.TestClassType) ... ok (0.006s) 2022-12-01T10:10:13.1768816Z test_recursive_class (jit.test_class_type.TestClassType) 2022-12-01T10:10:13.1769502Z Recursive class types not yet supported. We should give a good error message. ... ok (0.003s) 2022-12-01T10:10:13.1770245Z test_recursive_script_builtin_type_resolution (jit.test_class_type.TestClassType) 2022-12-01T10:10:13.1771350Z Test resolution of built-in torch types(e.g. torch.Tensor, torch.device) when a class is recursively compiled. ... ok (0.037s) 2022-12-01T10:10:13.1772160Z test_recursive_script_module_builtin_type_resolution (jit.test_class_type.TestClassType) 2022-12-01T10:10:13.1773208Z Test resolution of built-in torch types(e.g. torch.Tensor, torch.device) when a class is recursively compiled ... ok (0.012s) 2022-12-01T10:10:13.1773960Z test_recursive_scripting (jit.test_class_type.TestClassType) 2022-12-01T10:10:13.1774629Z Test that class types are recursively scripted when an Python instance of one ... ok (0.009s) 2022-12-01T10:10:13.1775330Z test_recursive_scripting_failed (jit.test_class_type.TestClassType) 2022-12-01T10:10:13.1776002Z Test that class types module attributes that fail to script ... ok (0.014s) 2022-12-01T10:10:13.1776647Z test_reference_semantics (jit.test_class_type.TestClassType) 2022-12-01T10:10:13.1777278Z Test that modifications made to a class instance in TorchScript ... ok (0.008s) 2022-12-01T10:10:13.1777968Z test_save_load_with_classes (jit.test_class_type.TestClassType) ... ok (0.008s) 2022-12-01T10:10:13.1778675Z test_save_load_with_classes_nested (jit.test_class_type.TestClassType) ... ok (0.015s) 2022-12-01T10:10:13.1779376Z test_save_load_with_classes_returned (jit.test_class_type.TestClassType) ... ok (0.010s) 2022-12-01T10:10:13.1780054Z test_schema_human_readable (jit.test_class_type.TestClassType) 2022-12-01T10:10:13.1780854Z Make sure that the schema is human readable, ie the mode parameter should read "nearest" instead of being displayed in octal ... ok (0.242s) 2022-12-01T10:10:13.1781639Z test_self_referential_method (jit.test_class_type.TestClassType) 2022-12-01T10:10:13.1782411Z Test that a scripted class can have a method that refers to the class itself ... ok (0.012s) 2022-12-01T10:10:13.1783120Z test_set_attr_in_method (jit.test_class_type.TestClassType) ... ok (0.007s) 2022-12-01T10:10:13.1783761Z test_set_attr_non_initialized (jit.test_class_type.TestClassType) ... ok (0.003s) 2022-12-01T10:10:13.1784350Z test_set_attr_type_mismatch (jit.test_class_type.TestClassType) ... ok (0.002s) 2022-12-01T10:10:13.1784833Z test_staticmethod (jit.test_class_type.TestClassType) 2022-12-01T10:10:13.1785244Z Test static methods on class types. ... ok (0.018s) 2022-12-01T10:10:13.1785754Z test_type_annotation (jit.test_class_type.TestClassType) 2022-12-01T10:10:13.1786404Z Test that annotating container attributes with types works correctly ... ok (0.007s) 2022-12-01T10:10:13.1787108Z test_type_annotations (jit.test_class_type.TestClassType) ... ok (0.003s) 2022-12-01T10:10:13.1787823Z test_unresolved_class_attributes (jit.test_class_type.TestClassType) ... ok (0.006s) 2022-12-01T10:10:13.1788593Z test_unused_method (jit.test_class_type.TestClassType) 2022-12-01T10:10:13.1789173Z Test unused methods on scripted classes. ... ok (0.013s) 2022-12-01T10:10:13.1789800Z test_binary_op_complex_tensor (jit.test_complex.TestComplex) ... ok (0.020s) 2022-12-01T10:10:13.1790448Z test_comparison_ops (jit.test_complex.TestComplex) ... ok (0.013s) 2022-12-01T10:10:13.1791124Z test_complex_constants_and_ops (jit.test_complex.TestComplex) ... ok (0.471s) 2022-12-01T10:10:13.1791806Z test_complex_constructor (jit.test_complex.TestComplex) ... ok (0.049s) 2022-12-01T10:10:13.1792540Z test_complex_list_sum (jit.test_complex.TestComplex) ... ok (0.004s) 2022-12-01T10:10:13.1793164Z test_complex_parse (jit.test_complex.TestComplex) ... ok (0.007s) 2022-12-01T10:10:13.1793799Z test_complexdict (jit.test_complex.TestComplex) ... ok (0.004s) 2022-12-01T10:10:13.1794420Z test_complexlist (jit.test_complex.TestComplex) ... ok (0.004s) 2022-12-01T10:10:13.1795004Z test_div (jit.test_complex.TestComplex) ... ok (0.003s) 2022-12-01T10:10:13.1795614Z test_infj_nanj_pickle (jit.test_complex.TestComplex) ... ok (0.007s) 2022-12-01T10:10:13.1796226Z test_pickle (jit.test_complex.TestComplex) ... ok (0.007s) 2022-12-01T10:10:13.1796820Z test_script (jit.test_complex.TestComplex) ... ok (0.003s) 2022-12-01T10:10:13.1797420Z test_tensor_attributes (jit.test_complex.TestComplex) ... ok (0.008s) 2022-12-01T10:10:13.1798134Z test_torch_complex_constructor_with_tensor (jit.test_complex.TestComplex) ... ok (0.040s) 2022-12-01T10:10:13.1798937Z test_calling_scripted_custom_op (jit.test_custom_operators.TestCustomOperators) ... ok (0.003s) 2022-12-01T10:10:13.1799735Z test_calling_traced_custom_op (jit.test_custom_operators.TestCustomOperators) ... ok (0.006s) 2022-12-01T10:10:13.1800550Z test_default_arguments_are_used (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-12-01T10:10:13.1801356Z test_dynamic_op_registry (jit.test_custom_operators.TestCustomOperators) ... ok (0.002s) 2022-12-01T10:10:13.1802142Z test_generic_list (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-12-01T10:10:13.1802911Z test_passing_and_returning_lists (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-12-01T10:10:13.1803767Z test_passing_one_positional_but_not_the_second (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-12-01T10:10:13.1804596Z test_passing_too_few_args (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-12-01T10:10:13.1805358Z test_passing_too_many_args (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-12-01T10:10:13.1806148Z test_passing_unknown_kwargs (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-12-01T10:10:13.1806965Z test_script_graph_contains_custom_op (jit.test_custom_operators.TestCustomOperators) ... ok (0.003s) 2022-12-01T10:10:13.1808098Z 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:13.1809118Z test_simply_calling_an_operator (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-12-01T10:10:13.1809923Z test_where_no_scalar (jit.test_custom_operators.TestCustomOperators) ... ok (0.012s) 2022-12-01T10:10:13.1810612Z test_setattr_no_aliasdb (jit.test_dce.TestDCE) ... ok (0.007s) 2022-12-01T10:10:13.1811205Z test_setattr_removed (jit.test_dce.TestDCE) ... ok (0.011s) 2022-12-01T10:10:13.1812218Z test_python_submodule_script (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-12-01T10:10:13.1813300Z test_shared_module (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-12-01T10:10:13.1814365Z test_tensor_sharing (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.002s) 2022-12-01T10:10:13.1815464Z test_tensor_sharing_with_forward (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-12-01T10:10:13.1816592Z test_traced_module (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-12-01T10:10:13.1817351Z test__post_init__ (jit.test_dataclasses.TestDataclasses) ... ok (3.329s) 2022-12-01T10:10:13.1818047Z test_comparators (jit.test_dataclasses.TestDataclasses) ... ok (4.725s) 2022-12-01T10:10:13.1818722Z test_custom__eq__ (jit.test_dataclasses.TestDataclasses) ... ok (0.009s) 2022-12-01T10:10:13.1819420Z test_default_factories (jit.test_dataclasses.TestDataclasses) ... ok (0.002s) 2022-12-01T10:10:13.1820275Z test_init_vars (jit.test_dataclasses.TestDataclasses) ... skip: InitVar not supported in Python < 3.8 (0.001s) 2022-12-01T10:10:13.1821044Z test_no_source (jit.test_dataclasses.TestDataclasses) ... ok (0.013s) 2022-12-01T10:10:13.1821764Z test_use_unregistered_dataclass_raises (jit.test_dataclasses.TestDataclasses) ... ok (0.002s) 2022-12-01T10:10:13.1822668Z test_custom_device_op (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.008s) 2022-12-01T10:10:13.1823419Z test_device_apply (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.002s) 2022-12-01T10:10:13.1824130Z test_device_arg (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.003s) 2022-12-01T10:10:13.1824890Z test_device_if_propagation (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.004s) 2022-12-01T10:10:13.1825648Z test_if_loop_mix (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.004s) 2022-12-01T10:10:13.1826399Z test_loop_device_change (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.003s) 2022-12-01T10:10:13.1827138Z test_loop_simple (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.003s) 2022-12-01T10:10:13.1827866Z test_mobilenet (jit.test_device_analysis.TestDeviceAnalysis) ... ok (3.481s) 2022-12-01T10:10:13.1828601Z test_nested_loops (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.007s) 2022-12-01T10:10:13.1829313Z test_set_dtype (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.003s) 2022-12-01T10:10:13.1830012Z test_simple (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.005s) 2022-12-01T10:10:13.1830739Z test_tensor_as_fns (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.010s) 2022-12-01T10:10:13.1831461Z test_while_change (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.004s) 2022-12-01T10:10:13.1832163Z test_zerodim_cpu (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.012s) 2022-12-01T10:10:13.1832907Z test_zerodim_gpu (jit.test_device_analysis.TestDeviceAnalysis) ... skip: No CUDA (0.000s) 2022-12-01T10:10:13.1833675Z test_zerodim_no_device (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.022s) 2022-12-01T10:10:13.1834333Z test_aug_assign (jit.test_list_dict.TestDict) ... ok (0.020s) 2022-12-01T10:10:13.1834910Z test_basic (jit.test_list_dict.TestDict) ... ok (0.023s) 2022-12-01T10:10:13.1835468Z test_clear (jit.test_list_dict.TestDict) ... ok (0.004s) 2022-12-01T10:10:13.1836026Z test_copy (jit.test_list_dict.TestDict) ... ok (0.007s) 2022-12-01T10:10:13.1836558Z test_del (jit.test_list_dict.TestDict) ... ok (0.009s) 2022-12-01T10:10:13.1837156Z test_dict_bool_conversion (jit.test_list_dict.TestDict) ... ok (0.023s) 2022-12-01T10:10:13.1837806Z test_dict_preserves_order (jit.test_list_dict.TestDict) ... ok (0.089s) 2022-12-01T10:10:13.1838408Z test_dict_to_python (jit.test_list_dict.TestDict) ... ok (0.006s) 2022-12-01T10:10:13.1838975Z test_dict_variance (jit.test_list_dict.TestDict) 2022-12-01T10:10:13.1864444Z `Dict[T1, _]` is not a subtype of `Dict[T2, _]`, even if `T1` is ... ok (0.012s) 2022-12-01T10:10:13.1864947Z test_get (jit.test_list_dict.TestDict) ... ok (0.010s) 2022-12-01T10:10:13.1865449Z test_get_boolkey (jit.test_list_dict.TestDict) ... ok (0.010s) 2022-12-01T10:10:13.1865931Z test_items (jit.test_list_dict.TestDict) ... ok (0.003s) 2022-12-01T10:10:13.1866403Z test_key_type (jit.test_list_dict.TestDict) ... ok (0.002s) 2022-12-01T10:10:13.1866967Z test_keys (jit.test_list_dict.TestDict) ... ok (0.006s) 2022-12-01T10:10:13.1867424Z test_len (jit.test_list_dict.TestDict) ... ok (0.004s) 2022-12-01T10:10:13.1867867Z test_loop (jit.test_list_dict.TestDict) ... ok (0.003s) 2022-12-01T10:10:13.1868322Z test_membership (jit.test_list_dict.TestDict) ... ok (0.009s) 2022-12-01T10:10:13.1868804Z test_mutability (jit.test_list_dict.TestDict) ... ok (0.003s) 2022-12-01T10:10:13.1869314Z test_optional_dict_construct (jit.test_list_dict.TestDict) ... ok (0.012s) 2022-12-01T10:10:13.1869809Z test_ordered_dict (jit.test_list_dict.TestDict) ... ok (0.014s) 2022-12-01T10:10:13.1870355Z test_pop (jit.test_list_dict.TestDict) ... ok (0.013s) 2022-12-01T10:10:13.1870810Z test_popitem (jit.test_list_dict.TestDict) ... ok (0.004s) 2022-12-01T10:10:13.1871292Z test_setdefault (jit.test_list_dict.TestDict) ... ok (0.013s) 2022-12-01T10:10:13.1871812Z test_type_annotation_missing_contained_type (jit.test_list_dict.TestDict) 2022-12-01T10:10:13.1872365Z Test that the use of a Dict type annotation without contained ... ok (0.003s) 2022-12-01T10:10:13.1872851Z test_update (jit.test_list_dict.TestDict) ... ok (0.021s) 2022-12-01T10:10:13.1873336Z test_update_existing_key (jit.test_list_dict.TestDict) ... ok (0.005s) 2022-12-01T10:10:13.1873824Z test_values (jit.test_list_dict.TestDict) ... ok (0.003s) 2022-12-01T10:10:13.1874282Z test_view (jit.test_list_dict.TestDict) ... ok (0.065s) 2022-12-01T10:10:13.1874805Z test_binary_scalar (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.008s) 2022-12-01T10:10:13.1876310Z test_binary_tensors (jit.test_dtype_analysis.TestDtypeAnalysis) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:13.1877246Z r = func(*args, **kwargs) 2022-12-01T10:10:13.1877536Z ok (0.067s) 2022-12-01T10:10:13.1877972Z test_combined (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.011s) 2022-12-01T10:10:13.1878542Z test_conv_no_mixed_args (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.027s) 2022-12-01T10:10:13.1879429Z test_custom_rules (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.032s) 2022-12-01T10:10:13.1880334Z test_unary (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.042s) 2022-12-01T10:10:13.1881088Z test_custom_rules_expected_failure_nn_functional_adaptive_max_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.016s) 2022-12-01T10:10:13.1881977Z test_custom_rules_expected_failure_nn_functional_adaptive_max_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.015s) 2022-12-01T10:10:13.1882814Z test_custom_rules_ints_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-12-01T10:10:13.1883849Z test_custom_rules_ints_nn_functional_adaptive_avg_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-12-01T10:10:13.1884828Z test_custom_rules_ints_nn_functional_adaptive_avg_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-12-01T10:10:13.1885709Z test_custom_rules_ints_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-12-01T10:10:13.1886590Z test_custom_rules_ints_nn_functional_adaptive_avg_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-12-01T10:10:13.1887504Z test_custom_rules_ints_nn_functional_adaptive_avg_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-12-01T10:10:13.1888489Z test_custom_rules_ints_nn_functional_adaptive_avg_pool3d_cpu_float16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-12-01T10:10:13.1889300Z test_custom_rules_ints_nn_functional_adaptive_avg_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:10:13.1889765Z test_custom_rules_ints_nn_functional_adaptive_avg_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-12-01T10:10:13.1890299Z test_custom_rules_ints_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:10:13.1890848Z test_custom_rules_ints_nn_functional_adaptive_max_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:10:13.1891390Z test_custom_rules_ints_nn_functional_adaptive_max_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:10:13.1891860Z test_custom_rules_ints_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-12-01T10:10:13.1892385Z test_custom_rules_ints_nn_functional_adaptive_max_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-12-01T10:10:13.1892901Z test_custom_rules_ints_nn_functional_adaptive_max_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-12-01T10:10:13.1893397Z test_custom_rules_ints_nn_functional_avg_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-12-01T10:10:13.1893843Z test_custom_rules_ints_nn_functional_avg_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-12-01T10:10:13.1894433Z test_custom_rules_ints_nn_functional_avg_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-12-01T10:10:13.1894944Z test_custom_rules_ints_nn_functional_avg_pool1d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-12-01T10:10:13.1895436Z test_custom_rules_ints_nn_functional_avg_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-12-01T10:10:13.1895887Z test_custom_rules_ints_nn_functional_avg_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:10:13.1896362Z test_custom_rules_ints_nn_functional_avg_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-12-01T10:10:13.1896865Z test_custom_rules_ints_nn_functional_avg_pool2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-12-01T10:10:13.1897349Z test_custom_rules_ints_nn_functional_avg_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-12-01T10:10:13.1897792Z test_custom_rules_ints_nn_functional_avg_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-12-01T10:10:13.1898278Z test_custom_rules_ints_nn_functional_avg_pool3d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-12-01T10:10:13.1898782Z test_custom_rules_ints_nn_functional_batch_norm_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-12-01T10:10:13.1899295Z test_custom_rules_ints_nn_functional_batch_norm_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-12-01T10:10:13.1899730Z test_custom_rules_ints_nn_functional_batch_norm_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-12-01T10:10:13.1900215Z test_custom_rules_ints_nn_functional_conv1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.012s) 2022-12-01T10:10:13.1900703Z test_custom_rules_ints_nn_functional_conv1d_cpu_complex128 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.012s) 2022-12-01T10:10:13.1901209Z test_custom_rules_ints_nn_functional_conv1d_cpu_complex64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.012s) 2022-12-01T10:10:13.1901655Z test_custom_rules_ints_nn_functional_conv1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.011s) 2022-12-01T10:10:13.1904217Z test_custom_rules_ints_nn_functional_conv1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.012s) 2022-12-01T10:10:13.1904744Z test_custom_rules_ints_nn_functional_conv1d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.012s) 2022-12-01T10:10:13.1905228Z test_custom_rules_ints_nn_functional_conv2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.012s) 2022-12-01T10:10:13.1905679Z test_custom_rules_ints_nn_functional_conv2d_cpu_complex128 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.012s) 2022-12-01T10:10:13.1906254Z test_custom_rules_ints_nn_functional_conv2d_cpu_complex64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.012s) 2022-12-01T10:10:13.1906739Z test_custom_rules_ints_nn_functional_conv2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.012s) 2022-12-01T10:10:13.1907245Z test_custom_rules_ints_nn_functional_conv2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.012s) 2022-12-01T10:10:13.1907708Z test_custom_rules_ints_nn_functional_conv2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.012s) 2022-12-01T10:10:13.1908195Z test_custom_rules_ints_nn_functional_conv_transpose2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.011s) 2022-12-01T10:10:13.1908697Z test_custom_rules_ints_nn_functional_conv_transpose2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.012s) 2022-12-01T10:10:13.1909200Z test_custom_rules_ints_nn_functional_conv_transpose2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.012s) 2022-12-01T10:10:13.1952983Z test_custom_rules_ints_nn_functional_hardswish_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-12-01T10:10:13.1953743Z test_custom_rules_ints_nn_functional_hardswish_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-12-01T10:10:13.1954436Z test_custom_rules_ints_nn_functional_hardswish_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-12-01T10:10:13.1954933Z test_custom_rules_ints_nn_functional_max_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-12-01T10:10:13.1955377Z test_custom_rules_ints_nn_functional_max_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-12-01T10:10:13.1955800Z test_custom_rules_ints_nn_functional_max_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-12-01T10:10:13.1956220Z test_custom_rules_ints_nn_functional_max_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:10:13.1956632Z test_custom_rules_ints_nn_functional_max_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:10:13.1957047Z test_custom_rules_ints_nn_functional_max_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-12-01T10:10:13.1957466Z test_custom_rules_ints_nn_functional_max_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-12-01T10:10:13.1957877Z test_custom_rules_ints_nn_functional_max_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-12-01T10:10:13.1958292Z test_custom_rules_ints_nn_functional_prelu_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-12-01T10:10:13.1958701Z test_custom_rules_ints_nn_functional_prelu_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-12-01T10:10:13.1959112Z test_custom_rules_ints_nn_functional_prelu_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-12-01T10:10:13.1959526Z test_custom_rules_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-12-01T10:10:13.1960059Z test_custom_rules_nn_functional_adaptive_avg_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-12-01T10:10:13.1960487Z test_custom_rules_nn_functional_adaptive_avg_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-12-01T10:10:13.1960915Z test_custom_rules_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-12-01T10:10:13.1961334Z test_custom_rules_nn_functional_adaptive_avg_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-12-01T10:10:13.1961804Z test_custom_rules_nn_functional_adaptive_avg_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-12-01T10:10:13.1962234Z test_custom_rules_nn_functional_adaptive_avg_pool3d_cpu_float16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-12-01T10:10:13.1962657Z test_custom_rules_nn_functional_adaptive_avg_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-12-01T10:10:13.1963076Z test_custom_rules_nn_functional_adaptive_avg_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-12-01T10:10:13.1963507Z test_custom_rules_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-12-01T10:10:13.1963938Z test_custom_rules_nn_functional_adaptive_max_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-12-01T10:10:13.1964371Z test_custom_rules_nn_functional_adaptive_max_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-12-01T10:10:13.1964802Z test_custom_rules_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-12-01T10:10:13.1965236Z test_custom_rules_nn_functional_adaptive_max_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-12-01T10:10:13.1965666Z test_custom_rules_nn_functional_adaptive_max_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-12-01T10:10:13.1966094Z test_custom_rules_nn_functional_avg_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-12-01T10:10:13.1966503Z test_custom_rules_nn_functional_avg_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-12-01T10:10:13.1966927Z test_custom_rules_nn_functional_avg_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-12-01T10:10:13.1967349Z test_custom_rules_nn_functional_avg_pool1d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-12-01T10:10:13.1967851Z test_custom_rules_nn_functional_avg_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-12-01T10:10:13.1968268Z test_custom_rules_nn_functional_avg_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-12-01T10:10:13.1968694Z test_custom_rules_nn_functional_avg_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-12-01T10:10:13.1969096Z test_custom_rules_nn_functional_avg_pool2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-12-01T10:10:13.1969515Z test_custom_rules_nn_functional_avg_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-12-01T10:10:13.1969927Z test_custom_rules_nn_functional_avg_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-12-01T10:10:13.1970345Z test_custom_rules_nn_functional_avg_pool3d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-12-01T10:10:13.1970771Z test_custom_rules_nn_functional_batch_norm_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.011s) 2022-12-01T10:10:13.1971194Z test_custom_rules_nn_functional_batch_norm_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.011s) 2022-12-01T10:10:13.1971630Z test_custom_rules_nn_functional_batch_norm_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.011s) 2022-12-01T10:10:13.1972042Z test_custom_rules_nn_functional_conv1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.013s) 2022-12-01T10:10:13.1972476Z test_custom_rules_nn_functional_conv1d_cpu_complex128 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.033s) 2022-12-01T10:10:13.1972949Z test_custom_rules_nn_functional_conv1d_cpu_complex64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.031s) 2022-12-01T10:10:13.1973371Z test_custom_rules_nn_functional_conv1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.012s) 2022-12-01T10:10:13.1973776Z test_custom_rules_nn_functional_conv1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.012s) 2022-12-01T10:10:13.1974187Z test_custom_rules_nn_functional_conv1d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.011s) 2022-12-01T10:10:13.1974583Z test_custom_rules_nn_functional_conv2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.013s) 2022-12-01T10:10:13.1975001Z test_custom_rules_nn_functional_conv2d_cpu_complex128 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.033s) 2022-12-01T10:10:13.1975438Z test_custom_rules_nn_functional_conv2d_cpu_complex64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.033s) 2022-12-01T10:10:13.1975875Z test_custom_rules_nn_functional_conv2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.012s) 2022-12-01T10:10:13.1976269Z test_custom_rules_nn_functional_conv2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.012s) 2022-12-01T10:10:13.1976679Z test_custom_rules_nn_functional_conv2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.012s) 2022-12-01T10:10:13.1977110Z test_custom_rules_nn_functional_conv_transpose2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.012s) 2022-12-01T10:10:13.1977552Z test_custom_rules_nn_functional_conv_transpose2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.013s) 2022-12-01T10:10:13.1977974Z test_custom_rules_nn_functional_conv_transpose2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.011s) 2022-12-01T10:10:13.1978395Z test_custom_rules_nn_functional_hardswish_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-12-01T10:10:13.1978807Z test_custom_rules_nn_functional_hardswish_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-12-01T10:10:13.1979220Z test_custom_rules_nn_functional_hardswish_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-12-01T10:10:13.1979625Z test_custom_rules_nn_functional_max_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.011s) 2022-12-01T10:10:13.1980050Z test_custom_rules_nn_functional_max_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-12-01T10:10:13.1980468Z test_custom_rules_nn_functional_max_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-12-01T10:10:13.1981042Z test_custom_rules_nn_functional_max_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.012s) 2022-12-01T10:10:13.1981452Z test_custom_rules_nn_functional_max_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.012s) 2022-12-01T10:10:13.1981870Z test_custom_rules_nn_functional_max_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.012s) 2022-12-01T10:10:13.1982436Z test_custom_rules_nn_functional_max_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.012s) 2022-12-01T10:10:13.1982908Z test_custom_rules_nn_functional_max_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.011s) 2022-12-01T10:10:13.1983310Z test_custom_rules_nn_functional_prelu_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-12-01T10:10:13.1983717Z test_custom_rules_nn_functional_prelu_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-12-01T10:10:13.1984133Z test_custom_rules_nn_functional_prelu_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-12-01T10:10:13.1984519Z test_closed_over_enum_constant (jit.test_enum.TestEnum) ... ok (0.010s) 2022-12-01T10:10:13.1984792Z test_enum_as_const (jit.test_enum.TestEnum) ... ok (0.007s) 2022-12-01T10:10:13.1985073Z test_enum_as_module_attribute (jit.test_enum.TestEnum) ... ok (0.009s) 2022-12-01T10:10:13.1985348Z test_enum_comp (jit.test_enum.TestEnum) ... ok (0.007s) 2022-12-01T10:10:13.1985608Z test_enum_comp_diff_classes (jit.test_enum.TestEnum) ... ok (0.010s) 2022-12-01T10:10:13.1985898Z test_enum_explicit_script (jit.test_enum.TestEnum) ... ok (0.001s) 2022-12-01T10:10:13.1986174Z test_enum_iterate (jit.test_enum.TestEnum) ... ok (0.010s) 2022-12-01T10:10:13.1986436Z test_enum_ivalue_type (jit.test_enum.TestEnum) ... ok (0.007s) 2022-12-01T10:10:13.1986694Z test_enum_module_return (jit.test_enum.TestEnum) ... ok (0.009s) 2022-12-01T10:10:13.1986957Z test_enum_name (jit.test_enum.TestEnum) ... ok (0.007s) 2022-12-01T10:10:13.1987205Z test_enum_return (jit.test_enum.TestEnum) ... ok (0.008s) 2022-12-01T10:10:13.1987444Z test_enum_value (jit.test_enum.TestEnum) ... ok (0.007s) 2022-12-01T10:10:13.1987693Z test_enum_value_types (jit.test_enum.TestEnum) ... ok (0.025s) 2022-12-01T10:10:13.1987983Z test_heterogenous_value_type_enum_error (jit.test_enum.TestEnum) ... ok (0.005s) 2022-12-01T10:10:13.1988271Z test_non_existent_enum_value (jit.test_enum.TestEnum) ... ok (0.005s) 2022-12-01T10:10:13.1988567Z test_string_enum_as_module_attribute (jit.test_enum.TestEnum) ... ok (0.009s) 2022-12-01T10:10:13.1989453Z 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:13.1989951Z **attrs, 2022-12-01T10:10:13.1990598Z /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:13.1991024Z **kwargs, 2022-12-01T10:10:13.1991188Z ok (0.007s) 2022-12-01T10:10:13.1991471Z test_caffe2_aten_fallback (jit.test_export_modes.TestExportModes) ... skip: Caffe2 is not available (0.001s) 2022-12-01T10:10:13.1992190Z 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:13.1992688Z export_type=torch.onnx.ExportTypes.COMPRESSED_ZIP_ARCHIVE) 2022-12-01T10:10:13.1992911Z ok (0.007s) 2022-12-01T10:10:13.1993511Z 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:13.1993971Z export_type=torch.onnx.ExportTypes.DIRECTORY) 2022-12-01T10:10:13.1994195Z ok (0.007s) 2022-12-01T10:10:13.1994429Z test_onnx_aten (jit.test_export_modes.TestExportModes) ... ok (0.003s) 2022-12-01T10:10:13.1995139Z 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:13.1995563Z torch.onnx._export(foo, (x,), f) 2022-12-01T10:10:13.1995749Z ok (0.005s) 2022-12-01T10:10:13.1996342Z 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:13.1996844Z export_type=torch.onnx.ExportTypes.PROTOBUF_FILE) 2022-12-01T10:10:13.1997061Z ok (0.007s) 2022-12-01T10:10:13.1997650Z 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:13.1998110Z export_type=torch.onnx.ExportTypes.ZIP_ARCHIVE) 2022-12-01T10:10:13.1998307Z ok (0.007s) 2022-12-01T10:10:13.1998527Z test_freeze_module (jit.test_freezing.TestFreezing) ... ok (0.020s) 2022-12-01T10:10:13.1998846Z test_freeze_module_detach_gradient (jit.test_freezing.TestFreezing) ... ok (0.017s) 2022-12-01T10:10:13.1999169Z test_freeze_module_in_training_mode (jit.test_freezing.TestFreezing) ... ok (0.280s) 2022-12-01T10:10:13.1999471Z test_freeze_module_inlining (jit.test_freezing.TestFreezing) ... ok (0.010s) 2022-12-01T10:10:13.1999783Z test_freeze_module_no_forward (jit.test_freezing.TestFreezing) ... ok (0.010s) 2022-12-01T10:10:13.2000098Z test_freeze_module_return_self (jit.test_freezing.TestFreezing) ... ok (0.006s) 2022-12-01T10:10:13.2000407Z test_freeze_module_return_sub_module (jit.test_freezing.TestFreezing) ... ok (0.013s) 2022-12-01T10:10:13.2000740Z test_freeze_module_with_aliased_attr (jit.test_freezing.TestFreezing) ... ok (0.007s) 2022-12-01T10:10:13.2001079Z test_freeze_module_with_aliased_attr2 (jit.test_freezing.TestFreezing) ... ok (0.007s) 2022-12-01T10:10:13.2001409Z test_freeze_module_with_aliased_attr3 (jit.test_freezing.TestFreezing) ... ok (0.006s) 2022-12-01T10:10:13.2001733Z test_freeze_module_with_aliased_tensor_attr (jit.test_freezing.TestFreezing) ... ok (0.006s) 2022-12-01T10:10:13.2002082Z test_freeze_module_with_aliased_tensor_attr2 (jit.test_freezing.TestFreezing) ... ok (0.010s) 2022-12-01T10:10:13.2002431Z test_freeze_module_with_aliased_tensor_attr3 (jit.test_freezing.TestFreezing) ... ok (0.007s) 2022-12-01T10:10:13.2002764Z test_freeze_module_with_aliased_tensor_attr4 (jit.test_freezing.TestFreezing) ... ok (0.009s) 2022-12-01T10:10:13.2003103Z test_freeze_module_with_call_method (jit.test_freezing.TestFreezing) ... ok (0.007s) 2022-12-01T10:10:13.2003423Z test_freeze_module_with_fork (jit.test_freezing.TestFreezing) ... ok (0.012s) 2022-12-01T10:10:13.2003741Z test_freeze_module_with_fork2 (jit.test_freezing.TestFreezing) ... ok (0.010s) 2022-12-01T10:10:13.2004068Z test_freeze_module_with_fork_calling_module_method (jit.test_freezing.TestFreezing) ... ok (0.012s) 2022-12-01T10:10:13.2004417Z test_freeze_module_with_helperfunction (jit.test_freezing.TestFreezing) ... ok (0.010s) 2022-12-01T10:10:13.2004760Z test_freeze_module_with_inplace_mutable (jit.test_freezing.TestFreezing) ... ok (0.006s) 2022-12-01T10:10:13.2005085Z test_freeze_module_with_list (jit.test_freezing.TestFreezing) ... ok (0.007s) 2022-12-01T10:10:13.2005397Z test_freeze_module_with_mutable_dict (jit.test_freezing.TestFreezing) ... ok (0.007s) 2022-12-01T10:10:13.2005730Z test_freeze_module_with_mutable_list (jit.test_freezing.TestFreezing) ... ok (0.005s) 2022-12-01T10:10:13.2006060Z test_freeze_module_with_mutable_tensor (jit.test_freezing.TestFreezing) ... ok (0.005s) 2022-12-01T10:10:13.2006380Z test_freeze_module_with_nested_fork (jit.test_freezing.TestFreezing) ... ok (0.021s) 2022-12-01T10:10:13.2006743Z test_freeze_module_with_nestedaliasing (jit.test_freezing.TestFreezing) ... ok (0.033s) 2022-12-01T10:10:13.2007096Z test_freeze_module_with_nestedaliasingscalar (jit.test_freezing.TestFreezing) ... ok (0.027s) 2022-12-01T10:10:13.2007453Z test_freeze_module_with_non_static_module_container_index (jit.test_freezing.TestFreezing) 2022-12-01T10:10:13.2007929Z Test that Modules containing non-static ModuleDict or ModuleList ... ok (0.048s) 2022-12-01T10:10:13.2008274Z test_freeze_module_with_overlapping_attrs (jit.test_freezing.TestFreezing) ... ok (0.013s) 2022-12-01T10:10:13.2008671Z test_freeze_module_with_preserve_sub_module (jit.test_freezing.TestFreezing) ... ok (0.017s) 2022-12-01T10:10:13.2009021Z test_freeze_module_with_preserve_sub_module_and_mutation (jit.test_freezing.TestFreezing) ... ok (0.019s) 2022-12-01T10:10:13.2009384Z test_freeze_module_with_sharedclasstype (jit.test_freezing.TestFreezing) ... ok (0.033s) 2022-12-01T10:10:13.2009722Z test_freeze_module_with_submodule (jit.test_freezing.TestFreezing) ... ok (0.021s) 2022-12-01T10:10:13.2010043Z test_freeze_module_with_tensor (jit.test_freezing.TestFreezing) ... ok (0.010s) 2022-12-01T10:10:13.2010347Z test_freeze_module_with_tuple (jit.test_freezing.TestFreezing) ... ok (0.011s) 2022-12-01T10:10:13.2010686Z test_freeze_module_with_tupleoutput_submodule (jit.test_freezing.TestFreezing) ... ok (0.014s) 2022-12-01T10:10:13.2011040Z test_freeze_module_with_user_preserved_attr (jit.test_freezing.TestFreezing) ... ok (0.007s) 2022-12-01T10:10:13.2011397Z test_freeze_module_with_user_preserved_attribute_on_submodule (jit.test_freezing.TestFreezing) ... ok (0.016s) 2022-12-01T10:10:13.2011796Z test_freeze_module_with_user_preserved_attribute_on_unused_submodule (jit.test_freezing.TestFreezing) ... ok (0.012s) 2022-12-01T10:10:13.2012172Z test_freeze_module_with_user_preserved_method (jit.test_freezing.TestFreezing) ... ok (0.012s) 2022-12-01T10:10:13.2012529Z test_freeze_module_with_user_preserved_method2 (jit.test_freezing.TestFreezing) ... ok (0.009s) 2022-12-01T10:10:13.2012886Z test_freeze_module_with_user_preserved_method_on_submodule (jit.test_freezing.TestFreezing) ... ok (0.015s) 2022-12-01T10:10:13.2013224Z test_freeze_no_forward (jit.test_freezing.TestFreezing) ... ok (0.014s) 2022-12-01T10:10:13.2013543Z test_freeze_non_module_class_getattr (jit.test_freezing.TestFreezing) ... ok (0.012s) 2022-12-01T10:10:13.2013874Z test_module_getattr_indirection (jit.test_freezing.TestFreezing) ... ok (0.011s) 2022-12-01T10:10:13.2014193Z test_module_with_shared_type_instances (jit.test_freezing.TestFreezing) ... ok (0.123s) 2022-12-01T10:10:13.2014497Z test_instancing_error (__main__.TestFrontend) ... ok (0.016s) 2022-12-01T10:10:13.2014829Z test_collapse_adjacent_conversions (jit.test_freezing.TestFrozenOptimizations) ... ok (0.021s) 2022-12-01T10:10:13.2015183Z test_conv_add_folding (jit.test_freezing.TestFrozenOptimizations) ... ok (1.621s) 2022-12-01T10:10:13.2015537Z test_conv_bn_folding (jit.test_freezing.TestFrozenOptimizations) ... ok (0.389s) 2022-12-01T10:10:13.2015961Z test_conv_bn_folding_autocast_scenario_cuda (jit.test_freezing.TestFrozenOptimizations) ... skip: Optimization currently only run for GPU (0.001s) 2022-12-01T10:10:13.2016390Z test_conv_bn_folding_not_forward (jit.test_freezing.TestFrozenOptimizations) ... ok (0.012s) 2022-12-01T10:10:13.2016733Z test_conv_hardswish (jit.test_freezing.TestFrozenOptimizations) ... ok (2.518s) 2022-12-01T10:10:13.2017076Z test_conv_mul_add_bn (jit.test_freezing.TestFrozenOptimizations) ... ok (0.058s) 2022-12-01T10:10:13.2017420Z test_conv_to_mkldnn (jit.test_freezing.TestFrozenOptimizations) ... ok (0.057s) 2022-12-01T10:10:13.2017797Z test_conv_to_mkldnn_no_mkldnn (jit.test_freezing.TestFrozenOptimizations) ... skip: Testing no mkldnn (0.001s) 2022-12-01T10:10:13.2018185Z test_freeze_conv_relu_fusion (jit.test_freezing.TestFrozenOptimizations) ... skip: requires CUDNN (0.003s) 2022-12-01T10:10:13.2018641Z test_freeze_conv_relu_fusion_not_forward (jit.test_freezing.TestFrozenOptimizations) ... skip: requires CUDNN (0.002s) 2022-12-01T10:10:13.2019023Z test_freeze_mkdlnn (jit.test_freezing.TestFrozenOptimizations) ... ok (0.017s) 2022-12-01T10:10:13.2019361Z test_freeze_remove_dropout (jit.test_freezing.TestFrozenOptimizations) ... ok (0.006s) 2022-12-01T10:10:13.2019729Z test_freeze_remove_feature_dropout (jit.test_freezing.TestFrozenOptimizations) ... ok (0.007s) 2022-12-01T10:10:13.2020100Z test_hardswish_hardsigmoid (jit.test_freezing.TestFrozenOptimizations) ... ok (0.012s) 2022-12-01T10:10:13.2020519Z test_incompatible_perf_formats (jit.test_freezing.TestFrozenOptimizations) ... ok (0.170s) 2022-12-01T10:10:13.2020913Z test_linear_concat (jit.test_freezing.TestFrozenOptimizations) ... skip: Optimization currently only run for GPU (0.001s) 2022-12-01T10:10:13.2021300Z test_linear_concat_complex (jit.test_freezing.TestFrozenOptimizations) 2022-12-01T10:10:13.2021685Z Testing that the interleaving of multiple optimizations does not ... skip: Optimization currently only run for GPU (0.001s) 2022-12-01T10:10:13.2022065Z test_linear_concat_different_input (jit.test_freezing.TestFrozenOptimizations) 2022-12-01T10:10:13.2022593Z There should be no change to the graph due to the optimization pass ... skip: Optimization currently only run for GPU (0.001s) 2022-12-01T10:10:13.2023030Z test_linear_multiple_blocks (jit.test_freezing.TestFrozenOptimizations) ... skip: Optimization currently only run for GPU (0.001s) 2022-12-01T10:10:13.2023447Z test_linear_non_constant_weight (jit.test_freezing.TestFrozenOptimizations) ... ok (0.005s) 2022-12-01T10:10:13.2023802Z test_linear_transpose (jit.test_freezing.TestFrozenOptimizations) ... ok (0.005s) 2022-12-01T10:10:13.2024154Z test_maxpool_mkldnn (jit.test_freezing.TestFrozenOptimizations) ... ok (0.215s) 2022-12-01T10:10:13.2024513Z test_mkldnn_fuser_broadcasting (jit.test_freezing.TestFrozenOptimizations) ... ok (0.024s) 2022-12-01T10:10:13.2024883Z test_mkldnn_inplace_removal (jit.test_freezing.TestFrozenOptimizations) ... ok (0.012s) 2022-12-01T10:10:13.2025228Z test_optimize_freeze_module (jit.test_freezing.TestFrozenOptimizations) ... ok (0.019s) 2022-12-01T10:10:13.2025588Z test_pool2d_batchnorm (jit.test_freezing.TestFrozenOptimizations) ... ok (0.378s) 2022-12-01T10:10:13.2025937Z test_pool3d_batchnorm (jit.test_freezing.TestFrozenOptimizations) ... ok (0.889s) 2022-12-01T10:10:13.2026271Z test_remove_detach (jit.test_freezing.TestFrozenOptimizations) ... ok (0.004s) 2022-12-01T10:10:13.2026630Z test_remove_detach_not_applied (jit.test_freezing.TestFrozenOptimizations) ... ok (0.003s) 2022-12-01T10:10:13.2026982Z test_scalar_mul (jit.test_freezing.TestFrozenOptimizations) ... ok (0.041s) 2022-12-01T10:10:13.2027330Z test_subgraph_creation (jit.test_functional_blocks.TestFunctionalBlocks) ... ok (0.045s) 2022-12-01T10:10:13.2027718Z test_check_no_type_promotion (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... ok (0.197s) 2022-12-01T10:10:13.2028174Z test_functional_to_inplace_activation (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... ok (0.060s) 2022-12-01T10:10:13.2028627Z test_no_functional_to_inplace (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... ok (0.014s) 2022-12-01T10:10:13.2029067Z test_resnet18_correctness (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... ok (4.309s) 2022-12-01T10:10:13.2029430Z test_getattr_with_default (jit.test_attr.TestGetDefaultAttr) ... ok (0.006s) 2022-12-01T10:10:13.2029772Z test_fuse_linear (jit.test_graph_rewrite_passes.TestGraphRewritePasses) ... ok (0.031s) 2022-12-01T10:10:13.2030078Z test_hash_bool (jit.test_hash.TestHash) ... ok (0.007s) 2022-12-01T10:10:13.2030325Z test_hash_device (jit.test_hash.TestHash) ... ok (0.006s) 2022-12-01T10:10:13.2030587Z test_hash_float (jit.test_hash.TestHash) ... ok (0.009s) 2022-12-01T10:10:13.2030843Z test_hash_int (jit.test_hash.TestHash) ... ok (0.007s) 2022-12-01T10:10:13.2031193Z test_hash_none (jit.test_hash.TestHash) ... ok (0.003s) 2022-12-01T10:10:13.2031438Z test_hash_string (jit.test_hash.TestHash) ... ok (0.005s) 2022-12-01T10:10:13.2031679Z test_hash_tensor (jit.test_hash.TestHash) 2022-12-01T10:10:13.2031915Z Tensors should hash by identity ... ok (0.005s) 2022-12-01T10:10:13.2032154Z test_hash_tuple (jit.test_hash.TestHash) ... ok (0.006s) 2022-12-01T10:10:13.2032441Z test_hash_tuple_nested_unhashable_type (jit.test_hash.TestHash) ... ok (0.003s) 2022-12-01T10:10:13.2032746Z test_forward_tuple_input (jit.test_hooks.TestHooks) ... ok (0.017s) 2022-12-01T10:10:13.2033067Z test_hook_compilation_hint (jit.test_hooks.TestHooks) ... ok (0.001s) 2022-12-01T10:10:13.2033365Z test_hook_hook_name_collision (jit.test_hooks.TestHooks) ... ok (0.008s) 2022-12-01T10:10:13.2033662Z test_hook_method_name_collision (jit.test_hooks.TestHooks) ... ok (0.008s) 2022-12-01T10:10:13.2033972Z test_module_direct_forward_invocation (jit.test_hooks.TestHooks) ... ok (0.013s) 2022-12-01T10:10:13.2034276Z test_module_forward_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.021s) 2022-12-01T10:10:13.2034582Z test_module_forward_single_input (jit.test_hooks.TestHooks) ... ok (0.019s) 2022-12-01T10:10:13.2034883Z test_module_hook_return_nothing (jit.test_hooks.TestHooks) ... ok (0.018s) 2022-12-01T10:10:13.2035184Z test_module_multiple_hooks_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.030s) 2022-12-01T10:10:13.2035508Z test_module_multiple_hooks_single_input (jit.test_hooks.TestHooks) ... ok (0.027s) 2022-12-01T10:10:13.2035818Z test_module_no_forward_input (jit.test_hooks.TestHooks) ... ok (0.016s) 2022-12-01T10:10:13.2036114Z test_module_same_hook_repeated (jit.test_hooks.TestHooks) ... ok (0.021s) 2022-12-01T10:10:13.2036413Z test_submodule_called_directly_with_hooks (jit.test_hooks.TestHooks) ... ok (0.014s) 2022-12-01T10:10:13.2036735Z test_submodule_direct_forward_invocation (jit.test_hooks.TestHooks) ... ok (0.021s) 2022-12-01T10:10:13.2037055Z test_submodule_forward_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.023s) 2022-12-01T10:10:13.2037357Z test_submodule_forward_single_input (jit.test_hooks.TestHooks) ... ok (0.020s) 2022-12-01T10:10:13.2037690Z test_submodule_forward_single_input_return_not_tupled (jit.test_hooks.TestHooks) ... ok (0.020s) 2022-12-01T10:10:13.2038020Z test_submodule_hook_return_nothing (jit.test_hooks.TestHooks) ... ok (0.021s) 2022-12-01T10:10:13.2038341Z test_submodule_multiple_hooks_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.034s) 2022-12-01T10:10:13.2038660Z test_submodule_multiple_hooks_single_input (jit.test_hooks.TestHooks) ... ok (0.029s) 2022-12-01T10:10:13.2038973Z test_submodule_no_forward_input (jit.test_hooks.TestHooks) ... ok (0.016s) 2022-12-01T10:10:13.2039271Z test_submodule_same_hook_repeated (jit.test_hooks.TestHooks) ... ok (0.023s) 2022-12-01T10:10:13.2039556Z test_wrong_hook_signatures (jit.test_hooks.TestHooks) ... ok (0.038s) 2022-12-01T10:10:13.2039852Z test_wrong_pre_hook_signatures (jit.test_hooks.TestHooks) ... ok (0.044s) 2022-12-01T10:10:13.2040171Z test_add_out_ignorable_args (jit.test_ignorable_args.TestIgnorableArgs) ... ok (0.003s) 2022-12-01T10:10:13.2040523Z test_slice_ignorable_args_for_slice (jit.test_ignorable_args.TestIgnorableArgs) ... ok (0.004s) 2022-12-01T10:10:13.2040910Z test_with_ignore_context_manager_with_inp_out (jit.test_ignore_context_manager.TestIgnoreContextManager) ... ok (0.014s) 2022-12-01T10:10:13.2041338Z test_with_ignore_context_manager_with_just_inp (jit.test_ignore_context_manager.TestIgnoreContextManager) ... ok (0.005s) 2022-12-01T10:10:13.2041750Z test_with_ignore_context_manager_with_just_out (jit.test_ignore_context_manager.TestIgnoreContextManager) ... ok (0.005s) 2022-12-01T10:10:13.2042184Z test_inplace_to_functional_activation (jit.test_convert_activation.TestInplaceToFunctionalActivation) ... ok (0.041s) 2022-12-01T10:10:13.2042624Z test_resnet18_correctness (jit.test_convert_activation.TestInplaceToFunctionalActivation) ... ok (3.662s) 2022-12-01T10:10:13.2043019Z test_bool (jit.test_isinstance.TestIsinstance) ... ok (0.008s) 2022-12-01T10:10:13.2043311Z test_dict (jit.test_isinstance.TestIsinstance) ... ok (0.008s) 2022-12-01T10:10:13.2043599Z test_dict_nested (jit.test_isinstance.TestIsinstance) ... ok (0.008s) 2022-12-01T10:10:13.2043920Z test_dict_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.002s) 2022-12-01T10:10:13.2044241Z test_dict_tensor (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-12-01T10:10:13.2044594Z test_empty_container_special_cases (jit.test_isinstance.TestIsinstance) ... ok (0.001s) 2022-12-01T10:10:13.2044942Z test_empty_container_throws_warning_in_eager (jit.test_isinstance.TestIsinstance) ... ok (0.002s) 2022-12-01T10:10:13.2045269Z test_float (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-12-01T10:10:13.2045559Z test_if_else (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-12-01T10:10:13.2045840Z test_in_if (jit.test_isinstance.TestIsinstance) ... ok (0.007s) 2022-12-01T10:10:13.2046136Z test_in_while_loop (jit.test_isinstance.TestIsinstance) ... ok (0.010s) 2022-12-01T10:10:13.2046436Z test_int (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-12-01T10:10:13.2046711Z test_list (jit.test_isinstance.TestIsinstance) ... ok (0.007s) 2022-12-01T10:10:13.2047007Z test_list_nested (jit.test_isinstance.TestIsinstance) ... ok (0.008s) 2022-12-01T10:10:13.2047323Z test_list_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.003s) 2022-12-01T10:10:13.2047639Z test_list_tensor (jit.test_isinstance.TestIsinstance) ... ok (0.008s) 2022-12-01T10:10:13.2048006Z test_list_tensor_type_true (jit.test_isinstance.TestIsinstance) ... ok (0.007s) 2022-12-01T10:10:13.2048355Z test_nontuple_container_rhs_throws_in_eager (jit.test_isinstance.TestIsinstance) ... ok (0.002s) 2022-12-01T10:10:13.2048693Z test_optional (jit.test_isinstance.TestIsinstance) ... ok (0.009s) 2022-12-01T10:10:13.2048993Z test_optional_nested (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-12-01T10:10:13.2049324Z test_optional_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.003s) 2022-12-01T10:10:13.2049652Z test_optional_none (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-12-01T10:10:13.2049968Z test_tensor_type_false (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-12-01T10:10:13.2050258Z test_tuple (jit.test_isinstance.TestIsinstance) ... ok (0.007s) 2022-12-01T10:10:13.2050559Z test_tuple_nested (jit.test_isinstance.TestIsinstance) ... ok (0.010s) 2022-12-01T10:10:13.2050886Z test_tuple_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.003s) 2022-12-01T10:10:13.2051191Z test_tuple_rhs (jit.test_isinstance.TestIsinstance) ... ok (0.010s) 2022-12-01T10:10:13.2051492Z test_tuple_tensor (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-12-01T10:10:13.2051801Z test_type_refinement (jit.test_isinstance.TestIsinstance) ... ok (0.021s) 2022-12-01T10:10:13.2052084Z test_ModuleList (__main__.TestJit) ... ok (0.057s) 2022-12-01T10:10:13.2052313Z test_Sequential (__main__.TestJit) ... ok (0.024s) 2022-12-01T10:10:13.2052550Z test_T_mT_H_mH (__main__.TestJit) ... ok (0.026s) 2022-12-01T10:10:13.2052793Z test_add_relu_fusion (__main__.TestJit) ... ok (0.028s) 2022-12-01T10:10:13.2053020Z test_arg_configurations (__main__.TestJit) 2022-12-01T10:10:13.2053342Z Different arg configurations should trigger different traces ... skip: Need to be adjusted to Graph Executor (0.002s) 2022-12-01T10:10:13.2053650Z test_attrs (__main__.TestJit) ... ok (0.006s) 2022-12-01T10:10:13.2053872Z test_batchnorm (__main__.TestJit) ... ok (0.004s) 2022-12-01T10:10:13.2054131Z test_big (__main__.TestJit) ... skip: Requires a lot of RAM (0.001s) 2022-12-01T10:10:13.2054391Z test_conj_transpose (__main__.TestJit) ... ok (0.006s) 2022-12-01T10:10:13.2054647Z test_constant_insertion (__main__.TestJit) ... ok (4.499s) 2022-12-01T10:10:13.2054957Z test_constant_prop_aliasing_type (__main__.TestJit) ... ok (0.006s) 2022-12-01T10:10:13.2055232Z test_constant_prop_exception (__main__.TestJit) ... ok (0.005s) 2022-12-01T10:10:13.2055506Z test_constant_prop_if_constant (__main__.TestJit) ... ok (0.005s) 2022-12-01T10:10:13.2055764Z test_constant_prop_if_inline (__main__.TestJit) ... ok (0.003s) 2022-12-01T10:10:13.2056039Z test_constant_prop_loop_constant (__main__.TestJit) ... ok (0.005s) 2022-12-01T10:10:13.2056310Z test_constant_prop_nested (__main__.TestJit) ... ok (0.004s) 2022-12-01T10:10:13.2056559Z test_constant_prop_none (__main__.TestJit) ... ok (0.005s) 2022-12-01T10:10:13.2056857Z test_constant_prop_print (__main__.TestJit) ... ok (0.003s) 2022-12-01T10:10:13.2057119Z test_constant_prop_rand (__main__.TestJit) ... ok (0.003s) 2022-12-01T10:10:13.2057385Z test_constant_prop_remove_output (__main__.TestJit) ... ok (0.004s) 2022-12-01T10:10:13.2057643Z test_constant_prop_simple (__main__.TestJit) ... ok (0.003s) 2022-12-01T10:10:13.2057899Z test_constants_pkl (__main__.TestJit) ... ok (0.002s) 2022-12-01T10:10:13.2058131Z test_cpp (__main__.TestJit) ... ok (0.019s) 2022-12-01T10:10:13.2058339Z test_cse (__main__.TestJit) ... ok (0.006s) 2022-12-01T10:10:13.2058588Z test_cse_not_introduce_aliasing (__main__.TestJit) ... ok (0.005s) 2022-12-01T10:10:13.2058853Z test_cu_escaped_number (__main__.TestJit) ... ok (0.001s) 2022-12-01T10:10:13.2059118Z test_cuda_export_restore (__main__.TestJit) ... skip: requires CUDA (0.001s) 2022-12-01T10:10:13.2059412Z test_debug_flush_compilation_cache (__main__.TestJit) ... ok (0.014s) 2022-12-01T10:10:13.2059686Z test_decompose_addmm (__main__.TestJit) ... ok (0.036s) 2022-12-01T10:10:13.2059959Z test_device_not_equal (__main__.TestJit) ... skip: requires CUDA (0.001s) 2022-12-01T10:10:13.2060236Z test_diff_subgraph_clones_constants (__main__.TestJit) ... ok (0.004s) 2022-12-01T10:10:13.2060495Z test_disabled (__main__.TestJit) ... ok (0.001s) 2022-12-01T10:10:13.2060733Z test_dropout (__main__.TestJit) ... ok (0.002s) 2022-12-01T10:10:13.2060999Z test_dropout_cuda (__main__.TestJit) ... skip: test_dropout_cuda require CUDA (0.001s) 2022-12-01T10:10:13.2061546Z test_dropout_func_requires_grad (__main__.TestJit) ... STAGE:2022-12-01 10:08:48 1333:1333 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:10:13.2062037Z STAGE:2022-12-01 10:08:48 1333:1333 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:10:13.2062607Z STAGE:2022-12-01 10:08:48 1333:1333 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:10:13.2063029Z STAGE:2022-12-01 10:08:48 1333:1333 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:10:13.2063458Z STAGE:2022-12-01 10:08:48 1333:1333 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:10:13.2063891Z STAGE:2022-12-01 10:08:48 1333:1333 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:10:13.2064320Z STAGE:2022-12-01 10:08:48 1333:1333 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:10:13.2064736Z STAGE:2022-12-01 10:08:48 1333:1333 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:10:13.2064994Z ok (0.100s) 2022-12-01T10:10:13.2065269Z test_dropout_module_requires_grad (__main__.TestJit) ... skip: Testing differentiable graph (0.002s) 2022-12-01T10:10:13.2065548Z test_einsum (__main__.TestJit) ... ok (0.028s) 2022-12-01T10:10:13.2065788Z test_element_size (__main__.TestJit) ... ok (0.003s) 2022-12-01T10:10:13.2066048Z test_expand_fold_quant_inputs (__main__.TestJit) ... ok (0.001s) 2022-12-01T10:10:13.2066302Z test_expand_quantlint (__main__.TestJit) ... ok (0.001s) 2022-12-01T10:10:13.2066627Z test_export_batchnorm (__main__.TestJit) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:10:13.2066939Z test_export_dropout (__main__.TestJit) ... ok (0.006s) 2022-12-01T10:10:13.2067185Z test_export_lstm (__main__.TestJit) ... ok (0.040s) 2022-12-01T10:10:13.2067484Z test_export_opnames (__main__.TestJit) ... ok (0.013s) 2022-12-01T10:10:13.2067728Z test_export_rnn (__main__.TestJit) ... ok (0.070s) 2022-12-01T10:10:13.2068022Z test_flags (__main__.TestJit) ... skip: Need to instrument GraphExecutors a bit more (0.002s) 2022-12-01T10:10:13.2068311Z test_function_default_values (__main__.TestJit) ... ok (0.038s) 2022-12-01T10:10:13.2068597Z test_hide_source_ranges_context_manager (__main__.TestJit) ... ok (0.003s) 2022-12-01T10:10:13.2068869Z test_import_method (__main__.TestJit) ... ok (0.004s) 2022-12-01T10:10:13.2069149Z test_inferred_as_tensor (__main__.TestJit) ... ok (0.002s) 2022-12-01T10:10:13.2069396Z test_layout (__main__.TestJit) ... ok (0.003s) 2022-12-01T10:10:13.2069644Z test_matrix_conj_transpose (__main__.TestJit) ... ok (0.004s) 2022-12-01T10:10:13.2069905Z test_matrix_transpose (__main__.TestJit) ... ok (0.003s) 2022-12-01T10:10:13.2070150Z test_module_default_values (__main__.TestJit) ... ok (0.005s) 2022-12-01T10:10:13.2070415Z test_mutable_default_values (__main__.TestJit) ... ok (0.005s) 2022-12-01T10:10:13.2070712Z test_native_dropout_corner_case (__main__.TestJit) ... skip: test requires CUDA (0.001s) 2022-12-01T10:10:13.2070975Z test_nn_conv (__main__.TestJit) ... ok (0.250s) 2022-12-01T10:10:13.2071212Z test_nn_lp_pool1d (__main__.TestJit) ... ok (0.168s) 2022-12-01T10:10:13.2071454Z test_nn_lp_pool2d (__main__.TestJit) ... ok (0.146s) 2022-12-01T10:10:13.2071682Z test_nn_padding (__main__.TestJit) ... ok (0.252s) 2022-12-01T10:10:13.2071933Z test_nn_padding_functional (__main__.TestJit) ... ok (0.023s) 2022-12-01T10:10:13.2072198Z test_no_erroneous_warnings (__main__.TestJit) ... ok (0.004s) 2022-12-01T10:10:13.2072522Z test_non_ascii_string (__main__.TestJit) ... skip: temporarily disable the test for fwd compatibility (0.001s) 2022-12-01T10:10:13.2072805Z test_numel (__main__.TestJit) ... ok (0.003s) 2022-12-01T10:10:13.2073062Z test_pattern_based_module_rewrite (__main__.TestJit) ... ok (0.027s) 2022-12-01T10:10:13.2073336Z test_pattern_based_rewrite (__main__.TestJit) ... ok (0.002s) 2022-12-01T10:10:13.2073619Z test_pattern_based_rewrite_with_source_range_preserved (__main__.TestJit) ... ok (0.018s) 2022-12-01T10:10:13.2074072Z test_peephole_optimize_shape_ops (__main__.TestJit) ... skip: Simple executor doesn't have shape information (0.003s) 2022-12-01T10:10:13.2074401Z test_permute_inputs_binding (__main__.TestJit) ... ok (0.003s) 2022-12-01T10:10:13.2074660Z test_pretty_printer (__main__.TestJit) ... ok (0.022s) 2022-12-01T10:10:13.2074908Z test_print_classes_module (__main__.TestJit) ... ok (0.001s) 2022-12-01T10:10:13.2075165Z test_print_op_module (__main__.TestJit) ... ok (0.001s) 2022-12-01T10:10:13.2075423Z test_print_torch_ops_modules (__main__.TestJit) ... ok (0.001s) 2022-12-01T10:10:13.2076203Z 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:13.2076738Z test_python_bindings (__main__.TestJit) ... ok (0.213s) 2022-12-01T10:10:13.2076980Z test_python_ir (__main__.TestJit) ... ok (0.004s) 2022-12-01T10:10:13.2077222Z test_python_ir_utils (__main__.TestJit) ... ok (0.004s) 2022-12-01T10:10:13.2078002Z 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.001s) 2022-12-01T10:10:13.2078544Z test_python_ivalue (__main__.TestJit) ... ok (0.002s) 2022-12-01T10:10:13.2078799Z test_pytorch_jit_env_off (__main__.TestJit) ... ok (1.010s) 2022-12-01T10:10:13.2079087Z test_recursive_cse (__main__.TestJit) ... ok (0.002s) 2022-12-01T10:10:13.2079334Z test_repeat_interleave_script (__main__.TestJit) ... ok (0.006s) 2022-12-01T10:10:13.2079597Z test_restore_device (__main__.TestJit) ... ok (0.008s) 2022-12-01T10:10:13.2079886Z test_restore_device_cuda (__main__.TestJit) ... skip: restore device requires CUDA (0.003s) 2022-12-01T10:10:13.2080234Z test_restore_shared_storage_on_cuda (__main__.TestJit) ... skip: restore device requires CUDA (0.002s) 2022-12-01T10:10:13.2080529Z test_script_autograd_grad (__main__.TestJit) ... ok (0.361s) 2022-12-01T10:10:13.2080816Z test_script_backward (__main__.TestJit) ... ok (0.013s) 2022-12-01T10:10:13.2081398Z 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:13.2081861Z "`optimize` is deprecated and has no effect. Use `with torch.jit.optimized_execution() instead" 2022-12-01T10:10:13.2082120Z ok (0.015s) 2022-12-01T10:10:13.2082327Z test_script_fn_pkl (__main__.TestJit) ... ok (0.003s) 2022-12-01T10:10:13.2082577Z test_script_tensor_type (__main__.TestJit) ... ok (0.005s) 2022-12-01T10:10:13.2082830Z test_shape_analysis_broadcast (__main__.TestJit) ... ok (0.003s) 2022-12-01T10:10:13.2083106Z test_shape_analysis_masked_select (__main__.TestJit) ... ok (0.001s) 2022-12-01T10:10:13.2083392Z test_shape_analysis_unsqueeze_in_loop (__main__.TestJit) ... ok (0.001s) 2022-12-01T10:10:13.2083656Z test_sparse_csr_tensors (__main__.TestJit) ... ok (0.003s) 2022-12-01T10:10:13.2083910Z test_sparse_tensors (__main__.TestJit) ... ok (0.039s) 2022-12-01T10:10:13.2085025Z 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:13.2085736Z return callable(*args, **kwargs) 2022-12-01T10:10:13.2086747Z /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:13.2087418Z return callable(*args, **kwargs) 2022-12-01T10:10:13.2087591Z ok (0.037s) 2022-12-01T10:10:13.2088097Z test_torch_load_error (__main__.TestJit) ... skip: TODO: re-enable with https://github.com/pytorch/pytorch/pull/29339 (0.001s) 2022-12-01T10:10:13.2088441Z test_torch_load_zipfile_check (__main__.TestJit) ... ok (0.003s) 2022-12-01T10:10:13.2088707Z test_torch_ops_kwonly (__main__.TestJit) ... ok (0.003s) 2022-12-01T10:10:13.2088954Z test_torch_ops_overloaded (__main__.TestJit) ... ok (0.003s) 2022-12-01T10:10:13.2089204Z test_torch_sum (__main__.TestJit) ... ok (0.012s) 2022-12-01T10:10:13.2089458Z test_trace_retains_train (__main__.TestJit) ... ok (0.007s) 2022-12-01T10:10:13.2089693Z test_train_eval (__main__.TestJit) ... ok (0.042s) 2022-12-01T10:10:13.2089934Z test_transpose (__main__.TestJit) ... ok (0.003s) 2022-12-01T10:10:13.2090179Z test_unchecked_cast (__main__.TestJit) ... ok (0.012s) 2022-12-01T10:10:13.2090420Z test_unique_state_dict (__main__.TestJit) ... ok (0.001s) 2022-12-01T10:10:13.2090772Z test_verify (__main__.TestJit) ... skip: verify needs to be updated to work with GraphExecutors (0.001s) 2022-12-01T10:10:13.2091069Z test_warnings (__main__.TestJit) ... ok (0.009s) 2022-12-01T10:10:13.2091357Z test_nn_AdaptiveAvgPool1d (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-12-01T10:10:13.2091683Z test_nn_AdaptiveAvgPool1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-12-01T10:10:13.2092033Z test_nn_AdaptiveAvgPool1d_one_output (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-12-01T10:10:13.2092384Z test_nn_AdaptiveAvgPool2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-12-01T10:10:13.2092743Z test_nn_AdaptiveAvgPool2d_single (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-12-01T10:10:13.2093100Z test_nn_AdaptiveAvgPool2d_single_1x1output (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-12-01T10:10:13.2093449Z test_nn_AdaptiveAvgPool2d_tuple (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-12-01T10:10:13.2093793Z test_nn_AdaptiveAvgPool2d_tuple_none (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:10:13.2094120Z test_nn_AdaptiveAvgPool3d_last_dim (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-12-01T10:10:13.2094461Z test_nn_AdaptiveAvgPool3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-12-01T10:10:13.2094800Z test_nn_AdaptiveAvgPool3d_single (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-12-01T10:10:13.2095139Z test_nn_AdaptiveAvgPool3d_tuple (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-12-01T10:10:13.2095468Z test_nn_AdaptiveAvgPool3d_tuple_none (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:10:13.2095803Z test_nn_AdaptiveMaxPool1d (__main__.TestJitGeneratedModule) ... ok (0.067s) 2022-12-01T10:10:13.2096140Z test_nn_AdaptiveMaxPool1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-12-01T10:10:13.2096471Z test_nn_AdaptiveMaxPool2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.074s) 2022-12-01T10:10:13.2096818Z test_nn_AdaptiveMaxPool2d_single (__main__.TestJitGeneratedModule) ... ok (0.125s) 2022-12-01T10:10:13.2097155Z test_nn_AdaptiveMaxPool2d_tuple (__main__.TestJitGeneratedModule) ... ok (0.067s) 2022-12-01T10:10:13.2097492Z test_nn_AdaptiveMaxPool2d_tuple_none (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:10:13.2097822Z test_nn_AdaptiveMaxPool3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.074s) 2022-12-01T10:10:13.2098160Z test_nn_AdaptiveMaxPool3d_single (__main__.TestJitGeneratedModule) ... ok (0.066s) 2022-12-01T10:10:13.2098507Z test_nn_AdaptiveMaxPool3d_single_nonatomic (__main__.TestJitGeneratedModule) ... ok (0.066s) 2022-12-01T10:10:13.2098838Z test_nn_AdaptiveMaxPool3d_tuple (__main__.TestJitGeneratedModule) ... ok (0.068s) 2022-12-01T10:10:13.2099188Z test_nn_AdaptiveMaxPool3d_tuple_nonatomic (__main__.TestJitGeneratedModule) ... ok (0.066s) 2022-12-01T10:10:13.2099538Z test_nn_AdaptiveMaxPool3d_tuple_none (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2099859Z test_nn_AvgPool1d (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-12-01T10:10:13.2100157Z test_nn_AvgPool1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-12-01T10:10:13.2100475Z test_nn_AvgPool1d_stride (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-12-01T10:10:13.2100790Z test_nn_AvgPool1d_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-12-01T10:10:13.2101083Z test_nn_AvgPool2d (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-12-01T10:10:13.2101389Z test_nn_AvgPool2d_divisor (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-12-01T10:10:13.2101709Z test_nn_AvgPool2d_divisor_stride (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-12-01T10:10:13.2102039Z test_nn_AvgPool2d_divisor_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-12-01T10:10:13.2102503Z test_nn_AvgPool2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-12-01T10:10:13.2102884Z test_nn_AvgPool2d_stride (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-12-01T10:10:13.2103202Z test_nn_AvgPool2d_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-12-01T10:10:13.2103496Z test_nn_AvgPool3d (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-12-01T10:10:13.2103802Z test_nn_AvgPool3d_divisor (__main__.TestJitGeneratedModule) ... ok (0.101s) 2022-12-01T10:10:13.2104124Z test_nn_AvgPool3d_divisor_stride (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-12-01T10:10:13.2104470Z test_nn_AvgPool3d_divisor_stride1_pad0_gpu_input (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-12-01T10:10:13.2104870Z test_nn_AvgPool3d_divisor_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-12-01T10:10:13.2105235Z test_nn_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-12-01T10:10:13.2105611Z test_nn_AvgPool3d_divisor_stride_pad_gpu_general_output (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-12-01T10:10:13.2105974Z test_nn_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-12-01T10:10:13.2106322Z test_nn_AvgPool3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-12-01T10:10:13.2106645Z test_nn_AvgPool3d_stride (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-12-01T10:10:13.2106974Z test_nn_AvgPool3d_stride1_pad0_gpu_input (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-12-01T10:10:13.2107294Z test_nn_AvgPool3d_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-12-01T10:10:13.2107638Z test_nn_AvgPool3d_stride_pad_gpu_fixedkw_output (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-12-01T10:10:13.2107998Z test_nn_AvgPool3d_stride_pad_gpu_general_output (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-12-01T10:10:13.2108362Z test_nn_AvgPool3d_stride_pad_gpu_input_nooverlap (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-12-01T10:10:13.2108676Z test_nn_BCELoss (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-12-01T10:10:13.2108983Z test_nn_BCELoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-12-01T10:10:13.2109308Z test_nn_BCELoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-12-01T10:10:13.2109614Z test_nn_BCELoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-12-01T10:10:13.2109927Z test_nn_BCELoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2110246Z test_nn_BCELoss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2110574Z test_nn_BCELoss_scalar_weights (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-12-01T10:10:13.2110879Z test_nn_BCELoss_weights (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-12-01T10:10:13.2111199Z test_nn_BCELoss_weights_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2111535Z test_nn_BCELoss_weights_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2111849Z test_nn_BCEWithLogitsLoss (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-12-01T10:10:13.2112182Z test_nn_BCEWithLogitsLoss_legacy_enum (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2112532Z test_nn_BCEWithLogitsLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-12-01T10:10:13.2112891Z test_nn_BCEWithLogitsLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-12-01T10:10:13.2113232Z test_nn_BCEWithLogitsLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-12-01T10:10:13.2113574Z test_nn_BCEWithLogitsLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2113920Z test_nn_BCEWithLogitsLoss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2114259Z test_nn_BCEWithLogitsLoss_scalar_weights (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-12-01T10:10:13.2114636Z test_nn_BCEWithLogitsLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-12-01T10:10:13.2114964Z test_nn_BatchNorm1d_3d_input (__main__.TestJitGeneratedModule) ... ok (0.094s) 2022-12-01T10:10:13.2115293Z test_nn_BatchNorm1d_3d_input_not_affine (__main__.TestJitGeneratedModule) ... ok (0.118s) 2022-12-01T10:10:13.2115603Z test_nn_BatchNorm1d_affine (__main__.TestJitGeneratedModule) ... ok (0.104s) 2022-12-01T10:10:13.2115934Z test_nn_BatchNorm1d_affine_simple_average (__main__.TestJitGeneratedModule) ... ok (0.089s) 2022-12-01T10:10:13.2116294Z test_nn_BatchNorm1d_not_affine (__main__.TestJitGeneratedModule) ... ok (0.083s) 2022-12-01T10:10:13.2116614Z test_nn_BatchNorm1d_not_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.083s) 2022-12-01T10:10:13.2116946Z test_nn_BatchNorm1d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.083s) 2022-12-01T10:10:13.2117258Z test_nn_BatchNorm2d (__main__.TestJitGeneratedModule) ... ok (0.086s) 2022-12-01T10:10:13.2117584Z test_nn_BatchNorm2d_2d_simple_average (__main__.TestJitGeneratedModule) ... ok (0.089s) 2022-12-01T10:10:13.2117899Z test_nn_BatchNorm2d_momentum (__main__.TestJitGeneratedModule) ... ok (0.086s) 2022-12-01T10:10:13.2118218Z test_nn_BatchNorm2d_not_affine (__main__.TestJitGeneratedModule) ... ok (0.082s) 2022-12-01T10:10:13.2118548Z test_nn_BatchNorm2d_not_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-12-01T10:10:13.2118863Z test_nn_BatchNorm2d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.081s) 2022-12-01T10:10:13.2119175Z test_nn_BatchNorm3d (__main__.TestJitGeneratedModule) ... ok (0.085s) 2022-12-01T10:10:13.2119497Z test_nn_BatchNorm3d_3d_simple_average (__main__.TestJitGeneratedModule) ... ok (0.087s) 2022-12-01T10:10:13.2119823Z test_nn_BatchNorm3d_momentum (__main__.TestJitGeneratedModule) ... ok (0.085s) 2022-12-01T10:10:13.2120127Z test_nn_BatchNorm3d_not_affine (__main__.TestJitGeneratedModule) ... ok (0.083s) 2022-12-01T10:10:13.2120460Z test_nn_BatchNorm3d_not_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.081s) 2022-12-01T10:10:13.2120790Z test_nn_BatchNorm3d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.082s) 2022-12-01T10:10:13.2121083Z test_nn_Bilinear (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-12-01T10:10:13.2121371Z test_nn_CELU (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-12-01T10:10:13.2121669Z test_nn_CELU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-12-01T10:10:13.2121974Z test_nn_CELU_scalar (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-12-01T10:10:13.2122328Z test_nn_CTCLoss_2d_int_target_lengths_intlists (__main__.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.003s) 2022-12-01T10:10:13.2122769Z test_nn_CTCLoss_2d_int_target_lengths_tensors (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-12-01T10:10:13.2123107Z test_nn_CTCLoss_2d_lengths_tensors (__main__.TestJitGeneratedModule) ... ok (0.025s) 2022-12-01T10:10:13.2123474Z test_nn_CTCLoss_lengths_intlists (__main__.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.003s) 2022-12-01T10:10:13.2123820Z test_nn_CTCLoss_lengths_tensors (__main__.TestJitGeneratedModule) ... ok (0.025s) 2022-12-01T10:10:13.2124139Z test_nn_ConstantPad1d (__main__.TestJitGeneratedModule) ... ok (0.038s) 2022-12-01T10:10:13.2124456Z test_nn_ConstantPad1d_batch (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-12-01T10:10:13.2124769Z test_nn_ConstantPad1d_complex (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-12-01T10:10:13.2125089Z test_nn_ConstantPad2d (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-12-01T10:10:13.2125407Z test_nn_ConstantPad2d_complex (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-12-01T10:10:13.2125742Z test_nn_ConstantPad2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-12-01T10:10:13.2126048Z test_nn_ConstantPad3d (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-12-01T10:10:13.2126407Z test_nn_ConstantPad3d_complex (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-12-01T10:10:13.2126742Z test_nn_ConstantPad3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-12-01T10:10:13.2127040Z test_nn_Conv1d (__main__.TestJitGeneratedModule) ... ok (0.066s) 2022-12-01T10:10:13.2127357Z test_nn_Conv1d_circular_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-12-01T10:10:13.2127746Z test_nn_Conv1d_dilated (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-12-01T10:10:13.2128057Z test_nn_Conv1d_groups (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-12-01T10:10:13.2128378Z test_nn_Conv1d_pad1 (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-12-01T10:10:13.2128685Z test_nn_Conv1d_pad1size1 (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-12-01T10:10:13.2128989Z test_nn_Conv1d_pad2 (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-12-01T10:10:13.2129281Z test_nn_Conv1d_pad2size1 (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-12-01T10:10:13.2129592Z test_nn_Conv1d_pad_same (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-12-01T10:10:13.2129899Z test_nn_Conv1d_pad_same2 (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-12-01T10:10:13.2130216Z test_nn_Conv1d_pad_same_dilated (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-12-01T10:10:13.2130521Z test_nn_Conv1d_pad_valid (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-12-01T10:10:13.2130847Z test_nn_Conv1d_reflect_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-12-01T10:10:13.2131188Z test_nn_Conv1d_replicate_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.076s) 2022-12-01T10:10:13.2131494Z test_nn_Conv1d_stride (__main__.TestJitGeneratedModule) ... ok (0.074s) 2022-12-01T10:10:13.2131800Z test_nn_Conv1d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.071s) 2022-12-01T10:10:13.2132117Z test_nn_Conv1d_zeros_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.086s) 2022-12-01T10:10:13.2132427Z test_nn_Conv2d (__main__.TestJitGeneratedModule) ... ok (0.076s) 2022-12-01T10:10:13.2132728Z test_nn_Conv2d_circular_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.080s) 2022-12-01T10:10:13.2133052Z test_nn_Conv2d_depthwise (__main__.TestJitGeneratedModule) ... ok (0.075s) 2022-12-01T10:10:13.2133373Z test_nn_Conv2d_depthwise_dilated (__main__.TestJitGeneratedModule) ... ok (0.075s) 2022-12-01T10:10:13.2133688Z test_nn_Conv2d_depthwise_padded (__main__.TestJitGeneratedModule) ... ok (0.071s) 2022-12-01T10:10:13.2134025Z test_nn_Conv2d_depthwise_strided (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-12-01T10:10:13.2134362Z test_nn_Conv2d_depthwise_with_multiplier (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-12-01T10:10:13.2134685Z test_nn_Conv2d_dilated (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-12-01T10:10:13.2134976Z test_nn_Conv2d_groups (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-12-01T10:10:13.2135329Z test_nn_Conv2d_groups_thnn (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-12-01T10:10:13.2135740Z test_nn_Conv2d_no_bias (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-12-01T10:10:13.2136069Z test_nn_Conv2d_pad_same (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-12-01T10:10:13.2136386Z test_nn_Conv2d_pad_same_dilated (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-12-01T10:10:13.2136704Z test_nn_Conv2d_pad_valid (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-12-01T10:10:13.2137013Z test_nn_Conv2d_padding (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-12-01T10:10:13.2137321Z test_nn_Conv2d_reflect_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-12-01T10:10:13.2137656Z test_nn_Conv2d_replicate_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-12-01T10:10:13.2137978Z test_nn_Conv2d_strided (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-12-01T10:10:13.2138271Z test_nn_Conv2d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-12-01T10:10:13.2138640Z test_nn_Conv2d_zeros_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-12-01T10:10:13.2138945Z test_nn_Conv3d (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-12-01T10:10:13.2139244Z test_nn_Conv3d_1x1x1_no_bias (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-12-01T10:10:13.2139552Z test_nn_Conv3d_circular_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-12-01T10:10:13.2139871Z test_nn_Conv3d_dilated (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-12-01T10:10:13.2140217Z test_nn_Conv3d_dilated_strided (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-12-01T10:10:13.2140524Z test_nn_Conv3d_groups (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-12-01T10:10:13.2140831Z test_nn_Conv3d_no_bias (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-12-01T10:10:13.2141135Z test_nn_Conv3d_pad_same (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-12-01T10:10:13.2141441Z test_nn_Conv3d_pad_same_dilated (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-12-01T10:10:13.2141761Z test_nn_Conv3d_pad_valid (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-12-01T10:10:13.2142085Z test_nn_Conv3d_replicate_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-12-01T10:10:13.2142532Z test_nn_Conv3d_stride (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-12-01T10:10:13.2142830Z test_nn_Conv3d_stride_padding (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-12-01T10:10:13.2143146Z test_nn_Conv3d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-12-01T10:10:13.2143467Z test_nn_Conv3d_zeros_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-12-01T10:10:13.2143775Z test_nn_ConvTranspose1d (__main__.TestJitGeneratedModule) ... ok (0.098s) 2022-12-01T10:10:13.2144101Z test_nn_ConvTranspose1d_dilated (__main__.TestJitGeneratedModule) ... ok (0.100s) 2022-12-01T10:10:13.2144438Z test_nn_ConvTranspose1d_groups (__main__.TestJitGeneratedModule) ... ok (0.101s) 2022-12-01T10:10:13.2144769Z test_nn_ConvTranspose1d_no_bias (__main__.TestJitGeneratedModule) ... ok (0.099s) 2022-12-01T10:10:13.2145073Z test_nn_ConvTranspose2d (__main__.TestJitGeneratedModule) ... ok (0.101s) 2022-12-01T10:10:13.2145397Z test_nn_ConvTranspose2d_dilated (__main__.TestJitGeneratedModule) ... ok (0.117s) 2022-12-01T10:10:13.2145728Z test_nn_ConvTranspose2d_groups (__main__.TestJitGeneratedModule) ... ok (0.142s) 2022-12-01T10:10:13.2146044Z test_nn_ConvTranspose2d_no_bias (__main__.TestJitGeneratedModule) ... ok (0.141s) 2022-12-01T10:10:13.2146367Z test_nn_ConvTranspose3d (__main__.TestJitGeneratedModule) ... ok (0.144s) 2022-12-01T10:10:13.2146689Z test_nn_ConvTranspose3d_dilated (__main__.TestJitGeneratedModule) ... ok (0.147s) 2022-12-01T10:10:13.2147021Z test_nn_CosineEmbeddingLoss (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-12-01T10:10:13.2147344Z test_nn_CosineEmbeddingLoss_margin (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-12-01T10:10:13.2147703Z test_nn_CosineEmbeddingLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-12-01T10:10:13.2148072Z test_nn_CosineEmbeddingLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-12-01T10:10:13.2148437Z test_nn_CosineEmbeddingLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-12-01T10:10:13.2148767Z test_nn_CrossEntropyLoss (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-12-01T10:10:13.2149088Z test_nn_CrossEntropyLoss_2d (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-12-01T10:10:13.2149430Z test_nn_CrossEntropyLoss_2d_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-12-01T10:10:13.2149783Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-12-01T10:10:13.2150174Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-12-01T10:10:13.2150643Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-12-01T10:10:13.2151045Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing_weight (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-12-01T10:10:13.2151406Z test_nn_CrossEntropyLoss_2d_prob_target (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-12-01T10:10:13.2151771Z test_nn_CrossEntropyLoss_2d_prob_target_smoothing (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-12-01T10:10:13.2152195Z test_nn_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-12-01T10:10:13.2152590Z test_nn_CrossEntropyLoss_2d_prob_target_smoothing_weight (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-12-01T10:10:13.2152955Z test_nn_CrossEntropyLoss_2d_prob_target_weights (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-12-01T10:10:13.2153310Z test_nn_CrossEntropyLoss_2d_weights (__main__.TestJitGeneratedModule) ... ok (0.029s) 2022-12-01T10:10:13.2153675Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-12-01T10:10:13.2154056Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-12-01T10:10:13.2154459Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction (__main__.TestJitGeneratedModule) ... ok (0.029s) 2022-12-01T10:10:13.2154883Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-12-01T10:10:13.2155279Z test_nn_CrossEntropyLoss_3d_prob_target (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-12-01T10:10:13.2155627Z test_nn_CrossEntropyLoss_3d_prob_target_smoothing (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-12-01T10:10:13.2156008Z test_nn_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-12-01T10:10:13.2156391Z test_nn_CrossEntropyLoss_3d_prob_target_weights (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-12-01T10:10:13.2156744Z test_nn_CrossEntropyLoss_4d_prob_target (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-12-01T10:10:13.2157087Z test_nn_CrossEntropyLoss_4d_prob_target_weights (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-12-01T10:10:13.2157433Z test_nn_CrossEntropyLoss_dim_is_3 (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-12-01T10:10:13.2157775Z test_nn_CrossEntropyLoss_higher_dim (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-12-01T10:10:13.2158101Z test_nn_CrossEntropyLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-12-01T10:10:13.2158424Z test_nn_CrossMapLRN2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2158721Z test_nn_ELU (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-12-01T10:10:13.2159016Z test_nn_ELU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-12-01T10:10:13.2159308Z test_nn_ELU_scalar (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-12-01T10:10:13.2159608Z test_nn_Embedding (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-12-01T10:10:13.2159933Z test_nn_EmbeddingBag_discontiguous (__main__.TestJitGeneratedModule) ... ok (0.089s) 2022-12-01T10:10:13.2160244Z test_nn_EmbeddingBag_max (__main__.TestJitGeneratedModule) ... ok (0.066s) 2022-12-01T10:10:13.2160572Z test_nn_EmbeddingBag_max_padding_idx (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-12-01T10:10:13.2160900Z test_nn_EmbeddingBag_mean (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-12-01T10:10:13.2161233Z test_nn_EmbeddingBag_mean_padding_idx (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-12-01T10:10:13.2161552Z test_nn_EmbeddingBag_sparse (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-12-01T10:10:13.2161868Z test_nn_EmbeddingBag_sum (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-12-01T10:10:13.2162231Z test_nn_EmbeddingBag_sum_padding_idx (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-12-01T10:10:13.2162555Z test_nn_Embedding_discontiguous (__main__.TestJitGeneratedModule) ... ok (0.025s) 2022-12-01T10:10:13.2162881Z test_nn_Embedding_sparse (__main__.TestJitGeneratedModule) ... ok (0.024s) 2022-12-01T10:10:13.2163183Z test_nn_Flatten (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-12-01T10:10:13.2163493Z test_nn_Flatten_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-12-01T10:10:13.2163781Z test_nn_Fold (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-12-01T10:10:13.2164103Z test_nn_Fold_int_input (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-12-01T10:10:13.2164421Z test_nn_Fold_no_batch_dim_input (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-12-01T10:10:13.2164734Z test_nn_Fold_no_batch_dim_int_input (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-12-01T10:10:13.2165071Z test_nn_FractionalMaxPool2d_ratio (__main__.TestJitGeneratedModule) ... ok (0.086s) 2022-12-01T10:10:13.2165432Z test_nn_FractionalMaxPool2d_ratio_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.071s) 2022-12-01T10:10:13.2165823Z test_nn_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples (__main__.TestJitGeneratedModule) ... ok (0.074s) 2022-12-01T10:10:13.2166202Z test_nn_FractionalMaxPool2d_ratio_return_indices (__main__.TestJitGeneratedModule) ... ok (0.068s) 2022-12-01T10:10:13.2166558Z test_nn_FractionalMaxPool2d_size (__main__.TestJitGeneratedModule) ... ok (0.070s) 2022-12-01T10:10:13.2166913Z test_nn_FractionalMaxPool2d_size_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.069s) 2022-12-01T10:10:13.2167299Z test_nn_FractionalMaxPool2d_size_no_batch_dim_no_random_samples (__main__.TestJitGeneratedModule) ... ok (0.071s) 2022-12-01T10:10:13.2167660Z test_nn_FractionalMaxPool3d_asymsize (__main__.TestJitGeneratedModule) ... ok (0.088s) 2022-12-01T10:10:13.2168069Z test_nn_FractionalMaxPool3d_ratio (__main__.TestJitGeneratedModule) ... ok (0.075s) 2022-12-01T10:10:13.2168433Z test_nn_FractionalMaxPool3d_ratio_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.075s) 2022-12-01T10:10:13.2168806Z test_nn_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples (__main__.TestJitGeneratedModule) ... ok (0.078s) 2022-12-01T10:10:13.2169193Z test_nn_FractionalMaxPool3d_ratio_return_indices (__main__.TestJitGeneratedModule) ... ok (0.072s) 2022-12-01T10:10:13.2169548Z test_nn_FractionalMaxPool3d_size (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-12-01T10:10:13.2169903Z test_nn_FractionalMaxPool3d_size_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.092s) 2022-12-01T10:10:13.2170270Z test_nn_FractionalMaxPool3d_size_no_batch_dim_no_random_samples (__main__.TestJitGeneratedModule) ... ok (0.105s) 2022-12-01T10:10:13.2170610Z test_nn_GELU (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-12-01T10:10:13.2170910Z test_nn_GELU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-12-01T10:10:13.2171207Z test_nn_GELU_scalar (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-12-01T10:10:13.2171498Z test_nn_GLU (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-12-01T10:10:13.2171784Z test_nn_GLU_dim (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-12-01T10:10:13.2172084Z test_nn_GLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-12-01T10:10:13.2172372Z test_nn_GRUCell (__main__.TestJitGeneratedModule) ... ok (0.067s) 2022-12-01T10:10:13.2172679Z test_nn_GroupNorm_1d_affine (__main__.TestJitGeneratedModule) ... ok (0.068s) 2022-12-01T10:10:13.2173006Z test_nn_GroupNorm_1d_affine_GN (__main__.TestJitGeneratedModule) ... ok (0.062s) 2022-12-01T10:10:13.2173325Z test_nn_GroupNorm_1d_affine_large_batch (__main__.TestJitGeneratedModule) ... ok (0.063s) 2022-12-01T10:10:13.2173658Z test_nn_GroupNorm_1d_no_affine_IN (__main__.TestJitGeneratedModule) ... ok (0.061s) 2022-12-01T10:10:13.2173980Z test_nn_GroupNorm_1d_no_affine_LN (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-12-01T10:10:13.2174339Z test_nn_GroupNorm_2d_affine (__main__.TestJitGeneratedModule) ... ok (0.063s) 2022-12-01T10:10:13.2174659Z test_nn_GroupNorm_2d_affine_large_feature (__main__.TestJitGeneratedModule) ... ok (0.069s) 2022-12-01T10:10:13.2174994Z test_nn_GroupNorm_2d_no_affine_IN (__main__.TestJitGeneratedModule) ... ok (0.071s) 2022-12-01T10:10:13.2175317Z test_nn_GroupNorm_2d_no_affine_LN (__main__.TestJitGeneratedModule) ... ok (0.085s) 2022-12-01T10:10:13.2175638Z test_nn_GroupNorm_2d_no_affine_large_feature (__main__.TestJitGeneratedModule) ... ok (0.097s) 2022-12-01T10:10:13.2175990Z test_nn_Hardshrink (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-12-01T10:10:13.2176306Z test_nn_Hardshrink_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-12-01T10:10:13.2176628Z test_nn_Hardshrink_scalar (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-12-01T10:10:13.2176971Z test_nn_Hardsigmoid_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.003s) 2022-12-01T10:10:13.2177361Z test_nn_Hardswish_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.003s) 2022-12-01T10:10:13.2177700Z test_nn_Hardtanh (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-12-01T10:10:13.2177994Z test_nn_Hardtanh_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-12-01T10:10:13.2178307Z test_nn_Hardtanh_scalar (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-12-01T10:10:13.2178625Z test_nn_HingeEmbeddingLoss (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-12-01T10:10:13.2178963Z test_nn_HingeEmbeddingLoss_margin (__main__.TestJitGeneratedModule) ... ok (0.027s) 2022-12-01T10:10:13.2179304Z test_nn_HingeEmbeddingLoss_margin_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2179667Z test_nn_HingeEmbeddingLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.027s) 2022-12-01T10:10:13.2180034Z test_nn_HingeEmbeddingLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.027s) 2022-12-01T10:10:13.2180396Z test_nn_HingeEmbeddingLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.027s) 2022-12-01T10:10:13.2180736Z test_nn_HingeEmbeddingLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2181085Z test_nn_HingeEmbeddingLoss_scalar_margin (__main__.TestJitGeneratedModule) ... ok (0.026s) 2022-12-01T10:10:13.2181410Z test_nn_HuberLoss (__main__.TestJitGeneratedModule) ... ok (0.029s) 2022-12-01T10:10:13.2181703Z test_nn_HuberLoss_delta (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2182023Z test_nn_HuberLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.023s) 2022-12-01T10:10:13.2182528Z test_nn_HuberLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.026s) 2022-12-01T10:10:13.2182861Z test_nn_HuberLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-12-01T10:10:13.2183172Z test_nn_InstanceNorm1d (__main__.TestJitGeneratedModule) ... ok (0.129s) 2022-12-01T10:10:13.2183494Z test_nn_InstanceNorm1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.118s) 2022-12-01T10:10:13.2183834Z test_nn_InstanceNorm1d_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.095s) 2022-12-01T10:10:13.2184181Z test_nn_InstanceNorm1d_tracking_stats_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.093s) 2022-12-01T10:10:13.2184521Z test_nn_InstanceNorm2d (__main__.TestJitGeneratedModule) ... ok (0.088s) 2022-12-01T10:10:13.2184852Z test_nn_InstanceNorm2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.088s) 2022-12-01T10:10:13.2185193Z test_nn_InstanceNorm2d_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.096s) 2022-12-01T10:10:13.2185538Z test_nn_InstanceNorm2d_tracking_stats_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.096s) 2022-12-01T10:10:13.2185877Z test_nn_InstanceNorm3d (__main__.TestJitGeneratedModule) ... ok (0.090s) 2022-12-01T10:10:13.2186269Z test_nn_InstanceNorm3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.090s) 2022-12-01T10:10:13.2186595Z test_nn_InstanceNorm3d_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.123s) 2022-12-01T10:10:13.2186950Z test_nn_InstanceNorm3d_tracking_stats_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.137s) 2022-12-01T10:10:13.2187283Z test_nn_KLDivLoss (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-12-01T10:10:13.2187598Z test_nn_KLDivLoss_log_target (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-12-01T10:10:13.2187970Z test_nn_KLDivLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-12-01T10:10:13.2188303Z test_nn_KLDivLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-12-01T10:10:13.2188640Z test_nn_KLDivLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-12-01T10:10:13.2188952Z test_nn_KLDivLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2189287Z test_nn_KLDivLoss_no_reduce_log_target (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2189629Z test_nn_KLDivLoss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2189978Z test_nn_KLDivLoss_no_reduce_scalar_log_target (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2190300Z test_nn_KLDivLoss_scalar (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-12-01T10:10:13.2190624Z test_nn_KLDivLoss_scalar_log_target (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-12-01T10:10:13.2190973Z test_nn_KLDivLoss_with_log_target_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:10:13.2191320Z test_nn_KLDivLoss_with_target_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:10:13.2191622Z test_nn_L1Loss (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-12-01T10:10:13.2191932Z test_nn_L1Loss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-12-01T10:10:13.2192254Z test_nn_L1Loss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-12-01T10:10:13.2192562Z test_nn_L1Loss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-12-01T10:10:13.2192877Z test_nn_L1Loss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-12-01T10:10:13.2193197Z test_nn_L1Loss_no_reduce_complex (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:10:13.2193523Z test_nn_L1Loss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:10:13.2193824Z test_nn_L1Loss_scalar (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-12-01T10:10:13.2194126Z test_nn_LPPool1d (__main__.TestJitGeneratedModule) ... ok (0.134s) 2022-12-01T10:10:13.2194441Z test_nn_LPPool1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.138s) 2022-12-01T10:10:13.2194741Z test_nn_LPPool1d_norm (__main__.TestJitGeneratedModule) ... ok (0.111s) 2022-12-01T10:10:13.2195044Z test_nn_LPPool2d (__main__.TestJitGeneratedModule) ... ok (0.130s) 2022-12-01T10:10:13.2195342Z test_nn_LPPool2d_norm (__main__.TestJitGeneratedModule) ... ok (0.141s) 2022-12-01T10:10:13.2195626Z test_nn_LSTMCell (__main__.TestJitGeneratedModule) ... ok (0.081s) 2022-12-01T10:10:13.2195949Z test_nn_LayerNorm_1d_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-12-01T10:10:13.2196301Z test_nn_LayerNorm_1d_empty_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-12-01T10:10:13.2196658Z test_nn_LayerNorm_1d_no_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-12-01T10:10:13.2196992Z test_nn_LayerNorm_3d_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-12-01T10:10:13.2197343Z test_nn_LayerNorm_3d_no_affine_large_feature (__main__.TestJitGeneratedModule) ... ok (0.153s) 2022-12-01T10:10:13.2197698Z test_nn_LayerNorm_3d_no_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-12-01T10:10:13.2198056Z test_nn_LeakyReLU (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-12-01T10:10:13.2198357Z test_nn_LeakyReLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-12-01T10:10:13.2198679Z test_nn_LeakyReLU_with_negval (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-12-01T10:10:13.2199012Z test_nn_LeakyReLU_with_negval_scalar (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-12-01T10:10:13.2199333Z test_nn_LeakyReLU_with_zero_negval (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-12-01T10:10:13.2199687Z test_nn_Linear (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-12-01T10:10:13.2199995Z test_nn_Linear_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-12-01T10:10:13.2200303Z test_nn_Linear_no_bias (__main__.TestJitGeneratedModule) ... ok (0.038s) 2022-12-01T10:10:13.2200604Z test_nn_LocalResponseNorm_1d (__main__.TestJitGeneratedModule) ... ok (0.162s) 2022-12-01T10:10:13.2200952Z test_nn_LocalResponseNorm_2d_uneven_pad (__main__.TestJitGeneratedModule) ... ok (0.180s) 2022-12-01T10:10:13.2201307Z test_nn_LocalResponseNorm_3d_custom_params (__main__.TestJitGeneratedModule) ... ok (0.187s) 2022-12-01T10:10:13.2201623Z test_nn_LogSigmoid (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-12-01T10:10:13.2201942Z test_nn_LogSigmoid_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-12-01T10:10:13.2202266Z test_nn_LogSigmoid_scalar (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-12-01T10:10:13.2202574Z test_nn_LogSoftmax (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-12-01T10:10:13.2202879Z test_nn_LogSoftmax_multiparam (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-12-01T10:10:13.2203212Z test_nn_LogSoftmax_multiparam_scalar (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-12-01T10:10:13.2203545Z test_nn_LogSoftmax_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-12-01T10:10:13.2203843Z test_nn_MSELoss (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-12-01T10:10:13.2204155Z test_nn_MSELoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-12-01T10:10:13.2204478Z test_nn_MSELoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-12-01T10:10:13.2204799Z test_nn_MSELoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-12-01T10:10:13.2205104Z test_nn_MSELoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2205424Z test_nn_MSELoss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2205743Z test_nn_MSELoss_prec (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-12-01T10:10:13.2206033Z test_nn_MSELoss_scalar (__main__.TestJitGeneratedModule) ... ok (0.029s) 2022-12-01T10:10:13.2206345Z test_nn_MarginRankingLoss (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-12-01T10:10:13.2206673Z test_nn_MarginRankingLoss_margin (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-12-01T10:10:13.2207021Z test_nn_MarginRankingLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-12-01T10:10:13.2207367Z test_nn_MarginRankingLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-12-01T10:10:13.2207806Z test_nn_MarginRankingLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-12-01T10:10:13.2207950Z test_nn_MaxPool1d (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-12-01T10:10:13.2208105Z test_nn_MaxPool1d_return_indices (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-12-01T10:10:13.2208254Z test_nn_MaxPool1d_stride (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-12-01T10:10:13.2208386Z test_nn_MaxPool2d_3d_input (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-12-01T10:10:13.2208534Z test_nn_MaxPool2d_4d_input (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-12-01T10:10:13.2208685Z test_nn_MaxPool2d_return_indices (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-12-01T10:10:13.2208869Z test_nn_MaxPool3d (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-12-01T10:10:13.2209023Z test_nn_MaxPool3d_return_indices (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-12-01T10:10:13.2209169Z test_nn_MaxPool3d_stride (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-12-01T10:10:13.2209325Z test_nn_MaxPool3d_stride_padding (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-12-01T10:10:13.2209455Z test_nn_Mish (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-12-01T10:10:13.2209585Z test_nn_Mish_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.038s) 2022-12-01T10:10:13.2209786Z test_nn_Mish_scalar (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-12-01T10:10:13.2209942Z test_nn_MultiLabelMarginLoss (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-12-01T10:10:13.2210112Z test_nn_MultiLabelMarginLoss_0d_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2210275Z test_nn_MultiLabelMarginLoss_1d (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-12-01T10:10:13.2210443Z test_nn_MultiLabelMarginLoss_1d_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2210610Z test_nn_MultiLabelMarginLoss_index_neg (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2210787Z test_nn_MultiLabelMarginLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-12-01T10:10:13.2210958Z test_nn_MultiLabelMarginLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-12-01T10:10:13.2211120Z test_nn_MultiLabelMarginLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-12-01T10:10:13.2211287Z test_nn_MultiLabelMarginLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-12-01T10:10:13.2211452Z test_nn_MultiLabelSoftMarginLoss (__main__.TestJitGeneratedModule) ... ok (0.112s) 2022-12-01T10:10:13.2211641Z test_nn_MultiLabelSoftMarginLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.080s) 2022-12-01T10:10:13.2211829Z test_nn_MultiLabelSoftMarginLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.080s) 2022-12-01T10:10:13.2212014Z test_nn_MultiLabelSoftMarginLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-12-01T10:10:13.2212190Z test_nn_MultiLabelSoftMarginLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:10:13.2212364Z test_nn_MultiLabelSoftMarginLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.105s) 2022-12-01T10:10:13.2212537Z test_nn_MultiLabelSoftMarginLoss_weights_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:10:13.2212683Z test_nn_MultiMarginLoss (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-12-01T10:10:13.2212834Z test_nn_MultiMarginLoss_1d (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-12-01T10:10:13.2212996Z test_nn_MultiMarginLoss_1d_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:10:13.2213152Z test_nn_MultiMarginLoss_margin (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-12-01T10:10:13.2213317Z test_nn_MultiMarginLoss_margin_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-12-01T10:10:13.2213476Z test_nn_MultiMarginLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:10:13.2213623Z test_nn_MultiMarginLoss_p (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-12-01T10:10:13.2213783Z test_nn_MultiMarginLoss_p_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-12-01T10:10:13.2213927Z test_nn_MultiMarginLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-12-01T10:10:13.2214095Z test_nn_MultiMarginLoss_weights_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:10:13.2214320Z test_nn_MultiheadAttention (__main__.TestJitGeneratedModule) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T10:10:13.2214487Z test_nn_NLLLoss (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-12-01T10:10:13.2214635Z test_nn_NLLLoss2d_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-12-01T10:10:13.2214798Z test_nn_NLLLoss2d_no_reduce_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:10:13.2214957Z test_nn_NLLLoss2d_no_reduce_weights (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:10:13.2215104Z test_nn_NLLLossNd_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:10:13.2215251Z test_nn_NLLLossNd_no_reduce_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:10:13.2215435Z test_nn_NLLLossNd_no_reduce_weights (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:10:13.2215573Z test_nn_NLLLoss_2d (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-12-01T10:10:13.2215727Z test_nn_NLLLoss_2d_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.038s) 2022-12-01T10:10:13.2215872Z test_nn_NLLLoss_2d_weights (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-12-01T10:10:13.2216017Z test_nn_NLLLoss_dim_is_3 (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-12-01T10:10:13.2216164Z test_nn_NLLLoss_higher_dim (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-12-01T10:10:13.2216313Z test_nn_NLLLoss_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-12-01T10:10:13.2216453Z test_nn_NLLLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.029s) 2022-12-01T10:10:13.2216602Z test_nn_NLLLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-12-01T10:10:13.2216754Z test_nn_NLLLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-12-01T10:10:13.2216901Z test_nn_NLLLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2217061Z test_nn_NLLLoss_no_reduce_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2217217Z test_nn_NLLLoss_no_reduce_weights (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2217388Z test_nn_NLLLoss_no_reduce_weights_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2217564Z test_nn_NLLLoss_no_reduce_weights_ignore_index_neg (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2217710Z test_nn_NLLLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-12-01T10:10:13.2217857Z test_nn_NLLLoss_weights_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.029s) 2022-12-01T10:10:13.2218019Z test_nn_NLLLoss_weights_ignore_index_neg (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-12-01T10:10:13.2218157Z test_nn_PReLU_1d (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-12-01T10:10:13.2218308Z test_nn_PReLU_1d_multiparam (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-12-01T10:10:13.2218442Z test_nn_PReLU_2d (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-12-01T10:10:13.2218592Z test_nn_PReLU_2d_multiparam (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-12-01T10:10:13.2218727Z test_nn_PReLU_3d (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-12-01T10:10:13.2218874Z test_nn_PReLU_3d_multiparam (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-12-01T10:10:13.2219007Z test_nn_PReLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-12-01T10:10:13.2219148Z test_nn_PReLU_scalar (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-12-01T10:10:13.2219302Z test_nn_Padding122112_3dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2219455Z test_nn_Padding1221_2dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2219604Z test_nn_Padding12_1dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2219756Z test_nn_Padding2322_2dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2219905Z test_nn_Padding31_1dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2220090Z test_nn_Padding322112_3dcircular (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:10:13.2220225Z test_nn_Padding332122_3dcircular (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:10:13.2220379Z test_nn_Padding3331_2dcircular (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:10:13.2220529Z test_nn_Padding33_1dcircular (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:10:13.2220678Z test_nn_PairwiseDistance (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-12-01T10:10:13.2220842Z test_nn_PairwiseDistance_broadcast_lhs (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-12-01T10:10:13.2221035Z test_nn_PairwiseDistance_broadcast_rhs (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-12-01T10:10:13.2221198Z test_nn_PairwiseDistance_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-12-01T10:10:13.2221372Z test_nn_PairwiseDistance_with_non_default_args (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-12-01T10:10:13.2221502Z test_nn_PixelShuffle (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-12-01T10:10:13.2221649Z test_nn_PixelUnshuffle (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-12-01T10:10:13.2221804Z test_nn_PoissonNLLLoss_full_loss (__main__.TestJitGeneratedModule) ... ok (0.038s) 2022-12-01T10:10:13.2221974Z test_nn_PoissonNLLLoss_full_loss_no_log_input (__main__.TestJitGeneratedModule) ... ok (0.029s) 2022-12-01T10:10:13.2222137Z test_nn_PoissonNLLLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.029s) 2022-12-01T10:10:13.2222434Z test_nn_PoissonNLLLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.029s) 2022-12-01T10:10:13.2222597Z test_nn_PoissonNLLLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-12-01T10:10:13.2222755Z test_nn_PoissonNLLLoss_no_full_loss (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-12-01T10:10:13.2222930Z test_nn_PoissonNLLLoss_no_full_loss_no_log_input (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-12-01T10:10:13.2223074Z test_nn_PoissonNLLLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2223209Z test_nn_RNNCell (__main__.TestJitGeneratedModule) ... ok (0.071s) 2022-12-01T10:10:13.2223340Z test_nn_RReLU (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-12-01T10:10:13.2223487Z test_nn_RReLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-12-01T10:10:13.2223630Z test_nn_RReLU_with_up_down (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-12-01T10:10:13.2223786Z test_nn_RReLU_with_up_down_scalar (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-12-01T10:10:13.2223919Z test_nn_ReLU (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-12-01T10:10:13.2224047Z test_nn_ReLU6 (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-12-01T10:10:13.2224180Z test_nn_ReLU6_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-12-01T10:10:13.2224318Z test_nn_ReLU6_scalar (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-12-01T10:10:13.2224463Z test_nn_ReLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.038s) 2022-12-01T10:10:13.2224600Z test_nn_ReLU_scalar (__main__.TestJitGeneratedModule) ... ok (0.038s) 2022-12-01T10:10:13.2224748Z test_nn_ReflectionPad1d (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-12-01T10:10:13.2224903Z test_nn_ReflectionPad1d_batch (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-12-01T10:10:13.2225061Z test_nn_ReflectionPad1d_complex (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-12-01T10:10:13.2225205Z test_nn_ReflectionPad2d (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-12-01T10:10:13.2225349Z test_nn_ReflectionPad2d_complex (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-12-01T10:10:13.2225509Z test_nn_ReflectionPad2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-12-01T10:10:13.2225652Z test_nn_ReflectionPad3d (__main__.TestJitGeneratedModule) ... ok (0.038s) 2022-12-01T10:10:13.2225860Z test_nn_ReflectionPad3d_complex (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-12-01T10:10:13.2226021Z test_nn_ReflectionPad3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-12-01T10:10:13.2226172Z test_nn_ReplicationPad1d (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-12-01T10:10:13.2226331Z test_nn_ReplicationPad1d_batch (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-12-01T10:10:13.2226488Z test_nn_ReplicationPad1d_complex (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-12-01T10:10:13.2226623Z test_nn_ReplicationPad2d (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-12-01T10:10:13.2226818Z test_nn_ReplicationPad2d_complex (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-12-01T10:10:13.2226981Z test_nn_ReplicationPad2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-12-01T10:10:13.2227129Z test_nn_ReplicationPad3d (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-12-01T10:10:13.2227287Z test_nn_ReplicationPad3d_complex (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-12-01T10:10:13.2227448Z test_nn_ReplicationPad3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-12-01T10:10:13.2227579Z test_nn_SELU (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-12-01T10:10:13.2227722Z test_nn_SELU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-12-01T10:10:13.2227847Z test_nn_SELU_scalar (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-12-01T10:10:13.2227977Z test_nn_SiLU (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-12-01T10:10:13.2228122Z test_nn_SiLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-12-01T10:10:13.2228261Z test_nn_SiLU_scalar (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-12-01T10:10:13.2228394Z test_nn_Sigmoid (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-12-01T10:10:13.2228543Z test_nn_Sigmoid_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-12-01T10:10:13.2228689Z test_nn_Sigmoid_scalar (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-12-01T10:10:13.2228829Z test_nn_SmoothL1Loss (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-12-01T10:10:13.2228959Z test_nn_SmoothL1Loss_beta (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2229118Z test_nn_SmoothL1Loss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-12-01T10:10:13.2229279Z test_nn_SmoothL1Loss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-12-01T10:10:13.2229438Z test_nn_SmoothL1Loss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-12-01T10:10:13.2229591Z test_nn_SmoothL1Loss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2229749Z test_nn_SmoothL1Loss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2229896Z test_nn_SmoothL1Loss_scalar (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-12-01T10:10:13.2230048Z test_nn_SmoothL1Loss_zero_beta (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2230178Z test_nn_SoftMarginLoss (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-12-01T10:10:13.2230342Z test_nn_SoftMarginLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.026s) 2022-12-01T10:10:13.2230504Z test_nn_SoftMarginLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.026s) 2022-12-01T10:10:13.2230666Z test_nn_SoftMarginLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.027s) 2022-12-01T10:10:13.2230823Z test_nn_SoftMarginLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2230956Z test_nn_Softmax (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-12-01T10:10:13.2231093Z test_nn_Softmax2d (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-12-01T10:10:13.2231243Z test_nn_Softmax2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-12-01T10:10:13.2231408Z test_nn_Softmax_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-12-01T10:10:13.2231554Z test_nn_Softmax_scalar (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-12-01T10:10:13.2231686Z test_nn_Softmin (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-12-01T10:10:13.2231833Z test_nn_Softmin_multidim (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-12-01T10:10:13.2231981Z test_nn_Softmin_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-12-01T10:10:13.2232122Z test_nn_Softmin_scalar (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-12-01T10:10:13.2232286Z test_nn_Softplus (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-12-01T10:10:13.2232427Z test_nn_Softplus_beta (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-12-01T10:10:13.2232565Z test_nn_Softplus_beta_threshold (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-12-01T10:10:13.2232725Z test_nn_Softplus_beta_threshold_scalar (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-12-01T10:10:13.2232877Z test_nn_Softplus_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-12-01T10:10:13.2233015Z test_nn_Softshrink (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-12-01T10:10:13.2233160Z test_nn_Softshrink_lambda (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-12-01T10:10:13.2233313Z test_nn_Softshrink_lambda_scalar (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-12-01T10:10:13.2233464Z test_nn_Softshrink_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-12-01T10:10:13.2233602Z test_nn_Softsign (__main__.TestJitGeneratedModule) ... ok (0.120s) 2022-12-01T10:10:13.2233739Z test_nn_Softsign_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.099s) 2022-12-01T10:10:13.2233881Z test_nn_Softsign_scalar (__main__.TestJitGeneratedModule) ... ok (0.095s) 2022-12-01T10:10:13.2234011Z test_nn_Tanh (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-12-01T10:10:13.2234153Z test_nn_Tanh_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-12-01T10:10:13.2234294Z test_nn_Tanh_scalar (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-12-01T10:10:13.2234432Z test_nn_Tanhshrink (__main__.TestJitGeneratedModule) ... ok (0.178s) 2022-12-01T10:10:13.2234585Z test_nn_Tanhshrink_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.109s) 2022-12-01T10:10:13.2234729Z test_nn_Tanhshrink_scalar (__main__.TestJitGeneratedModule) ... ok (0.096s) 2022-12-01T10:10:13.2234865Z test_nn_Threshold_large_value (__main__.TestJitGeneratedModule) ... ok (0.062s) 2022-12-01T10:10:13.2235016Z test_nn_Threshold_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-12-01T10:10:13.2235172Z test_nn_Threshold_threshold_value (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-12-01T10:10:13.2235335Z test_nn_Threshold_threshold_value_scalar (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-12-01T10:10:13.2235550Z test_nn_Transformer (__main__.TestJitGeneratedModule) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T10:10:13.2235737Z test_nn_TransformerDecoderLayer_gelu_activation (__main__.TestJitGeneratedModule) ... ok (2.225s) 2022-12-01T10:10:13.2235918Z test_nn_TransformerDecoderLayer_relu_activation (__main__.TestJitGeneratedModule) ... ok (2.471s) 2022-12-01T10:10:13.2236095Z test_nn_TransformerEncoderLayer_gelu_activation (__main__.TestJitGeneratedModule) ... ok (2.203s) 2022-12-01T10:10:13.2236270Z test_nn_TransformerEncoderLayer_relu_activation (__main__.TestJitGeneratedModule) ... ok (2.152s) 2022-12-01T10:10:13.2236430Z test_nn_Transformer_multilayer_coder (__main__.TestJitGeneratedModule) ... ok (6.048s) 2022-12-01T10:10:13.2236659Z test_nn_TripletMarginLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-12-01T10:10:13.2236829Z test_nn_TripletMarginLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.029s) 2022-12-01T10:10:13.2236996Z test_nn_TripletMarginLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-12-01T10:10:13.2237185Z test_nn_Unflatten_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-12-01T10:10:13.2237316Z test_nn_Unfold (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-12-01T10:10:13.2237460Z test_nn_Unfold_int_input (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-12-01T10:10:13.2237599Z test_nn_ZeroPad2d (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-12-01T10:10:13.2237733Z test_nn_ZeroPad2d_complex (__main__.TestJitGeneratedModule) ... ok (0.038s) 2022-12-01T10:10:13.2237929Z test_nn_ZeroPad2d_negative_dims (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-12-01T10:10:13.2238082Z test_nn_ZeroPad2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.038s) 2022-12-01T10:10:13.2238231Z test_nn_interpolate_bicubic_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2238394Z test_nn_interpolate_bicubic_2d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2238555Z test_nn_interpolate_bicubic_scale_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2238730Z test_nn_interpolate_bicubic_scale_tuple_shared_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2238900Z test_nn_interpolate_bicubic_scale_tuple_skewed_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2239090Z test_nn_interpolate_bicubic_scale_tuple_skewed_2d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2239234Z test_nn_interpolate_bicubic_tuple_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2239414Z test_nn_interpolate_bicubic_tuple_2d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2239571Z test_nn_interpolate_bilinear_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2239732Z test_nn_interpolate_bilinear_2d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2239892Z test_nn_interpolate_bilinear_scale_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2240067Z test_nn_interpolate_bilinear_scale_tuple_shared_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2240240Z test_nn_interpolate_bilinear_scale_tuple_skewed_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2240432Z test_nn_interpolate_bilinear_scale_tuple_skewed_2d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2240591Z test_nn_interpolate_bilinear_tuple_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2240757Z test_nn_interpolate_bilinear_tuple_2d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2240907Z test_nn_interpolate_linear_1d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2241073Z test_nn_interpolate_linear_1d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2241234Z test_nn_interpolate_linear_1d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2241390Z test_nn_interpolate_linear_scale_1d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2241563Z test_nn_interpolate_linear_scale_1d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2241718Z test_nn_interpolate_linear_tuple_1d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2241869Z test_nn_interpolate_nearest_1d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2242018Z test_nn_interpolate_nearest_1d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2242171Z test_nn_interpolate_nearest_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2242338Z test_nn_interpolate_nearest_2d_launch_configs (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2242494Z test_nn_interpolate_nearest_2d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2242677Z test_nn_interpolate_nearest_3d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2242835Z test_nn_interpolate_nearest_3d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2242991Z test_nn_interpolate_nearest_scale_1d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2243149Z test_nn_interpolate_nearest_scale_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2243305Z test_nn_interpolate_nearest_scale_3d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2243474Z test_nn_interpolate_nearest_tuple_1d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2243632Z test_nn_interpolate_nearest_tuple_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2243785Z test_nn_interpolate_nearest_tuple_3d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2243942Z test_nn_interpolate_trilinear_3d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2244105Z test_nn_interpolate_trilinear_3d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2244265Z test_nn_interpolate_trilinear_scale_3d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2244444Z test_nn_interpolate_trilinear_scale_3d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2244603Z test_nn_interpolate_trilinear_tuple_3d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2244768Z test_nn_interpolate_trilinear_tuple_3d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2244913Z test_nn_log_softmax_dim0 (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2245055Z test_nn_log_softmax_dim3 (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2245201Z test_nn_log_softmax_lastdim (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2245348Z test_nn_log_softmax_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2245495Z test_nn_log_softmax_spatial (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2245654Z test_nn_log_softmax_spatial_special (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2245832Z test_nn_multimarginloss_1d_input_0d_target_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2245972Z test_nn_softmax_functional_dim0 (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2246125Z test_nn_softmax_functional_dim3 (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2246279Z test_nn_softmax_functional_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2246420Z test_nn_softmax_lastdim (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2246569Z test_nn_softmax_lastdim_dtype (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2246714Z test_nn_softmax_spatial (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2246864Z test_nn_softmax_spatial_dtype (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2247018Z test_nn_softmax_spatial_special (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:13.2247186Z test_checkscriptassertraisesregex (jit.test_jit_utils.TestJitUtils) ... ok (0.002s) 2022-12-01T10:10:13.2247400Z 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:13.2247568Z test_get_callable_argument_names_keyword_only (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-12-01T10:10:13.2247892Z 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:13.2248072Z test_get_callable_argument_names_positional_or_keyword (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-12-01T10:10:13.2248270Z test_get_callable_argument_names_var_keyword (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-12-01T10:10:13.2248442Z test_get_callable_argument_names_var_positional (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-12-01T10:10:13.2248598Z test_no_tracer_warn_context_manager (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-12-01T10:10:13.2248739Z test_comprehension_iterable (jit.test_list_dict.TestList) ... ok (0.018s) 2022-12-01T10:10:13.2248892Z test_comprehension_out_type_not_in_type (jit.test_list_dict.TestList) ... ok (0.007s) 2022-12-01T10:10:13.2249044Z test_comprehensions_basic (jit.test_list_dict.TestList) ... ok (0.007s) 2022-12-01T10:10:13.2249191Z test_comprehensions_basic_float (jit.test_list_dict.TestList) ... ok (0.007s) 2022-12-01T10:10:13.2249334Z test_comprehensions_two_comps (jit.test_list_dict.TestList) ... ok (0.006s) 2022-12-01T10:10:13.2249468Z test_copy_list_immutable (jit.test_list_dict.TestList) ... ok (0.003s) 2022-12-01T10:10:13.2249602Z test_copy_list_mutable (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:10:13.2249719Z test_del (jit.test_list_dict.TestList) ... ok (0.011s) 2022-12-01T10:10:13.2249870Z test_dict_keyword_is_correctly_typed (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:10:13.2250026Z test_dict_keyword_with_dict_comprehension (jit.test_list_dict.TestList) ... ok (0.005s) 2022-12-01T10:10:13.2250184Z test_dict_keyword_with_dict_comprehension_and_kwargs (jit.test_list_dict.TestList) ... ok (0.006s) 2022-12-01T10:10:13.2250351Z test_dict_keyword_with_empty_dict_comprehension (jit.test_list_dict.TestList) ... ok (0.003s) 2022-12-01T10:10:13.2250500Z test_dict_keyword_with_empty_iterable (jit.test_list_dict.TestList) ... ok (0.003s) 2022-12-01T10:10:13.2250666Z test_dict_keyword_with_internal_aggregate_function (jit.test_list_dict.TestList) ... ok (0.005s) 2022-12-01T10:10:13.2250808Z test_dict_keyword_with_iterable (jit.test_list_dict.TestList) ... ok (0.005s) 2022-12-01T10:10:13.2250951Z test_dict_keyword_with_kwargs (jit.test_list_dict.TestList) ... ok (0.005s) 2022-12-01T10:10:13.2251119Z test_dict_keyword_with_kwargs_using_container_values (jit.test_list_dict.TestList) ... ok (0.007s) 2022-12-01T10:10:13.2251260Z test_dict_keyword_with_mapping (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:10:13.2251398Z test_dict_keyword_with_mapping_and_kwargs (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:10:13.2251559Z test_dict_keyword_with_mismatched_annotations (jit.test_list_dict.TestList) ... ok (0.002s) 2022-12-01T10:10:13.2251707Z test_dict_keyword_with_nested_call (jit.test_list_dict.TestList) ... ok (0.005s) 2022-12-01T10:10:13.2251877Z test_dict_keyword_with_previously_declared_variable (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:10:13.2252058Z test_dict_keyword_with_previously_declared_variable_and_kwargs (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:10:13.2252199Z test_extend_list_immutable (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:10:13.2252332Z test_extend_list_mutable (jit.test_list_dict.TestList) ... ok (0.009s) 2022-12-01T10:10:13.2252452Z test_in_check (jit.test_list_dict.TestList) ... ok (0.013s) 2022-12-01T10:10:13.2252587Z test_list_bool_conversion (jit.test_list_dict.TestList) ... ok (0.019s) 2022-12-01T10:10:13.2252697Z test_list_count (jit.test_list_dict.TestList) ... ok (0.007s) 2022-12-01T10:10:13.2252834Z test_list_count_not_existing (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:10:13.2252961Z test_list_gather (jit.test_list_dict.TestList) ... ok (0.011s) 2022-12-01T10:10:13.2253084Z test_list_index (jit.test_list_dict.TestList) ... ok (0.007s) 2022-12-01T10:10:13.2253222Z test_list_index_not_existing (jit.test_list_dict.TestList) ... ok (0.016s) 2022-12-01T10:10:13.2253347Z test_list_keyword (jit.test_list_dict.TestList) ... ok (0.014s) 2022-12-01T10:10:13.2253501Z test_list_len (jit.test_list_dict.TestList) ... ok (0.006s) 2022-12-01T10:10:13.2253611Z test_list_literal (jit.test_list_dict.TestList) ... ok (0.013s) 2022-12-01T10:10:13.2253733Z test_list_none (jit.test_list_dict.TestList) ... ok (0.001s) 2022-12-01T10:10:13.2253853Z test_list_ops (jit.test_list_dict.TestList) ... ok (0.057s) 2022-12-01T10:10:13.2253976Z test_list_slice (jit.test_list_dict.TestList) ... ok (0.021s) 2022-12-01T10:10:13.2254097Z test_list_sort (jit.test_list_dict.TestList) ... ok (0.044s) 2022-12-01T10:10:13.2254235Z test_list_unification_hint (jit.test_list_dict.TestList) ... ok (0.002s) 2022-12-01T10:10:13.2254374Z test_list_variance (jit.test_list_dict.TestList) 2022-12-01T10:10:13.2254507Z `List[T1]` is not a subtype of `List[T2]`, even if `T1` is a ... ok (0.010s) 2022-12-01T10:10:13.2254618Z test_min_bool_list (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:10:13.2254740Z test_min_max_list (jit.test_list_dict.TestList) ... ok (0.061s) 2022-12-01T10:10:13.2254875Z test_min_max_single_list (jit.test_list_dict.TestList) ... ok (0.042s) 2022-12-01T10:10:13.2255009Z test_mutable_list_append (jit.test_list_dict.TestList) ... ok (0.005s) 2022-12-01T10:10:13.2255145Z test_mutable_list_append_2 (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:10:13.2255283Z test_mutable_list_append_if (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:10:13.2255429Z test_mutable_list_append_if_else (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:10:13.2255569Z test_mutable_list_append_loop (jit.test_list_dict.TestList) ... ok (0.005s) 2022-12-01T10:10:13.2255700Z test_mutable_list_append_loop_if (jit.test_list_dict.TestList) ... ok (0.007s) 2022-12-01T10:10:13.2255833Z test_mutable_list_clear (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:10:13.2255972Z test_mutable_list_clear_empty (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:10:13.2256114Z test_mutable_list_function_inline (jit.test_list_dict.TestList) ... ok (0.005s) 2022-12-01T10:10:13.2256250Z test_mutable_list_insert (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:10:13.2256403Z test_mutable_list_insert_neg_out_of_bounds (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:10:13.2256548Z test_mutable_list_insert_negative (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:10:13.2256697Z test_mutable_list_insert_out_of_bounds (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:10:13.2256823Z test_mutable_list_nested_loop (jit.test_list_dict.TestList) ... ok (0.006s) 2022-12-01T10:10:13.2256953Z test_mutable_list_pop (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:10:13.2257086Z test_mutable_list_pop2 (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:10:13.2257218Z test_mutable_list_pop_at (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:10:13.2257352Z test_mutable_list_pop_at2 (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:10:13.2257495Z test_mutable_list_pop_at_negative (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:10:13.2257642Z test_mutable_list_pop_at_negative2 (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:10:13.2257779Z test_mutable_list_pop_empty (jit.test_list_dict.TestList) ... ok (0.006s) 2022-12-01T10:10:13.2257900Z test_mutable_list_pop_slice (jit.test_list_dict.TestList) ... ok (0.005s) 2022-12-01T10:10:13.2258034Z test_mutable_list_remove (jit.test_list_dict.TestList) ... ok (0.007s) 2022-12-01T10:10:13.2258167Z test_mutable_list_remove2 (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:10:13.2258317Z test_mutable_list_remove_not_existing (jit.test_list_dict.TestList) ... ok (0.006s) 2022-12-01T10:10:13.2258458Z test_mutable_list_remove_tensor (jit.test_list_dict.TestList) ... ok (0.007s) 2022-12-01T10:10:13.2258590Z test_mutable_list_reverse (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:10:13.2258731Z test_mutable_list_reverse_empty (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:10:13.2258904Z test_mutable_tensor_list_reverse (jit.test_list_dict.TestList) ... ok (0.006s) 2022-12-01T10:10:13.2259031Z test_no_element_type_annotation (jit.test_list_dict.TestList) ... ok (0.003s) 2022-12-01T10:10:13.2259159Z test_slice_index (jit.test_list_dict.TestList) ... ok (0.030s) 2022-12-01T10:10:13.2259289Z test_tensor_list_count (jit.test_list_dict.TestList) ... ok (0.005s) 2022-12-01T10:10:13.2259434Z test_tensor_list_count_not_existing (jit.test_list_dict.TestList) ... ok (0.005s) 2022-12-01T10:10:13.2259565Z test_tensor_list_index (jit.test_list_dict.TestList) ... ok (0.005s) 2022-12-01T10:10:13.2259735Z test_tensor_list_index_not_existing (jit.test_list_dict.TestList) ... ok (0.017s) 2022-12-01T10:10:13.2259842Z test_to_list (jit.test_list_dict.TestList) 2022-12-01T10:10:13.2259960Z Unit tests for Tensor.tolist() function. ... ok (0.256s) 2022-12-01T10:10:13.2260059Z test_to_list_gpu (jit.test_list_dict.TestList) 2022-12-01T10:10:13.2260206Z GPU tests for Tensor.tolist() function. ... skip: CUDA is not available (0.002s) 2022-12-01T10:10:13.2260349Z test_bump_numeric_counter (jit.test_logging.TestLogging) ... ok (0.008s) 2022-12-01T10:10:13.2260489Z test_counter_aggregation (jit.test_logging.TestLogging) ... ok (0.008s) 2022-12-01T10:10:13.2260628Z test_logging_levels_set (jit.test_logging.TestLogging) ... ok (0.001s) 2022-12-01T10:10:13.2260774Z test_time_measurement_counter (jit.test_logging.TestLogging) ... ok (0.003s) 2022-12-01T10:10:13.2260927Z test_time_measurement_counter_script (jit.test_logging.TestLogging) ... ok (0.007s) 2022-12-01T10:10:13.2261070Z test_trace_numeric_counter (jit.test_logging.TestLogging) ... ok (0.007s) 2022-12-01T10:10:13.2261221Z test_always_alive_values (jit.test_freezing.TestMKLDNNReinplacing) ... ok (0.020s) 2022-12-01T10:10:13.2261378Z test_merge_liveness (jit.test_freezing.TestMKLDNNReinplacing) ... ok (0.011s) 2022-12-01T10:10:13.2261529Z test_successful (jit.test_freezing.TestMKLDNNReinplacing) ... ok (0.012s) 2022-12-01T10:10:13.2261701Z test_switch_inputs_to_inplace (jit.test_freezing.TestMKLDNNReinplacing) ... ok (0.010s) 2022-12-01T10:10:13.2261816Z test_broadcasting_list (jit.test_misc.TestMisc) 2022-12-01T10:10:13.2261950Z Test BroadcastingList and torch.nn._size_N_t alias ... ok (0.006s) 2022-12-01T10:10:13.2262089Z test_export_opnames_interface (jit.test_misc.TestMisc) ... ok (0.021s) 2022-12-01T10:10:13.2262351Z test_future_isinstance (jit.test_misc.TestMisc) ... ok (0.003s) 2022-12-01T10:10:13.2262478Z test_hacked_twin (jit.test_misc.TestMisc) ... ok (0.002s) 2022-12-01T10:10:13.2262590Z test_if_returning_any (jit.test_misc.TestMisc) 2022-12-01T10:10:13.2262718Z Check that an if statement can return different ... ok (0.005s) 2022-12-01T10:10:13.2262838Z test_joined_str (jit.test_misc.TestMisc) ... ok (0.004s) 2022-12-01T10:10:13.2262961Z test_kwarg_support (jit.test_misc.TestMisc) ... ok (0.008s) 2022-12-01T10:10:13.2263101Z test_legacy_tensor_constructor (jit.test_misc.TestMisc) ... ok (0.023s) 2022-12-01T10:10:13.2263231Z test_list_literal_infer (jit.test_misc.TestMisc) ... ok (0.009s) 2022-12-01T10:10:13.2263332Z test_math_inf (jit.test_misc.TestMisc) ... ok (0.003s) 2022-12-01T10:10:13.2263457Z test_parse_ir_annotate (jit.test_misc.TestMisc) ... ok (0.001s) 2022-12-01T10:10:13.2263608Z test_parse_ir_single_element_tensor_negative (jit.test_misc.TestMisc) ... ok (0.001s) 2022-12-01T10:10:13.2263761Z test_parse_ir_single_element_tensor_positive (jit.test_misc.TestMisc) ... ok (0.001s) 2022-12-01T10:10:13.2263885Z test_str_refine_any (jit.test_misc.TestMisc) ... ok (0.003s) 2022-12-01T10:10:13.2264032Z test_subexpression_Dict_int_Future (jit.test_misc.TestMisc) ... ok (0.003s) 2022-12-01T10:10:13.2264177Z test_subexpression_Future_annotate (jit.test_misc.TestMisc) ... ok (0.003s) 2022-12-01T10:10:13.2264314Z test_subexpression_List_Future (jit.test_misc.TestMisc) ... ok (0.003s) 2022-12-01T10:10:13.2264437Z test_subexpression_Optional (jit.test_misc.TestMisc) ... ok (0.004s) 2022-12-01T10:10:13.2264646Z test_subexpression_Tuple_int_int_Future (jit.test_misc.TestMisc) ... ok (0.003s) 2022-12-01T10:10:13.2264783Z test_tuple_subscripted_assign (jit.test_misc.TestMisc) ... ok (0.002s) 2022-12-01T10:10:13.2264965Z test_call_script_fn_from_traced_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.012s) 2022-12-01T10:10:13.2265151Z test_call_script_module_from_traced_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.017s) 2022-12-01T10:10:13.2265327Z test_call_traced_fn_from_script_fn (jit.test_tracer.TestMixTracingScripting) ... ok (0.007s) 2022-12-01T10:10:13.2265540Z test_call_traced_mod_from_script_fn (jit.test_tracer.TestMixTracingScripting) ... ok (0.011s) 2022-12-01T10:10:13.2265725Z test_call_tracing_fn_from_script_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.010s) 2022-12-01T10:10:13.2265908Z test_call_tracing_mod_from_script_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.014s) 2022-12-01T10:10:13.2266081Z test_script_inline_trace_multiple_args (jit.test_tracer.TestMixTracingScripting) ... ok (0.012s) 2022-12-01T10:10:13.2266246Z test_trace_dict_mix_script (jit.test_tracer.TestMixTracingScripting) ... ok (0.043s) 2022-12-01T10:10:13.2266409Z test_trace_hierarchy (jit.test_tracer.TestMixTracingScripting) ... ok (0.026s) 2022-12-01T10:10:13.2266564Z test_trace_linear (jit.test_tracer.TestMixTracingScripting) ... ok (0.023s) 2022-12-01T10:10:13.2266750Z test_trace_mixed_by_script_with_dict_output (jit.test_tracer.TestMixTracingScripting) ... ok (0.012s) 2022-12-01T10:10:13.2266910Z test_trace_of_script (jit.test_tracer.TestMixTracingScripting) ... ok (0.013s) 2022-12-01T10:10:13.2267071Z test_trace_parameter (jit.test_tracer.TestMixTracingScripting) ... ok (0.025s) 2022-12-01T10:10:13.2267245Z test_trace_returning_dict_with_tensor_tuples (jit.test_tracer.TestMixTracingScripting) 2022-12-01T10:10:13.2267398Z Tracing over a module returning a dictionary whose values are tuples of tensors ... ok (0.013s) 2022-12-01T10:10:13.2267556Z test_trace_script (jit.test_tracer.TestMixTracingScripting) ... ok (0.173s) 2022-12-01T10:10:13.2267726Z test_trace_script_returning_complex_dict (jit.test_tracer.TestMixTracingScripting) 2022-12-01T10:10:13.2267878Z Tracing over a script function returning a dictionary should work. ... ok (0.026s) 2022-12-01T10:10:13.2268032Z test_trace_with_size (jit.test_tracer.TestMixTracingScripting) ... ok (0.009s) 2022-12-01T10:10:13.2268233Z test_traced_module_contains_scripted_interface_types (jit.test_tracer.TestMixTracingScripting) ... ok (0.031s) 2022-12-01T10:10:13.2268420Z test_traced_module_implements_interface (jit.test_tracer.TestMixTracingScripting) ... ok (0.022s) 2022-12-01T10:10:13.2268581Z test_tracing_indexing (jit.test_tracer.TestMixTracingScripting) ... ok (0.009s) 2022-12-01T10:10:13.2268737Z test_tracing_slicing (jit.test_tracer.TestMixTracingScripting) ... ok (0.009s) 2022-12-01T10:10:13.2268848Z test_alexnet (jit.test_models.TestModels) ... ok (0.777s) 2022-12-01T10:10:13.2269602Z 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:13.2269753Z test_dcgan_models_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-12-01T10:10:13.2269874Z test_mnist (jit.test_models.TestModels) ... ok (0.341s) 2022-12-01T10:10:13.2270015Z test_mnist_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-12-01T10:10:13.2270182Z test_mnist_training_leaks_no_memory_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.001s) 2022-12-01T10:10:13.2270381Z 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:13.2270526Z test_neural_style_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-12-01T10:10:13.2270702Z test_reinforcement_learning (jit.test_models.TestModels) ... ok (0.039s) 2022-12-01T10:10:13.2270850Z test_reinforcement_learning_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-12-01T10:10:13.2271066Z test_script_module_script_resnet (jit.test_models.TestModels) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-12-01T10:10:13.2271279Z 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:13.2271496Z 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:13.2271636Z test_snli_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-12-01T10:10:13.2271768Z test_snli_quantized (jit.test_models.TestModels) ... ok (0.486s) 2022-12-01T10:10:13.2271969Z 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:13.2272123Z test_super_resolution_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-12-01T10:10:13.2272266Z test_time_sequence_prediction (jit.test_models.TestModels) ... ok (0.112s) 2022-12-01T10:10:13.2272369Z test_vae (jit.test_models.TestModels) ... ok (0.165s) 2022-12-01T10:10:13.2272508Z test_vae_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-12-01T10:10:13.2272638Z test_vae_quantized (jit.test_models.TestModels) ... ok (0.094s) 2022-12-01T10:10:13.2272792Z test_customized_state_dict_methods (jit.test_module_apis.TestModuleAPIs) 2022-12-01T10:10:13.2272926Z Tests that customized state dict methods are in effect ... ok (0.034s) 2022-12-01T10:10:13.2273071Z test_default_state_dict_methods (jit.test_module_apis.TestModuleAPIs) 2022-12-01T10:10:13.2273223Z Tests that default state dict methods are automatically available ... ok (0.026s) 2022-12-01T10:10:13.2273384Z test_submodule_customized_state_dict_methods (jit.test_module_apis.TestModuleAPIs) 2022-12-01T10:10:13.2273519Z Tests that customized state dict methods on submodules are in effect ... ok (0.042s) 2022-12-01T10:10:13.2273704Z test_custom_container_forward (jit.test_module_containers.TestModuleContainers) ... ok (0.073s) 2022-12-01T10:10:13.2273893Z test_empty_dict_override_contains (jit.test_module_containers.TestModuleContainers) ... ok (0.021s) 2022-12-01T10:10:13.2274074Z test_module_inplace_construct (jit.test_module_containers.TestModuleContainers) ... ok (0.020s) 2022-12-01T10:10:13.2274268Z test_module_interface_special_methods (jit.test_module_containers.TestModuleContainers) ... ok (0.053s) 2022-12-01T10:10:13.2274440Z test_module_properties (jit.test_module_containers.TestModuleContainers) ... ok (0.032s) 2022-12-01T10:10:13.2274604Z test_moduledict (jit.test_module_containers.TestModuleContainers) ... ok (0.195s) 2022-12-01T10:10:13.2274780Z test_moduledict_getitem (jit.test_module_containers.TestModuleContainers) ... ok (0.034s) 2022-12-01T10:10:13.2274940Z test_moduledict_keyerror (jit.test_module_containers.TestModuleContainers) ... ok (0.012s) 2022-12-01T10:10:13.2275124Z test_normal_list_attribute_with_modules_error (jit.test_module_containers.TestModuleContainers) 2022-12-01T10:10:13.2275275Z Test that an attempt to script a module with a regular list attribute ... ok (0.003s) 2022-12-01T10:10:13.2275462Z test_parameterdict_script_getitem (jit.test_module_containers.TestModuleContainers) ... ok (0.015s) 2022-12-01T10:10:13.2275647Z test_parameterlist_script_getitem (jit.test_module_containers.TestModuleContainers) ... ok (0.046s) 2022-12-01T10:10:13.2275834Z test_parameterlist_script_iter (jit.test_module_containers.TestModuleContainers) ... ok (0.062s) 2022-12-01T10:10:13.2276018Z test_script_module_list_sequential (jit.test_module_containers.TestModuleContainers) ... ok (0.024s) 2022-12-01T10:10:13.2276197Z test_script_modulelist_index (jit.test_module_containers.TestModuleContainers) ... ok (0.108s) 2022-12-01T10:10:13.2276412Z test_sequential_intermediary_types (jit.test_module_containers.TestModuleContainers) ... ok (0.026s) 2022-12-01T10:10:13.2276582Z test_special_method_with_override (jit.test_module_containers.TestModuleContainers) ... ok (0.025s) 2022-12-01T10:10:13.2276743Z test_typed_module_dict (jit.test_module_containers.TestModuleContainers) 2022-12-01T10:10:13.2276901Z Test that a type annotation can be provided for a ModuleDict that allows ... ok (0.055s) 2022-12-01T10:10:13.2277062Z test_typed_module_list (jit.test_module_containers.TestModuleContainers) 2022-12-01T10:10:13.2277260Z Test that a type annotation can be provided for a ModuleList that allows ... ok (0.045s) 2022-12-01T10:10:13.2277468Z test_freeze_module_with_inplace_mutation_in_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.019s) 2022-12-01T10:10:13.2277649Z test_freeze_module_with_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.014s) 2022-12-01T10:10:13.2277842Z test_freeze_module_with_interface_and_fork (jit.test_module_interface.TestModuleInterface) ... ok (0.020s) 2022-12-01T10:10:13.2278031Z test_freeze_module_with_mutated_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.017s) 2022-12-01T10:10:13.2278209Z test_freeze_module_with_setattr_in_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.017s) 2022-12-01T10:10:13.2278381Z test_module_apis_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.008s) 2022-12-01T10:10:13.2278550Z test_module_doc_string (jit.test_module_interface.TestModuleInterface) ... ok (0.016s) 2022-12-01T10:10:13.2278716Z test_module_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.084s) 2022-12-01T10:10:13.2278898Z test_module_interface_inheritance (jit.test_module_interface.TestModuleInterface) ... ok (0.001s) 2022-12-01T10:10:13.2279073Z test_module_interface_subtype (jit.test_module_interface.TestModuleInterface) ... ok (0.034s) 2022-12-01T10:10:13.2279235Z test_module_swap (jit.test_module_interface.TestModuleInterface) ... ok (0.018s) 2022-12-01T10:10:13.2279413Z test_module_swap_no_lazy_compile (jit.test_module_interface.TestModuleInterface) ... ok (0.019s) 2022-12-01T10:10:13.2279581Z test_module_swap_no_module_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.017s) 2022-12-01T10:10:13.2279758Z test_module_swap_wrong_module (jit.test_module_interface.TestModuleInterface) ... ok (0.014s) 2022-12-01T10:10:13.2279935Z test_not_submodule_interface_call (jit.test_module_interface.TestModuleInterface) ... ok (0.007s) 2022-12-01T10:10:13.2280118Z test_script_module_as_interface_swap (jit.test_module_interface.TestModuleInterface) ... ok (0.018s) 2022-12-01T10:10:13.2280264Z test_script_module_with_constants_list (jit.test_modules.TestModules) 2022-12-01T10:10:13.2280403Z Test that a module that has __constants__ set to something ... ok (0.009s) 2022-12-01T10:10:13.2280544Z test_namedtuple (jit.test_list_dict.TestNamedTuple) ... ok (0.005s) 2022-12-01T10:10:13.2280691Z test_namedtuple_as_attr (jit.test_list_dict.TestNamedTuple) ... ok (0.005s) 2022-12-01T10:10:13.2280838Z test_namedtuple_constant (jit.test_list_dict.TestNamedTuple) ... ok (0.003s) 2022-12-01T10:10:13.2280979Z test_namedtuple_kwarg_construct (jit.test_list_dict.TestNamedTuple) ... ok (0.004s) 2022-12-01T10:10:13.2281120Z test_namedtuple_lower (jit.test_list_dict.TestNamedTuple) ... ok (0.003s) 2022-12-01T10:10:13.2281271Z test_namedtuple_resolution (jit.test_list_dict.TestNamedTuple) ... ok (0.004s) 2022-12-01T10:10:13.2281471Z test_namedtuple_serialization (jit.test_list_dict.TestNamedTuple) ... skip: broken while these tests were not in CI (0.001s) 2022-12-01T10:10:13.2281626Z test_namedtuple_slice_unpack (jit.test_list_dict.TestNamedTuple) ... ok (0.004s) 2022-12-01T10:10:13.2281781Z test_namedtuple_type_annotation (jit.test_list_dict.TestNamedTuple) ... ok (0.003s) 2022-12-01T10:10:13.2281962Z test_namedtuple_wrong_types (jit.test_list_dict.TestNamedTuple) ... ok (0.002s) 2022-12-01T10:10:13.2282105Z test_return_named_tuple (jit.test_list_dict.TestNamedTuple) ... ok (0.004s) 2022-12-01T10:10:13.2282780Z test_adaptive_avg_pool2d (jit.test_backend_nnapi.TestNnapiBackend) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:13.2282848Z r = func(*args, **kwargs) 2022-12-01T10:10:13.2282919Z ok (0.445s) 2022-12-01T10:10:13.2283096Z test_avg_pool2d (jit.test_backend_nnapi.TestNnapiBackend) ... ok (1.658s) 2022-12-01T10:10:13.2283238Z test_cat (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.050s) 2022-12-01T10:10:13.2283399Z test_compile_spec_santiy (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.009s) 2022-12-01T10:10:13.2283542Z test_conv2d (jit.test_backend_nnapi.TestNnapiBackend) ... ok (5.127s) 2022-12-01T10:10:13.2283695Z test_conv2d_transpose (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.720s) 2022-12-01T10:10:13.2283842Z test_dequantize (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.013s) 2022-12-01T10:10:13.2283968Z test_detach (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.024s) 2022-12-01T10:10:13.2284110Z test_flatten (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.137s) 2022-12-01T10:10:13.2284254Z test_hardtanh (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.038s) 2022-12-01T10:10:13.2284396Z test_linear (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.035s) 2022-12-01T10:10:13.2284888Z test_log_softmax (jit.test_backend_nnapi.TestNnapiBackend) ... /opt/conda/lib/python3.7/site-packages/torch/overrides.py:1517: UserWarning: Implicit dimension choice for log_softmax has been deprecated. Change the call to include dim=X as an argument. 2022-12-01T10:10:13.2285123Z result = _TorchFunctionStackMode().__torch_function__(public_api, types, args, kwargs) 2022-12-01T10:10:13.2285216Z ok (0.033s) 2022-12-01T10:10:13.2285363Z test_max_pool2d (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.877s) 2022-12-01T10:10:13.2285488Z test_mean (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.070s) 2022-12-01T10:10:13.2285637Z test_multi_output (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.018s) 2022-12-01T10:10:13.2285789Z test_pointwise_binary (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.148s) 2022-12-01T10:10:13.2285950Z test_pointwise_binary_const (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.067s) 2022-12-01T10:10:13.2286104Z test_pointwise_unary (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.062s) 2022-12-01T10:10:13.2286275Z test_prelu (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.050s) 2022-12-01T10:10:13.2286434Z test_qadd (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.175s) 2022-12-01T10:10:13.2286578Z test_qlinear (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.115s) 2022-12-01T10:10:13.2286709Z test_quantize (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.017s) 2022-12-01T10:10:13.2286852Z test_reshape (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.030s) 2022-12-01T10:10:13.2286998Z test_seblock_mul (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.017s) 2022-12-01T10:10:13.2287137Z test_slice (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.062s) 2022-12-01T10:10:13.2287627Z test_softmax (jit.test_backend_nnapi.TestNnapiBackend) ... /opt/conda/lib/python3.7/site-packages/torch/overrides.py:1517: UserWarning: Implicit dimension choice for softmax has been deprecated. Change the call to include dim=X as an argument. 2022-12-01T10:10:13.2287857Z result = _TorchFunctionStackMode().__torch_function__(public_api, types, args, kwargs) 2022-12-01T10:10:13.2287924Z ok (0.049s) 2022-12-01T10:10:13.2288072Z test_tensor_input (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.027s) 2022-12-01T10:10:13.2288250Z test_to (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.045s) 2022-12-01T10:10:13.2288380Z test_unsqueeze (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.078s) 2022-12-01T10:10:13.2288536Z test_upsample_nearest2d (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.514s) 2022-12-01T10:10:13.2288720Z test_op_decomposition (jit.test_op_decompositions.TestOpDecompositions) ... ok (0.056s) 2022-12-01T10:10:13.2288915Z test_registered_decomposition (jit.test_op_decompositions.TestOpDecompositions) ... ok (0.045s) 2022-12-01T10:10:13.2289211Z test_fuse_activation_with_pack_ops_linear_conv2d_1 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.045s) 2022-12-01T10:10:13.2289474Z test_fuse_activation_with_pack_ops_linear_conv2d_2 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.035s) 2022-12-01T10:10:13.2289737Z test_fuse_activation_with_pack_ops_linear_conv2d_3 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.034s) 2022-12-01T10:10:13.2289999Z test_fuse_activation_with_pack_ops_linear_conv2d_4 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.033s) 2022-12-01T10:10:13.2290267Z test_insert_pre_packed_linear_before_inline_and_conv_2d_op (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.014s) 2022-12-01T10:10:13.2290500Z test_insert_pre_packed_linear_op (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.014s) 2022-12-01T10:10:13.2290751Z test_replace_conv1d_with_conv2d (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.009s) 2022-12-01T10:10:13.2290922Z test_scriptable (jit.test_parametrization.TestParametrization) ... ok (0.044s) 2022-12-01T10:10:13.2291077Z test_traceable (jit.test_parametrization.TestParametrization) 2022-12-01T10:10:13.2291221Z Test the jit scripting and tracing of a parametrized model. ... ok (0.042s) 2022-12-01T10:10:13.2291364Z test_conv_dim_folding (jit.test_peephole.TestPeephole) ... ok (0.086s) 2022-12-01T10:10:13.2291510Z test_integer_refinement (jit.test_peephole.TestPeephole) ... ok (0.024s) 2022-12-01T10:10:13.2291651Z test_noop_peephole (jit.test_peephole.TestPeephole) ... ok (0.023s) 2022-12-01T10:10:13.2291792Z test_normalized_is_op (jit.test_peephole.TestPeephole) ... ok (0.006s) 2022-12-01T10:10:13.2291925Z test_normalized_isnot_op (jit.test_peephole.TestPeephole) ... ok (0.006s) 2022-12-01T10:10:13.2292068Z test_normalized_rsub (jit.test_peephole.TestPeephole) ... ok (0.009s) 2022-12-01T10:10:13.2292231Z test_optimize_out_comparison_same_value (jit.test_peephole.TestPeephole) ... ok (0.007s) 2022-12-01T10:10:13.2292367Z test_peephole (jit.test_peephole.TestPeephole) ... ok (0.014s) 2022-12-01T10:10:13.2292512Z test_peephole_add_zero (jit.test_peephole.TestPeephole) ... ok (0.004s) 2022-12-01T10:10:13.2292657Z test_peephole_arith (jit.test_peephole.TestPeephole) ... ok (0.007s) 2022-12-01T10:10:13.2292828Z test_peephole_cuda (jit.test_peephole.TestPeephole) ... skip: cpp tests require CUDA (0.001s) 2022-12-01T10:10:13.2293017Z test_peephole_dict_getitem_no_optimization_dict_modified (jit.test_peephole.TestPeephole) ... ok (0.004s) 2022-12-01T10:10:13.2293193Z test_peephole_dict_getitem_no_optimization_get_input_arg (jit.test_peephole.TestPeephole) ... ok (0.004s) 2022-12-01T10:10:13.2293388Z test_peephole_dict_getitem_no_optimization_keys_might_overlap (jit.test_peephole.TestPeephole) ... ok (0.004s) 2022-12-01T10:10:13.2293575Z test_peephole_dict_getitem_no_optimization_missing_key (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-12-01T10:10:13.2293764Z test_peephole_dict_getitem_no_optimization_overlapping_keys (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-12-01T10:10:13.2293955Z test_peephole_dict_getitem_no_optimization_unsupported_type (jit.test_peephole.TestPeephole) ... ok (0.005s) 2022-12-01T10:10:13.2294145Z test_peephole_dict_getitem_simple (jit.test_peephole.TestPeephole) ... ok (0.012s) 2022-12-01T10:10:13.2294290Z test_peephole_dict_len (jit.test_peephole.TestPeephole) ... ok (0.004s) 2022-12-01T10:10:13.2294478Z test_peephole_dict_len_no_optimization_keys_might_overlap (jit.test_peephole.TestPeephole) ... ok (0.004s) 2022-12-01T10:10:13.2294663Z test_peephole_dict_len_no_optimization_overlapping_keys (jit.test_peephole.TestPeephole) ... ok (0.004s) 2022-12-01T10:10:13.2294833Z test_peephole_dict_len_no_optimization_unsupported_type (jit.test_peephole.TestPeephole) ... ok (0.005s) 2022-12-01T10:10:13.2295024Z test_peephole_dynamic (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-12-01T10:10:13.2295165Z test_peephole_int (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-12-01T10:10:13.2295306Z test_peephole_len_list (jit.test_peephole.TestPeephole) ... ok (0.008s) 2022-12-01T10:10:13.2295449Z test_peephole_list_len (jit.test_peephole.TestPeephole) ... ok (0.056s) 2022-12-01T10:10:13.2295593Z test_peephole_list_ops (jit.test_peephole.TestPeephole) ... ok (0.015s) 2022-12-01T10:10:13.2295827Z test_peephole_no_output_aliasing (jit.test_peephole.TestPeephole) ... ok (0.009s) 2022-12-01T10:10:13.2296041Z test_peephole_optional_refine (jit.test_peephole.TestPeephole) ... ok (0.004s) 2022-12-01T10:10:13.2296199Z test_peephole_slice_all_three_args (jit.test_peephole.TestPeephole) ... ok (0.006s) 2022-12-01T10:10:13.2296357Z test_peephole_slice_one_empty_arg (jit.test_peephole.TestPeephole) ... ok (0.015s) 2022-12-01T10:10:13.2296550Z test_peephole_slice_optimization_not_applied_list_modified (jit.test_peephole.TestPeephole) ... ok (0.004s) 2022-12-01T10:10:13.2296743Z test_peephole_slice_optimization_not_applied_non_const_args (jit.test_peephole.TestPeephole) ... ok (0.004s) 2022-12-01T10:10:13.2296898Z test_peephole_slice_two_empty_args (jit.test_peephole.TestPeephole) ... ok (0.016s) 2022-12-01T10:10:13.2297055Z test_peephole_type_refinements (jit.test_peephole.TestPeephole) ... ok (0.015s) 2022-12-01T10:10:13.2297216Z test_peephole_with_non_output_writes (jit.test_peephole.TestPeephole) ... ok (0.010s) 2022-12-01T10:10:13.2297364Z test_peephole_with_writes (jit.test_peephole.TestPeephole) ... ok (0.007s) 2022-12-01T10:10:13.2297498Z test_refine_integer_values (jit.test_peephole.TestPeephole) ... ok (0.004s) 2022-12-01T10:10:13.2297655Z test_short_circuit_optimization (jit.test_peephole.TestPeephole) ... ok (0.007s) 2022-12-01T10:10:13.2297779Z test_version (__main__.TestProducerVersion) ... ok (0.001s) 2022-12-01T10:10:13.2297922Z test_aliasing_merge (jit.test_profiler.TestProfiler) ... ok (0.062s) 2022-12-01T10:10:13.2298074Z test_autograd_fallback_graph (jit.test_profiler.TestProfiler) ... ok (0.054s) 2022-12-01T10:10:13.2298236Z test_fallback_graph_not_specialized (jit.test_profiler.TestProfiler) ... ok (0.023s) 2022-12-01T10:10:13.2298380Z test_iterative_fusion (jit.test_profiler.TestProfiler) ... ok (0.043s) 2022-12-01T10:10:13.2298528Z test_local_fusion_strategy (jit.test_profiler.TestProfiler) ... ok (0.025s) 2022-12-01T10:10:13.2298660Z test_not_fusing_scalar_ops (jit.test_profiler.TestProfiler) ... ok (0.002s) 2022-12-01T10:10:13.2298812Z test_not_optimizing_property (jit.test_profiler.TestProfiler) ... ok (0.023s) 2022-12-01T10:10:13.2298958Z test_specialize_backward (jit.test_profiler.TestProfiler) ... ok (0.089s) 2022-12-01T10:10:13.2299102Z test_specialized_types (jit.test_profiler.TestProfiler) ... ok (0.022s) 2022-12-01T10:10:13.2299242Z test_tensor_constant (jit.test_profiler.TestProfiler) ... ok (0.033s) 2022-12-01T10:10:13.2299412Z test_tensor_type_not_determined_by_inputs (jit.test_profiler.TestProfiler) ... ok (0.072s) 2022-12-01T10:10:13.2299554Z test_use_not_profiled (jit.test_profiler.TestProfiler) ... ok (0.036s) 2022-12-01T10:10:13.2299706Z test_aliasdb (jit.test_python_bindings.TestPythonBindings) ... ok (0.004s) 2022-12-01T10:10:13.2299853Z test_canonicalize (jit.test_python_bindings.TestPythonBindings) ... ok (0.002s) 2022-12-01T10:10:13.2300092Z test_cu_create_function (jit.test_python_bindings.TestPythonBindings) ... ok (0.005s) 2022-12-01T10:10:13.2300253Z test_cu_get_functions (jit.test_python_bindings.TestPythonBindings) ... ok (0.006s) 2022-12-01T10:10:13.2300408Z test_graph_create (jit.test_python_bindings.TestPythonBindings) ... ok (0.003s) 2022-12-01T10:10:13.2300579Z test_graph_iterator_keepalive (jit.test_python_bindings.TestPythonBindings) ... ok (0.004s) 2022-12-01T10:10:13.2300737Z test_invalidation (jit.test_python_bindings.TestPythonBindings) ... ok (0.004s) 2022-12-01T10:10:13.2300916Z test_add (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.011s) 2022-12-01T10:10:13.2301085Z test_adv_indexing_list (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.035s) 2022-12-01T10:10:13.2301250Z test_advancedindex (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.039s) 2022-12-01T10:10:13.2301391Z test_gather (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.007s) 2022-12-01T10:10:13.2301544Z test_index (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.047s) 2022-12-01T10:10:13.2301708Z test_index_ellipses (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.109s) 2022-12-01T10:10:13.2301857Z test_inf (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.006s) 2022-12-01T10:10:13.2302017Z test_matmul_py3 (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.008s) 2022-12-01T10:10:13.2302267Z test_mul (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.007s) 2022-12-01T10:10:13.2302448Z test_pow (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.042s) 2022-12-01T10:10:13.2302606Z test_random (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.005s) 2022-12-01T10:10:13.2302742Z test_slice (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.024s) 2022-12-01T10:10:13.2302914Z test_stepped_tuple_slicing (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.008s) 2022-12-01T10:10:13.2303074Z test_str_to_float (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.009s) 2022-12-01T10:10:13.2303227Z test_triple (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.008s) 2022-12-01T10:10:13.2303364Z test_param_strides (jit.test_python_ir.TestPythonIr) ... ok (0.006s) 2022-12-01T10:10:13.2303523Z test_attributes (jit.test_recursive_script.TestRecursiveScript) ... ok (0.032s) 2022-12-01T10:10:13.2303685Z test_class_compile (jit.test_recursive_script.TestRecursiveScript) ... ok (0.018s) 2022-12-01T10:10:13.2303852Z test_constants_with_final (jit.test_recursive_script.TestRecursiveScript) ... ok (0.018s) 2022-12-01T10:10:13.2303989Z test_dir (jit.test_recursive_script.TestRecursiveScript) ... ok (0.064s) 2022-12-01T10:10:13.2304146Z test_error_stack (jit.test_recursive_script.TestRecursiveScript) ... ok (0.006s) 2022-12-01T10:10:13.2304322Z test_error_stack_annotation (jit.test_recursive_script.TestRecursiveScript) ... ok (0.004s) 2022-12-01T10:10:13.2304485Z test_error_stack_class (jit.test_recursive_script.TestRecursiveScript) ... ok (0.003s) 2022-12-01T10:10:13.2304652Z test_error_stack_module (jit.test_recursive_script.TestRecursiveScript) ... ok (0.010s) 2022-12-01T10:10:13.2304832Z test_failed_function_compilation (jit.test_recursive_script.TestRecursiveScript) ... ok (0.005s) 2022-12-01T10:10:13.2305016Z test_function_attribute_in_submodule (jit.test_recursive_script.TestRecursiveScript) ... ok (0.027s) 2022-12-01T10:10:13.2305174Z test_ignore_class (jit.test_recursive_script.TestRecursiveScript) ... ok (0.005s) 2022-12-01T10:10:13.2305326Z test_inferred_nonetype (jit.test_recursive_script.TestRecursiveScript) ... ok (0.010s) 2022-12-01T10:10:13.2305480Z test_init_error (jit.test_recursive_script.TestRecursiveScript) ... ok (0.001s) 2022-12-01T10:10:13.2305644Z test_inner_traced_module (jit.test_recursive_script.TestRecursiveScript) ... ok (0.026s) 2022-12-01T10:10:13.2305807Z test_iterable_modules (jit.test_recursive_script.TestRecursiveScript) ... ok (0.069s) 2022-12-01T10:10:13.2306021Z test_method_call (jit.test_recursive_script.TestRecursiveScript) ... ok (0.009s) 2022-12-01T10:10:13.2306178Z test_module_basic (jit.test_recursive_script.TestRecursiveScript) ... ok (0.014s) 2022-12-01T10:10:13.2306348Z test_module_function_export (jit.test_recursive_script.TestRecursiveScript) ... ok (0.015s) 2022-12-01T10:10:13.2306506Z test_module_name (jit.test_recursive_script.TestRecursiveScript) ... ok (0.004s) 2022-12-01T10:10:13.2306660Z test_module_repr (jit.test_recursive_script.TestRecursiveScript) ... ok (0.021s) 2022-12-01T10:10:13.2306845Z test_optional_module (jit.test_recursive_script.TestRecursiveScript) ... ok (0.020s) 2022-12-01T10:10:13.2307030Z test_override_instance_method_ignore (jit.test_recursive_script.TestRecursiveScript) ... ok (0.004s) 2022-12-01T10:10:13.2307206Z test_prepare_scriptable_basic (jit.test_recursive_script.TestRecursiveScript) ... ok (0.006s) 2022-12-01T10:10:13.2307381Z test_prepare_scriptable_cycle (jit.test_recursive_script.TestRecursiveScript) ... ok (0.004s) 2022-12-01T10:10:13.2307574Z test_prepare_scriptable_iterable_modules (jit.test_recursive_script.TestRecursiveScript) ... ok (0.052s) 2022-12-01T10:10:13.2307751Z test_python_function_attribute (jit.test_recursive_script.TestRecursiveScript) ... ok (0.007s) 2022-12-01T10:10:13.2307920Z test_repeated_error_stack (jit.test_recursive_script.TestRecursiveScript) ... ok (0.005s) 2022-12-01T10:10:13.2308085Z test_script_after_eval (jit.test_recursive_script.TestRecursiveScript) ... ok (0.008s) 2022-12-01T10:10:13.2308228Z test_script_basic (jit.test_recursive_script.TestRecursiveScript) ... ok (0.006s) 2022-12-01T10:10:13.2308406Z test_script_function_attribute (jit.test_recursive_script.TestRecursiveScript) ... ok (0.017s) 2022-12-01T10:10:13.2308563Z test_script_loaded_module (jit.test_recursive_script.TestRecursiveScript) 2022-12-01T10:10:13.2308705Z Test that we can hold a loaded ScriptModule as a submodule. ... ok (0.013s) 2022-12-01T10:10:13.2308867Z test_aten_inplace (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.018s) 2022-12-01T10:10:13.2309035Z test_common_pytorch_list_ops (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.035s) 2022-12-01T10:10:13.2309188Z test_if_output (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.004s) 2022-12-01T10:10:13.2309345Z test_if_output_fail (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.006s) 2022-12-01T10:10:13.2309508Z test_list_indexing_removal (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.016s) 2022-12-01T10:10:13.2309650Z test_lists_append (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.005s) 2022-12-01T10:10:13.2309804Z test_lists_insert (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.004s) 2022-12-01T10:10:13.2309968Z test_special_mapped_op (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.014s) 2022-12-01T10:10:13.2310099Z test_different_functions (jit.test_save_load.TestSaveLoad) 2022-12-01T10:10:13.2310243Z Exercise the situation where we have the same qualified name ... ok (0.032s) 2022-12-01T10:10:13.2310377Z test_different_interfaces (jit.test_save_load.TestSaveLoad) 2022-12-01T10:10:13.2310514Z Exercise the situation where we have the same qualified name ... ok (0.034s) 2022-12-01T10:10:13.2310644Z test_different_modules (jit.test_save_load.TestSaveLoad) 2022-12-01T10:10:13.2310771Z Exercise the situation where we have the same qualified name ... ok (0.049s) 2022-12-01T10:10:13.2310910Z test_many_collisions (jit.test_save_load.TestSaveLoad) ... ok (0.066s) 2022-12-01T10:10:13.2311039Z test_save_load_meta_tensors (jit.test_save_load.TestSaveLoad) 2022-12-01T10:10:13.2311201Z Check that parameters, buffers, and submodules are the same after loading ... ok (0.028s) 2022-12-01T10:10:13.2311349Z test_save_load_params_buffers_submodules (jit.test_save_load.TestSaveLoad) 2022-12-01T10:10:13.2311507Z Check that parameters, buffers, and submodules are the same after loading. ... ok (0.013s) 2022-12-01T10:10:13.2311684Z test_save_load_using_pathlib (jit.test_save_load.TestSaveLoad) ... ok (0.008s) 2022-12-01T10:10:13.2311833Z test_save_load_with_extra_files (jit.test_save_load.TestSaveLoad) ... ok (0.017s) 2022-12-01T10:10:13.2311958Z test_save_namedtuple_input_only (jit.test_save_load.TestSaveLoad) 2022-12-01T10:10:13.2312106Z Even if a NamedTuple is only used as an input argument, saving and ... ok (0.011s) 2022-12-01T10:10:13.2312247Z test_save_namedtuple_output_only (jit.test_save_load.TestSaveLoad) 2022-12-01T10:10:13.2312396Z Even if a NamedTuple is only used as an output argument, saving and ... ok (0.009s) 2022-12-01T10:10:13.2312563Z test_save_nonexit_file (jit.test_save_load.TestSaveLoad) ... ok (0.010s) 2022-12-01T10:10:13.2312718Z test_different_functions (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-12-01T10:10:13.2312920Z 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:13.2313071Z test_different_interfaces (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-12-01T10:10:13.2313259Z Exercise the situation where we have the same qualified name ... skip: Need to enable flatbuffer to run the below tests (0.003s) 2022-12-01T10:10:13.2313408Z test_different_modules (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-12-01T10:10:13.2313606Z 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:13.2313826Z test_many_collisions (jit.test_save_load.TestSaveLoadFlatbuffer) ... skip: Need to enable flatbuffer to run the below tests (0.004s) 2022-12-01T10:10:13.2314050Z 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:13.2314221Z test_save_load_params_buffers_submodules (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-12-01T10:10:13.2314433Z 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:13.2314656Z 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:13.2314812Z test_save_load_with_extra_files (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-12-01T10:10:13.2315009Z 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:13.2315172Z test_save_namedtuple_input_only (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-12-01T10:10:13.2315375Z Even if a NamedTuple is only used as an input argument, saving and ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-12-01T10:10:13.2315534Z test_save_namedtuple_output_only (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-12-01T10:10:13.2315734Z Even if a NamedTuple is only used as an output argument, saving and ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-12-01T10:10:13.2315978Z test_versioned_div_scalar (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... Falsifying explicit example: test_versioned_div_scalar( 2022-12-01T10:10:13.2316176Z self=, 2022-12-01T10:10:13.2316263Z sample_input=(2, 3, 2.0, 3.0), 2022-12-01T10:10:13.2316324Z ) 2022-12-01T10:10:13.2316405Z skip: Failed to load fixture! (0.179s) 2022-12-01T10:10:13.2316607Z test_versioned_div_scalar_inplace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.520s) 2022-12-01T10:10:13.2316812Z test_versioned_div_scalar_reciprocal (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.170s) 2022-12-01T10:10:13.2317003Z test_versioned_div_scalar_scalar (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.008s) 2022-12-01T10:10:13.2317193Z test_versioned_div_tensor (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.223s) 2022-12-01T10:10:13.2317863Z 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:13.2318522Z 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.003s) 2022-12-01T10:10:13.2318721Z test_versioned_div_tensor_out (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (1.511s) 2022-12-01T10:10:13.2318913Z test_versioned_linspace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.015s) 2022-12-01T10:10:13.2319105Z test_versioned_linspace_out (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.011s) 2022-12-01T10:10:13.2319294Z test_versioned_logspace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.014s) 2022-12-01T10:10:13.2319485Z test_versioned_logspace_out (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.013s) 2022-12-01T10:10:13.2319584Z test_add_out (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:10:13.2319717Z test_add_tuple_different_types (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:10:13.2319846Z test_add_tuple_non_optional (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:10:13.2319968Z test_add_tuple_optional (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:10:13.2320094Z test_add_tuple_same_types (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:10:13.2320193Z test_addmm_grad (__main__.TestScript) 2022-12-01T10:10:13.2320305Z This test checks several things: ... ok (0.008s) 2022-12-01T10:10:13.2320431Z test_alias_covariant_type_containers (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:10:13.2320538Z test_all (__main__.TestScript) ... ok (0.012s) 2022-12-01T10:10:13.2320657Z test_annot_ast_mypy_fn (__main__.TestScript) ... ok (0.026s) 2022-12-01T10:10:13.2320784Z test_annot_ast_mypy_method (__main__.TestScript) ... ok (0.046s) 2022-12-01T10:10:13.2320902Z test_annot_ast_py3_fn (__main__.TestScript) ... ok (0.028s) 2022-12-01T10:10:13.2321026Z test_annot_ast_py3_method (__main__.TestScript) ... ok (0.049s) 2022-12-01T10:10:13.2321149Z test_annot_string_mypy_fn (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:13.2321279Z test_annot_string_mypy_method (__main__.TestScript) ... ok (0.036s) 2022-12-01T10:10:13.2321387Z test_annot_string_py3_fn (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:13.2321518Z test_annot_string_py3_method (__main__.TestScript) ... ok (0.027s) 2022-12-01T10:10:13.2321642Z test_annotated_script_fn (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:13.2321784Z test_annotated_script_fn_arg_mismatch (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:10:13.2321933Z test_annotated_script_fn_return_mismatch (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:10:13.2322062Z test_annotated_script_method (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:13.2322182Z test_annoying_doubles (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:13.2322288Z test_any (__main__.TestScript) ... ok (0.021s) 2022-12-01T10:10:13.2322417Z test_assert_is_scripting_metacompile (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:13.2322551Z test_assertion_optional_refinement (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:13.2322675Z test_attr_module_constants (__main__.TestScript) ... ok (0.023s) 2022-12-01T10:10:13.2322829Z test_attr_qscheme_script (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:13.2322949Z test_attribute_in_init (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:13.2323084Z test_attribute_serialization (__main__.TestScript) ... ok (0.012s) 2022-12-01T10:10:13.2323209Z test_attribute_unpickling (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:10:13.2323316Z test_augmented_assign (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:10:13.2323451Z test_autodiff_complex (__main__.TestScript) ... skip: no CUDA (0.001s) 2022-12-01T10:10:13.2323577Z test_backend_cudnn_enabled (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:13.2323735Z test_bad_multiline_annotations (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:10:13.2323883Z test_bailout_loop_carried_deps_name_clash (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:10:13.2324022Z test_bailout_loop_counter_transition (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:10:13.2324216Z test_batch_norm_inference_backward_cuda (__main__.TestScript) ... skip: running tests on cuda to verify cudnn fix (0.003s) 2022-12-01T10:10:13.2324341Z test_batchnorm_fuser_cpu (__main__.TestScript) ... ok (0.875s) 2022-12-01T10:10:13.2324449Z test_big_float_literals (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:10:13.2324569Z test_big_int_literals (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:10:13.2324687Z test_binary_op_shape (__main__.TestScript) ... ok (0.351s) 2022-12-01T10:10:13.2324802Z test_bitwise_ops (__main__.TestScript) ... ok (0.040s) 2022-12-01T10:10:13.2324934Z test_block_input_grad_in_loop (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:10:13.2325069Z test_bool_augassign_bitwise_and (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:10:13.2325202Z test_bool_augassign_bitwise_or (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:10:13.2325334Z test_bool_augassign_bitwise_xor (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:10:13.2325439Z test_bool_dispatch (__main__.TestScript) ... ok (0.051s) 2022-12-01T10:10:13.2325588Z test_boolean_literal_constant_metacompile (__main__.TestScript) ... ok (0.020s) 2022-12-01T10:10:13.2325711Z test_break_continue_error (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:13.2325832Z test_breaks_continues (__main__.TestScript) ... ok (0.176s) 2022-12-01T10:10:13.2325945Z test_builtin_args (__main__.TestScript) ... ok (0.023s) 2022-12-01T10:10:13.2326109Z test_builtin_args_fails (__main__.TestScript) ... You have not run this instance of FileCheck! 2022-12-01T10:10:13.2326186Z FileCheck checks: 2022-12-01T10:10:13.2326538Z [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:13.2326616Z File "test_jit.py", line 10876 2022-12-01T10:10:13.2326700Z @torch.jit.script 2022-12-01T10:10:13.2326773Z def f6(a): 2022-12-01T10:10:13.2326859Z a.expand(size=[3, [4]]) 2022-12-01T10:10:13.2326998Z ~~~~~~ <--- HERE 2022-12-01T10:10:13.2327087Z (function emitListLiteral) 2022-12-01T10:10:13.2327154Z ok (0.010s) 2022-12-01T10:10:13.2327275Z test_builtin_function_attributes (__main__.TestScript) ... ok (0.011s) 2022-12-01T10:10:13.2327398Z test_builtin_use_as_value (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:10:13.2327507Z test_call_ge (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:10:13.2327641Z test_call_python_fn_from_script_fn (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:13.2327857Z test_call_python_fn_from_script_module (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:10:13.2327996Z test_call_python_fn_from_traced_module (__main__.TestScript) ... ok (0.015s) 2022-12-01T10:10:13.2328132Z test_call_python_fn_from_tracing_fn (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:10:13.2328267Z test_call_python_mod_from_script_fn (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:13.2328430Z test_call_python_mod_from_script_module (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:10:13.2328570Z test_call_python_mod_from_traced_module (__main__.TestScript) ... ok (0.024s) 2022-12-01T10:10:13.2328708Z test_call_python_mod_from_tracing_fn (__main__.TestScript) ... ok (0.012s) 2022-12-01T10:10:13.2328840Z test_call_script_fn_from_script_fn (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:13.2328978Z test_call_script_fn_from_script_module (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:10:13.2329138Z test_call_script_fn_from_tracing_fn (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:10:13.2329274Z test_call_script_mod_from_script_fn (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:13.2329414Z test_call_script_mod_from_script_module (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:10:13.2329570Z test_call_script_mod_from_tracing_fn (__main__.TestScript) ... skip: error in first class mode (0.001s) 2022-12-01T10:10:13.2329708Z test_call_traced_fn_from_tracing_fn (__main__.TestScript) ... ok (0.011s) 2022-12-01T10:10:13.2329875Z test_call_traced_mod_from_tracing_fn (__main__.TestScript) ... skip: error in first class mode (0.001s) 2022-12-01T10:10:13.2330154Z test_calls_in_type_annotations (__main__.TestScript) ... /opt/conda/lib/python3.7/site-packages/torch/__init__.py 2022-12-01T10:10:13.2330223Z ok (0.002s) 2022-12-01T10:10:13.2330360Z test_canonicalize_control_outputs (__main__.TestScript) ... ok (0.014s) 2022-12-01T10:10:13.2330560Z test_cast (__main__.TestScript) ... skip: RuntimeError: VariableType::ID() not implemented (0.001s) 2022-12-01T10:10:13.2330667Z test_cat (__main__.TestScript) ... ok (0.015s) 2022-12-01T10:10:13.2330767Z test_cat_lifts (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:10:13.2330870Z test_chr (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:13.2330981Z test_circular_dependency (__main__.TestScript) 2022-12-01T10:10:13.2331120Z https://github.com/pytorch/pytorch/issues/25871 ... ok (0.029s) 2022-12-01T10:10:13.2331241Z test_class_as_attribute (__main__.TestScript) ... ok (0.015s) 2022-12-01T10:10:13.2331362Z test_class_attribute (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:13.2331495Z test_class_attribute_in_script (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:13.2331644Z test_class_with_comment_at_lower_indentation (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:13.2331739Z test_code_with_constants (__main__.TestScript) 2022-12-01T10:10:13.2331915Z Check that the `code_with_constants` property correctly returns graph CONSTANTS in the ... ok (0.007s) 2022-12-01T10:10:13.2332036Z test_code_with_constants_restore (__main__.TestScript) 2022-12-01T10:10:13.2332218Z Check that the `code_with_constants` property correctly works on restoration after save() + load() ... ok (0.009s) 2022-12-01T10:10:13.2332344Z test_comment_ignore_indent (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:13.2332476Z test_compare_two_bool_inputs (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:13.2332679Z 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:13.2332804Z test_conditional_casting (__main__.TestScript) ... ok (0.045s) 2022-12-01T10:10:13.2332909Z test_constant_as_attr (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:13.2333056Z test_constant_pooling_introduce_aliasing (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:13.2333181Z test_constant_pooling_none (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:13.2333323Z test_constant_pooling_same_identity (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:13.2333444Z test_context_manager (__main__.TestScript) ... ok (0.016s) 2022-12-01T10:10:13.2333553Z test_conv_error (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:10:13.2333668Z test_convert_base (__main__.TestScript) ... ok (0.020s) 2022-12-01T10:10:13.2333830Z test_cpp_function_tensor_str (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:13.2333943Z test_cpp_module_iterator (__main__.TestScript) ... ok (0.011s) 2022-12-01T10:10:13.2334061Z test_desugar_module (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:10:13.2334175Z test_device_kwarg (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:13.2334290Z test_device_type (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:13.2334433Z test_device_type_cuda (__main__.TestScript) ... skip: Requires CUDA (0.000s) 2022-12-01T10:10:13.2334537Z test_dir (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:10:13.2334671Z test_divmod (__main__.TestScript) ... ok (0.031s) 2022-12-01T10:10:13.2334835Z test_dominated_bailout (__main__.TestScript) ... skip: bailouts are being deprecated (0.002s) 2022-12-01T10:10:13.2334937Z test_dropout_eval (__main__.TestScript) ... ok (0.220s) 2022-12-01T10:10:13.2335057Z test_dropout_script (__main__.TestScript) ... ok (0.016s) 2022-12-01T10:10:13.2335171Z test_dtype_attr (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:13.2335289Z test_dtype_op_shape (__main__.TestScript) ... ok (0.048s) 2022-12-01T10:10:13.2335409Z test_dtype_op_shape2 (__main__.TestScript) ... ok (0.064s) 2022-12-01T10:10:13.2335533Z test_early_return_closure (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:13.2335659Z test_early_return_fork_join (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:10:13.2335767Z test_early_return_rewrite (__main__.TestScript) ... ok (0.029s) 2022-12-01T10:10:13.2335902Z test_early_return_type_refinement (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:13.2336026Z test_early_returns_loops (__main__.TestScript) ... ok (0.038s) 2022-12-01T10:10:13.2336150Z test_ellipsis_const_end (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:13.2336273Z test_ellipsis_const_mid (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:13.2336403Z test_ellipsis_const_mid_select (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:10:13.2336529Z test_ellipsis_const_start (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:10:13.2336643Z test_ellipsis_end (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:10:13.2336742Z test_ellipsis_mid (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:10:13.2336865Z test_ellipsis_mid_select (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:10:13.2336985Z test_ellipsis_start (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:10:13.2337120Z test_embedding_renorm_grad_error (__main__.TestScript) ... ok (0.021s) 2022-12-01T10:10:13.2337251Z test_empty_like_memory_format_bc (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:13.2337371Z test_empty_tuple_str (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:13.2337500Z test_enumerate_modlist_range (__main__.TestScript) ... ok (0.048s) 2022-12-01T10:10:13.2337610Z test_erase_number_types (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:13.2337718Z test_error (__main__.TestScript) ... ok (0.024s) 2022-12-01T10:10:13.2337841Z test_error_stacktrace (__main__.TestScript) ... ok (0.019s) 2022-12-01T10:10:13.2337973Z test_error_stacktrace_interface (__main__.TestScript) ... ok (0.045s) 2022-12-01T10:10:13.2338088Z test_eval_python (__main__.TestScript) ... ok (0.012s) 2022-12-01T10:10:13.2338215Z test_exception_exits_closure (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:13.2338349Z test_exceptions_with_control_flow (__main__.TestScript) ... ok (0.036s) 2022-12-01T10:10:13.2338457Z test_expand (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:13.2338547Z test_fibb (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:10:13.2338672Z test_fibb_totally_better (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:13.2338804Z test_file_format_serialization (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:10:13.2338920Z test_file_line_error (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:10:13.2339048Z test_file_line_error_class_defn (__main__.TestScript) ... ok (0.013s) 2022-12-01T10:10:13.2339195Z test_file_line_graph (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:13.2339316Z test_file_line_save_load (__main__.TestScript) ... ok (0.011s) 2022-12-01T10:10:13.2339435Z test_file_line_string (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:13.2339673Z test_file_line_trace (__main__.TestScript) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:10:13.2339787Z test_filecheck (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:13.2339905Z test_filecheck_parse (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:10:13.2340025Z test_first_class_calls (__main__.TestScript) ... ok (0.016s) 2022-12-01T10:10:13.2340175Z test_first_class_module (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:13.2340289Z test_floor_div (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:10:13.2340399Z test_floordiv (__main__.TestScript) ... ok (0.028s) 2022-12-01T10:10:13.2340492Z test_for_else (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:13.2340608Z test_for_in_dict (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:10:13.2340726Z test_for_in_enumerate (__main__.TestScript) ... ok (0.029s) 2022-12-01T10:10:13.2340841Z test_for_in_range (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:13.2340959Z test_for_in_range_ast (__main__.TestScript) ... ok (0.017s) 2022-12-01T10:10:13.2341081Z test_for_in_range_dynamic (__main__.TestScript) ... ok (0.017s) 2022-12-01T10:10:13.2341202Z test_for_in_range_if_ast (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:10:13.2341326Z test_for_in_range_start_end (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:13.2341447Z test_for_in_range_start_end_step (__main__.TestScript) ... ok (0.015s) 2022-12-01T10:10:13.2341571Z test_for_in_range_zero_step (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:13.2341686Z test_for_in_string (__main__.TestScript) ... ok (0.015s) 2022-12-01T10:10:13.2341802Z test_for_in_tensors (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:10:13.2341933Z test_for_in_tensors_fail_scalar (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:10:13.2342057Z test_for_in_tensors_nested (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:10:13.2342330Z test_for_in_tensors_rank0 (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:10:13.2342449Z test_for_in_zip (__main__.TestScript) ... ok (0.022s) 2022-12-01T10:10:13.2342558Z test_for_in_zip_enumerate (__main__.TestScript) ... ok (0.017s) 2022-12-01T10:10:13.2342678Z test_for_tuple_assign (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:10:13.2342796Z test_for_tuple_unpack (__main__.TestScript) ... ok (0.018s) 2022-12-01T10:10:13.2342909Z test_format (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:10:13.2343022Z test_func_call (__main__.TestScript) ... ok (0.017s) 2022-12-01T10:10:13.2343159Z test_function_compilation_caching (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:13.2343289Z test_function_overload_misuse (__main__.TestScript) ... ok (0.016s) 2022-12-01T10:10:13.2343419Z test_function_overloading_isinstance (__main__.TestScript) ... ok (0.012s) 2022-12-01T10:10:13.2343542Z test_function_overloads (__main__.TestScript) ... ok (0.053s) 2022-12-01T10:10:13.2343746Z 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:13.2343884Z test_fuser_double_literal_precision (__main__.TestScript) ... ok (0.204s) 2022-12-01T10:10:13.2344011Z test_fuser_multiple_blocks (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:13.2344135Z test_gather_dynamic_index (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:10:13.2344261Z test_generic_list_errors (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:10:13.2344378Z test_get_set_state (__main__.TestScript) ... ok (0.031s) 2022-12-01T10:10:13.2344493Z test_get_set_state_with_tensors (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:10:13.2344614Z test_grad_from_script (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:13.2344777Z test_hash (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:10:13.2344893Z test_hex_literals (__main__.TestScript) ... ok (0.011s) 2022-12-01T10:10:13.2344996Z test_id (__main__.TestScript) ... ok (0.013s) 2022-12-01T10:10:13.2345097Z test_if (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:13.2345208Z test_if_define (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:10:13.2345332Z test_if_different_type (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:13.2345437Z test_if_for_in_range (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:10:13.2345557Z test_if_is_none_dispatch (__main__.TestScript) ... ok (0.019s) 2022-12-01T10:10:13.2345709Z test_if_list_cat (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:13.2345825Z test_if_nest_while (__main__.TestScript) ... ok (0.170s) 2022-12-01T10:10:13.2345938Z test_if_noelse (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:10:13.2346061Z test_if_not_defined_error (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:13.2346179Z test_if_supertype (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:13.2346286Z test_ignore_decorator (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:10:13.2346405Z test_ignored_as_value (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:10:13.2346533Z test_ignored_method_binding (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:13.2346650Z test_ignored_props (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:13.2346792Z test_import_constants_not_specialized (__main__.TestScript) ... ok (0.011s) 2022-12-01T10:10:13.2346916Z test_in_for_and_comp_expr (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:10:13.2347050Z test_in_operator_with_two_strings (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:13.2347156Z test_index (__main__.TestScript) ... ok (0.089s) 2022-12-01T10:10:13.2347273Z test_index_select_shape_prop (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:13.2347392Z test_index_with_tuple (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:10:13.2347514Z test_indexing_error (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:10:13.2347626Z test_infer_size (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:13.2347735Z test_inferred_error_msg (__main__.TestScript) 2022-12-01T10:10:13.2347883Z Test that when we get a type mismatch on a function where we inferred ... ok (0.002s) 2022-12-01T10:10:13.2348000Z test_inherit_method (__main__.TestScript) ... ok (0.016s) 2022-12-01T10:10:13.2348208Z test_inline_and_run_annotated_script_fn (__main__.TestScript) ... skip: https://github.com/pytorch/pytorch/issues/9595 (0.001s) 2022-12-01T10:10:13.2348298Z test_inlined_graph (__main__.TestScript) 2022-12-01T10:10:13.2348455Z Check that the `inlined_graph` property correctly returns an inlined ... ok (0.011s) 2022-12-01T10:10:13.2348576Z test_inlining_cleanup (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:13.2348689Z test_inplace_add (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:13.2348815Z test_inplace_copy_script (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:13.2348946Z test_input_keyword_in_schema (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:13.2349055Z test_int_cast (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:13.2349170Z test_integral_shape_inference (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:10:13.2349293Z test_interpret_graph (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:13.2349414Z test_interpreter_fuzz (__main__.TestScript) ... ok (0.448s) 2022-12-01T10:10:13.2349527Z test_intlist_args (__main__.TestScript) ... ok (0.016s) 2022-12-01T10:10:13.2349654Z test_invalid_call_arguments (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:10:13.2349780Z test_invalid_lhs_assignment (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:13.2349913Z test_invalid_prefix_annotation (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:10:13.2350025Z test_irparser (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:13.2350125Z test_is_after_use (__main__.TestScript) ... ok (0.011s) 2022-12-01T10:10:13.2350263Z test_is_isnot (__main__.TestScript) ... ok (0.040s) 2022-12-01T10:10:13.2350377Z test_is_optional (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:13.2350492Z test_is_scripting (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:13.2350630Z test_is_scripting_metacompile (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:13.2350744Z test_isinstance (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:10:13.2350865Z test_isinstance_dynamic (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:13.2350980Z test_isinstance_metacompile (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:10:13.2351132Z test_isinstance_refinement (__main__.TestScript) ... ok (0.014s) 2022-12-01T10:10:13.2351244Z test_jitter_bug (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:13.2351353Z test_keyword (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:13.2351478Z test_kwarg_expansion_error (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:13.2351599Z test_kwargs_error_msg (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:13.2351712Z test_lazy_script (__main__.TestScript) ... ok (0.020s) 2022-12-01T10:10:13.2351853Z test_lhs_advanced_indexing_assignment (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:10:13.2351996Z test_lhs_advanced_indexing_augmented_assignment (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:10:13.2352111Z test_lhs_indexing (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:13.2352239Z test_lhs_indexing_increment (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:13.2352372Z test_lhs_indexing_increment_list (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:10:13.2352512Z test_lhs_indexing_increment_list_prim (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:13.2352633Z test_lhs_indexing_list (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:13.2352753Z test_lhs_indexing_multi (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:13.2352867Z test_linear_grad (__main__.TestScript) ... ok (0.015s) 2022-12-01T10:10:13.2352995Z test_list_comprehension_modulelist (__main__.TestScript) ... ok (0.049s) 2022-12-01T10:10:13.2353142Z test_list_comprehension_variable_write (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:13.2353261Z test_list_iterables (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:13.2353381Z test_list_python_op (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:10:13.2353496Z test_list_unify (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:10:13.2353606Z test_literal (__main__.TestScript) ... ok (0.020s) 2022-12-01T10:10:13.2353715Z test_literals (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:13.2353828Z test_logical_short_circuit (__main__.TestScript) ... ok (0.020s) 2022-12-01T10:10:13.2353946Z test_loop_liveness (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:13.2354068Z test_loop_unroll_negative (__main__.TestScript) ... ok (0.012s) 2022-12-01T10:10:13.2354200Z test_loop_unroll_unused_counter (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:13.2354320Z test_loop_unrolling (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:10:13.2354444Z test_loop_unrolling_const (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:10:13.2354570Z test_loop_unrolling_nested (__main__.TestScript) ... ok (0.049s) 2022-12-01T10:10:13.2354693Z test_lower_nested_tuples (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:13.2354789Z test_math_ops (__main__.TestScript) ... ok (0.204s) 2022-12-01T10:10:13.2354966Z test_maxpool_guard_elimination (__main__.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-12-01T10:10:13.2355175Z test_meshgrid (__main__.TestScript) ... skip: Profiling executor fails to recognize that tensors in a list require gradients (0.001s) 2022-12-01T10:10:13.2355298Z test_method_casts_script (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:13.2355413Z test_method_no_self (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:13.2355536Z test_method_overloading (__main__.TestScript) ... ok (0.152s) 2022-12-01T10:10:13.2355687Z test_missing_getstate (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:13.2355801Z test_mm_batching (__main__.TestScript) ... ok (0.502s) 2022-12-01T10:10:13.2355900Z test_module_apis (__main__.TestScript) ... ok (0.051s) 2022-12-01T10:10:13.2356014Z test_module_attrs (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:13.2356147Z test_module_copy_with_attributes (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:10:13.2356265Z test_module_copying (__main__.TestScript) ... ok (0.017s) 2022-12-01T10:10:13.2356378Z test_module_error (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:13.2356551Z test_module_method_reassignment (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:13.2356672Z test_module_none_attrs (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:13.2356811Z test_module_parameters_and_buffers (__main__.TestScript) ... ok (0.026s) 2022-12-01T10:10:13.2356909Z test_module_str (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:13.2357049Z test_module_with_params_called_fails (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:13.2357167Z test_multi_reduction (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:13.2357293Z test_multi_starred_expr_lhs (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:13.2357423Z test_multiline_annot_ast_py3_fn (__main__.TestScript) ... ok (0.023s) 2022-12-01T10:10:13.2357568Z test_multiline_optional_future_refinement (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:13.2357697Z test_multiline_string_dedents (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:13.2357818Z test_multiple_assign (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:10:13.2357931Z test_multiple_assignment (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:13.2358046Z test_mutable_dce (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:13.2358169Z test_mutable_dce_block (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:13.2358298Z test_mutable_dce_graph_input (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:13.2358444Z test_mutable_dce_indirect_wildcard_write (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:10:13.2358582Z test_mutable_dce_indirect_wildcards (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:10:13.2358702Z test_mutable_dce_list (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:13.2358807Z test_mutable_dce_loop (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:13.2358933Z test_mutable_dce_wildcards (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:10:13.2359052Z test_mutate_constant (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:13.2359172Z test_mypy_type_ignore (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:13.2359304Z test_named_buffers_are_iterable (__main__.TestScript) ... ok (0.045s) 2022-12-01T10:10:13.2359426Z test_namedtuple_attr (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:10:13.2359572Z test_namedtuple_default_values_Tensor_type (__main__.TestScript) ... ok (0.011s) 2022-12-01T10:10:13.2359724Z test_namedtuple_default_values_container_type (__main__.TestScript) ... ok (0.018s) 2022-12-01T10:10:13.2359852Z test_namedtuple_default_values_missing (__main__.TestScript) ... ok (0.016s) 2022-12-01T10:10:13.2360002Z test_namedtuple_default_values_simple_type (__main__.TestScript) ... ok (0.016s) 2022-12-01T10:10:13.2360167Z test_namedtuple_default_values_using_factory_constructor (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:13.2360292Z test_namedtuple_python (__main__.TestScript) ... ok (0.012s) 2022-12-01T10:10:13.2360427Z test_namedtuple_type_inference (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:13.2360545Z test_narrow_copy (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:13.2360665Z test_nested_aug_assign (__main__.TestScript) ... ok (0.058s) 2022-12-01T10:10:13.2360783Z test_nested_bailouts (__main__.TestScript) ... ok (0.013s) 2022-12-01T10:10:13.2360886Z test_nested_breaks (__main__.TestScript) ... ok (0.036s) 2022-12-01T10:10:13.2361042Z test_nested_list_construct (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:13.2361167Z test_nested_select_assign (__main__.TestScript) ... ok (0.017s) 2022-12-01T10:10:13.2361275Z test_nn_GRU (__main__.TestScript) ... ok (0.104s) 2022-12-01T10:10:13.2361385Z test_nn_LSTM (__main__.TestScript) ... ok (0.081s) 2022-12-01T10:10:13.2361508Z test_nn_LSTM_with_layers (__main__.TestScript) ... ok (0.081s) 2022-12-01T10:10:13.2361614Z test_nn_init (__main__.TestScript) ... ok (0.034s) 2022-12-01T10:10:13.2361718Z test_no_dtype_shape (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:13.2361878Z test_no_self_arg_ignore_function (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:13.2361997Z test_non_final_return (__main__.TestScript) ... ok (0.090s) 2022-12-01T10:10:13.2362110Z test_none_type_str (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:13.2362213Z test_not (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:13.2362336Z test_not_initialized_err (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:13.2362458Z test_ntuple_builtins (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:10:13.2362570Z test_number_abs (__main__.TestScript) ... ok (0.015s) 2022-12-01T10:10:13.2362677Z test_number_augassign (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:13.2362817Z test_number_augassign_bitwise_lshift (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:13.2362950Z test_number_augassign_bitwise_pow (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:13.2363088Z test_number_augassign_bitwise_rshift (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:13.2363202Z test_number_div (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:10:13.2363317Z test_number_math (__main__.TestScript) ... ok (1.928s) 2022-12-01T10:10:13.2363428Z test_number_neg (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:13.2363598Z test_old_models_bc (__main__.TestScript) ... skip: PyTorch is build without Caffe2 support (0.001s) 2022-12-01T10:10:13.2363702Z test_oneline_func (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:13.2363812Z test_op_dtype (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:10:13.2363938Z test_operator_precedence (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:10:13.2364260Z test_optional_list (__main__.TestScript) ... skip: the current version of Profiler doesn't profile/specialize Optionals (0.002s) 2022-12-01T10:10:13.2364560Z test_optional_tensor (__main__.TestScript) ... skip: the current version of Profiler doesn't profile/specialize Optionals (0.001s) 2022-12-01T10:10:13.2364665Z test_ord (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:10:13.2364787Z test_override_magic (__main__.TestScript) ... ok (0.011s) 2022-12-01T10:10:13.2365226Z 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:13.2365335Z torch.onnx._export(m, (x, seq_lens), f, verbose=False) 2022-12-01T10:10:13.2366120Z /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:13.2366271Z _C._jit_pass_onnx_node_shape_type_inference(node, params_dict, opset_version) 2022-12-01T10:10:13.2366997Z /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:13.2367148Z _C._jit_pass_onnx_node_shape_type_inference(node, params_dict, opset_version) 2022-12-01T10:10:13.2367249Z ok (0.021s) 2022-12-01T10:10:13.2367382Z test_pack_tuple_into_non_var (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:13.2367507Z test_pack_unpack_nested (__main__.TestScript) ... ok (0.029s) 2022-12-01T10:10:13.2367630Z test_pack_unpack_state (__main__.TestScript) ... ok (0.014s) 2022-12-01T10:10:13.2367867Z test_parameter_order (__main__.TestScript) ... tensor([ 0., 1., 2., 3., 4., 5., 6., 7., 8., 9., 10., 11., 12., 13., 2022-12-01T10:10:13.2367956Z 14., 15., 16., 17., 18., 19., 20., 21., 22., 23., 24., 25., 26., 27., 2022-12-01T10:10:13.2368089Z 28., 29., 30., 31., 32., 33., 34., 35., 36., 37., 38., 39., 40., 41., 2022-12-01T10:10:13.2368182Z 42., 43., 44., 45., 46., 47., 48., 49., 50., 51.], 2022-12-01T10:10:13.2368270Z grad_fn=) 2022-12-01T10:10:13.2368374Z tensor([ 0., 1., 2., 3., 4., 5., 6., 7., 8., 9., 10., 11., 12., 13., 2022-12-01T10:10:13.2368474Z 14., 15., 16., 17., 18., 19., 20., 21., 22., 23., 24., 25., 26., 27., 2022-12-01T10:10:13.2368569Z 28., 29., 30., 31., 32., 33., 34., 35., 36., 37., 38., 39., 40., 41., 2022-12-01T10:10:13.2368660Z 42., 43., 44., 45., 46., 47., 48., 49., 50., 51.], 2022-12-01T10:10:13.2368730Z grad_fn=) 2022-12-01T10:10:13.2368799Z ok (0.019s) 2022-12-01T10:10:13.2368937Z test_parse_empty_tuple_annotation (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:13.2369092Z test_parse_empty_tuple_annotation_element_error (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:13.2369218Z test_parse_nested_names (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:10:13.2369350Z test_parse_none_type_annotation (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:13.2369478Z test_parse_tensor_constants (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:13.2369600Z test_parser_kwargonly (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:13.2369719Z test_parser_type_annotations (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:13.2369860Z test_parser_type_annotations_comment (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:13.2370022Z test_parser_type_annotations_incompatible_expression (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:13.2370174Z test_parser_type_annotations_subscript_non_ident (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:13.2370322Z test_parser_type_annotations_subscript_tensor (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:13.2370466Z test_parser_type_annotations_unknown_type (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:13.2370588Z test_partial_returns (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:13.2370692Z test_pass (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:13.2370802Z test_pickle_checkpoint (__main__.TestScript) ... ok (0.013s) 2022-12-01T10:10:13.2370943Z test_pickle_checkpoint_cuda (__main__.TestScript) ... skip: no CUDA (0.000s) 2022-12-01T10:10:13.2371073Z test_pickle_checkpoint_tup (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:13.2371239Z test_pow_scalar_backward_cuda (__main__.TestScript) ... skip: device tests require CUDA (0.001s) 2022-12-01T10:10:13.2371369Z test_pretty_print_function (__main__.TestScript) ... ok (0.035s) 2022-12-01T10:10:13.2371544Z test_prim_grad_undefined (__main__.TestScript) ... skip: shape analysis is only enabled in Legacy (0.001s) 2022-12-01T10:10:13.2371649Z test_print (__main__.TestScript) ... ok (0.013s) 2022-12-01T10:10:13.2371762Z test_print_kwargs (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:13.2371924Z test_profiling_graph_executor (__main__.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-12-01T10:10:13.2372045Z test_profiling_merge (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:13.2372178Z test_pybind_type_comparisons (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:10:13.2372291Z test_python_call (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:13.2372447Z test_python_call_annotation (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:13.2372585Z test_python_call_annoytation_failure (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:10:13.2372707Z test_python_call_failure (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:13.2372820Z test_python_call_non_tensor (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:10:13.2372953Z test_python_call_non_tensor_wrong (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:13.2373072Z test_python_frontend (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:10:13.2373196Z test_python_frontend_py3 (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:13.2373354Z test_python_frontend_source_range (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:13.2373477Z test_python_op_builtins (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:13.2373594Z test_python_op_name (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:10:13.2373728Z test_python_val_doesnt_have_attr (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:13.2373866Z test_rand (__main__.TestScript) ... skip: the original version of test_rand (0.001s) 2022-12-01T10:10:13.2373987Z test_rand_profiling (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:13.2374099Z test_range_args (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:10:13.2374224Z test_reassign_module_lhs (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:13.2374344Z test_reassign_module_rhs (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:13.2374467Z test_refine_tuple_types (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:13.2374585Z test_remove_dropout (__main__.TestScript) ... ok (0.012s) 2022-12-01T10:10:13.2374722Z test_repeated_script_on_function (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:10:13.2374826Z test_request_bailout (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:13.2374981Z test_requires_grad_loop (__main__.TestScript) ... skip: Peeling is now disabled (0.001s) 2022-12-01T10:10:13.2375117Z test_rescripting_loaded_modules (__main__.TestScript) ... ok (0.026s) 2022-12-01T10:10:13.2375237Z test_resize_input_ops (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:10:13.2375344Z test_return (__main__.TestScript) ... ok (0.017s) 2022-12-01T10:10:13.2375468Z test_return_stmt_not_at_end (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:13.2375583Z test_return_tuple (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:13.2375688Z test_rnn_trace_override (__main__.TestScript) ... ok (0.271s) 2022-12-01T10:10:13.2375813Z test_robust_op_resolution (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:10:13.2375918Z test_round (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:13.2376041Z test_save_load_attr_error (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:10:13.2376161Z test_script_annotation (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:13.2376284Z test_script_bool_constant (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:13.2376397Z test_script_chunk (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:13.2376520Z test_script_clamp_none (__main__.TestScript) ... ok (0.018s) 2022-12-01T10:10:13.2376622Z test_script_copy (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:13.2376737Z test_script_cu (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:13.2376858Z test_script_define_order (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:13.2377001Z test_script_define_order_recursive_fail (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:13.2377122Z test_script_docstring (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:10:13.2377266Z test_script_forward_method_replacement (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:10:13.2377414Z test_script_get_device_cuda (__main__.TestScript) ... skip: requires CUDA (0.000s) 2022-12-01T10:10:13.2377542Z test_script_get_tracing_state (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:13.2377649Z test_script_is_tracing (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:10:13.2377801Z test_script_kwargs_fn_call (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:13.2377931Z test_script_method_docstring (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:13.2378078Z test_script_method_torch_function_overload (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:13.2378195Z test_script_module (__main__.TestScript) ... ok (0.018s) 2022-12-01T10:10:13.2378329Z test_script_module_call_noscript (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:13.2378454Z test_script_module_const (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:13.2378595Z test_script_module_const_submodule_fail (__main__.TestScript) ... ok (0.021s) 2022-12-01T10:10:13.2378742Z test_script_module_export_blocks (__main__.TestScript) ... ok (0.012s) 2022-12-01T10:10:13.2378887Z test_script_module_export_shared_storage (__main__.TestScript) ... ok (0.011s) 2022-12-01T10:10:13.2379025Z test_script_module_export_submodule (__main__.TestScript) ... ok (0.028s) 2022-12-01T10:10:13.2379209Z test_script_module_export_tensor_cuda (__main__.TestScript) ... skip: testing cuda tensors require CUDA (0.001s) 2022-12-01T10:10:13.2379348Z test_script_module_export_tensor_type (__main__.TestScript) ... ok (0.013s) 2022-12-01T10:10:13.2379477Z test_script_module_fail_exist (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:13.2379598Z test_script_module_for (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:13.2379719Z test_script_module_for2 (__main__.TestScript) ... ok (0.046s) 2022-12-01T10:10:13.2379838Z test_script_module_invalid_consts (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:13.2379980Z test_script_module_nochange_submodule (__main__.TestScript) ... ok (0.014s) 2022-12-01T10:10:13.2380335Z 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:13.2418636Z test_script_module_not_tuple (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:13.2418947Z test_script_module_param_buffer_mutation (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:10:13.2419139Z test_script_module_star_assign2 (__main__.TestScript) ... ok (0.022s) 2022-12-01T10:10:13.2419375Z test_script_module_star_assign2_inplace (__main__.TestScript) ... ok (0.021s) 2022-12-01T10:10:13.2419926Z test_script_module_star_assign_fail_builtin (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:13.2420351Z test_script_module_star_assign_fail_pythonop (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:13.2420887Z test_script_module_tensor_subclass_argument (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:13.2421351Z test_script_nested_mod_list (__main__.TestScript) ... ok (0.036s) 2022-12-01T10:10:13.2421728Z test_script_non_tensor_args_outputs (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:13.2422124Z test_script_optional_none (__main__.TestScript) ... ok (0.014s) 2022-12-01T10:10:13.2422662Z test_script_outputs (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:13.2423060Z test_script_pack_padded_sequence (__main__.TestScript) ... ok (0.037s) 2022-12-01T10:10:13.2423511Z test_script_pad_sequence_pack_sequence (__main__.TestScript) ... ok (0.041s) 2022-12-01T10:10:13.2423919Z test_script_scope (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:13.2424289Z test_script_sequential_for (__main__.TestScript) ... ok (0.023s) 2022-12-01T10:10:13.2424710Z test_script_sequential_in_mod_list (__main__.TestScript) ... ok (0.040s) 2022-12-01T10:10:13.2425194Z test_script_sequential_multi_output_fail (__main__.TestScript) ... ok (0.013s) 2022-12-01T10:10:13.2425696Z test_script_sequential_orderdict (__main__.TestScript) ... ok (0.029s) 2022-12-01T10:10:13.2426166Z test_script_sequential_sliced_iteration (__main__.TestScript) ... ok (0.030s) 2022-12-01T10:10:13.2426648Z test_script_star_assign (__main__.TestScript) ... ok (0.012s) 2022-12-01T10:10:13.2427079Z test_script_star_expr (__main__.TestScript) ... ok (0.022s) 2022-12-01T10:10:13.2427686Z test_script_star_expr_string (__main__.TestScript) ... ok (0.021s) 2022-12-01T10:10:13.2428113Z test_scriptable_fn_as_attr (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:10:13.2428564Z test_scriptmodule_multi_head_attn_cuda (__main__.TestScript) ... skip: no CUDA (0.001s) 2022-12-01T10:10:13.2429072Z test_scriptmodule_releases_tensors_cuda (__main__.TestScript) ... skip: no CUDA (0.001s) 2022-12-01T10:10:13.2429631Z test_scriptmodule_transformer_cuda (__main__.TestScript) ... skip: no CUDA (0.001s) 2022-12-01T10:10:13.2430149Z test_select_after_chunk (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:13.2430763Z test_sequence_parsing (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:13.2431237Z test_sequential_intermediary_types (__main__.TestScript) ... ok (0.024s) 2022-12-01T10:10:13.2431800Z test_serialization_big_ints (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:10:13.2432213Z test_serialization_sharing (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:10:13.2432653Z test_serialize_long_lines (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:13.2433095Z test_serialized_source_ranges (__main__.TestScript) ... ok (0.017s) 2022-12-01T10:10:13.2433580Z test_serialized_source_ranges2 (__main__.TestScript) ... ok (0.012s) 2022-12-01T10:10:13.2434106Z test_serialized_source_ranges_dont_jitter (__main__.TestScript) ... ok (0.207s) 2022-12-01T10:10:13.2434622Z test_serialized_source_ranges_graph (__main__.TestScript) ... ok (0.013s) 2022-12-01T10:10:13.2435124Z test_serialized_source_ranges_no_dups (__main__.TestScript) ... ok (0.012s) 2022-12-01T10:10:13.2435683Z test_set_attribute_through_optional (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:13.2436227Z test_shape_analysis_grad_property (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:13.2436740Z test_shape_analysis_loop (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:10:13.2437242Z test_shape_prop_promote_scalar_arg (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:13.2437764Z test_shape_prop_promotion (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:13.2438250Z test_signed_float_zero (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:10:13.2438741Z test_single_starred_expr_for_loop (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:13.2439247Z test_single_starred_lhs (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:13.2439739Z test_singleton_tuple_unpack (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:13.2440327Z test_slice_guard_elimination (__main__.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-12-01T10:10:13.2440855Z test_split (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:10:13.2441289Z test_stack (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:10:13.2441739Z test_static_if_prop (__main__.TestScript) ... ok (0.064s) 2022-12-01T10:10:13.2442188Z test_static_method_on_module (__main__.TestScript) 2022-12-01T10:10:13.2442728Z Check that the `@staticmethod` annotation on a function on a module works. ... ok (0.008s) 2022-12-01T10:10:13.2443277Z test_static_methods (__main__.TestScript) ... ok (0.020s) 2022-12-01T10:10:13.2443717Z test_str_cast (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:13.2444159Z test_string_cu (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:13.2444658Z test_string_device_implicit_conversion (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:13.2445181Z test_string_frontend_elif (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:13.2445638Z test_string_index (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:13.2446087Z test_string_len (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:13.2446544Z test_string_list (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:13.2446991Z test_string_new_line (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:13.2447445Z test_string_ops (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:13.2447983Z test_string_print (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:13.2448553Z test_string_single_escape (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:13.2449036Z test_string_slicing (__main__.TestScript) ... ok (0.013s) 2022-12-01T10:10:13.2449500Z test_string_sort (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:13.2449930Z test_string_sorted (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:13.2450503Z test_submodule_attribute_serialization (__main__.TestScript) ... ok (0.018s) 2022-12-01T10:10:13.2450955Z test_submodule_twice (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:13.2451384Z test_sum (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:13.2451867Z test_sum_list_diff_elms (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:13.2452331Z test_sum_list_empty (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:13.2452814Z test_sum_list_literal (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:13.2453283Z test_sum_list_one (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:13.2453737Z test_sum_list_wrong_type (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:10:13.2454232Z test_sys_stdout_override (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:13.2455102Z test_tensor_as_tensor_shape_prop (__main__.TestScript) ... skip: Simple Executor doesn't have any shapes to propagate (0.002s) 2022-12-01T10:10:13.2455706Z test_tensor_data (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:13.2456222Z test_tensor_device (__main__.TestScript) ... skip: device tests require CUDA (0.001s) 2022-12-01T10:10:13.2456746Z test_tensor_dtype (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:10:13.2457213Z test_tensor_grad (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:10:13.2457685Z test_tensor_import_export (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:13.2458154Z test_tensor_len (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:13.2458628Z test_tensor_number_math (__main__.TestScript) ... ok (0.472s) 2022-12-01T10:10:13.2459148Z test_tensor_number_math_cuda (__main__.TestScript) ... skip: No CUDA (0.000s) 2022-12-01T10:10:13.2459723Z test_tensor_requires_grad (__main__.TestScript) ... skip: testing legacy behavior (0.001s) 2022-12-01T10:10:13.2460264Z test_tensor_shape (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:13.2461578Z 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:13.2462706Z warnings.warn("TorchScript will treat type annotations of Tensor " 2022-12-01T10:10:13.2463122Z ok (0.008s) 2022-12-01T10:10:13.2463500Z test_tensor_to (__main__.TestScript) ... ok (0.022s) 2022-12-01T10:10:13.2463953Z test_tensor_to_cpu (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:13.2464460Z test_tensor_to_cuda (__main__.TestScript) ... skip: device tests require CUDA (0.001s) 2022-12-01T10:10:13.2465050Z test_tensor_to_device (__main__.TestScript) ... skip: device tests require CUDA (0.000s) 2022-12-01T10:10:13.2465531Z test_ternary (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:10:13.2466022Z test_ternary_module_type_hint (__main__.TestScript) ... ok (0.035s) 2022-12-01T10:10:13.2466524Z test_ternary_right_associative (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:10:13.2467031Z test_ternary_static_if (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:10:13.2467493Z test_torch_any (__main__.TestScript) ... ok (0.023s) 2022-12-01T10:10:13.2468047Z test_torch_functional (__main__.TestScript) ... skip: Skipping while landing PR stack (0.003s) 2022-12-01T10:10:13.2468623Z test_torch_functional_tensordot_int (__main__.TestScript) ... ok (0.045s) 2022-12-01T10:10:13.2469173Z test_torch_functional_tensordot_list (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:10:13.2469731Z test_torch_functional_tensordot_tensor (__main__.TestScript) ... ok (0.023s) 2022-12-01T10:10:13.2470365Z test_torch_functional_tensordot_tuple (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:10:13.2470898Z test_torch_ignore_conversion_to_none (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:10:13.2471413Z test_torch_manual_seed (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:13.2471883Z test_torch_pow (__main__.TestScript) ... ok (0.035s) 2022-12-01T10:10:13.2473277Z 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:13.2474152Z return callable(*args, **kwargs) 2022-12-01T10:10:13.2474492Z ok (0.651s) 2022-12-01T10:10:13.2474913Z test_torch_tensor_as_tensor_empty_list (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:10:13.2475419Z test_torch_tensor_bad_input (__main__.TestScript) ... ok (0.025s) 2022-12-01T10:10:13.2475916Z test_torch_tensor_dtype (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:10:13.2476422Z test_torchscript_memoryformat (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:13.2476940Z test_torchscript_multi_head_attn (__main__.TestScript) ... ok (0.095s) 2022-12-01T10:10:13.2477447Z test_torchscript_multi_head_attn_fast_path (__main__.TestScript) ... ok (0.223s) 2022-12-01T10:10:13.2477948Z test_training_param (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:10:13.2478430Z test_tuple_assignments (__main__.TestScript) ... ok (0.049s) 2022-12-01T10:10:13.2478845Z test_tuple_error_msg (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:10:13.2479253Z test_tuple_index_to_list (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:10:13.2479671Z test_tuple_indexing (__main__.TestScript) ... ok (0.027s) 2022-12-01T10:10:13.2480020Z test_tuple_len (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:13.2480355Z test_tuple_nested_sort (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:10:13.2480741Z test_tuple_sort (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:13.2481117Z test_tuple_sort_reverse (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:13.2481537Z test_tuple_sorted (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:13.2482012Z test_tuple_to_opt_list (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:13.2482438Z test_tuple_unsortable_diff_type (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:13.2482857Z test_tuple_unsortable_element_type (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:13.2483391Z test_tuple_unsortable_nested_diff_type (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:13.2483833Z test_type_annotate (__main__.TestScript) ... ok (0.020s) 2022-12-01T10:10:13.2484216Z test_type_annotation_module (__main__.TestScript) ... ok (0.017s) 2022-12-01T10:10:13.2484582Z test_type_annotation_py3 (__main__.TestScript) ... ok (0.013s) 2022-12-01T10:10:13.2485034Z test_type_annotations (__main__.TestScript) ... ok (0.018s) 2022-12-01T10:10:13.2485467Z test_type_annotations_repeated_list (__main__.TestScript) ... ok (0.012s) 2022-12-01T10:10:13.2485893Z test_type_annotations_varargs (__main__.TestScript) ... ok (0.014s) 2022-12-01T10:10:13.2486257Z test_type_call_in_script (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:10:13.2486656Z test_type_cast (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:13.2487155Z test_type_comments_in_body (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:13.2487507Z test_type_inferred_from_empty_annotation (__main__.TestScript) 2022-12-01T10:10:13.2487982Z Test that the type inferred from an empty or missing annotation is Torch.Tensor wtih `inferred=true` ... ok (0.002s) 2022-12-01T10:10:13.2488558Z test_unbind (__main__.TestScript) ... skip: Profiling executor will be using different heuristics for constructing differentiable graphs (0.001s) 2022-12-01T10:10:13.2489116Z test_unfold_zero_dim (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:13.2489576Z test_unicode_comments (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:13.2489977Z test_uninitialized (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:13.2490472Z test_union_to_number (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:13.2490791Z test_unknown_builtin (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:13.2491067Z test_unmatched_type_annotation (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:13.2491359Z test_unspecialized_any_binding (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:13.2491680Z test_unsqueeze_guard_elimination (__main__.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-12-01T10:10:13.2492074Z test_unsupported_builtin_error (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:13.2492356Z test_unused_decorator (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:13.2492634Z test_unwrap_optional_builtin (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:10:13.2492894Z test_var_aug_assign (__main__.TestScript) ... ok (0.038s) 2022-12-01T10:10:13.2493151Z test_vararg_zeros (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:13.2493428Z test_view_listconstruct_shape_prop (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:13.2493701Z test_view_shape_prop (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:10:13.2493957Z test_view_write (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:10:13.2494217Z test_weak_cuda (__main__.TestScript) ... skip: no CUDA (0.001s) 2022-12-01T10:10:13.2494474Z test_where (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:13.2494709Z test_where_method (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:13.2494960Z test_while (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:10:13.2495208Z test_while_nest_if (__main__.TestScript) ... ok (0.124s) 2022-12-01T10:10:13.2495464Z test_while_nonexistent_cond_value (__main__.TestScript) ... ok (0.028s) 2022-12-01T10:10:13.2495750Z test_while_nonexistent_value (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:13.2496035Z test_while_write_outer_then_read (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:10:13.2496298Z test_wrong_attr_lookup (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:13.2496569Z test_wrong_implicit_expand (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:13.2496857Z test_wrong_method_call_inputs (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:13.2497140Z test_wrong_module_attr_lookup (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:13.2497397Z test_wrong_return_type (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:13.2497664Z test_wrong_use_as_callable (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:13.2497935Z test_wrong_use_as_tuple (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:13.2498174Z test_zeros (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:10:13.2498438Z test_zip_enumerate_modulelist (__main__.TestScript) ... ok (0.418s) 2022-12-01T10:10:13.2498707Z test_bool (jit.test_list_dict.TestScriptDict) 2022-12-01T10:10:13.2498962Z Test the __bool__ method. This should return True ... ok (0.002s) 2022-12-01T10:10:13.2499232Z test_contains (jit.test_list_dict.TestScriptDict) 2022-12-01T10:10:13.2499574Z Test membership checks (x in y, x not in y). ... ok (0.001s) 2022-12-01T10:10:13.2500006Z test_delitem (jit.test_list_dict.TestScriptDict) 2022-12-01T10:10:13.2500413Z Test deletion. ... ok (0.001s) 2022-12-01T10:10:13.2500797Z test_getitem (jit.test_list_dict.TestScriptDict) 2022-12-01T10:10:13.2501083Z Test accessing dictionary values using the [] operator. ... ok (0.002s) 2022-12-01T10:10:13.2501347Z test_items (jit.test_list_dict.TestScriptDict) 2022-12-01T10:10:13.2501572Z Test .items(). ... ok (0.001s) 2022-12-01T10:10:13.2501855Z test_iter (jit.test_list_dict.TestScriptDict) 2022-12-01T10:10:13.2502395Z Test iteration over a dictionary's keys. ... ok (0.001s) 2022-12-01T10:10:13.2502657Z test_len (jit.test_list_dict.TestScriptDict) 2022-12-01T10:10:13.2502896Z Test len() builtin function. ... ok (0.001s) 2022-12-01T10:10:13.2503207Z test_nested (jit.test_list_dict.TestScriptDict) 2022-12-01T10:10:13.2503596Z 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:13.2503981Z test_reference_semantics (jit.test_list_dict.TestScriptDict) 2022-12-01T10:10:13.2504293Z Test that reference semantics are honoured; that modifications made ... ok (0.003s) 2022-12-01T10:10:13.2504567Z test_repr (jit.test_list_dict.TestScriptDict) 2022-12-01T10:10:13.2504806Z Test the __repr__ method. ... ok (0.001s) 2022-12-01T10:10:13.2505097Z test_setitem (jit.test_list_dict.TestScriptDict) 2022-12-01T10:10:13.2505365Z Test setting dictionary values using the [] operator. ... ok (0.001s) 2022-12-01T10:10:13.2505639Z test_append (jit.test_list_dict.TestScriptList) 2022-12-01T10:10:13.2505875Z Test append method. ... ok (0.001s) 2022-12-01T10:10:13.2506098Z test_bool (jit.test_list_dict.TestScriptList) 2022-12-01T10:10:13.2506365Z Test the __bool__ method. This should return True ... ok (0.001s) 2022-12-01T10:10:13.2506628Z test_clear (jit.test_list_dict.TestScriptList) 2022-12-01T10:10:13.2506850Z Test clear. ... ok (0.001s) 2022-12-01T10:10:13.2507113Z test_contains (jit.test_list_dict.TestScriptList) 2022-12-01T10:10:13.2507377Z Test membership checks (x in y, x not in y). ... ok (0.001s) 2022-12-01T10:10:13.2507632Z test_count (jit.test_list_dict.TestScriptList) 2022-12-01T10:10:13.2507847Z Test count method. ... ok (0.001s) 2022-12-01T10:10:13.2508082Z test_delitem (jit.test_list_dict.TestScriptList) 2022-12-01T10:10:13.2508307Z Test deletion. ... ok (0.001s) 2022-12-01T10:10:13.2508522Z test_extend (jit.test_list_dict.TestScriptList) 2022-12-01T10:10:13.2508746Z Test extend. ... ok (0.002s) 2022-12-01T10:10:13.2508974Z test_getitem (jit.test_list_dict.TestScriptList) 2022-12-01T10:10:13.2509236Z Test accessing list elements using the [] operator. ... ok (0.003s) 2022-12-01T10:10:13.2509509Z test_insert (jit.test_list_dict.TestScriptList) 2022-12-01T10:10:13.2509730Z Test insert. ... ok (0.002s) 2022-12-01T10:10:13.2509943Z test_iter (jit.test_list_dict.TestScriptList) 2022-12-01T10:10:13.2510266Z Test iteration over a list's elements. ... ok (0.001s) 2022-12-01T10:10:13.2510520Z test_len (jit.test_list_dict.TestScriptList) 2022-12-01T10:10:13.2510756Z Test len() builtin function. ... ok (0.001s) 2022-12-01T10:10:13.2510985Z test_nested (jit.test_list_dict.TestScriptList) 2022-12-01T10:10:13.2511365Z 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:13.2511726Z test_pop (jit.test_list_dict.TestScriptList) 2022-12-01T10:10:13.2511929Z Test pop. ... ok (0.002s) 2022-12-01T10:10:13.2512170Z test_reference_semantics (jit.test_list_dict.TestScriptList) 2022-12-01T10:10:13.2512478Z Test that reference semantics are honoured; that modifications made ... ok (0.003s) 2022-12-01T10:10:13.2512756Z test_remove (jit.test_list_dict.TestScriptList) 2022-12-01T10:10:13.2512988Z Test remove method. ... ok (0.001s) 2022-12-01T10:10:13.2513221Z test_repr (jit.test_list_dict.TestScriptList) 2022-12-01T10:10:13.2513454Z Test the __repr__ method. ... ok (0.001s) 2022-12-01T10:10:13.2513682Z test_setitem (jit.test_list_dict.TestScriptList) 2022-12-01T10:10:13.2513949Z Test setting list elements using the [] operator. ... ok (0.002s) 2022-12-01T10:10:13.2514377Z test_annotated_class_level_annotation_and_init_annotation (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.006s) 2022-12-01T10:10:13.2514908Z test_annotated_class_level_annotation_only (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.006s) 2022-12-01T10:10:13.2515430Z test_annotated_class_level_jit_annotation (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.006s) 2022-12-01T10:10:13.2515935Z test_annotated_empty_dict (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.006s) 2022-12-01T10:10:13.2516464Z test_annotated_empty_list (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.005s) 2022-12-01T10:10:13.2516945Z test_annotated_empty_optional (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.004s) 2022-12-01T10:10:13.2517439Z test_annotated_empty_tensor (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.007s) 2022-12-01T10:10:13.2517936Z test_annotated_falsy_base_type (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.006s) 2022-12-01T10:10:13.2518467Z test_annotated_nonempty_container (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.007s) 2022-12-01T10:10:13.2518964Z test_annotated_with_jit_attribute (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.006s) 2022-12-01T10:10:13.2519528Z test_annotated_with_jit_empty_dict (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.005s) 2022-12-01T10:10:13.2520031Z test_annotated_with_jit_empty_list (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.004s) 2022-12-01T10:10:13.2520536Z test_annotated_with_jit_empty_optional (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.004s) 2022-12-01T10:10:13.2521024Z test_annotated_with_torch_jit_import (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.004s) 2022-12-01T10:10:13.2521433Z test_basic (jit.test_script_profile.TestScriptProfile) ... ok (0.074s) 2022-12-01T10:10:13.2521753Z test_empty (jit.test_script_profile.TestScriptProfile) ... ok (0.001s) 2022-12-01T10:10:13.2522100Z test_multi (jit.test_script_profile.TestScriptProfile) ... ok (0.093s) 2022-12-01T10:10:13.2522526Z test_script (jit.test_script_profile.TestScriptProfile) ... ok (0.083s) 2022-12-01T10:10:13.2523131Z test_section (jit.test_script_profile.TestScriptProfile) ... ok (0.275s) 2022-12-01T10:10:13.2523557Z test_module_list_slicing (jit.test_slice.TestSlice) ... ok (0.029s) 2022-12-01T10:10:13.2523832Z test_slice_as_variable (jit.test_slice.TestSlice) ... ok (0.006s) 2022-12-01T10:10:13.2524118Z test_slice_dynamic_index (jit.test_slice.TestSlice) ... ok (0.008s) 2022-12-01T10:10:13.2524399Z test_slice_kwarg (jit.test_slice.TestSlice) ... ok (0.002s) 2022-12-01T10:10:13.2524660Z test_slice_one_none (jit.test_slice.TestSlice) ... ok (0.007s) 2022-12-01T10:10:13.2524937Z test_slice_start_stop (jit.test_slice.TestSlice) ... ok (0.006s) 2022-12-01T10:10:13.2525226Z test_slice_start_stop_step (jit.test_slice.TestSlice) ... ok (0.006s) 2022-12-01T10:10:13.2525524Z test_slice_start_stop_with_none (jit.test_slice.TestSlice) ... ok (0.006s) 2022-12-01T10:10:13.2525804Z test_slice_stop_clipped (jit.test_slice.TestSlice) ... ok (0.007s) 2022-12-01T10:10:13.2526088Z test_slice_stop_only (jit.test_slice.TestSlice) ... ok (0.006s) 2022-12-01T10:10:13.2526380Z test_slice_stop_only_with_nones (jit.test_slice.TestSlice) ... ok (0.006s) 2022-12-01T10:10:13.2526651Z test_slice_string (jit.test_slice.TestSlice) ... ok (0.005s) 2022-12-01T10:10:13.2526926Z test_slice_tensor (jit.test_slice.TestSlice) ... ok (0.007s) 2022-12-01T10:10:13.2527207Z test_slice_tensor_multidim (jit.test_slice.TestSlice) ... ok (0.008s) 2022-12-01T10:10:13.2527513Z test_slice_tensor_multidim_with_dots (jit.test_slice.TestSlice) ... ok (0.008s) 2022-12-01T10:10:13.2527856Z test_slice_three_nones (jit.test_slice.TestSlice) ... ok (0.007s) 2022-12-01T10:10:13.2528143Z test_slice_two_nones (jit.test_slice.TestSlice) ... ok (0.007s) 2022-12-01T10:10:13.2528418Z test_tuple_slicing (jit.test_slice.TestSlice) ... ok (0.008s) 2022-12-01T10:10:13.2528690Z test_freeze_sparse_coo (jit.test_sparse.TestSparse) ... ok (0.011s) 2022-12-01T10:10:13.2529053Z test_freeze_sparse_csr (jit.test_sparse.TestSparse) ... ok (0.012s) 2022-12-01T10:10:13.2529526Z test_serialize_sparse_coo (jit.test_sparse.TestSparse) ... ok (0.009s) 2022-12-01T10:10:13.2529816Z test_serialize_sparse_csr (jit.test_sparse.TestSparse) ... ok (0.010s) 2022-12-01T10:10:13.2530151Z test_modulo_operator (jit.test_string_formatting.TestStringFormatting) ... ok (0.005s) 2022-12-01T10:10:13.2530563Z test_string_interpolation_with_alternate_digit_placeholder (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-12-01T10:10:13.2531034Z test_string_interpolation_with_capital_exponent_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-12-01T10:10:13.2531536Z test_string_interpolation_with_char_placeholder_and_char_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-12-01T10:10:13.2531998Z test_string_interpolation_with_char_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-12-01T10:10:13.2532463Z test_string_interpolation_with_char_placeholder_and_true_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.008s) 2022-12-01T10:10:13.2532931Z test_string_interpolation_with_digit_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-12-01T10:10:13.2533381Z test_string_interpolation_with_digit_placeholder_and_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.008s) 2022-12-01T10:10:13.2533829Z test_string_interpolation_with_double_percent_in_string (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-12-01T10:10:13.2534284Z test_string_interpolation_with_exponent_placeholder_and_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.008s) 2022-12-01T10:10:13.2534752Z test_string_interpolation_with_float_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-12-01T10:10:13.2535197Z test_string_interpolation_with_float_placeholder_and_float_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-12-01T10:10:13.2535676Z test_string_interpolation_with_lowercase_exponent_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-12-01T10:10:13.2536135Z test_string_interpolation_with_multiple_placeholders (jit.test_string_formatting.TestStringFormatting) ... ok (0.005s) 2022-12-01T10:10:13.2536562Z test_string_interpolation_with_percent_in_string (jit.test_string_formatting.TestStringFormatting) ... ok (0.008s) 2022-12-01T10:10:13.2536992Z test_string_interpolation_with_string_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-12-01T10:10:13.2537463Z test_string_interpolation_with_string_placeholder_and_format_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-12-01T10:10:13.2537934Z test_string_interpolation_with_string_placeholder_and_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-12-01T10:10:13.2538376Z test_string_interpolation_with_subscript (jit.test_string_formatting.TestStringFormatting) ... ok (0.005s) 2022-12-01T10:10:13.2538779Z test_string_interpolation_with_too_few_arguments (jit.test_string_formatting.TestStringFormatting) ... ok (0.008s) 2022-12-01T10:10:13.2539197Z test_string_interpolation_with_too_many_arguments (jit.test_string_formatting.TestStringFormatting) ... ok (0.008s) 2022-12-01T10:10:13.2539625Z test_string_interpolation_with_unknown_format_specifier (jit.test_string_formatting.TestStringFormatting) ... ok (0.008s) 2022-12-01T10:10:13.2540046Z test_adaptive_avg_pool2d (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.038s) 2022-12-01T10:10:13.2540431Z test_arange_shape (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.024s) 2022-12-01T10:10:13.2540831Z test_binary_shape_fns_inplace (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.007s) 2022-12-01T10:10:13.2541271Z test_binary_shape_functions (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.007s) 2022-12-01T10:10:13.2541677Z test_convolution_backward (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.018s) 2022-12-01T10:10:13.2542065Z test_if_propagation (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.005s) 2022-12-01T10:10:13.2542597Z test_partial_eval_graph_conv (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.016s) 2022-12-01T10:10:13.2543006Z test_partial_eval_stitching (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.047s) 2022-12-01T10:10:13.2543485Z test_refinement_through_graph_stitching (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.030s) 2022-12-01T10:10:13.2543908Z test_register_function_error_checking (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.013s) 2022-12-01T10:10:13.2544333Z test_returning_input_symbolic_shapes (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.012s) 2022-12-01T10:10:13.2544741Z test_shape_analysis (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.009s) 2022-12-01T10:10:13.2545114Z test_shape_concat (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.100s) 2022-12-01T10:10:13.2545513Z test_shape_embedding_bag (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.022s) 2022-12-01T10:10:13.2545968Z test_shape_function_includes (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... skip: shape functions not loaded in python (0.001s) 2022-12-01T10:10:13.2546416Z test_shared_shape_graph (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.001s) 2022-12-01T10:10:13.2546797Z test_size_and_sizes (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.006s) 2022-12-01T10:10:13.2547187Z test_stitching_concat (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.028s) 2022-12-01T10:10:13.2547589Z test_stitching_multi_output (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.024s) 2022-12-01T10:10:13.2547983Z test_sym_ir_parsing (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.001s) 2022-12-01T10:10:13.2548364Z test_unary_shape_fns_inplace (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.002s) 2022-12-01T10:10:13.2548771Z test_unary_shape_functions (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.004s) 2022-12-01T10:10:13.2549154Z test_write (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.004s) 2022-12-01T10:10:13.2549489Z test_method_on_number (jit.test_builtins.TestTensorBuiltins) ... ok (0.002s) 2022-12-01T10:10:13.2549830Z test_scalar_to_num_conversions (jit.test_builtins.TestTensorBuiltins) ... ok (0.014s) 2022-12-01T10:10:13.2550159Z test_tensor_item (jit.test_builtins.TestTensorBuiltins) ... ok (0.007s) 2022-12-01T10:10:13.2550485Z test_tensor_properties (jit.test_builtins.TestTensorBuiltins) ... ok (0.020s) 2022-12-01T10:10:13.2550810Z test_tensor_subscript_assign (jit.test_builtins.TestTensorBuiltins) ... ok (0.041s) 2022-12-01T10:10:13.2551182Z test_tensor_subscript_assign_device (jit.test_builtins.TestTensorBuiltins) ... skip: requires CUDA (0.001s) 2022-12-01T10:10:13.2551569Z test_randperm_default_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.006s) 2022-12-01T10:10:13.2551946Z test_randperm_specifed_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.006s) 2022-12-01T10:10:13.2552311Z test_tril_indices_default_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.006s) 2022-12-01T10:10:13.2552697Z test_tril_indices_specified_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.007s) 2022-12-01T10:10:13.2553076Z test_triu_indices_default_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.006s) 2022-12-01T10:10:13.2553489Z test_triu_indices_specified_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.007s) 2022-12-01T10:10:13.2553839Z test_getitem (jit.test_tensor_methods.TestTensorMethods) ... ok (0.008s) 2022-12-01T10:10:13.2554165Z test_getitem_invalid (jit.test_tensor_methods.TestTensorMethods) ... ok (0.002s) 2022-12-01T10:10:13.2554486Z test_default_args (jit.test_torchbind.TestTorchbind) ... ok (0.013s) 2022-12-01T10:10:13.2554787Z test_lambda_as_constructor (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-12-01T10:10:13.2555379Z test_profiler_custom_op (jit.test_torchbind.TestTorchbind) ... STAGE:2022-12-01 10:10:08 1333:1333 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:10:13.2555887Z STAGE:2022-12-01 10:10:08 1333:1333 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:10:13.2556149Z ok (0.002s) 2022-12-01T10:10:13.2556376Z test_staticmethod (jit.test_torchbind.TestTorchbind) ... ok (0.003s) 2022-12-01T10:10:13.2556682Z test_torchbind (jit.test_torchbind.TestTorchbind) ... ok (0.011s) 2022-12-01T10:10:13.2557005Z test_torchbind_attr_exception (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-12-01T10:10:13.2557331Z test_torchbind_class_attr_recursive (jit.test_torchbind.TestTorchbind) ... ok (0.005s) 2022-12-01T10:10:13.2557670Z test_torchbind_class_attribute (jit.test_torchbind.TestTorchbind) ... ok (0.006s) 2022-12-01T10:10:13.2557996Z test_torchbind_deepcopy (jit.test_torchbind.TestTorchbind) ... ok (0.003s) 2022-12-01T10:10:13.2558324Z test_torchbind_def_property_getter_setter (jit.test_torchbind.TestTorchbind) ... ok (0.007s) 2022-12-01T10:10:13.2558683Z test_torchbind_def_property_just_getter (jit.test_torchbind.TestTorchbind) ... ok (0.004s) 2022-12-01T10:10:13.2559037Z test_torchbind_def_property_readwrite (jit.test_torchbind.TestTorchbind) ... ok (0.004s) 2022-12-01T10:10:13.2559370Z test_torchbind_getattr (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-12-01T10:10:13.2559674Z test_torchbind_getstate (jit.test_torchbind.TestTorchbind) ... ok (0.005s) 2022-12-01T10:10:13.2560020Z test_torchbind_instantiate_missing_class (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-12-01T10:10:13.2560365Z test_torchbind_lambda_method (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-12-01T10:10:13.2560673Z test_torchbind_no_init (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-12-01T10:10:13.2561003Z test_torchbind_optional_explicit_attr (jit.test_torchbind.TestTorchbind) ... ok (0.003s) 2022-12-01T10:10:13.2561345Z test_torchbind_pass_wrong_type (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-12-01T10:10:13.2561689Z test_torchbind_pickle_serialization (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-12-01T10:10:13.2562016Z test_torchbind_python_deepcopy (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-12-01T10:10:13.2562345Z test_torchbind_return_instance (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-12-01T10:10:13.2562688Z test_torchbind_return_instance_from_method (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-12-01T10:10:13.2563029Z test_torchbind_return_tuple (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-12-01T10:10:13.2563339Z test_torchbind_save_load (jit.test_torchbind.TestTorchbind) ... ok (0.003s) 2022-12-01T10:10:13.2563659Z test_torchbind_take_as_arg (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-12-01T10:10:13.2564000Z test_torchbind_take_instance_as_method_arg (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-12-01T10:10:13.2564314Z test_torchbind_tracing (jit.test_torchbind.TestTorchbind) ... ok (0.005s) 2022-12-01T10:10:13.2564638Z test_torchbind_tracing_nested (jit.test_torchbind.TestTorchbind) ... ok (0.008s) 2022-12-01T10:10:13.2564964Z test_call_traced_fn_from_traced_module (jit.test_tracer.TestTracer) ... ok (0.014s) 2022-12-01T10:10:13.2565292Z test_call_traced_module_from_traced_module (jit.test_tracer.TestTracer) ... ok (0.021s) 2022-12-01T10:10:13.2565611Z test_canonicalize_tensor_iterator (jit.test_tracer.TestTracer) ... ok (0.012s) 2022-12-01T10:10:13.2565936Z test_constant (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-12-01T10:10:13.2566201Z test_conv (jit.test_tracer.TestTracer) ... ok (0.024s) 2022-12-01T10:10:13.2566468Z test_export_no_reorder (jit.test_tracer.TestTracer) ... ok (0.023s) 2022-12-01T10:10:13.2566768Z test_force_outplace_check_fill (jit.test_tracer.TestTracer) ... ok (0.013s) 2022-12-01T10:10:13.2567072Z test_force_outplace_check_zero (jit.test_tracer.TestTracer) ... ok (0.012s) 2022-12-01T10:10:13.2567340Z test_ge (jit.test_tracer.TestTracer) ... ok (0.020s) 2022-12-01T10:10:13.2567665Z test_ge_cuda (jit.test_tracer.TestTracer) ... skip: requires CUDA (0.000s) 2022-12-01T10:10:13.2568039Z test_ge_optimized (jit.test_tracer.TestTracer) ... ok (0.218s) 2022-12-01T10:10:13.2568324Z test_ge_unoptimized (jit.test_tracer.TestTracer) ... ok (0.049s) 2022-12-01T10:10:13.2568590Z test_index_put (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-12-01T10:10:13.2568881Z test_index_put_trace_with_view (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-12-01T10:10:13.2569186Z test_index_put_trace_without_view (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-12-01T10:10:13.2569468Z test_inplace_check (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-12-01T10:10:13.2569751Z test_inplace_copy (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-12-01T10:10:13.2570054Z test_inplace_copy_force_outplace (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-12-01T10:10:13.2570346Z test_inplace_flags (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-12-01T10:10:13.2570625Z test_inplace_transplant (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-12-01T10:10:13.2570912Z test_inplace_warn (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-12-01T10:10:13.2571209Z test_input_dict_checkTrace_mut (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-12-01T10:10:13.2571494Z test_input_dict_empty (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-12-01T10:10:13.2571792Z test_input_dict_empty_list (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-12-01T10:10:13.2572086Z test_input_dict_insertion_order (jit.test_tracer.TestTracer) 2022-12-01T10:10:13.2572446Z Check that dictionary access doesn't care about insertion order ... ok (0.011s) 2022-12-01T10:10:13.2572748Z test_input_dict_of_dicts (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-12-01T10:10:13.2573038Z test_input_dict_of_lists (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-12-01T10:10:13.2573336Z test_input_dict_recursive (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-12-01T10:10:13.2573614Z test_input_dict_remembers_keys (jit.test_tracer.TestTracer) 2022-12-01T10:10:13.2573913Z Check that the trace remembers which keys were in a dict input ... ok (0.012s) 2022-12-01T10:10:13.2574213Z test_input_dict_unify (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-12-01T10:10:13.2574468Z test_input_flatten (jit.test_tracer.TestTracer) 2022-12-01T10:10:13.2574742Z Check that inputs to traced functions are flattened ... ok (0.014s) 2022-12-01T10:10:13.2575037Z test_input_list_mixed_type (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-12-01T10:10:13.2575332Z test_input_list_of_tuples (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-12-01T10:10:13.2575624Z test_input_list_toplevel_flatten (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-12-01T10:10:13.2575947Z test_input_list_toplevel_flatten_direct (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-12-01T10:10:13.2576256Z test_input_tuple_of_dicts (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-12-01T10:10:13.2576539Z test_interpolate_trace (jit.test_tracer.TestTracer) ... ok (0.033s) 2022-12-01T10:10:13.2576857Z test_large_nbr_kernel_args (jit.test_tracer.TestTracer) ... skip: requires CUDA (0.002s) 2022-12-01T10:10:13.2577166Z test_lhs_index_fails (jit.test_tracer.TestTracer) ... ok (0.014s) 2022-12-01T10:10:13.2577451Z test_lhs_index_trivial (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-12-01T10:10:13.2577751Z test_max_pool (jit.test_tracer.TestTracer) ... ok (0.018s) 2022-12-01T10:10:13.2578027Z test_nested_inplace (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-12-01T10:10:13.2578312Z test_non_tensor_tracing (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-12-01T10:10:13.2578580Z test_output_unflatten (jit.test_tracer.TestTracer) 2022-12-01T10:10:13.2578908Z Check that outputs of traced functions retain the original structure and nesting ... expected failure (0.012s) 2022-12-01T10:10:13.2579244Z test_python_function (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-12-01T10:10:13.2579523Z test_python_function_tup (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-12-01T10:10:13.2579846Z test_repeated_input (jit.test_tracer.TestTracer) ... ok (0.012s) 2022-12-01T10:10:13.2580283Z test_repeated_output (jit.test_tracer.TestTracer) ... ok (0.014s) 2022-12-01T10:10:13.2580628Z test_shared_param (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-12-01T10:10:13.2580889Z test_simple (jit.test_tracer.TestTracer) ... ok (0.025s) 2022-12-01T10:10:13.2581181Z test_tensor_with_grad_as_constant (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-12-01T10:10:13.2581491Z test_trace_aliased_parameter (jit.test_tracer.TestTracer) ... ok (0.012s) 2022-12-01T10:10:13.2581779Z test_trace_annotation (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-12-01T10:10:13.2582062Z test_trace_arange (jit.test_tracer.TestTracer) ... ok (0.029s) 2022-12-01T10:10:13.2582499Z test_trace_arange_with_grad (jit.test_tracer.TestTracer) ... ok (0.030s) 2022-12-01T10:10:13.2582806Z test_trace_autograd_function (jit.test_tracer.TestTracer) ... ok (0.012s) 2022-12-01T10:10:13.2583147Z test_trace_c10_ops (jit.test_tracer.TestTracer) ... skip: Skip the test since c2 ops are not registered. (0.004s) 2022-12-01T10:10:13.2583479Z test_trace_casts (jit.test_tracer.TestTracer) ... ok (0.044s) 2022-12-01T10:10:13.2583776Z test_trace_checker_control_flow (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-12-01T10:10:13.2584067Z test_trace_checker_dot_data (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-12-01T10:10:13.2584379Z test_trace_checker_dropout_notrain (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-12-01T10:10:13.2584696Z test_trace_checker_dropout_train (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-12-01T10:10:13.2585012Z test_trace_checker_inplace_on_view (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-12-01T10:10:13.2585310Z test_trace_checker_memoization (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-12-01T10:10:13.2585615Z test_trace_checker_slice_lhs (jit.test_tracer.TestTracer) ... ok (0.012s) 2022-12-01T10:10:13.2585931Z test_trace_checking_with_global_name (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-12-01T10:10:13.2586226Z test_trace_contiguous (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-12-01T10:10:13.2586535Z test_trace_contiguous_short_circuit (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-12-01T10:10:13.2586836Z test_trace_detach (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-12-01T10:10:13.2587116Z test_trace_detach_inplace (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-12-01T10:10:13.2587428Z test_trace_detach_inplace_redispatch (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-12-01T10:10:13.2587740Z test_trace_detach_onnx_erase (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-12-01T10:10:13.2588044Z test_trace_detach_redispatch (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-12-01T10:10:13.2588326Z test_trace_dict_input (jit.test_tracer.TestTracer) ... ok (0.013s) 2022-12-01T10:10:13.2588615Z test_trace_dict_output (jit.test_tracer.TestTracer) ... ok (0.018s) 2022-12-01T10:10:13.2588911Z test_trace_export_fns (jit.test_tracer.TestTracer) ... ok (0.019s) 2022-12-01T10:10:13.2589198Z test_trace_export_fns_recursive (jit.test_tracer.TestTracer) ... ok (0.043s) 2022-12-01T10:10:13.2589510Z test_trace_fork_join_and_module (jit.test_tracer.TestTracer) ... ok (0.033s) 2022-12-01T10:10:13.2589819Z test_trace_full_dynamic_shape (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-12-01T10:10:13.2590210Z test_trace_func_argument_names_captured (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-12-01T10:10:13.2590500Z test_trace_index (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-12-01T10:10:13.2590788Z test_trace_index_constant (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-12-01T10:10:13.2591256Z test_trace_indexed_assignment (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-12-01T10:10:13.2591554Z test_trace_inline_shape (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-12-01T10:10:13.2591844Z test_trace_inverse (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-12-01T10:10:13.2592194Z test_trace_invert_module_hierarchy (jit.test_tracer.TestTracer) ... ok (0.020s) 2022-12-01T10:10:13.2592501Z test_trace_legacy_ctor (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-12-01T10:10:13.2592801Z test_trace_module_argument_names_captured (jit.test_tracer.TestTracer) ... ok (0.045s) 2022-12-01T10:10:13.2593115Z test_trace_modulelist (jit.test_tracer.TestTracer) ... ok (0.035s) 2022-12-01T10:10:13.2593459Z test_trace_multi_output_function (jit.test_tracer.TestTracer) ... graph(%self : __torch__.jit.test_tracer.Bar, 2022-12-01T10:10:13.2593771Z %x.1 : Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu), 2022-12-01T10:10:13.2594043Z %y.1 : Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu)): 2022-12-01T10:10:13.2594595Z %x : Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu) = aten::relu(%x.1) # /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930:0 2022-12-01T10:10:13.2595201Z %y : Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu) = aten::relu(%y.1) # /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930:0 2022-12-01T10:10:13.2595746Z %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:13.2596251Z %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:13.2596678Z %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:13.2596970Z return (%12) 2022-12-01T10:10:13.2597082Z 2022-12-01T10:10:13.2597154Z ok (0.012s) 2022-12-01T10:10:13.2597373Z test_trace_namedtuple (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-12-01T10:10:13.2597683Z test_trace_nested_datatypes (jit.test_tracer.TestTracer) ... ok (0.014s) 2022-12-01T10:10:13.2597982Z test_trace_nested_fn (jit.test_tracer.TestTracer) ... ok (0.021s) 2022-12-01T10:10:13.2598252Z test_trace_numel (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-12-01T10:10:13.2598545Z test_trace_optioanl_dtype (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-12-01T10:10:13.2598840Z test_trace_optional (jit.test_tracer.TestTracer) ... ok (0.021s) 2022-12-01T10:10:13.2599161Z test_trace_partial_func_argument_names_captured (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-12-01T10:10:13.2599460Z test_trace_random (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-12-01T10:10:13.2599883Z test_trace_records_names (jit.test_tracer.TestTracer) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:10:13.2600212Z test_trace_save (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-12-01T10:10:13.2600486Z test_trace_save_load_copy (jit.test_tracer.TestTracer) ... ok (0.040s) 2022-12-01T10:10:13.2600784Z test_trace_single_tuple (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-12-01T10:10:13.2601069Z test_trace_size (jit.test_tracer.TestTracer) ... ok (0.012s) 2022-12-01T10:10:13.2601354Z test_trace_size_with_grad (jit.test_tracer.TestTracer) ... ok (0.013s) 2022-12-01T10:10:13.2601647Z test_trace_skip_none_submodule (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-12-01T10:10:13.2601979Z test_trace_slice (jit.test_tracer.TestTracer) ... ok (0.077s) 2022-12-01T10:10:13.2602279Z test_trace_slice_expr_complete_type (jit.test_tracer.TestTracer) ... ok (0.012s) 2022-12-01T10:10:13.2602646Z test_trace_slice_full_dim (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-12-01T10:10:13.2602957Z test_trace_slice_setitem_dynamic_shape (jit.test_tracer.TestTracer) ... ok (0.012s) 2022-12-01T10:10:13.2603269Z test_trace_slice_with_grad (jit.test_tracer.TestTracer) ... ok (0.065s) 2022-12-01T10:10:13.2603553Z test_trace_tensor_factory (jit.test_tracer.TestTracer) ... ok (0.042s) 2022-12-01T10:10:13.2603867Z test_trace_topk (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-12-01T10:10:13.2604145Z test_trace_tuple (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-12-01T10:10:13.2604445Z test_trace_variable_instantiation (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-12-01T10:10:13.2604857Z test_trace_warn (jit.test_tracer.TestTracer) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:10:13.2605207Z test_trace_with_conditional_property (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-12-01T10:10:13.2605539Z test_trace_with_nested_tensor_list_output (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-12-01T10:10:13.2605847Z test_trace_with_number_list_output (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-12-01T10:10:13.2606161Z test_trace_with_tensor_list_output (jit.test_tracer.TestTracer) ... ok (0.014s) 2022-12-01T10:10:13.2606480Z test_traced_module_cuda (jit.test_tracer.TestTracer) ... skip: calls .cuda() (0.002s) 2022-12-01T10:10:13.2606803Z test_tracing_backward_hook_error (jit.test_tracer.TestTracer) ... ok (0.001s) 2022-12-01T10:10:13.2607085Z test_tracing_hooks (jit.test_tracer.TestTracer) ... ok (0.048s) 2022-12-01T10:10:13.2607378Z test_tracing_multiple_methods (jit.test_tracer.TestTracer) ... ok (0.171s) 2022-12-01T10:10:13.2607746Z test_typeas_trace_check (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-12-01T10:10:13.2608029Z test_wrapped_number (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-12-01T10:10:13.2608326Z test_assign_python_attr (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:10:13.2608724Z Assigning a new (python-only) attribute should not change type sharing ... ok (0.047s) 2022-12-01T10:10:13.2609047Z test_basic (jit.test_type_sharing.TestTypeSharing) ... ok (0.008s) 2022-12-01T10:10:13.2609366Z test_builtin_function_different (jit.test_type_sharing.TestTypeSharing) ... ok (0.010s) 2022-12-01T10:10:13.2609705Z test_builtin_function_same (jit.test_type_sharing.TestTypeSharing) ... ok (0.008s) 2022-12-01T10:10:13.2609840Z test_constants (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:10:13.2610028Z Types should be shared for identical constant values, and different for different constant values ... ok (0.015s) 2022-12-01T10:10:13.2610167Z test_diff_attr_values (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:10:13.2610305Z Types should be shared even if attribute values differ ... ok (0.009s) 2022-12-01T10:10:13.2610447Z test_failed_attribute_compilation (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:10:13.2610606Z Attributes whose type cannot be inferred should fail cleanly with nice hints ... ok (0.004s) 2022-12-01T10:10:13.2610753Z test_ignored_fns (jit.test_type_sharing.TestTypeSharing) ... ok (0.008s) 2022-12-01T10:10:13.2610879Z test_linear (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:10:13.2610993Z Simple example with a real nn Module ... ok (0.017s) 2022-12-01T10:10:13.2611150Z test_loaded_modules_work (jit.test_type_sharing.TestTypeSharing) ... ok (0.022s) 2022-12-01T10:10:13.2611317Z test_module_dict_same_type_different_name (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:10:13.2611465Z We should be able to differentiate between two ModuleDict instances ... ok (0.038s) 2022-12-01T10:10:13.2611591Z test_mutate_attr_value (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:10:13.2611739Z Mutating the value of an attribute should not change type sharing ... ok (0.019s) 2022-12-01T10:10:13.2611914Z test_param_vs_attribute (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:10:13.2612132Z The same module with an `foo` as a parameter vs. attribute shouldn't ... ok (0.008s) 2022-12-01T10:10:13.2612294Z test_python_function_attribute_different (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:10:13.2612440Z Different functions passed in should lead to different types ... ok (0.010s) 2022-12-01T10:10:13.2612596Z test_python_function_attribute_same (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:10:13.2612756Z Same functions passed in should lead to same types ... ok (0.007s) 2022-12-01T10:10:13.2612891Z test_same_but_different_classes (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:10:13.2613046Z Even if everything about the module is the same, different originating ... ok (0.022s) 2022-12-01T10:10:13.2613206Z test_script_function_attribute_different (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:10:13.2613355Z Different functions passed in should lead to different types ... ok (0.011s) 2022-12-01T10:10:13.2613509Z test_script_function_attribute_same (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:10:13.2613639Z Same functions passed in should lead to same types ... ok (0.008s) 2022-12-01T10:10:13.2613820Z test_script_module_containing_traced_module (jit.test_type_sharing.TestTypeSharing) ... ok (0.023s) 2022-12-01T10:10:13.2613952Z test_submodules (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:10:13.2614066Z If submodules differ, the types should differ. ... ok (0.046s) 2022-12-01T10:10:13.2614222Z test_tracing_gives_different_types (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:10:13.2614442Z Since we can't guarantee that methods are the same between different ... ok (0.014s) 2022-12-01T10:10:13.2614599Z test_type_not_shared_ignored_attributes (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:10:13.2614734Z Test that types are not shared if the exclusion of their ... ok (0.007s) 2022-12-01T10:10:13.2614890Z test_type_shared_ignored_attributes (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:10:13.2615022Z Test that types are shared if the exclusion of their ... ok (0.006s) 2022-12-01T10:10:13.2615172Z test_type_sharing_define_in_init (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:10:13.2615296Z Tests that types between instances of a ScriptModule ... ok (0.007s) 2022-12-01T10:10:13.2615437Z test_type_sharing_disabled (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:10:13.2615551Z Test that type sharing can be disabled. ... ok (0.020s) 2022-12-01T10:10:13.2615717Z test_annotate_outside_init (jit.test_types.TestTypesAndAnnotation) ... ok (0.006s) 2022-12-01T10:10:13.2615865Z test_bad_types (jit.test_types.TestTypesAndAnnotation) ... ok (0.002s) 2022-12-01T10:10:13.2616025Z test_ignore_with_types (jit.test_types.TestTypesAndAnnotation) ... ok (0.005s) 2022-12-01T10:10:13.2616183Z test_ignoring_module_attributes (jit.test_types.TestTypesAndAnnotation) 2022-12-01T10:10:13.2616295Z Test that module attributes can be ignored. ... ok (0.007s) 2022-12-01T10:10:13.2616466Z test_inferred_type_error_message (jit.test_types.TestTypesAndAnnotation) ... ok (0.003s) 2022-12-01T10:10:13.2616633Z test_mismatched_annotation (jit.test_types.TestTypesAndAnnotation) ... ok (0.001s) 2022-12-01T10:10:13.2616866Z test_optional_no_element_type_annotation (jit.test_types.TestTypesAndAnnotation) 2022-12-01T10:10:13.2617046Z Test that using an optional with no contained types produces an error. ... ok (0.003s) 2022-12-01T10:10:13.2617281Z test_parser_bug (jit.test_types.TestTypesAndAnnotation) ... ok (0.001s) 2022-12-01T10:10:13.2617564Z test_pep585_type (jit.test_types.TestTypesAndAnnotation) ... ok (0.009s) 2022-12-01T10:10:13.2617860Z test_python_callable (jit.test_types.TestTypesAndAnnotation) ... ok (0.002s) 2022-12-01T10:10:13.2618122Z test_reannotate (jit.test_types.TestTypesAndAnnotation) ... ok (0.002s) 2022-12-01T10:10:13.2618467Z test_tuple_no_element_type_annotation (jit.test_types.TestTypesAndAnnotation) 2022-12-01T10:10:13.2618747Z Test that using a tuple with no contained types produces an error. ... ok (0.003s) 2022-12-01T10:10:13.2618971Z test_type_annotate_py3 (jit.test_types.TestTypesAndAnnotation) ... ok (0.012s) 2022-12-01T10:10:13.2619126Z test_types_as_values (jit.test_types.TestTypesAndAnnotation) ... ok (0.011s) 2022-12-01T10:10:13.2619295Z test_unimported_type_resolution (jit.test_types.TestTypesAndAnnotation) ... ok (0.002s) 2022-12-01T10:10:13.2619424Z test_bool_list_io (jit.test_typing.TestTyping) ... ok (0.003s) 2022-12-01T10:10:13.2619602Z test_dict_comprehension (jit.test_typing.TestTyping) ... ok (0.005s) 2022-12-01T10:10:13.2619759Z test_dict_comprehension_scope (jit.test_typing.TestTyping) ... ok (0.006s) 2022-12-01T10:10:13.2619958Z test_dict_comprehension_with_type_annotation (jit.test_typing.TestTyping) ... ok (0.006s) 2022-12-01T10:10:13.2620088Z test_dict_in_not_in (jit.test_typing.TestTyping) ... ok (0.022s) 2022-12-01T10:10:13.2620235Z test_dict_invalid_annotations (jit.test_typing.TestTyping) ... ok (0.003s) 2022-12-01T10:10:13.2620664Z 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:13.2620800Z File "/var/lib/jenkins/workspace/test/jit/test_typing.py", line 90 2022-12-01T10:10:13.2620874Z def fn(): 2022-12-01T10:10:13.2620955Z l1 = [1, 2, "foo", 3] 2022-12-01T10:10:13.2621092Z ~~~~~~~~~~~~~~~ <--- HERE 2022-12-01T10:10:13.2621171Z l2 = ["foo", "bar", "baz", "qux"] 2022-12-01T10:10:13.2621289Z d: Dict[int, str] = {k : v for k, v in zip(l1, l2)} 2022-12-01T10:10:13.2621381Z (function emitListLiteral) 2022-12-01T10:10:13.2621452Z ok (0.002s) 2022-12-01T10:10:13.2621881Z 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:13.2622019Z File "/var/lib/jenkins/workspace/test/jit/test_typing.py", line 104 2022-12-01T10:10:13.2622088Z def fn(): 2022-12-01T10:10:13.2622308Z l1 = ["foo", "bar", "baz", "qux"] 2022-12-01T10:10:13.2622376Z l2 = [1, 2, "foo", 3] 2022-12-01T10:10:13.2622508Z ~~~~~~~~~~~~~~~ <--- HERE 2022-12-01T10:10:13.2622623Z d: Dict[str, int] = {k : v for k, v in zip(l1, l2)} 2022-12-01T10:10:13.2622693Z return d 2022-12-01T10:10:13.2622782Z (function emitListLiteral) 2022-12-01T10:10:13.2622852Z ok (0.002s) 2022-12-01T10:10:13.2622980Z test_for_in_dict (jit.test_typing.TestTyping) ... ok (0.009s) 2022-12-01T10:10:13.2623096Z test_for_in_string (jit.test_typing.TestTyping) ... ok (0.014s) 2022-12-01T10:10:13.2623234Z test_for_tuple_assign (jit.test_typing.TestTyping) ... ok (0.008s) 2022-12-01T10:10:13.2623364Z test_for_tuple_unpack (jit.test_typing.TestTyping) ... ok (0.017s) 2022-12-01T10:10:13.2623487Z test_list_io (jit.test_typing.TestTyping) ... ok (0.005s) 2022-12-01T10:10:13.2623619Z test_list_iterables (jit.test_typing.TestTyping) ... ok (0.001s) 2022-12-01T10:10:13.2623741Z test_list_sum (jit.test_typing.TestTyping) ... ok (0.011s) 2022-12-01T10:10:13.2623916Z test_list_type_refinement_annotation_element_mismatch (jit.test_typing.TestTyping) ... ok (0.001s) 2022-12-01T10:10:13.2624052Z test_list_unification (jit.test_typing.TestTyping) ... ok (0.009s) 2022-12-01T10:10:13.2624172Z test_multiple_assign (jit.test_typing.TestTyping) ... ok (0.009s) 2022-12-01T10:10:13.2624372Z test_namedtuple_good_error (jit.test_typing.TestTyping) ... ok (0.003s) 2022-12-01T10:10:13.2624505Z test_namedtuple_py2 (jit.test_typing.TestTyping) ... ok (0.004s) 2022-12-01T10:10:13.2624643Z test_namedtuple_redefine (jit.test_typing.TestTyping) ... ok (0.007s) 2022-12-01T10:10:13.2624771Z test_nested_list (jit.test_typing.TestTyping) ... ok (0.004s) 2022-12-01T10:10:13.2624906Z test_opt_opt_refinement (jit.test_typing.TestTyping) ... ok (0.003s) 2022-12-01T10:10:13.2625043Z test_optional_conversion (jit.test_typing.TestTyping) ... ok (0.013s) 2022-12-01T10:10:13.2625179Z test_optional_refinement (jit.test_typing.TestTyping) ... ok (0.003s) 2022-12-01T10:10:13.2625335Z test_optional_tuple (jit.test_typing.TestTyping) ... ok (0.006s) 2022-12-01T10:10:13.2625479Z test_singleton_tuple_unpack (jit.test_typing.TestTyping) ... ok (0.005s) 2022-12-01T10:10:13.2625611Z test_sum_list_diff_elms (jit.test_typing.TestTyping) ... ok (0.005s) 2022-12-01T10:10:13.2625738Z test_sum_list_empty (jit.test_typing.TestTyping) ... ok (0.005s) 2022-12-01T10:10:13.2625878Z test_sum_list_literal (jit.test_typing.TestTyping) ... ok (0.005s) 2022-12-01T10:10:13.2626046Z test_sum_list_one (jit.test_typing.TestTyping) ... ok (0.005s) 2022-12-01T10:10:13.2626285Z test_sum_list_wrong_type (jit.test_typing.TestTyping) ... ok (0.002s) 2022-12-01T10:10:13.2626549Z test_tuple_assignments (jit.test_typing.TestTyping) ... ok (0.022s) 2022-12-01T10:10:13.2626789Z test_tuple_create_return (jit.test_typing.TestTyping) ... ok (0.006s) 2022-12-01T10:10:13.2626964Z test_tuple_io (jit.test_typing.TestTyping) ... ok (0.006s) 2022-12-01T10:10:13.2627097Z test_tuple_keyword (jit.test_typing.TestTyping) ... ok (0.005s) 2022-12-01T10:10:13.2627238Z test_tuple_specialization (jit.test_typing.TestTyping) ... ok (0.006s) 2022-12-01T10:10:13.2627378Z test_check_union_annotation (jit.test_union.TestUnion) ... ok (0.004s) 2022-12-01T10:10:13.2627532Z test_union_T_None_is_equivalent_to_optional_T (jit.test_union.TestUnion) ... ok (0.011s) 2022-12-01T10:10:13.2627680Z test_union_argument_order_is_ignored (jit.test_union.TestUnion) ... ok (0.004s) 2022-12-01T10:10:13.2627838Z test_union_argument_order_is_ignored_container (jit.test_union.TestUnion) ... ok (0.004s) 2022-12-01T10:10:13.2627956Z test_union_as_annotation (jit.test_union.TestUnion) ... ok (0.003s) 2022-12-01T10:10:13.2628109Z test_union_as_annotation_in_typed_container (jit.test_union.TestUnion) ... ok (0.004s) 2022-12-01T10:10:13.2628243Z test_union_as_annotation_py2 (jit.test_union.TestUnion) ... ok (0.003s) 2022-12-01T10:10:13.2628367Z test_union_as_dict_key (jit.test_union.TestUnion) ... ok (0.008s) 2022-12-01T10:10:13.2628495Z test_union_as_dict_value (jit.test_union.TestUnion) ... ok (0.005s) 2022-12-01T10:10:13.2628634Z test_union_as_internal_tuple_type (jit.test_union.TestUnion) ... ok (0.004s) 2022-12-01T10:10:13.2628803Z test_union_branching_does_not_autoinfer_undeclared_union (jit.test_union.TestUnion) ... ok (0.002s) 2022-12-01T10:10:13.2628976Z test_union_branching_does_not_widen_existing_inferred_type (jit.test_union.TestUnion) ... ok (0.002s) 2022-12-01T10:10:13.2629136Z test_union_branching_with_union_return_and_homogenous_types (jit.test_union.TestUnion) ... ok (0.005s) 2022-12-01T10:10:13.2629301Z test_union_does_not_replace_existing_annotated_type (jit.test_union.TestUnion) ... ok (0.002s) 2022-12-01T10:10:13.2629483Z test_union_does_not_replace_existing_annotated_type_empty_container (jit.test_union.TestUnion) ... ok (0.001s) 2022-12-01T10:10:13.2629653Z test_union_does_not_replace_existing_annotated_type_union (jit.test_union.TestUnion) ... ok (0.002s) 2022-12-01T10:10:13.2629796Z test_union_in_class_constructor (jit.test_union.TestUnion) ... ok (0.005s) 2022-12-01T10:10:13.2630404Z 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:13.2630590Z "The inner type of a container is lost when " 2022-12-01T10:10:13.2630659Z ok (0.008s) 2022-12-01T10:10:13.2630811Z test_union_module_with_union_class_variable (jit.test_union.TestUnion) ... ok (0.005s) 2022-12-01T10:10:13.2630956Z test_union_module_with_union_instance_variable (jit.test_union.TestUnion) ... ok (0.010s) 2022-12-01T10:10:13.2631106Z test_union_optional_of_union_is_flattened (jit.test_union.TestUnion) ... ok (0.006s) 2022-12-01T10:10:13.2631260Z test_union_redundant_arguments_are_skipped (jit.test_union.TestUnion) ... ok (0.002s) 2022-12-01T10:10:13.2631468Z test_union_redundant_arguments_are_skipped_container (jit.test_union.TestUnion) ... ok (0.003s) 2022-12-01T10:10:13.2631634Z test_union_redundant_arguments_are_skipped_optional (jit.test_union.TestUnion) ... ok (0.003s) 2022-12-01T10:10:13.2631800Z test_union_redundant_arguments_are_skipped_subtyping (jit.test_union.TestUnion) ... ok (0.003s) 2022-12-01T10:10:13.2631932Z test_union_return_type (jit.test_union.TestUnion) ... ok (0.003s) 2022-12-01T10:10:13.2632084Z test_union_schema_matching_on_internal_type (jit.test_union.TestUnion) ... ok (0.009s) 2022-12-01T10:10:13.2632247Z test_union_serialization_preserves_type_annotations (jit.test_union.TestUnion) ... ok (0.007s) 2022-12-01T10:10:13.2632378Z test_union_subclasses_larger_union (jit.test_union.TestUnion) ... ok (0.003s) 2022-12-01T10:10:13.2632521Z test_union_subtractive_refinement (jit.test_union.TestUnion) ... ok (0.007s) 2022-12-01T10:10:13.2632683Z test_union_subtractive_refinement_with_container (jit.test_union.TestUnion) ... ok (0.007s) 2022-12-01T10:10:13.2632815Z test_union_type_refinement (jit.test_union.TestUnion) ... ok (0.005s) 2022-12-01T10:10:13.2632976Z test_union_type_refinement_internal_declaration (jit.test_union.TestUnion) ... ok (0.005s) 2022-12-01T10:10:13.2633151Z test_union_type_refinement_partial_static_refinement_tuple_rhs (jit.test_union.TestUnion) ... ok (0.007s) 2022-12-01T10:10:13.2633329Z test_union_type_refinement_partial_static_refinement_union_rhs (jit.test_union.TestUnion) ... ok (0.007s) 2022-12-01T10:10:13.2633485Z test_union_type_refinement_statically_false (jit.test_union.TestUnion) ... ok (0.003s) 2022-12-01T10:10:13.2633625Z test_union_type_refinement_statically_true (jit.test_union.TestUnion) ... ok (0.003s) 2022-12-01T10:10:13.2633769Z test_union_type_refinement_tuple_rhs (jit.test_union.TestUnion) ... ok (0.011s) 2022-12-01T10:10:13.2633935Z test_union_type_refinement_tuple_rhs_noncontained_type (jit.test_union.TestUnion) ... ok (0.008s) 2022-12-01T10:10:13.2634087Z test_union_type_refinement_tuple_rhs_union (jit.test_union.TestUnion) ... ok (0.003s) 2022-12-01T10:10:13.2634231Z test_union_type_refinement_union_rhs (jit.test_union.TestUnion) ... ok (0.004s) 2022-12-01T10:10:13.2634381Z test_union_variable_can_be_reassigned (jit.test_union.TestUnion) ... ok (0.008s) 2022-12-01T10:10:13.2634517Z test_union_with_collections (jit.test_union.TestUnion) ... ok (0.007s) 2022-12-01T10:10:13.2634655Z test_union_with_dict_assignment (jit.test_union.TestUnion) ... ok (0.033s) 2022-12-01T10:10:13.2634766Z test_union_with_enum (jit.test_union.TestUnion) ... ok (0.008s) 2022-12-01T10:10:13.2635171Z 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:13.2635253Z File "", line 3 2022-12-01T10:10:13.2635262Z 2022-12-01T10:10:13.2635327Z def fn(): 2022-12-01T10:10:13.2635480Z x: Union[List[str], List[torch.Tensor]] = [torch.add(1, x) for x in [torch.arange(5), 1]] 2022-12-01T10:10:13.2635671Z ~~~~~~~~~~~~~~~~~~~ <--- HERE 2022-12-01T10:10:13.2635829Z if torch.jit.isinstance(x, List[torch.Tensor]): 2022-12-01T10:10:13.2635918Z x.append(torch.tensor(3)) 2022-12-01T10:10:13.2636003Z (function emitListLiteral) 2022-12-01T10:10:13.2636347Z [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:13.2636413Z File "", line 3 2022-12-01T10:10:13.2636419Z 2022-12-01T10:10:13.2636482Z def fn(): 2022-12-01T10:10:13.2636656Z x: Union[List[torch.Tensor], int] = [torch.add(1, x) for x in [torch.arange(5), 1]] 2022-12-01T10:10:13.2636839Z ~~~~~~~~~~~~~~~~~~~ <--- HERE 2022-12-01T10:10:13.2636955Z if torch.jit.isinstance(x, List[torch.Tensor]): 2022-12-01T10:10:13.2637042Z x.append(torch.tensor(3)) 2022-12-01T10:10:13.2637131Z (function emitListLiteral) 2022-12-01T10:10:13.2637184Z ok (0.026s) 2022-12-01T10:10:13.2637321Z test_union_with_scalar_values (jit.test_union.TestUnion) ... ok (0.005s) 2022-12-01T10:10:13.2637471Z test_unions_of_a_single_argument_vanish (jit.test_union.TestUnion) ... ok (0.002s) 2022-12-01T10:10:13.2637617Z test_unions_of_unions_are_flattened (jit.test_union.TestUnion) ... ok (0.002s) 2022-12-01T10:10:13.2637797Z test_factory_ops_requires_grad_fail (jit.test_unsupported_ops.TestUnsupportedOps) ... ok (0.003s) 2022-12-01T10:10:13.2637947Z test_init_ops (jit.test_unsupported_ops.TestUnsupportedOps) ... ok (0.019s) 2022-12-01T10:10:13.2638105Z test_add_value_to_version_map (jit.test_upgraders.TestUpgraders) ... ok (0.002s) 2022-12-01T10:10:13.2638252Z test_aten_div_scalar_at_3 (jit.test_upgraders.TestUpgraders) ... ok (0.005s) 2022-12-01T10:10:13.2638387Z test_aten_div_tensor_at_3 (jit.test_upgraders.TestUpgraders) ... ok (0.005s) 2022-12-01T10:10:13.2638540Z test_aten_div_tensor_out_at_3 (jit.test_upgraders.TestUpgraders) ... ok (0.004s) 2022-12-01T10:10:13.2638681Z test_aten_full_at_4 (jit.test_upgraders.TestUpgraders) ... ok (0.004s) 2022-12-01T10:10:13.2638835Z test_aten_full_other_variants (jit.test_upgraders.TestUpgraders) ... ok (0.007s) 2022-12-01T10:10:13.2638979Z test_aten_full_out_at_4 (jit.test_upgraders.TestUpgraders) ... ok (0.003s) 2022-12-01T10:10:13.2639119Z test_aten_linspace (jit.test_upgraders.TestUpgraders) ... ok (0.003s) 2022-12-01T10:10:13.2639264Z test_aten_linspace_out (jit.test_upgraders.TestUpgraders) ... ok (0.004s) 2022-12-01T10:10:13.2639409Z test_aten_logspace (jit.test_upgraders.TestUpgraders) ... ok (0.003s) 2022-12-01T10:10:13.2639542Z test_aten_logspace_out (jit.test_upgraders.TestUpgraders) ... ok (0.004s) 2022-12-01T10:10:13.2639695Z test_aten_test_serialization (jit.test_upgraders.TestUpgraders) ... ok (0.007s) 2022-12-01T10:10:13.2639859Z test_populated_test_upgrader_graph (jit.test_upgraders.TestUpgraders) ... ok (0.005s) 2022-12-01T10:10:13.2640017Z test_populated_upgrader_graph (jit.test_upgraders.TestUpgraders) ... ok (0.004s) 2022-12-01T10:10:13.2640127Z test_warn (jit.test_warn.TestWarn) ... ok (0.004s) 2022-12-01T10:10:13.2640274Z test_warn_multiple_calls_multiple_warnings (jit.test_warn.TestWarn) ... ok (0.004s) 2022-12-01T10:10:13.2640424Z test_warn_multiple_calls_same_func_diff_stack (jit.test_warn.TestWarn) ... ok (0.009s) 2022-12-01T10:10:13.2640550Z test_warn_once_per_func (jit.test_warn.TestWarn) ... ok (0.008s) 2022-12-01T10:10:13.2640683Z test_warn_once_per_func_in_loop (jit.test_warn.TestWarn) ... ok (0.009s) 2022-12-01T10:10:13.2640793Z test_warn_only_once (jit.test_warn.TestWarn) ... ok (0.004s) 2022-12-01T10:10:13.2640926Z test_warn_only_once_in_loop_func (jit.test_warn.TestWarn) ... ok (0.006s) 2022-12-01T10:10:13.2641022Z test_with_as (jit.test_with.TestWith) 2022-12-01T10:10:13.2641244Z Check that with statements that use the 'as' keyword to bind expressions ... ok (0.092s) 2022-12-01T10:10:13.2641379Z test_with_errors (jit.test_with.TestWith) 2022-12-01T10:10:13.2641627Z Check that errors related to with-statements are detected and reported correctly. ... ok (0.013s) 2022-12-01T10:10:13.2641736Z test_with_exceptions (jit.test_with.TestWith) 2022-12-01T10:10:13.2641940Z Check that exceptions thrown in the bodies of with-statements are ... ok (0.023s) 2022-12-01T10:10:13.2642040Z test_with_no_as (jit.test_with.TestWith) 2022-12-01T10:10:13.2642270Z Check that with statements that do not use the 'as' keyword to bind expressions ... ok (0.071s) 2022-12-01T10:10:13.2642374Z test_with_no_grad (jit.test_with.TestWith) 2022-12-01T10:10:13.2642548Z Check that torch.no_grad() works. Most of these are adapted from ... ok (0.017s) 2022-12-01T10:10:13.2642663Z test_with_record_function (jit.test_with.TestWith) 2022-12-01T10:10:13.2643042Z Check that torch.autograd.profiler.record_function context manager is ... STAGE:2022-12-01 10:10:12 1333:1333 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:10:13.2643301Z STAGE:2022-12-01 10:10:12 1333:1333 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:10:13.2643355Z ok (0.017s) 2022-12-01T10:10:13.2643372Z 2022-12-01T10:10:13.2643557Z ---------------------------------------------------------------------- 2022-12-01T10:10:13.2643636Z Ran 2643 tests in 123.073s 2022-12-01T10:10:13.2643641Z 2022-12-01T10:10:13.2643735Z OK (skipped=122, expected failures=7) 2022-12-01T10:10:13.2643740Z 2022-12-01T10:10:13.2643822Z Generating XML reports... 2022-12-01T10:10:13.2644153Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_alias_analysis.TestAliasAnalysis-20221201100809.xml 2022-12-01T10:10:13.2644437Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_async.TestAsync-20221201100809.xml 2022-12-01T10:10:13.2644730Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_aten_pow.TestAtenPow-20221201100809.xml 2022-12-01T10:10:13.2645039Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_autodiff.TestAutodiffJit-20221201100809.xml 2022-12-01T10:10:13.2645397Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing-20221201100809.xml 2022-12-01T10:10:13.2645690Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_backends.TestBackends-20221201100809.xml 2022-12-01T10:10:13.2646023Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_backends.TestBackendsWithCompiler-20221201100809.xml 2022-12-01T10:10:13.2646311Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_batch_mm.TestBatchMM-20221201100809.xml 2022-12-01T10:10:13.2646605Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_builtins.TestBuiltins-20221201100809.xml 2022-12-01T10:10:13.2646900Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_class_type.TestClassType-20221201100809.xml 2022-12-01T10:10:13.2647191Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_complex.TestComplex-20221201100809.xml 2022-12-01T10:10:13.2647524Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_custom_operators.TestCustomOperators-20221201100809.xml 2022-12-01T10:10:13.2647868Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_dce.TestDCE-20221201100809.xml 2022-12-01T10:10:13.2648188Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_dataclasses.TestDataclasses-20221201100809.xml 2022-12-01T10:10:13.2648501Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_device_analysis.TestDeviceAnalysis-20221201100809.xml 2022-12-01T10:10:13.2648780Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestDict-20221201100809.xml 2022-12-01T10:10:13.2649100Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_dtype_analysis.TestDtypeAnalysis-20221201100809.xml 2022-12-01T10:10:13.2649482Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_dtype_analysis.TestDtypeCustomRulesCPU-20221201100809.xml 2022-12-01T10:10:13.2649753Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_enum.TestEnum-20221201100809.xml 2022-12-01T10:10:13.2650062Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_export_modes.TestExportModes-20221201100809.xml 2022-12-01T10:10:13.2650355Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestFreezing-20221201100809.xml 2022-12-01T10:10:13.2650643Z Generated XML report: test-reports/python-unittest/test_jit/TEST-TestFrontend-20221201100809.xml 2022-12-01T10:10:13.2650975Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestFrozenOptimizations-20221201100809.xml 2022-12-01T10:10:13.2651304Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_functional_blocks.TestFunctionalBlocks-20221201100809.xml 2022-12-01T10:10:13.2651678Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_convert_activation.TestFunctionalToInplaceActivation-20221201100809.xml 2022-12-01T10:10:13.2651979Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_attr.TestGetDefaultAttr-20221201100809.xml 2022-12-01T10:10:13.2652320Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_graph_rewrite_passes.TestGraphRewritePasses-20221201100809.xml 2022-12-01T10:10:13.2652591Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_hash.TestHash-20221201100809.xml 2022-12-01T10:10:13.2652869Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_hooks.TestHooks-20221201100809.xml 2022-12-01T10:10:13.2653180Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_ignorable_args.TestIgnorableArgs-20221201100809.xml 2022-12-01T10:10:13.2653537Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_ignore_context_manager.TestIgnoreContextManager-20221201100809.xml 2022-12-01T10:10:13.2653925Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_convert_activation.TestInplaceToFunctionalActivation-20221201100809.xml 2022-12-01T10:10:13.2654232Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_isinstance.TestIsinstance-20221201100809.xml 2022-12-01T10:10:13.2654477Z Generated XML report: test-reports/python-unittest/test_jit/TEST-TestJit-20221201100809.xml 2022-12-01T10:10:13.2654759Z Generated XML report: test-reports/python-unittest/test_jit/TEST-TestJitGeneratedModule-20221201100809.xml 2022-12-01T10:10:13.2655048Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_jit_utils.TestJitUtils-20221201100809.xml 2022-12-01T10:10:13.2655321Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestList-20221201100809.xml 2022-12-01T10:10:13.2655608Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_logging.TestLogging-20221201100809.xml 2022-12-01T10:10:13.2655934Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestMKLDNNReinplacing-20221201100809.xml 2022-12-01T10:10:13.2656201Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_misc.TestMisc-20221201100809.xml 2022-12-01T10:10:13.2656519Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_tracer.TestMixTracingScripting-20221201100809.xml 2022-12-01T10:10:13.2656799Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_models.TestModels-20221201100809.xml 2022-12-01T10:10:13.2657101Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_module_apis.TestModuleAPIs-20221201100809.xml 2022-12-01T10:10:13.2657431Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_module_containers.TestModuleContainers-20221201100809.xml 2022-12-01T10:10:13.2657794Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_module_interface.TestModuleInterface-20221201100809.xml 2022-12-01T10:10:13.2658080Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_modules.TestModules-20221201100809.xml 2022-12-01T10:10:13.2658373Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestNamedTuple-20221201100809.xml 2022-12-01T10:10:13.2658680Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_backend_nnapi.TestNnapiBackend-20221201100809.xml 2022-12-01T10:10:13.2659068Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_op_decompositions.TestOpDecompositions-20221201100809.xml 2022-12-01T10:10:13.2659499Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo-20221201100809.xml 2022-12-01T10:10:13.2659841Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_parametrization.TestParametrization-20221201100809.xml 2022-12-01T10:10:13.2660141Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_peephole.TestPeephole-20221201100809.xml 2022-12-01T10:10:13.2660421Z Generated XML report: test-reports/python-unittest/test_jit/TEST-TestProducerVersion-20221201100809.xml 2022-12-01T10:10:13.2660707Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_profiler.TestProfiler-20221201100809.xml 2022-12-01T10:10:13.2661033Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_python_bindings.TestPythonBindings-20221201100809.xml 2022-12-01T10:10:13.2661363Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_python_builtins.TestPythonBuiltinOP-20221201100809.xml 2022-12-01T10:10:13.2661649Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_python_ir.TestPythonIr-20221201100809.xml 2022-12-01T10:10:13.2661975Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_recursive_script.TestRecursiveScript-20221201100809.xml 2022-12-01T10:10:13.2662454Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_remove_mutation.TestRemoveMutation-20221201100809.xml 2022-12-01T10:10:13.2662751Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_save_load.TestSaveLoad-20221201100809.xml 2022-12-01T10:10:13.2663107Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_save_load_for_op_version.TestSaveLoadForOpVersion-20221201100809.xml 2022-12-01T10:10:13.2663365Z Generated XML report: test-reports/python-unittest/test_jit/TEST-TestScript-20221201100809.xml 2022-12-01T10:10:13.2663664Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestScriptDict-20221201100809.xml 2022-12-01T10:10:13.2663943Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestScriptList-20221201100809.xml 2022-12-01T10:10:13.2664364Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation-20221201100809.xml 2022-12-01T10:10:13.2664684Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_script_profile.TestScriptProfile-20221201100809.xml 2022-12-01T10:10:13.2664960Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_slice.TestSlice-20221201100809.xml 2022-12-01T10:10:13.2665245Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_sparse.TestSparse-20221201100809.xml 2022-12-01T10:10:13.2665584Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_string_formatting.TestStringFormatting-20221201100809.xml 2022-12-01T10:10:13.2665945Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis-20221201100809.xml 2022-12-01T10:10:13.2666260Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_builtins.TestTensorBuiltins-20221201100809.xml 2022-12-01T10:10:13.2666652Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_tensor_creation_ops.TestTensorCreationOps-20221201100809.xml 2022-12-01T10:10:13.2666968Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_tensor_methods.TestTensorMethods-20221201100809.xml 2022-12-01T10:10:13.2667254Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_torchbind.TestTorchbind-20221201100809.xml 2022-12-01T10:10:13.2667535Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_tracer.TestTracer-20221201100809.xml 2022-12-01T10:10:13.2667877Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_type_sharing.TestTypeSharing-20221201100809.xml 2022-12-01T10:10:13.2668195Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_types.TestTypesAndAnnotation-20221201100809.xml 2022-12-01T10:10:13.2668477Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_typing.TestTyping-20221201100809.xml 2022-12-01T10:10:13.2668754Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_union.TestUnion-20221201100809.xml 2022-12-01T10:10:13.2669075Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_unsupported_ops.TestUnsupportedOps-20221201100809.xml 2022-12-01T10:10:13.2669375Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_upgraders.TestUpgraders-20221201100809.xml 2022-12-01T10:10:13.2669642Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_warn.TestWarn-20221201100809.xml 2022-12-01T10:10:13.2669902Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_with.TestWith-20221201100809.xml 2022-12-01T10:10:13.2670220Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_data_parallel.TestDataParallel-20221201100809.xml 2022-12-01T10:10:13.2670539Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_save_load.TestSaveLoadFlatbuffer-20221201100809.xml 2022-12-01T10:10:13.2670548Z 2022-12-01T10:10:13.2670907Z ##[endgroup] 2022-12-01T10:10:13.2671164Z FINISHED PRINTING LOG FILE of test_jit (/var/lib/jenkins/workspace/test/test-reports/test_jit_9r7_tey0) 2022-12-01T10:10:13.2671170Z 2022-12-01T10:10:14.7156583Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:10:14.7755351Z Ignoring disabled issues: [] 2022-12-01T10:10:14.7891901Z Running test_jit_fuser_te ... [2022-12-01 10:10:14.788903] 2022-12-01T10:10:14.7893993Z Executing ['/opt/conda/bin/python', '-bb', 'test_jit_fuser_te.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:10:14.789176] 2022-12-01T10:11:56.5908623Z 2022-12-01T10:11:56.5909172Z Expand the folded group to see the log file of test_proxy_tensor 2022-12-01T10:11:56.5911194Z ##[group]PRINTING LOG FILE of test_proxy_tensor (/var/lib/jenkins/workspace/test/test-reports/test_proxy_tensor_g_98sgkt) 2022-12-01T10:11:56.5912216Z Test results will be stored in test-reports/python-unittest/test_proxy_tensor 2022-12-01T10:11:56.5912516Z 2022-12-01T10:11:56.5914262Z Running tests... 2022-12-01T10:11:56.5914841Z ---------------------------------------------------------------------- 2022-12-01T10:11:56.5915348Z test_alias (__main__.TestFakeProxyTensor) ... ok (0.025s) 2022-12-01T10:11:56.5915777Z test_issue82547 (__main__.TestFakeProxyTensor) ... ok (0.005s) 2022-12-01T10:11:56.5916205Z test_use_fake_and_tensor (__main__.TestFakeProxyTensor) ... ok (0.006s) 2022-12-01T10:11:56.5916668Z test_allclose (__main__.TestGenericProxyTensorFake) ... ok (0.003s) 2022-12-01T10:11:56.5921389Z test_amp_cache (__main__.TestGenericProxyTensorFake) ... skip: CUDA-only test (0.001s) 2022-12-01T10:11:56.5921991Z test_constant_blowup (__main__.TestGenericProxyTensorFake) ... ok (0.004s) 2022-12-01T10:11:56.5922604Z test_constant_proxy_tensor_mut (__main__.TestGenericProxyTensorFake) ... ok (0.007s) 2022-12-01T10:11:56.5923187Z test_constant_random (__main__.TestGenericProxyTensorFake) ... ok (0.003s) 2022-12-01T10:11:56.5923889Z test_constant_unbind (__main__.TestGenericProxyTensorFake) ... ok (0.004s) 2022-12-01T10:11:56.5924200Z test_decomp_of_capture (__main__.TestGenericProxyTensorFake) ... ok (0.004s) 2022-12-01T10:11:56.5924593Z test_decomposition_interpreter (__main__.TestGenericProxyTensorFake) ... ok (0.006s) 2022-12-01T10:11:56.5924922Z test_has_proxy (__main__.TestGenericProxyTensorFake) ... ok (0.003s) 2022-12-01T10:11:56.5925274Z test_inplace_metadata (__main__.TestGenericProxyTensorFake) ... ok (0.004s) 2022-12-01T10:11:56.5925782Z test_isolated_graphmodule (__main__.TestGenericProxyTensorFake) ... ok (0.037s) 2022-12-01T10:11:56.5926193Z test_make_fx_model_double_param (__main__.TestGenericProxyTensorFake) ... ok (0.005s) 2022-12-01T10:11:56.5926546Z test_make_fx_model_fwd_bwd (__main__.TestGenericProxyTensorFake) ... ok (0.034s) 2022-12-01T10:11:56.5927125Z test_make_fx_model_fwd_bwd_wgtupdate (__main__.TestGenericProxyTensorFake) ... ok (0.027s) 2022-12-01T10:11:56.5927754Z test_make_fx_overloads (__main__.TestGenericProxyTensorFake) ... ok (0.006s) 2022-12-01T10:11:56.5928357Z test_make_fx_reentrant_dispatch (__main__.TestGenericProxyTensorFake) ... ok (0.005s) 2022-12-01T10:11:56.5928967Z test_make_fx_simple (__main__.TestGenericProxyTensorFake) ... ok (0.004s) 2022-12-01T10:11:56.5929327Z test_mode_tracing_factory_function (__main__.TestGenericProxyTensorFake) ... ok (0.004s) 2022-12-01T10:11:56.5929791Z test_partial_decomp (__main__.TestGenericProxyTensorFake) ... ok (0.012s) 2022-12-01T10:11:56.5930153Z test_proxy_tensor (__main__.TestGenericProxyTensorFake) ... ok (0.021s) 2022-12-01T10:11:56.5930618Z test_proxy_tensor_mode_with_decomp_table_preserves_proxy (__main__.TestGenericProxyTensorFake) ... ok (0.004s) 2022-12-01T10:11:56.5931210Z test_resnet18_backward_trace (__main__.TestGenericProxyTensorFake) ... ok (1.610s) 2022-12-01T10:11:56.5931747Z test_scalar_device (__main__.TestGenericProxyTensorFake) ... ok (0.005s) 2022-12-01T10:11:56.5932246Z test_strides (__main__.TestGenericProxyTensorFake) ... ok (0.007s) 2022-12-01T10:11:56.5932803Z test_tensor_constants (__main__.TestGenericProxyTensorFake) ... ok (0.005s) 2022-12-01T10:11:56.5933394Z test_trace_subclasses (__main__.TestGenericProxyTensorFake) ... ok (0.009s) 2022-12-01T10:11:56.5933968Z test_varargs (__main__.TestGenericProxyTensorFake) ... ok (0.005s) 2022-12-01T10:11:56.5934499Z test_allclose (__main__.TestGenericProxyTensorReal) ... ok (0.002s) 2022-12-01T10:11:56.5934950Z test_amp_cache (__main__.TestGenericProxyTensorReal) ... skip: CUDA-only test (0.001s) 2022-12-01T10:11:56.5935296Z test_constant_blowup (__main__.TestGenericProxyTensorReal) ... ok (0.003s) 2022-12-01T10:11:56.5935627Z test_constant_proxy_tensor_mut (__main__.TestGenericProxyTensorReal) ... ok (0.005s) 2022-12-01T10:11:56.5935957Z test_constant_random (__main__.TestGenericProxyTensorReal) ... ok (0.003s) 2022-12-01T10:11:56.5936314Z test_constant_unbind (__main__.TestGenericProxyTensorReal) ... ok (0.003s) 2022-12-01T10:11:56.5936675Z test_decomp_of_capture (__main__.TestGenericProxyTensorReal) ... ok (0.004s) 2022-12-01T10:11:56.5937008Z test_decomposition_interpreter (__main__.TestGenericProxyTensorReal) ... ok (0.005s) 2022-12-01T10:11:56.5937378Z test_has_proxy (__main__.TestGenericProxyTensorReal) ... ok (0.003s) 2022-12-01T10:11:56.5937727Z test_inplace_metadata (__main__.TestGenericProxyTensorReal) ... ok (0.003s) 2022-12-01T10:11:56.5938117Z test_isolated_graphmodule (__main__.TestGenericProxyTensorReal) ... ok (0.039s) 2022-12-01T10:11:56.5938511Z test_make_fx_model_double_param (__main__.TestGenericProxyTensorReal) ... ok (0.005s) 2022-12-01T10:11:56.5938983Z test_make_fx_model_fwd_bwd (__main__.TestGenericProxyTensorReal) ... ok (0.014s) 2022-12-01T10:11:56.5939460Z test_make_fx_model_fwd_bwd_wgtupdate (__main__.TestGenericProxyTensorReal) ... ok (0.016s) 2022-12-01T10:11:56.5939940Z test_make_fx_overloads (__main__.TestGenericProxyTensorReal) ... ok (0.004s) 2022-12-01T10:11:56.5986130Z test_make_fx_reentrant_dispatch (__main__.TestGenericProxyTensorReal) ... ok (0.004s) 2022-12-01T10:11:56.5986670Z test_make_fx_simple (__main__.TestGenericProxyTensorReal) ... ok (0.003s) 2022-12-01T10:11:56.5987235Z test_mode_tracing_factory_function (__main__.TestGenericProxyTensorReal) ... ok (0.003s) 2022-12-01T10:11:56.5987796Z test_partial_decomp (__main__.TestGenericProxyTensorReal) ... ok (0.009s) 2022-12-01T10:11:56.5988299Z test_proxy_tensor (__main__.TestGenericProxyTensorReal) ... ok (0.014s) 2022-12-01T10:11:56.5989061Z test_proxy_tensor_mode_with_decomp_table_preserves_proxy (__main__.TestGenericProxyTensorReal) ... ok (0.004s) 2022-12-01T10:11:56.5989626Z test_resnet18_backward_trace (__main__.TestGenericProxyTensorReal) ... ok (1.262s) 2022-12-01T10:11:56.5990142Z test_scalar_device (__main__.TestGenericProxyTensorReal) ... ok (0.004s) 2022-12-01T10:11:56.5990631Z test_strides (__main__.TestGenericProxyTensorReal) ... ok (0.007s) 2022-12-01T10:11:56.5991114Z test_tensor_constants (__main__.TestGenericProxyTensorReal) ... ok (0.004s) 2022-12-01T10:11:56.5991624Z test_trace_subclasses (__main__.TestGenericProxyTensorReal) ... ok (0.007s) 2022-12-01T10:11:56.5992163Z test_varargs (__main__.TestGenericProxyTensorReal) ... ok (0.004s) 2022-12-01T10:11:56.5992683Z test_allclose (__main__.TestGenericProxyTensorSymbolic) ... ok (0.052s) 2022-12-01T10:11:56.5993427Z test_amp_cache (__main__.TestGenericProxyTensorSymbolic) ... skip: CUDA-only test (0.001s) 2022-12-01T10:11:56.5994010Z test_constant_blowup (__main__.TestGenericProxyTensorSymbolic) ... ok (0.005s) 2022-12-01T10:11:56.5994576Z test_constant_proxy_tensor_mut (__main__.TestGenericProxyTensorSymbolic) ... ok (0.007s) 2022-12-01T10:11:56.5995135Z test_constant_random (__main__.TestGenericProxyTensorSymbolic) ... ok (0.004s) 2022-12-01T10:11:56.5995706Z test_constant_unbind (__main__.TestGenericProxyTensorSymbolic) ... ok (0.004s) 2022-12-01T10:11:56.5996271Z test_decomp_of_capture (__main__.TestGenericProxyTensorSymbolic) ... ok (0.004s) 2022-12-01T10:11:56.5996859Z test_decomposition_interpreter (__main__.TestGenericProxyTensorSymbolic) ... ok (0.020s) 2022-12-01T10:11:56.5997397Z test_has_proxy (__main__.TestGenericProxyTensorSymbolic) ... ok (0.003s) 2022-12-01T10:11:56.5998034Z test_inplace_metadata (__main__.TestGenericProxyTensorSymbolic) ... expected failure (0.006s) 2022-12-01T10:11:56.5998648Z test_isolated_graphmodule (__main__.TestGenericProxyTensorSymbolic) ... ok (0.038s) 2022-12-01T10:11:56.5999243Z test_make_fx_model_double_param (__main__.TestGenericProxyTensorSymbolic) ... ok (0.005s) 2022-12-01T10:11:56.5999840Z test_make_fx_model_fwd_bwd (__main__.TestGenericProxyTensorSymbolic) ... expected failure (0.074s) 2022-12-01T10:11:56.6001371Z test_make_fx_model_fwd_bwd_wgtupdate (__main__.TestGenericProxyTensorSymbolic) ... expected failure (0.050s) 2022-12-01T10:11:56.6002024Z test_make_fx_overloads (__main__.TestGenericProxyTensorSymbolic) ... expected failure (0.008s) 2022-12-01T10:11:56.6002632Z test_make_fx_reentrant_dispatch (__main__.TestGenericProxyTensorSymbolic) ... ok (0.014s) 2022-12-01T10:11:56.6003602Z test_make_fx_simple (__main__.TestGenericProxyTensorSymbolic) ... ok (0.008s) 2022-12-01T10:11:56.6004230Z test_mode_tracing_factory_function (__main__.TestGenericProxyTensorSymbolic) ... expected failure (0.005s) 2022-12-01T10:11:56.6004944Z test_partial_decomp (__main__.TestGenericProxyTensorSymbolic) ... ok (0.013s) 2022-12-01T10:11:56.6005587Z test_proxy_tensor (__main__.TestGenericProxyTensorSymbolic) ... expected failure (0.058s) 2022-12-01T10:11:56.6006270Z test_proxy_tensor_mode_with_decomp_table_preserves_proxy (__main__.TestGenericProxyTensorSymbolic) ... ok (0.004s) 2022-12-01T10:11:56.6006993Z test_resnet18_backward_trace (__main__.TestGenericProxyTensorSymbolic) ... expected failure (3.420s) 2022-12-01T10:11:56.6007744Z test_scalar_device (__main__.TestGenericProxyTensorSymbolic) ... ok (0.009s) 2022-12-01T10:11:56.6008536Z test_strides (__main__.TestGenericProxyTensorSymbolic) ... ok (0.007s) 2022-12-01T10:11:56.6009152Z test_tensor_constants (__main__.TestGenericProxyTensorSymbolic) ... ok (0.005s) 2022-12-01T10:11:56.6009878Z test_trace_subclasses (__main__.TestGenericProxyTensorSymbolic) ... expected failure (0.004s) 2022-12-01T10:11:56.6010637Z test_varargs (__main__.TestGenericProxyTensorSymbolic) ... ok (0.009s) 2022-12-01T10:11:56.6011375Z test_make_fx_exhaustive_H_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:11:56.6012108Z test_make_fx_exhaustive_T_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-12-01T10:11:56.6012968Z test_make_fx_exhaustive___getitem___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.063s) 2022-12-01T10:11:56.6013765Z test_make_fx_exhaustive___radd___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:11:56.6014537Z test_make_fx_exhaustive___rdiv___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-12-01T10:11:56.6015335Z test_make_fx_exhaustive___rmatmul___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.063s) 2022-12-01T10:11:56.6016134Z test_make_fx_exhaustive___rmod___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-12-01T10:11:56.6016921Z test_make_fx_exhaustive___rmul___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:11:56.6018859Z test_make_fx_exhaustive___rpow___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /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:11:56.6020136Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:11:56.6020634Z ok (0.038s) 2022-12-01T10:11:56.6021222Z test_make_fx_exhaustive___rsub___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-12-01T10:11:56.6021975Z test_make_fx_exhaustive_abs_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:11:56.6022914Z test_make_fx_exhaustive_acos_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:11:56.6023847Z test_make_fx_exhaustive_acosh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:11:56.6024628Z test_make_fx_exhaustive_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-12-01T10:11:56.6025389Z test_make_fx_exhaustive_addbmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:11:56.6026197Z test_make_fx_exhaustive_addcdiv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-12-01T10:11:56.6026999Z test_make_fx_exhaustive_addcmul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-12-01T10:11:56.6027782Z test_make_fx_exhaustive_addmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:11:56.6028603Z test_make_fx_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:11:56.6029417Z test_make_fx_exhaustive_addmv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:11:56.6030201Z test_make_fx_exhaustive_addr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:11:56.6030951Z test_make_fx_exhaustive_all_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-12-01T10:11:56.6031773Z test_make_fx_exhaustive_allclose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:11:56.6032602Z test_make_fx_exhaustive_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.058s) 2022-12-01T10:11:56.6033367Z test_make_fx_exhaustive_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.058s) 2022-12-01T10:11:56.6034958Z test_make_fx_exhaustive_aminmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... [W Resize.cpp:24] Warning: 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). (function resize_output_check) 2022-12-01T10:11:56.6037358Z [W Resize.cpp:24] Warning: 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). (function resize_output_check) 2022-12-01T10:11:56.6040441Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:11:56.6041878Z r = func(*args, **kwargs) 2022-12-01T10:11:56.6042267Z ok (0.021s) 2022-12-01T10:11:56.6042846Z test_make_fx_exhaustive_angle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:11:56.6043614Z test_make_fx_exhaustive_any_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-12-01T10:11:56.6044400Z test_make_fx_exhaustive_arange_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.079s) 2022-12-01T10:11:56.6045192Z test_make_fx_exhaustive_argmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-12-01T10:11:56.6045952Z test_make_fx_exhaustive_argmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-12-01T10:11:56.6046734Z test_make_fx_exhaustive_argsort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.086s) 2022-12-01T10:11:56.6047587Z test_make_fx_exhaustive_argwhere_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:11:56.6048396Z test_make_fx_exhaustive_as_strided_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:11:56.6049200Z test_make_fx_exhaustive_as_strided_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:11:56.6050004Z test_make_fx_exhaustive_asin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:11:56.6050774Z test_make_fx_exhaustive_asinh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:11:56.6051542Z test_make_fx_exhaustive_atan2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-12-01T10:11:56.6052295Z test_make_fx_exhaustive_atan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:11:56.6053053Z test_make_fx_exhaustive_atanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:11:56.6053850Z test_make_fx_exhaustive_atleast_1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:11:56.6054630Z test_make_fx_exhaustive_atleast_2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:11:56.6055514Z test_make_fx_exhaustive_atleast_3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:11:56.6056180Z test_make_fx_exhaustive_baddbmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:11:56.6056794Z test_make_fx_exhaustive_bernoulli_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:11:56.6057448Z test_make_fx_exhaustive_bfloat16_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:11:56.6058121Z test_make_fx_exhaustive_block_diag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:11:56.6058762Z test_make_fx_exhaustive_bmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:11:56.6059312Z test_make_fx_exhaustive_bool_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:11:56.6059804Z test_make_fx_exhaustive_broadcast_shapes_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:11:56.6060436Z test_make_fx_exhaustive_broadcast_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:11:56.6061063Z test_make_fx_exhaustive_broadcast_to_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-12-01T10:11:56.6061433Z test_make_fx_exhaustive_bucketize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.075s) 2022-12-01T10:11:56.6061783Z test_make_fx_exhaustive_byte_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:11:56.6062289Z test_make_fx_exhaustive_cartesian_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:11:56.6062666Z test_make_fx_exhaustive_cat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:11:56.6063004Z test_make_fx_exhaustive_cdist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.397s) 2022-12-01T10:11:56.6063362Z test_make_fx_exhaustive_ceil_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:11:56.6064232Z test_make_fx_exhaustive_chalf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:11:56.6064755Z r = func(*args, **kwargs) 2022-12-01T10:11:56.6064924Z ok (0.016s) 2022-12-01T10:11:56.6065191Z test_make_fx_exhaustive_char_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:11:56.6065947Z test_make_fx_exhaustive_cholesky_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-12-01T10:11:56.6066411Z L = torch.cholesky(A) 2022-12-01T10:11:56.6066592Z should be replaced with 2022-12-01T10:11:56.6066796Z L = torch.linalg.cholesky(A) 2022-12-01T10:11:56.6066981Z and 2022-12-01T10:11:56.6067152Z U = torch.cholesky(A, upper=True) 2022-12-01T10:11:56.6067363Z should be replaced with 2022-12-01T10:11:56.6067570Z U = torch.linalg.cholesky(A).mH(). 2022-12-01T10:11:56.6067974Z 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:11:56.6068356Z r = func(*args, **kwargs) 2022-12-01T10:11:56.6068536Z ok (0.068s) 2022-12-01T10:11:56.6068814Z test_make_fx_exhaustive_cholesky_inverse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-12-01T10:11:56.6069181Z test_make_fx_exhaustive_cholesky_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.045s) 2022-12-01T10:11:56.6069548Z test_make_fx_exhaustive_chunk_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:11:56.6069902Z test_make_fx_exhaustive_clamp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-12-01T10:11:56.6070253Z test_make_fx_exhaustive_clamp_max_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-12-01T10:11:56.6070618Z test_make_fx_exhaustive_clamp_min_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:11:56.6070975Z test_make_fx_exhaustive_clone_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-12-01T10:11:56.6071334Z test_make_fx_exhaustive_column_stack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:11:56.6071778Z test_make_fx_exhaustive_combinations_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.157s) 2022-12-01T10:11:56.6072143Z test_make_fx_exhaustive_complex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-12-01T10:11:56.6072502Z test_make_fx_exhaustive_conj_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:11:56.6072865Z test_make_fx_exhaustive_conj_physical_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:11:56.6073272Z test_make_fx_exhaustive_constant_pad_nd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.163s) 2022-12-01T10:11:56.6073648Z test_make_fx_exhaustive_contiguous_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:11:56.6074010Z test_make_fx_exhaustive_copysign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-12-01T10:11:56.6074380Z test_make_fx_exhaustive_corrcoef_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:11:56.6074747Z test_make_fx_exhaustive_cos_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:11:56.6075096Z test_make_fx_exhaustive_cosh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:11:56.6075456Z test_make_fx_exhaustive_count_nonzero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.059s) 2022-12-01T10:11:56.6075825Z test_make_fx_exhaustive_cov_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:11:56.6076194Z test_make_fx_exhaustive_cross_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:11:56.6076554Z test_make_fx_exhaustive_cummax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:11:56.6076911Z test_make_fx_exhaustive_cummin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:11:56.6077260Z test_make_fx_exhaustive_cumprod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:11:56.6077637Z test_make_fx_exhaustive_cumsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:11:56.6078309Z test_make_fx_exhaustive_cumulative_trapezoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-12-01T10:11:56.6078781Z test_make_fx_exhaustive_deg2rad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:11:56.6079129Z test_make_fx_exhaustive_diag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-12-01T10:11:56.6079492Z test_make_fx_exhaustive_diag_embed_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-12-01T10:11:56.6079866Z test_make_fx_exhaustive_diagflat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:11:56.6080221Z test_make_fx_exhaustive_diagonal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.045s) 2022-12-01T10:11:56.6080593Z test_make_fx_exhaustive_diagonal_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-12-01T10:11:56.6080954Z test_make_fx_exhaustive_diff_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.362s) 2022-12-01T10:11:56.6081306Z test_make_fx_exhaustive_digamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:11:56.6081643Z test_make_fx_exhaustive_dist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.166s) 2022-12-01T10:11:56.6082011Z test_make_fx_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-12-01T10:11:56.6082400Z test_make_fx_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-12-01T10:11:56.6082777Z test_make_fx_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-12-01T10:11:56.6083129Z test_make_fx_exhaustive_dot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:11:56.6083527Z test_make_fx_exhaustive_double_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:11:56.6083877Z test_make_fx_exhaustive_dsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:11:56.6084218Z test_make_fx_exhaustive_dstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:11:56.6084568Z test_make_fx_exhaustive_einsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.060s) 2022-12-01T10:11:56.6084929Z test_make_fx_exhaustive_empty_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:11:56.6085352Z test_make_fx_exhaustive_empty_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:11:56.6085716Z test_make_fx_exhaustive_eq_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-12-01T10:11:56.6086081Z test_make_fx_exhaustive_equal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:11:56.6086448Z test_make_fx_exhaustive_erf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:11:56.6086792Z test_make_fx_exhaustive_erfc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:11:56.6087132Z test_make_fx_exhaustive_erfinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:11:56.6087551Z test_make_fx_exhaustive_exp2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:11:56.6087908Z test_make_fx_exhaustive_exp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:11:56.6088258Z test_make_fx_exhaustive_expand_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:11:56.6088647Z test_make_fx_exhaustive_expand_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-12-01T10:11:56.6089018Z test_make_fx_exhaustive_expm1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:11:56.6089370Z test_make_fx_exhaustive_eye_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.404s) 2022-12-01T10:11:56.6089714Z test_make_fx_exhaustive_fft_fft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:11:56.6090069Z test_make_fx_exhaustive_fft_fft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:11:56.6090428Z test_make_fx_exhaustive_fft_fftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-12-01T10:11:56.6090793Z test_make_fx_exhaustive_fft_fftshift_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:11:56.6091145Z test_make_fx_exhaustive_fft_hfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-12-01T10:11:56.6091497Z test_make_fx_exhaustive_fft_hfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-12-01T10:11:56.6091857Z test_make_fx_exhaustive_fft_hfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-12-01T10:11:56.6092217Z test_make_fx_exhaustive_fft_ifft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:11:56.6092553Z test_make_fx_exhaustive_fft_ifft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:11:56.6093061Z test_make_fx_exhaustive_fft_ifftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:11:56.6093455Z test_make_fx_exhaustive_fft_ifftshift_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:11:56.6093976Z test_make_fx_exhaustive_fft_ihfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:11:56.6094474Z test_make_fx_exhaustive_fft_ihfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-12-01T10:11:56.6095038Z test_make_fx_exhaustive_fft_ihfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-12-01T10:11:56.6095620Z test_make_fx_exhaustive_fft_irfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:11:56.6096327Z test_make_fx_exhaustive_fft_irfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:11:56.6096913Z test_make_fx_exhaustive_fft_irfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:11:56.6097512Z test_make_fx_exhaustive_fft_rfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:11:56.6098063Z test_make_fx_exhaustive_fft_rfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:11:56.6098642Z test_make_fx_exhaustive_fft_rfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:11:56.6099253Z test_make_fx_exhaustive_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:11:56.6099852Z test_make_fx_exhaustive_flatten_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:11:56.6100449Z test_make_fx_exhaustive_flip_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:11:56.6101018Z test_make_fx_exhaustive_fliplr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:11:56.6101537Z test_make_fx_exhaustive_flipud_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:11:56.6101961Z test_make_fx_exhaustive_float_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:11:56.6102493Z test_make_fx_exhaustive_float_power_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-12-01T10:11:56.6102844Z test_make_fx_exhaustive_floor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:11:56.6103218Z test_make_fx_exhaustive_floor_divide_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-12-01T10:11:56.6103582Z test_make_fx_exhaustive_fmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-12-01T10:11:56.6103934Z test_make_fx_exhaustive_fmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-12-01T10:11:56.6104276Z test_make_fx_exhaustive_fmod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-12-01T10:11:56.6104622Z test_make_fx_exhaustive_frac_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:11:56.6104978Z test_make_fx_exhaustive_frexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:11:56.6105326Z test_make_fx_exhaustive_full_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-12-01T10:11:56.6105696Z test_make_fx_exhaustive_gather_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:11:56.6106054Z test_make_fx_exhaustive_ge_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:11:56.6106410Z test_make_fx_exhaustive_geqrf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.134s) 2022-12-01T10:11:56.6106754Z test_make_fx_exhaustive_gradient_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.161s) 2022-12-01T10:11:56.6107114Z test_make_fx_exhaustive_gt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:11:56.6107462Z test_make_fx_exhaustive_half_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:11:56.6107819Z test_make_fx_exhaustive_heaviside_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-12-01T10:11:56.6108170Z test_make_fx_exhaustive_histc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.290s) 2022-12-01T10:11:56.6108587Z test_make_fx_exhaustive_histogram_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.381s) 2022-12-01T10:11:56.6108964Z test_make_fx_exhaustive_histogramdd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.589s) 2022-12-01T10:11:56.6109317Z test_make_fx_exhaustive_hsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:11:56.6109673Z test_make_fx_exhaustive_hstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:11:56.6110131Z test_make_fx_exhaustive_hypot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-12-01T10:11:56.6110501Z test_make_fx_exhaustive_i0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-12-01T10:11:56.6110847Z test_make_fx_exhaustive_igamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:11:56.6111210Z test_make_fx_exhaustive_igammac_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:11:56.6111568Z test_make_fx_exhaustive_index_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-12-01T10:11:56.6111997Z test_make_fx_exhaustive_index_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:11:56.6112354Z test_make_fx_exhaustive_index_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:11:56.6112744Z test_make_fx_exhaustive_index_put_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:11:56.6113674Z test_make_fx_exhaustive_index_reduce_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:11:56.6114225Z r = func(*args, **kwargs) 2022-12-01T10:11:56.6114404Z ok (0.121s) 2022-12-01T10:11:56.6114664Z test_make_fx_exhaustive_index_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:11:56.6115026Z test_make_fx_exhaustive_inner_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:11:56.6115375Z test_make_fx_exhaustive_int_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:11:56.6115727Z test_make_fx_exhaustive_isclose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.116s) 2022-12-01T10:11:56.6116073Z test_make_fx_exhaustive_isfinite_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:11:56.6116429Z test_make_fx_exhaustive_isin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:11:56.6116777Z test_make_fx_exhaustive_isinf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:11:56.6117110Z test_make_fx_exhaustive_isnan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:11:56.6117456Z test_make_fx_exhaustive_isneginf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:11:56.6117816Z test_make_fx_exhaustive_isposinf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:11:56.6118172Z test_make_fx_exhaustive_isreal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:11:56.6119097Z test_make_fx_exhaustive_istft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:11:56.6119671Z r = func(*args, **kwargs) 2022-12-01T10:11:56.6119869Z expected failure (0.010s) 2022-12-01T10:11:56.6120191Z test_make_fx_exhaustive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:11:56.6120621Z test_make_fx_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:11:56.6121056Z test_make_fx_exhaustive_jiterator_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:11:56.6121481Z test_make_fx_exhaustive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:11:56.6121942Z test_make_fx_exhaustive_jiterator_unary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:11:56.6122322Z test_make_fx_exhaustive_kron_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:11:56.6122901Z test_make_fx_exhaustive_kthvalue_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-12-01T10:11:56.6123449Z test_make_fx_exhaustive_ldexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-12-01T10:11:56.6123984Z test_make_fx_exhaustive_le_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-12-01T10:11:56.6124623Z test_make_fx_exhaustive_lerp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-12-01T10:11:56.6124982Z test_make_fx_exhaustive_lgamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:11:56.6125360Z test_make_fx_exhaustive_linalg_cholesky_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.077s) 2022-12-01T10:11:56.6125749Z test_make_fx_exhaustive_linalg_cholesky_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-12-01T10:11:56.6126132Z test_make_fx_exhaustive_linalg_cond_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:11:56.6126493Z test_make_fx_exhaustive_linalg_cross_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:11:56.6126861Z test_make_fx_exhaustive_linalg_det_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-12-01T10:11:56.6127239Z test_make_fx_exhaustive_linalg_det_singular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.113s) 2022-12-01T10:11:56.6127692Z test_make_fx_exhaustive_linalg_eig_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-12-01T10:11:56.6128062Z test_make_fx_exhaustive_linalg_eigh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-12-01T10:11:56.6128433Z test_make_fx_exhaustive_linalg_eigvals_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-12-01T10:11:56.6128813Z test_make_fx_exhaustive_linalg_eigvalsh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-12-01T10:11:56.6129191Z test_make_fx_exhaustive_linalg_householder_product_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-12-01T10:11:56.6129578Z test_make_fx_exhaustive_linalg_inv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-12-01T10:11:56.6129947Z test_make_fx_exhaustive_linalg_inv_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-12-01T10:11:56.6130323Z test_make_fx_exhaustive_linalg_ldl_factor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:11:56.6130693Z test_make_fx_exhaustive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:11:56.6131076Z test_make_fx_exhaustive_linalg_ldl_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.058s) 2022-12-01T10:11:56.6131492Z test_make_fx_exhaustive_linalg_lstsq_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:11:56.6131929Z test_make_fx_exhaustive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:11:56.6132322Z test_make_fx_exhaustive_linalg_lu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.066s) 2022-12-01T10:11:56.6132685Z test_make_fx_exhaustive_linalg_lu_factor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.070s) 2022-12-01T10:11:56.6133086Z test_make_fx_exhaustive_linalg_lu_factor_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.062s) 2022-12-01T10:11:56.6133550Z test_make_fx_exhaustive_linalg_lu_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.360s) 2022-12-01T10:11:56.6134102Z test_make_fx_exhaustive_linalg_matrix_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.313s) 2022-12-01T10:11:56.6134669Z test_make_fx_exhaustive_linalg_matrix_power_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.121s) 2022-12-01T10:11:56.6135391Z test_make_fx_exhaustive_linalg_matrix_rank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.575s) 2022-12-01T10:11:56.6136062Z test_make_fx_exhaustive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.064s) 2022-12-01T10:11:56.6136675Z test_make_fx_exhaustive_linalg_multi_dot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-12-01T10:11:56.6137289Z test_make_fx_exhaustive_linalg_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.392s) 2022-12-01T10:11:56.6138032Z test_make_fx_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.407s) 2022-12-01T10:11:56.6138674Z test_make_fx_exhaustive_linalg_pinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.102s) 2022-12-01T10:11:56.6139360Z test_make_fx_exhaustive_linalg_pinv_hermitian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-12-01T10:11:56.6140109Z test_make_fx_exhaustive_linalg_pinv_singular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:11:56.6140858Z test_make_fx_exhaustive_linalg_qr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.129s) 2022-12-01T10:11:56.6141494Z test_make_fx_exhaustive_linalg_slogdet_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-12-01T10:11:56.6142312Z test_make_fx_exhaustive_linalg_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.073s) 2022-12-01T10:11:56.6142970Z test_make_fx_exhaustive_linalg_solve_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.071s) 2022-12-01T10:11:56.6143637Z test_make_fx_exhaustive_linalg_solve_triangular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.503s) 2022-12-01T10:11:56.6144305Z test_make_fx_exhaustive_linalg_svd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.575s) 2022-12-01T10:11:56.6144933Z test_make_fx_exhaustive_linalg_svdvals_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.168s) 2022-12-01T10:11:56.6145506Z test_make_fx_exhaustive_linalg_tensorinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:11:56.6146172Z test_make_fx_exhaustive_linalg_tensorsolve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-12-01T10:11:56.6146821Z test_make_fx_exhaustive_linalg_vander_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.063s) 2022-12-01T10:11:56.6147457Z test_make_fx_exhaustive_linalg_vecdot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.216s) 2022-12-01T10:11:56.6148173Z test_make_fx_exhaustive_linalg_vector_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.422s) 2022-12-01T10:11:56.6148853Z test_make_fx_exhaustive_linspace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.198s) 2022-12-01T10:11:56.6149449Z test_make_fx_exhaustive_log10_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:11:56.6150028Z test_make_fx_exhaustive_log1p_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:11:56.6150581Z test_make_fx_exhaustive_log2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:11:56.6151153Z test_make_fx_exhaustive_log_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:11:56.6151743Z test_make_fx_exhaustive_log_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:11:56.6152347Z test_make_fx_exhaustive_log_softmax_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-12-01T10:11:56.6152990Z test_make_fx_exhaustive_logaddexp2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:11:56.6153629Z test_make_fx_exhaustive_logaddexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:11:56.6154237Z test_make_fx_exhaustive_logcumsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-12-01T10:11:56.6155028Z test_make_fx_exhaustive_logdet_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.096s) 2022-12-01T10:11:56.6155656Z test_make_fx_exhaustive_logical_and_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.061s) 2022-12-01T10:11:56.6204727Z test_make_fx_exhaustive_logical_not_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:11:56.6205384Z test_make_fx_exhaustive_logical_or_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-12-01T10:11:56.6206180Z test_make_fx_exhaustive_logical_xor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-12-01T10:11:56.6206799Z test_make_fx_exhaustive_logit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-12-01T10:11:56.6207378Z test_make_fx_exhaustive_logspace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.576s) 2022-12-01T10:11:56.6208117Z test_make_fx_exhaustive_logsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.101s) 2022-12-01T10:11:56.6208757Z test_make_fx_exhaustive_long_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-12-01T10:11:56.6209340Z test_make_fx_exhaustive_lt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-12-01T10:11:56.6210766Z test_make_fx_exhaustive_lu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /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:11:56.6211594Z LU, pivots = torch.lu(A, compute_pivots) 2022-12-01T10:11:56.6211931Z should be replaced with 2022-12-01T10:11:56.6212282Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-12-01T10:11:56.6212626Z and 2022-12-01T10:11:56.6212955Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-12-01T10:11:56.6213331Z should be replaced with 2022-12-01T10:11:56.6213943Z 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:11:56.6214643Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-12-01T10:11:56.6215021Z ok (0.241s) 2022-12-01T10:11:56.6216243Z test_make_fx_exhaustive_lu_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: torch.lu_solve is deprecated in favor of torch.linalg.lu_solveand will be removed in a future PyTorch release. 2022-12-01T10:11:56.6217158Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-12-01T10:11:56.6217540Z X = torch.lu_solve(B, LU, pivots) 2022-12-01T10:11:56.6217843Z should be replaced with 2022-12-01T10:11:56.6218392Z 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:11:56.6218945Z r = func(*args, **kwargs) 2022-12-01T10:11:56.6219244Z ok (0.167s) 2022-12-01T10:11:56.6219687Z test_make_fx_exhaustive_lu_unpack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.128s) 2022-12-01T10:11:56.6220307Z test_make_fx_exhaustive_mH_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-12-01T10:11:56.6220932Z test_make_fx_exhaustive_mT_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-12-01T10:11:56.6221568Z test_make_fx_exhaustive_masked_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.778s) 2022-12-01T10:11:56.6222383Z test_make_fx_exhaustive_masked_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.620s) 2022-12-01T10:11:56.6222968Z test_make_fx_exhaustive_masked_argmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.449s) 2022-12-01T10:11:56.6223611Z test_make_fx_exhaustive_masked_argmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.446s) 2022-12-01T10:11:56.6224339Z test_make_fx_exhaustive_masked_cumprod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.095s) 2022-12-01T10:11:56.6224974Z test_make_fx_exhaustive_masked_cumsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.101s) 2022-12-01T10:11:56.6225577Z test_make_fx_exhaustive_masked_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-12-01T10:11:56.6226234Z test_make_fx_exhaustive_masked_log_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.096s) 2022-12-01T10:11:56.6226867Z test_make_fx_exhaustive_masked_logaddexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.085s) 2022-12-01T10:11:56.6227625Z test_make_fx_exhaustive_masked_logsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.451s) 2022-12-01T10:11:56.6228255Z test_make_fx_exhaustive_masked_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.600s) 2022-12-01T10:11:56.6228901Z test_make_fx_exhaustive_masked_median_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.075s) 2022-12-01T10:11:56.6229481Z test_make_fx_exhaustive_masked_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.453s) 2022-12-01T10:11:56.6230109Z test_make_fx_exhaustive_masked_normalize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.139s) 2022-12-01T10:11:56.6230733Z test_make_fx_exhaustive_masked_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.413s) 2022-12-01T10:11:56.6231366Z test_make_fx_exhaustive_masked_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:11:56.6232000Z test_make_fx_exhaustive_masked_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:11:56.6232638Z test_make_fx_exhaustive_masked_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.072s) 2022-12-01T10:11:56.6233292Z test_make_fx_exhaustive_masked_softmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.075s) 2022-12-01T10:11:56.6233901Z test_make_fx_exhaustive_masked_std_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.016s) 2022-12-01T10:11:56.6234531Z test_make_fx_exhaustive_masked_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.423s) 2022-12-01T10:11:56.6235165Z test_make_fx_exhaustive_masked_var_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.984s) 2022-12-01T10:11:56.6235745Z test_make_fx_exhaustive_matmul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.063s) 2022-12-01T10:11:56.6236315Z test_make_fx_exhaustive_matrix_exp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:11:56.6236937Z test_make_fx_exhaustive_max_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:11:56.6237547Z test_make_fx_exhaustive_max_reduction_no_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-12-01T10:11:56.6238203Z test_make_fx_exhaustive_max_reduction_with_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:11:56.6238853Z test_make_fx_exhaustive_maximum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-12-01T10:11:56.6239444Z test_make_fx_exhaustive_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.220s) 2022-12-01T10:11:56.6240048Z test_make_fx_exhaustive_median_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-12-01T10:11:56.6240677Z test_make_fx_exhaustive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-12-01T10:11:56.6241356Z test_make_fx_exhaustive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-12-01T10:11:56.6242010Z test_make_fx_exhaustive_min_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-12-01T10:11:56.6242574Z test_make_fx_exhaustive_min_reduction_no_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:11:56.6243154Z test_make_fx_exhaustive_min_reduction_with_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:11:56.6243910Z test_make_fx_exhaustive_minimum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:11:56.6244482Z test_make_fx_exhaustive_mm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:11:56.6245083Z test_make_fx_exhaustive_mode_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:11:56.6245697Z test_make_fx_exhaustive_movedim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-12-01T10:11:56.6246305Z test_make_fx_exhaustive_msort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:11:56.6246984Z test_make_fx_exhaustive_mul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-12-01T10:11:56.6247687Z test_make_fx_exhaustive_multinomial_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:11:56.6248288Z test_make_fx_exhaustive_mv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:11:56.6248908Z test_make_fx_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-12-01T10:11:56.6249578Z test_make_fx_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-12-01T10:11:56.6250216Z test_make_fx_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-12-01T10:11:56.6250835Z test_make_fx_exhaustive_nan_to_num_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:11:56.6251462Z test_make_fx_exhaustive_nanmean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.160s) 2022-12-01T10:11:56.6252099Z test_make_fx_exhaustive_nanmedian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-12-01T10:11:56.6252757Z test_make_fx_exhaustive_nanquantile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:11:56.6253429Z test_make_fx_exhaustive_nansum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.100s) 2022-12-01T10:11:56.6254052Z test_make_fx_exhaustive_narrow_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:11:56.6254673Z test_make_fx_exhaustive_narrow_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:11:56.6255312Z test_make_fx_exhaustive_native_batch_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-12-01T10:11:56.6255954Z test_make_fx_exhaustive_native_layer_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.085s) 2022-12-01T10:11:56.6256591Z test_make_fx_exhaustive_ne_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-12-01T10:11:56.6257163Z test_make_fx_exhaustive_neg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:11:56.6257812Z test_make_fx_exhaustive_new_empty_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:11:56.6258578Z test_make_fx_exhaustive_new_empty_strided_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:11:56.6259303Z test_make_fx_exhaustive_new_full_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:11:56.6259884Z test_make_fx_exhaustive_new_ones_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:11:56.6260508Z test_make_fx_exhaustive_new_zeros_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:11:56.6261148Z test_make_fx_exhaustive_nextafter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-12-01T10:11:56.6261827Z test_make_fx_exhaustive_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.085s) 2022-12-01T10:11:56.6262688Z test_make_fx_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:11:56.6263573Z test_make_fx_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-12-01T10:11:56.6264300Z test_make_fx_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-12-01T10:11:56.6265006Z test_make_fx_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-12-01T10:11:56.6265731Z test_make_fx_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.085s) 2022-12-01T10:11:56.6266532Z test_make_fx_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.079s) 2022-12-01T10:11:56.6267197Z test_make_fx_exhaustive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-12-01T10:11:56.6267868Z test_make_fx_exhaustive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:11:56.6268536Z test_make_fx_exhaustive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:11:56.6269228Z test_make_fx_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.058s) 2022-12-01T10:11:56.6269933Z test_make_fx_exhaustive_nn_functional_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.118s) 2022-12-01T10:11:56.6270662Z test_make_fx_exhaustive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-12-01T10:11:56.6271412Z test_make_fx_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.102s) 2022-12-01T10:11:56.6272155Z test_make_fx_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:11:56.6272850Z test_make_fx_exhaustive_nn_functional_conv1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-12-01T10:11:56.6274659Z test_make_fx_exhaustive_nn_functional_conv2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:11:56.6275694Z r = func(*args, **kwargs) 2022-12-01T10:11:56.6275998Z ok (0.178s) 2022-12-01T10:11:56.6276538Z test_make_fx_exhaustive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-12-01T10:11:56.6277260Z test_make_fx_exhaustive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.059s) 2022-12-01T10:11:56.6277954Z test_make_fx_exhaustive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.053s) 2022-12-01T10:11:56.6278654Z test_make_fx_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.065s) 2022-12-01T10:11:56.6279123Z test_make_fx_exhaustive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.071s) 2022-12-01T10:11:56.6279530Z test_make_fx_exhaustive_nn_functional_cross_entropy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.090s) 2022-12-01T10:11:56.6279915Z test_make_fx_exhaustive_nn_functional_ctc_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-12-01T10:11:56.6281151Z test_make_fx_exhaustive_nn_functional_dropout2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /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:11:56.6282141Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-12-01T10:11:56.6282401Z ok (0.050s) 2022-12-01T10:11:56.6282674Z test_make_fx_exhaustive_nn_functional_dropout3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.076s) 2022-12-01T10:11:56.6283069Z test_make_fx_exhaustive_nn_functional_dropout_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.101s) 2022-12-01T10:11:56.6283513Z test_make_fx_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:11:56.6283906Z test_make_fx_exhaustive_nn_functional_embedding_bag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.433s) 2022-12-01T10:11:56.6284293Z test_make_fx_exhaustive_nn_functional_embedding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.061s) 2022-12-01T10:11:56.6284715Z test_make_fx_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.050s) 2022-12-01T10:11:56.6285160Z test_make_fx_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.053s) 2022-12-01T10:11:56.6285591Z test_make_fx_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.285s) 2022-12-01T10:11:56.6285993Z test_make_fx_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.345s) 2022-12-01T10:11:56.6286420Z test_make_fx_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:11:56.6286827Z test_make_fx_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-12-01T10:11:56.6287206Z test_make_fx_exhaustive_nn_functional_glu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.161s) 2022-12-01T10:11:56.6287685Z test_make_fx_exhaustive_nn_functional_grid_sample_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.145s) 2022-12-01T10:11:56.6288080Z test_make_fx_exhaustive_nn_functional_group_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:11:56.6288471Z test_make_fx_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:11:56.6288863Z test_make_fx_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:11:56.6289247Z test_make_fx_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-12-01T10:11:56.6289637Z test_make_fx_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-12-01T10:11:56.6290040Z test_make_fx_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.094s) 2022-12-01T10:11:56.6290446Z test_make_fx_exhaustive_nn_functional_huber_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-12-01T10:11:56.6290825Z test_make_fx_exhaustive_nn_functional_instance_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.117s) 2022-12-01T10:11:56.6291225Z test_make_fx_exhaustive_nn_functional_interpolate_area_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.064s) 2022-12-01T10:11:56.6291633Z test_make_fx_exhaustive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.060s) 2022-12-01T10:11:56.6292050Z test_make_fx_exhaustive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.059s) 2022-12-01T10:11:56.6292446Z test_make_fx_exhaustive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.059s) 2022-12-01T10:11:56.6292865Z test_make_fx_exhaustive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-12-01T10:11:56.6293321Z test_make_fx_exhaustive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-12-01T10:11:56.6294346Z test_make_fx_exhaustive_nn_functional_kl_div_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /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:11:56.6295056Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:11:56.6295297Z ok (0.073s) 2022-12-01T10:11:56.6295575Z test_make_fx_exhaustive_nn_functional_l1_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:11:56.6295963Z test_make_fx_exhaustive_nn_functional_layer_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-12-01T10:11:56.6296341Z test_make_fx_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:11:56.6296728Z test_make_fx_exhaustive_nn_functional_linear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.068s) 2022-12-01T10:11:56.6297121Z test_make_fx_exhaustive_nn_functional_local_response_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.068s) 2022-12-01T10:11:56.6297518Z test_make_fx_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:11:56.6297905Z test_make_fx_exhaustive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.123s) 2022-12-01T10:11:56.6298302Z test_make_fx_exhaustive_nn_functional_max_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.517s) 2022-12-01T10:11:56.6298692Z test_make_fx_exhaustive_nn_functional_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.432s) 2022-12-01T10:11:56.6299079Z test_make_fx_exhaustive_nn_functional_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.423s) 2022-12-01T10:11:56.6299466Z test_make_fx_exhaustive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:11:56.6299879Z test_make_fx_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.164s) 2022-12-01T10:11:56.6300292Z test_make_fx_exhaustive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:11:56.6300705Z test_make_fx_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.260s) 2022-12-01T10:11:56.6301100Z test_make_fx_exhaustive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:11:56.6301513Z test_make_fx_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.138s) 2022-12-01T10:11:56.6301909Z test_make_fx_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:11:56.6302460Z test_make_fx_exhaustive_nn_functional_mse_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:11:56.6302856Z test_make_fx_exhaustive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-12-01T10:11:56.6303272Z test_make_fx_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:11:56.6303694Z test_make_fx_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-12-01T10:11:56.6304085Z test_make_fx_exhaustive_nn_functional_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.220s) 2022-12-01T10:11:56.6304542Z test_make_fx_exhaustive_nn_functional_normalize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-12-01T10:11:56.6304938Z test_make_fx_exhaustive_nn_functional_pad_circular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.059s) 2022-12-01T10:11:56.6305337Z test_make_fx_exhaustive_nn_functional_pad_constant_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.172s) 2022-12-01T10:11:56.6305722Z test_make_fx_exhaustive_nn_functional_pad_reflect_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-12-01T10:11:56.6306157Z test_make_fx_exhaustive_nn_functional_pad_replicate_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-12-01T10:11:56.6306557Z test_make_fx_exhaustive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-12-01T10:11:56.6306950Z test_make_fx_exhaustive_nn_functional_pdist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-12-01T10:11:56.6307327Z test_make_fx_exhaustive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:11:56.6307726Z test_make_fx_exhaustive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:11:56.6308120Z test_make_fx_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.453s) 2022-12-01T10:11:56.6308508Z test_make_fx_exhaustive_nn_functional_prelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.075s) 2022-12-01T10:11:56.6308877Z test_make_fx_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:11:56.6309249Z test_make_fx_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:11:56.6309622Z test_make_fx_exhaustive_nn_functional_rrelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:11:56.6309998Z test_make_fx_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:11:56.6310363Z test_make_fx_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:11:56.6310748Z test_make_fx_exhaustive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:11:56.6311143Z test_make_fx_exhaustive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:11:56.6311527Z test_make_fx_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:11:56.6311922Z test_make_fx_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:11:56.6312318Z test_make_fx_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:11:56.6312706Z test_make_fx_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:11:56.6313081Z test_make_fx_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:11:56.6313469Z test_make_fx_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:11:56.6313859Z test_make_fx_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:11:56.6314258Z test_make_fx_exhaustive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-12-01T10:11:56.6314668Z test_make_fx_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-12-01T10:11:56.6315075Z test_make_fx_exhaustive_nn_functional_unfold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.389s) 2022-12-01T10:11:56.6315877Z test_make_fx_exhaustive_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /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:11:56.6316456Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:11:56.6316728Z ok (0.020s) 2022-12-01T10:11:56.6317402Z test_make_fx_exhaustive_nn_functional_upsample_nearest_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /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:11:56.6317977Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:11:56.6318257Z ok (0.056s) 2022-12-01T10:11:56.6318512Z test_make_fx_exhaustive_nonzero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.130s) 2022-12-01T10:11:56.6318988Z test_make_fx_exhaustive_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.137s) 2022-12-01T10:11:56.6319536Z test_make_fx_exhaustive_norm_fro_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:11:56.6320057Z test_make_fx_exhaustive_norm_inf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:11:56.6320399Z test_make_fx_exhaustive_norm_nuc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:11:56.6320762Z test_make_fx_exhaustive_normal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:11:56.6321136Z test_make_fx_exhaustive_normal_number_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:11:56.6321487Z test_make_fx_exhaustive_ones_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:11:56.6321845Z test_make_fx_exhaustive_ones_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:11:56.6322205Z test_make_fx_exhaustive_ormqr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.531s) 2022-12-01T10:11:56.6322555Z test_make_fx_exhaustive_outer_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:11:56.6322905Z test_make_fx_exhaustive_pca_lowrank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (2.566s) 2022-12-01T10:11:56.6323263Z test_make_fx_exhaustive_permute_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-12-01T10:11:56.6323619Z test_make_fx_exhaustive_pinverse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-12-01T10:11:56.6323976Z test_make_fx_exhaustive_polar_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-12-01T10:11:56.6324337Z test_make_fx_exhaustive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-12-01T10:11:56.6324730Z test_make_fx_exhaustive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-12-01T10:11:56.6325126Z test_make_fx_exhaustive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-12-01T10:11:56.6325509Z test_make_fx_exhaustive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-12-01T10:11:56.6325890Z test_make_fx_exhaustive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-12-01T10:11:56.6326267Z test_make_fx_exhaustive_positive_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:11:56.6326631Z test_make_fx_exhaustive_pow_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-12-01T10:11:56.6326968Z test_make_fx_exhaustive_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.115s) 2022-12-01T10:11:56.6327321Z test_make_fx_exhaustive_put_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.081s) 2022-12-01T10:11:56.6328282Z test_make_fx_exhaustive_qr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-12-01T10:11:56.6328857Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-12-01T10:11:56.6329096Z Q, R = torch.qr(A, some) 2022-12-01T10:11:56.6329291Z should be replaced with 2022-12-01T10:11:56.6329804Z 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:11:56.6330137Z r = func(*args, **kwargs) 2022-12-01T10:11:56.6330300Z ok (0.178s) 2022-12-01T10:11:56.6330586Z test_make_fx_exhaustive_quantile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:11:56.6330973Z test_make_fx_exhaustive_rad2deg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:11:56.6331327Z test_make_fx_exhaustive_rand_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-12-01T10:11:56.6331690Z test_make_fx_exhaustive_randint_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.068s) 2022-12-01T10:11:56.6332052Z test_make_fx_exhaustive_randn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:11:56.6332414Z test_make_fx_exhaustive_randn_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-12-01T10:11:56.6332758Z test_make_fx_exhaustive_ravel_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:11:56.6333116Z test_make_fx_exhaustive_real_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:11:56.6333473Z test_make_fx_exhaustive_reciprocal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-12-01T10:11:56.6333827Z test_make_fx_exhaustive_remainder_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.053s) 2022-12-01T10:11:56.6334185Z test_make_fx_exhaustive_renorm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:11:56.6334542Z test_make_fx_exhaustive_repeat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.141s) 2022-12-01T10:11:56.6334909Z test_make_fx_exhaustive_repeat_interleave_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:11:56.6335268Z test_make_fx_exhaustive_reshape_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:11:56.6335623Z test_make_fx_exhaustive_reshape_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:11:56.6335979Z test_make_fx_exhaustive_resize__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:11:56.6336331Z test_make_fx_exhaustive_resize_as__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:11:56.6336679Z test_make_fx_exhaustive_resolve_conj_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:11:56.6337048Z test_make_fx_exhaustive_resolve_neg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:11:56.6337401Z test_make_fx_exhaustive_roll_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.070s) 2022-12-01T10:11:56.6337747Z test_make_fx_exhaustive_rot90_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.118s) 2022-12-01T10:11:56.6338084Z test_make_fx_exhaustive_round_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:11:56.6338453Z test_make_fx_exhaustive_round_decimals_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:11:56.6338829Z test_make_fx_exhaustive_round_decimals_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:11:56.6339193Z test_make_fx_exhaustive_round_decimals_neg_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:11:56.6339557Z test_make_fx_exhaustive_rsqrt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:11:56.6339944Z test_make_fx_exhaustive_rsub_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-12-01T10:11:56.6340300Z test_make_fx_exhaustive_scatter_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:11:56.6340645Z test_make_fx_exhaustive_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.081s) 2022-12-01T10:11:56.6341552Z test_make_fx_exhaustive_scatter_reduce_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:11:56.6342086Z r = func(*args, **kwargs) 2022-12-01T10:11:56.6342429Z ok (0.076s) 2022-12-01T10:11:56.6342698Z test_make_fx_exhaustive_scatter_reduce_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.077s) 2022-12-01T10:11:56.6343087Z test_make_fx_exhaustive_scatter_reduce_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.078s) 2022-12-01T10:11:56.6343467Z test_make_fx_exhaustive_scatter_reduce_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.077s) 2022-12-01T10:11:56.6343850Z test_make_fx_exhaustive_scatter_reduce_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.078s) 2022-12-01T10:11:56.6345019Z test_make_fx_exhaustive_searchsorted_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:11:56.6345729Z r = func(*args, **kwargs) 2022-12-01T10:11:56.6346665Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:11:56.6347288Z r = func(*args, **kwargs) 2022-12-01T10:11:56.6347463Z ok (0.389s) 2022-12-01T10:11:56.6347739Z test_make_fx_exhaustive_segment_reduce_lengths_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.320s) 2022-12-01T10:11:56.6348132Z test_make_fx_exhaustive_segment_reduce_offsets_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.318s) 2022-12-01T10:11:56.6348504Z test_make_fx_exhaustive_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-12-01T10:11:56.6348873Z test_make_fx_exhaustive_select_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-12-01T10:11:56.6349220Z test_make_fx_exhaustive_sgn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:11:56.6349573Z test_make_fx_exhaustive_short_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:11:56.6349931Z test_make_fx_exhaustive_sigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:11:56.6350273Z test_make_fx_exhaustive_sign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:11:56.6350626Z test_make_fx_exhaustive_signbit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:11:56.6350980Z test_make_fx_exhaustive_sin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:11:56.6351325Z test_make_fx_exhaustive_sinc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:11:56.6351730Z test_make_fx_exhaustive_sinh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:11:56.6352073Z test_make_fx_exhaustive_slice_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:11:56.6352433Z test_make_fx_exhaustive_slice_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-12-01T10:11:56.6352799Z test_make_fx_exhaustive_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:11:56.6353195Z test_make_fx_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-12-01T10:11:56.6353566Z test_make_fx_exhaustive_sort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.204s) 2022-12-01T10:11:56.6354612Z test_make_fx_exhaustive_sparse_sampled_addmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:11:56.6355245Z r = func(*args, **kwargs) 2022-12-01T10:11:56.6355424Z expected failure (0.007s) 2022-12-01T10:11:56.6355718Z test_make_fx_exhaustive_special_airy_ai_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:11:56.6356102Z test_make_fx_exhaustive_special_bessel_j0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:11:56.6356482Z test_make_fx_exhaustive_special_bessel_j1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:11:56.6356841Z test_make_fx_exhaustive_special_bessel_y0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:11:56.6357219Z test_make_fx_exhaustive_special_bessel_y1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:11:56.6357612Z test_make_fx_exhaustive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:11:56.6358009Z test_make_fx_exhaustive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:11:56.6358611Z test_make_fx_exhaustive_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:11:56.6359259Z test_make_fx_exhaustive_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:11:56.6359704Z test_make_fx_exhaustive_special_entr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-12-01T10:11:56.6360077Z test_make_fx_exhaustive_special_erfcx_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:11:56.6360454Z test_make_fx_exhaustive_special_hermite_polynomial_h_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:11:56.6360857Z test_make_fx_exhaustive_special_hermite_polynomial_he_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-12-01T10:11:56.6361239Z test_make_fx_exhaustive_special_i0e_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-12-01T10:11:56.6361589Z test_make_fx_exhaustive_special_i1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-12-01T10:11:56.6361950Z test_make_fx_exhaustive_special_i1e_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-12-01T10:11:56.6362334Z test_make_fx_exhaustive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:11:56.6362922Z test_make_fx_exhaustive_special_legendre_polynomial_p_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:11:56.6363400Z test_make_fx_exhaustive_special_log_ndtr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:11:56.6363786Z test_make_fx_exhaustive_special_modified_bessel_i0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:11:56.6364177Z test_make_fx_exhaustive_special_modified_bessel_i1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:11:56.6364569Z test_make_fx_exhaustive_special_modified_bessel_k0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:11:56.6364995Z test_make_fx_exhaustive_special_modified_bessel_k1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:11:56.6365375Z test_make_fx_exhaustive_special_ndtr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:11:56.6365745Z test_make_fx_exhaustive_special_ndtri_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:11:56.6366147Z test_make_fx_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-12-01T10:11:56.6366552Z test_make_fx_exhaustive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:11:56.6366961Z test_make_fx_exhaustive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:11:56.6367642Z test_make_fx_exhaustive_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:11:56.6368315Z test_make_fx_exhaustive_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:11:56.6368966Z test_make_fx_exhaustive_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:11:56.6369629Z test_make_fx_exhaustive_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:11:56.6370093Z test_make_fx_exhaustive_special_spherical_bessel_j0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:11:56.6370483Z test_make_fx_exhaustive_special_xlog1py_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:11:56.6370849Z test_make_fx_exhaustive_special_zeta_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-12-01T10:11:56.6371209Z test_make_fx_exhaustive_split_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:11:56.6371575Z test_make_fx_exhaustive_split_list_args_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:11:56.6371945Z test_make_fx_exhaustive_split_with_sizes_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-12-01T10:11:56.6372292Z test_make_fx_exhaustive_sqrt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:11:56.6372643Z test_make_fx_exhaustive_square_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:11:56.6372997Z test_make_fx_exhaustive_squeeze_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-12-01T10:11:56.6373349Z test_make_fx_exhaustive_stack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-12-01T10:11:56.6373687Z test_make_fx_exhaustive_std_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-12-01T10:11:56.6374034Z test_make_fx_exhaustive_std_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-12-01T10:11:56.6374964Z test_make_fx_exhaustive_stft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /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:11:56.6375596Z normalized, onesided, return_complex) 2022-12-01T10:11:56.6375780Z ok (0.065s) 2022-12-01T10:11:56.6376038Z test_make_fx_exhaustive_sub_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.054s) 2022-12-01T10:11:56.6376382Z test_make_fx_exhaustive_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.088s) 2022-12-01T10:11:56.6376767Z test_make_fx_exhaustive_sum_to_size_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.065s) 2022-12-01T10:11:56.6377108Z test_make_fx_exhaustive_svd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.460s) 2022-12-01T10:11:56.6377464Z test_make_fx_exhaustive_svd_lowrank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (4.166s) 2022-12-01T10:11:56.6378204Z test_make_fx_exhaustive_symeig_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-12-01T10:11:56.6378785Z 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:11:56.6379089Z L, _ = torch.symeig(A, upper=upper) 2022-12-01T10:11:56.6379291Z should be replaced with 2022-12-01T10:11:56.6379575Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-12-01T10:11:56.6379772Z and 2022-12-01T10:11:56.6379961Z L, V = torch.symeig(A, eigenvectors=True) 2022-12-01T10:11:56.6380171Z should be replaced with 2022-12-01T10:11:56.6380618Z 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:11:56.6380950Z r = func(*args, **kwargs) 2022-12-01T10:11:56.6381125Z ok (0.043s) 2022-12-01T10:11:56.6381370Z test_make_fx_exhaustive_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:11:56.6381736Z test_make_fx_exhaustive_take_along_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:11:56.6382101Z test_make_fx_exhaustive_take_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-12-01T10:11:56.6382617Z test_make_fx_exhaustive_tan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:11:56.6382956Z test_make_fx_exhaustive_tanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:11:56.6383333Z test_make_fx_exhaustive_tensor_split_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:11:56.6383715Z test_make_fx_exhaustive_tensordot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:11:56.6384074Z test_make_fx_exhaustive_tile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.182s) 2022-12-01T10:11:56.6384408Z test_make_fx_exhaustive_to_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.115s) 2022-12-01T10:11:56.6384781Z test_make_fx_exhaustive_to_sparse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:11:56.6385151Z test_make_fx_exhaustive_topk_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.067s) 2022-12-01T10:11:56.6385491Z test_make_fx_exhaustive_trace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:11:56.6385853Z test_make_fx_exhaustive_transpose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-12-01T10:11:56.6386212Z test_make_fx_exhaustive_trapezoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.069s) 2022-12-01T10:11:56.6386567Z test_make_fx_exhaustive_trapz_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.068s) 2022-12-01T10:11:56.6387417Z test_make_fx_exhaustive_triangular_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-12-01T10:11:56.6388004Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-12-01T10:11:56.6388307Z X = torch.triangular_solve(B, A).solution 2022-12-01T10:11:56.6388519Z should be replaced with 2022-12-01T10:11:56.6388943Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2121.) 2022-12-01T10:11:56.6389308Z r = func(*args, **kwargs) 2022-12-01T10:11:56.6389488Z ok (0.082s) 2022-12-01T10:11:56.6389737Z test_make_fx_exhaustive_tril_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-12-01T10:11:56.6390095Z test_make_fx_exhaustive_triu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:11:56.6390453Z test_make_fx_exhaustive_true_divide_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-12-01T10:11:56.6390814Z test_make_fx_exhaustive_trunc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:11:56.6391157Z test_make_fx_exhaustive_unbind_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-12-01T10:11:56.6391523Z test_make_fx_exhaustive_unflatten_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-12-01T10:11:56.6391884Z test_make_fx_exhaustive_unfold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.068s) 2022-12-01T10:11:56.6392236Z test_make_fx_exhaustive_uniform_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:11:56.6392592Z test_make_fx_exhaustive_unique_consecutive_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.373s) 2022-12-01T10:11:56.6392966Z test_make_fx_exhaustive_unique_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.521s) 2022-12-01T10:11:56.6393322Z test_make_fx_exhaustive_unsqueeze_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-12-01T10:11:56.6393668Z test_make_fx_exhaustive_var_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-12-01T10:11:56.6394020Z test_make_fx_exhaustive_var_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.052s) 2022-12-01T10:11:56.6394373Z test_make_fx_exhaustive_vdot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:11:56.6394735Z test_make_fx_exhaustive_view_as_complex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:11:56.6395083Z test_make_fx_exhaustive_view_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:11:56.6395429Z test_make_fx_exhaustive_view_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-12-01T10:11:56.6395776Z test_make_fx_exhaustive_vsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:11:56.6396132Z test_make_fx_exhaustive_vstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:11:56.6396469Z test_make_fx_exhaustive_where_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:11:56.6396821Z test_make_fx_exhaustive_xlogy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-12-01T10:11:56.6397175Z test_make_fx_exhaustive_zero__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:11:56.6397511Z test_make_fx_exhaustive_zeros_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:11:56.6397867Z test_make_fx_exhaustive_zeros_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:11:56.6398225Z test_make_fx_fake_exhaustive_H_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:11:56.6398576Z test_make_fx_fake_exhaustive_T_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:11:56.6399016Z test_make_fx_fake_exhaustive___getitem___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.109s) 2022-12-01T10:11:56.6399423Z test_make_fx_fake_exhaustive___radd___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.053s) 2022-12-01T10:11:56.6399901Z test_make_fx_fake_exhaustive___rdiv___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.062s) 2022-12-01T10:11:56.6400271Z test_make_fx_fake_exhaustive___rmatmul___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.111s) 2022-12-01T10:11:56.6400658Z test_make_fx_fake_exhaustive___rmod___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.055s) 2022-12-01T10:11:56.6401021Z test_make_fx_fake_exhaustive___rmul___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.053s) 2022-12-01T10:11:56.6401867Z test_make_fx_fake_exhaustive___rpow___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /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:11:56.6402446Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:11:56.6403086Z /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:11:56.6403568Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:11:56.6404224Z /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:11:56.6404697Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:11:56.6405342Z /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:11:56.6405808Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:11:56.6406458Z /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:11:56.6406927Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:11:56.6407637Z /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:11:56.6408103Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:11:56.6408758Z /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:11:56.6409234Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:11:56.6409882Z /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:11:56.6410363Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:11:56.6411054Z /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:11:56.6411521Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:11:56.6411742Z ok (0.078s) 2022-12-01T10:11:56.6412010Z test_make_fx_fake_exhaustive___rsub___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.055s) 2022-12-01T10:11:56.6412374Z test_make_fx_fake_exhaustive_abs_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:11:56.6412790Z test_make_fx_fake_exhaustive_acos_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:11:56.6413155Z test_make_fx_fake_exhaustive_acosh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:11:56.6413505Z test_make_fx_fake_exhaustive_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.066s) 2022-12-01T10:11:56.6413872Z test_make_fx_fake_exhaustive_addbmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-12-01T10:11:56.6414238Z test_make_fx_fake_exhaustive_addcdiv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.059s) 2022-12-01T10:11:56.6414602Z test_make_fx_fake_exhaustive_addcmul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.075s) 2022-12-01T10:11:56.6414956Z test_make_fx_fake_exhaustive_addmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-12-01T10:11:56.6415339Z test_make_fx_fake_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-12-01T10:11:56.6415714Z test_make_fx_fake_exhaustive_addmv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-12-01T10:11:56.6416064Z test_make_fx_fake_exhaustive_addr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-12-01T10:11:56.6416419Z test_make_fx_fake_exhaustive_all_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.067s) 2022-12-01T10:11:56.6416811Z test_make_fx_fake_exhaustive_allclose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:11:56.6417190Z test_make_fx_fake_exhaustive_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.103s) 2022-12-01T10:11:56.6417530Z test_make_fx_fake_exhaustive_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.104s) 2022-12-01T10:11:56.6418271Z test_make_fx_fake_exhaustive_aminmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... [W Resize.cpp:24] Warning: 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). (function resize_output_check) 2022-12-01T10:11:56.6419268Z [W Resize.cpp:24] Warning: 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). (function resize_output_check) 2022-12-01T10:11:56.6420626Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:11:56.6421279Z r = func(*args, **kwargs) 2022-12-01T10:11:56.6421504Z ok (0.036s) 2022-12-01T10:11:56.6421761Z test_make_fx_fake_exhaustive_angle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:11:56.6422123Z test_make_fx_fake_exhaustive_any_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.067s) 2022-12-01T10:11:56.6422662Z test_make_fx_fake_exhaustive_arange_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.155s) 2022-12-01T10:11:56.6423025Z test_make_fx_fake_exhaustive_argmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.065s) 2022-12-01T10:11:56.6423455Z test_make_fx_fake_exhaustive_argmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.067s) 2022-12-01T10:11:56.6423825Z test_make_fx_fake_exhaustive_argsort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.118s) 2022-12-01T10:11:56.6424249Z test_make_fx_fake_exhaustive_argwhere_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.003s) 2022-12-01T10:11:56.6424666Z test_make_fx_fake_exhaustive_as_strided_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-12-01T10:11:56.6425036Z test_make_fx_fake_exhaustive_as_strided_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:11:56.6425413Z test_make_fx_fake_exhaustive_asin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:11:56.6425774Z test_make_fx_fake_exhaustive_asinh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:11:56.6426131Z test_make_fx_fake_exhaustive_atan2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-12-01T10:11:56.6426483Z test_make_fx_fake_exhaustive_atan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:11:56.6426842Z test_make_fx_fake_exhaustive_atanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:11:56.6427207Z test_make_fx_fake_exhaustive_atleast_1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:11:56.6427569Z test_make_fx_fake_exhaustive_atleast_2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:11:56.6427938Z test_make_fx_fake_exhaustive_atleast_3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:11:56.6428305Z test_make_fx_fake_exhaustive_baddbmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-12-01T10:11:56.6428669Z test_make_fx_fake_exhaustive_bernoulli_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:11:56.6429027Z test_make_fx_fake_exhaustive_bfloat16_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:11:56.6429420Z test_make_fx_fake_exhaustive_block_diag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:11:56.6429799Z test_make_fx_fake_exhaustive_bmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-12-01T10:11:56.6430154Z test_make_fx_fake_exhaustive_bool_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:11:56.6430516Z test_make_fx_fake_exhaustive_broadcast_shapes_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-12-01T10:11:56.6430907Z test_make_fx_fake_exhaustive_broadcast_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:11:56.6431289Z test_make_fx_fake_exhaustive_broadcast_to_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-12-01T10:11:56.6431660Z test_make_fx_fake_exhaustive_bucketize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.524s) 2022-12-01T10:11:56.6432011Z test_make_fx_fake_exhaustive_byte_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:11:56.6432386Z test_make_fx_fake_exhaustive_cartesian_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:11:56.6432753Z test_make_fx_fake_exhaustive_cat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-12-01T10:11:56.6433192Z test_make_fx_fake_exhaustive_cdist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.661s) 2022-12-01T10:11:56.6433552Z test_make_fx_fake_exhaustive_ceil_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:11:56.6433913Z test_make_fx_fake_exhaustive_chalf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:11:56.6434273Z test_make_fx_fake_exhaustive_char_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:11:56.6434638Z test_make_fx_fake_exhaustive_cholesky_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.015s) 2022-12-01T10:11:56.6435084Z test_make_fx_fake_exhaustive_cholesky_inverse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.072s) 2022-12-01T10:11:56.6435485Z test_make_fx_fake_exhaustive_cholesky_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.127s) 2022-12-01T10:11:56.6435853Z test_make_fx_fake_exhaustive_chunk_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:11:56.6436204Z test_make_fx_fake_exhaustive_clamp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:11:56.6436568Z test_make_fx_fake_exhaustive_clamp_max_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-12-01T10:11:56.6436932Z test_make_fx_fake_exhaustive_clamp_min_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-12-01T10:11:56.6437279Z test_make_fx_fake_exhaustive_clone_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:11:56.6437643Z test_make_fx_fake_exhaustive_column_stack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:11:56.6438070Z test_make_fx_fake_exhaustive_combinations_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.010s) 2022-12-01T10:11:56.6438484Z test_make_fx_fake_exhaustive_complex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.054s) 2022-12-01T10:11:56.6438834Z test_make_fx_fake_exhaustive_conj_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:11:56.6439201Z test_make_fx_fake_exhaustive_conj_physical_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:11:56.6439584Z test_make_fx_fake_exhaustive_constant_pad_nd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.268s) 2022-12-01T10:11:56.6439959Z test_make_fx_fake_exhaustive_contiguous_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:11:56.6440319Z test_make_fx_fake_exhaustive_copysign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.053s) 2022-12-01T10:11:56.6440705Z test_make_fx_fake_exhaustive_corrcoef_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:11:56.6441080Z test_make_fx_fake_exhaustive_cos_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:11:56.6441435Z test_make_fx_fake_exhaustive_cosh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:11:56.6441793Z test_make_fx_fake_exhaustive_count_nonzero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.260s) 2022-12-01T10:11:56.6442176Z test_make_fx_fake_exhaustive_cov_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:11:56.6442552Z test_make_fx_fake_exhaustive_cross_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:11:56.6442916Z test_make_fx_fake_exhaustive_cummax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-12-01T10:11:56.6443263Z test_make_fx_fake_exhaustive_cummin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-12-01T10:11:56.6443633Z test_make_fx_fake_exhaustive_cumprod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.052s) 2022-12-01T10:11:56.6443990Z test_make_fx_fake_exhaustive_cumsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:11:56.6444402Z test_make_fx_fake_exhaustive_cumulative_trapezoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.127s) 2022-12-01T10:11:56.6444781Z test_make_fx_fake_exhaustive_deg2rad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:11:56.6445144Z test_make_fx_fake_exhaustive_diag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.075s) 2022-12-01T10:11:56.6445619Z test_make_fx_fake_exhaustive_diag_embed_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.076s) 2022-12-01T10:11:56.6446116Z test_make_fx_fake_exhaustive_diagflat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-12-01T10:11:56.6446690Z test_make_fx_fake_exhaustive_diagonal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.054s) 2022-12-01T10:11:56.6447254Z test_make_fx_fake_exhaustive_diagonal_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.065s) 2022-12-01T10:11:56.6447974Z test_make_fx_fake_exhaustive_diff_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.679s) 2022-12-01T10:11:56.6448580Z test_make_fx_fake_exhaustive_digamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:11:56.6449203Z test_make_fx_fake_exhaustive_dist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.241s) 2022-12-01T10:11:56.6449737Z test_make_fx_fake_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-12-01T10:11:56.6450129Z test_make_fx_fake_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.058s) 2022-12-01T10:11:56.6450509Z test_make_fx_fake_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.056s) 2022-12-01T10:11:56.6450879Z test_make_fx_fake_exhaustive_dot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:11:56.6451244Z test_make_fx_fake_exhaustive_double_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-12-01T10:11:56.6451606Z test_make_fx_fake_exhaustive_dsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:11:56.6451954Z test_make_fx_fake_exhaustive_dstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:11:56.6452310Z test_make_fx_fake_exhaustive_einsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.119s) 2022-12-01T10:11:56.6452690Z test_make_fx_fake_exhaustive_empty_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:11:56.6453085Z test_make_fx_fake_exhaustive_empty_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:11:56.6453449Z test_make_fx_fake_exhaustive_eq_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.059s) 2022-12-01T10:11:56.6453828Z test_make_fx_fake_exhaustive_equal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:11:56.6454197Z test_make_fx_fake_exhaustive_erf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:11:56.6454548Z test_make_fx_fake_exhaustive_erfc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:11:56.6454904Z test_make_fx_fake_exhaustive_erfinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-12-01T10:11:56.6455266Z test_make_fx_fake_exhaustive_exp2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:11:56.6455624Z test_make_fx_fake_exhaustive_exp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:11:56.6455976Z test_make_fx_fake_exhaustive_expand_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:11:56.6456346Z test_make_fx_fake_exhaustive_expand_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.050s) 2022-12-01T10:11:56.6456705Z test_make_fx_fake_exhaustive_expm1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-12-01T10:11:56.6457058Z test_make_fx_fake_exhaustive_eye_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.473s) 2022-12-01T10:11:56.6457477Z test_make_fx_fake_exhaustive_fft_fft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-12-01T10:11:56.6457840Z test_make_fx_fake_exhaustive_fft_fft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-12-01T10:11:56.6458210Z test_make_fx_fake_exhaustive_fft_fftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.058s) 2022-12-01T10:11:56.6458570Z test_make_fx_fake_exhaustive_fft_fftshift_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-12-01T10:11:56.6458988Z test_make_fx_fake_exhaustive_fft_hfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.056s) 2022-12-01T10:11:56.6459357Z test_make_fx_fake_exhaustive_fft_hfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.056s) 2022-12-01T10:11:56.6459724Z test_make_fx_fake_exhaustive_fft_hfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.072s) 2022-12-01T10:11:56.6460083Z test_make_fx_fake_exhaustive_fft_ifft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-12-01T10:11:56.6460446Z test_make_fx_fake_exhaustive_fft_ifft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.045s) 2022-12-01T10:11:56.6460806Z test_make_fx_fake_exhaustive_fft_ifftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-12-01T10:11:56.6461183Z test_make_fx_fake_exhaustive_fft_ifftshift_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-12-01T10:11:56.6461541Z test_make_fx_fake_exhaustive_fft_ihfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-12-01T10:11:56.6461912Z test_make_fx_fake_exhaustive_fft_ihfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-12-01T10:11:56.6462466Z test_make_fx_fake_exhaustive_fft_ihfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.058s) 2022-12-01T10:11:56.6462837Z test_make_fx_fake_exhaustive_fft_irfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-12-01T10:11:56.6463188Z test_make_fx_fake_exhaustive_fft_irfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-12-01T10:11:56.6463557Z test_make_fx_fake_exhaustive_fft_irfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-12-01T10:11:56.6463923Z test_make_fx_fake_exhaustive_fft_rfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-12-01T10:11:56.6464274Z test_make_fx_fake_exhaustive_fft_rfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-12-01T10:11:56.6464640Z test_make_fx_fake_exhaustive_fft_rfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-12-01T10:11:56.6465004Z test_make_fx_fake_exhaustive_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:11:56.6465365Z test_make_fx_fake_exhaustive_flatten_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:11:56.6465713Z test_make_fx_fake_exhaustive_flip_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-12-01T10:11:56.6466072Z test_make_fx_fake_exhaustive_fliplr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:11:56.6466429Z test_make_fx_fake_exhaustive_flipud_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:11:56.6466782Z test_make_fx_fake_exhaustive_float_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:11:56.6467136Z test_make_fx_fake_exhaustive_float_power_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.055s) 2022-12-01T10:11:56.6467505Z test_make_fx_fake_exhaustive_floor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:11:56.6467876Z test_make_fx_fake_exhaustive_floor_divide_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.066s) 2022-12-01T10:11:56.6468228Z test_make_fx_fake_exhaustive_fmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-12-01T10:11:56.6468583Z test_make_fx_fake_exhaustive_fmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-12-01T10:11:56.6469013Z test_make_fx_fake_exhaustive_fmod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-12-01T10:11:56.6469364Z test_make_fx_fake_exhaustive_frac_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:11:56.6469710Z test_make_fx_fake_exhaustive_frexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-12-01T10:11:56.6470079Z test_make_fx_fake_exhaustive_full_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-12-01T10:11:56.6470489Z test_make_fx_fake_exhaustive_gather_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-12-01T10:11:56.6470855Z test_make_fx_fake_exhaustive_ge_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-12-01T10:11:56.6471201Z test_make_fx_fake_exhaustive_geqrf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.382s) 2022-12-01T10:11:56.6471566Z test_make_fx_fake_exhaustive_gradient_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.341s) 2022-12-01T10:11:56.6471930Z test_make_fx_fake_exhaustive_gt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.216s) 2022-12-01T10:11:56.6472275Z test_make_fx_fake_exhaustive_half_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:11:56.6472640Z test_make_fx_fake_exhaustive_heaviside_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-12-01T10:11:56.6473011Z test_make_fx_fake_exhaustive_histc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.156s) 2022-12-01T10:11:56.6473381Z test_make_fx_fake_exhaustive_histogram_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.093s) 2022-12-01T10:11:56.6473741Z test_make_fx_fake_exhaustive_histogramdd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.722s) 2022-12-01T10:11:56.6474110Z test_make_fx_fake_exhaustive_hsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:11:56.6474469Z test_make_fx_fake_exhaustive_hstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:11:56.6474822Z test_make_fx_fake_exhaustive_hypot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-12-01T10:11:56.6475164Z test_make_fx_fake_exhaustive_i0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:11:56.6475521Z test_make_fx_fake_exhaustive_igamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-12-01T10:11:56.6475881Z test_make_fx_fake_exhaustive_igammac_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-12-01T10:11:56.6476245Z test_make_fx_fake_exhaustive_index_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-12-01T10:11:56.6476603Z test_make_fx_fake_exhaustive_index_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:11:56.6476976Z test_make_fx_fake_exhaustive_index_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:11:56.6477339Z test_make_fx_fake_exhaustive_index_put_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:11:56.6477696Z test_make_fx_fake_exhaustive_index_reduce_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.230s) 2022-12-01T10:11:56.6478067Z test_make_fx_fake_exhaustive_index_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:11:56.6478431Z test_make_fx_fake_exhaustive_inner_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-12-01T10:11:56.6478784Z test_make_fx_fake_exhaustive_int_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-12-01T10:11:56.6479131Z test_make_fx_fake_exhaustive_isclose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.204s) 2022-12-01T10:11:56.6479501Z test_make_fx_fake_exhaustive_isfinite_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:11:56.6479864Z test_make_fx_fake_exhaustive_isin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:11:56.6480262Z test_make_fx_fake_exhaustive_isinf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-12-01T10:11:56.6480607Z test_make_fx_fake_exhaustive_isnan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-12-01T10:11:56.6480969Z test_make_fx_fake_exhaustive_isneginf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:11:56.6481332Z test_make_fx_fake_exhaustive_isposinf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:11:56.6481718Z test_make_fx_fake_exhaustive_isreal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:11:56.6482096Z test_make_fx_fake_exhaustive_istft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.023s) 2022-12-01T10:11:56.6482514Z test_make_fx_fake_exhaustive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:11:56.6482961Z test_make_fx_fake_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:11:56.6483388Z test_make_fx_fake_exhaustive_jiterator_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:11:56.6483821Z test_make_fx_fake_exhaustive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:11:56.6484257Z test_make_fx_fake_exhaustive_jiterator_unary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:11:56.6484652Z test_make_fx_fake_exhaustive_kron_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:11:56.6485009Z test_make_fx_fake_exhaustive_kthvalue_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.142s) 2022-12-01T10:11:56.6485369Z test_make_fx_fake_exhaustive_ldexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.062s) 2022-12-01T10:11:56.6485725Z test_make_fx_fake_exhaustive_le_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.053s) 2022-12-01T10:11:56.6486078Z test_make_fx_fake_exhaustive_lerp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.070s) 2022-12-01T10:11:56.6486426Z test_make_fx_fake_exhaustive_lgamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:11:56.6486802Z test_make_fx_fake_exhaustive_linalg_cholesky_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.091s) 2022-12-01T10:11:56.6487193Z test_make_fx_fake_exhaustive_linalg_cholesky_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.081s) 2022-12-01T10:11:56.6487644Z test_make_fx_fake_exhaustive_linalg_cond_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-12-01T10:11:56.6488012Z test_make_fx_fake_exhaustive_linalg_cross_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:11:56.6488393Z test_make_fx_fake_exhaustive_linalg_det_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.053s) 2022-12-01T10:11:56.6488776Z test_make_fx_fake_exhaustive_linalg_det_singular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.186s) 2022-12-01T10:11:56.6489159Z test_make_fx_fake_exhaustive_linalg_eig_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.128s) 2022-12-01T10:11:56.6489519Z test_make_fx_fake_exhaustive_linalg_eigh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.054s) 2022-12-01T10:11:56.6489898Z test_make_fx_fake_exhaustive_linalg_eigvals_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.097s) 2022-12-01T10:11:56.6490285Z test_make_fx_fake_exhaustive_linalg_eigvalsh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-12-01T10:11:56.6490666Z test_make_fx_fake_exhaustive_linalg_householder_product_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.085s) 2022-12-01T10:11:56.6491055Z test_make_fx_fake_exhaustive_linalg_inv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-12-01T10:11:56.6491481Z test_make_fx_fake_exhaustive_linalg_inv_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-12-01T10:11:56.6491864Z test_make_fx_fake_exhaustive_linalg_ldl_factor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:11:56.6492240Z test_make_fx_fake_exhaustive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:11:56.6492625Z test_make_fx_fake_exhaustive_linalg_ldl_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.079s) 2022-12-01T10:11:56.6493053Z test_make_fx_fake_exhaustive_linalg_lstsq_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:11:56.6493472Z test_make_fx_fake_exhaustive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:11:56.6493853Z test_make_fx_fake_exhaustive_linalg_lu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.074s) 2022-12-01T10:11:56.6494235Z test_make_fx_fake_exhaustive_linalg_lu_factor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.082s) 2022-12-01T10:11:56.6494618Z test_make_fx_fake_exhaustive_linalg_lu_factor_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.071s) 2022-12-01T10:11:56.6495003Z test_make_fx_fake_exhaustive_linalg_lu_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.612s) 2022-12-01T10:11:56.6495370Z test_make_fx_fake_exhaustive_linalg_matrix_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.411s) 2022-12-01T10:11:56.6495758Z test_make_fx_fake_exhaustive_linalg_matrix_power_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.168s) 2022-12-01T10:11:56.6496147Z test_make_fx_fake_exhaustive_linalg_matrix_rank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.748s) 2022-12-01T10:11:56.6496541Z test_make_fx_fake_exhaustive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.067s) 2022-12-01T10:11:56.6496924Z test_make_fx_fake_exhaustive_linalg_multi_dot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.060s) 2022-12-01T10:11:56.6497300Z test_make_fx_fake_exhaustive_linalg_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.467s) 2022-12-01T10:11:56.6497691Z test_make_fx_fake_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.391s) 2022-12-01T10:11:56.6498072Z test_make_fx_fake_exhaustive_linalg_pinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.162s) 2022-12-01T10:11:56.6498455Z test_make_fx_fake_exhaustive_linalg_pinv_hermitian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-12-01T10:11:56.6498919Z test_make_fx_fake_exhaustive_linalg_pinv_singular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:11:56.6499359Z test_make_fx_fake_exhaustive_linalg_qr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.203s) 2022-12-01T10:11:56.6499726Z test_make_fx_fake_exhaustive_linalg_slogdet_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-12-01T10:11:56.6500102Z test_make_fx_fake_exhaustive_linalg_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.101s) 2022-12-01T10:11:56.6500480Z test_make_fx_fake_exhaustive_linalg_solve_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.098s) 2022-12-01T10:11:56.6500869Z test_make_fx_fake_exhaustive_linalg_solve_triangular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.304s) 2022-12-01T10:11:56.6501248Z test_make_fx_fake_exhaustive_linalg_svd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.655s) 2022-12-01T10:11:56.6501618Z test_make_fx_fake_exhaustive_linalg_svdvals_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.425s) 2022-12-01T10:11:56.6502004Z test_make_fx_fake_exhaustive_linalg_tensorinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:11:56.6502552Z test_make_fx_fake_exhaustive_linalg_tensorsolve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.050s) 2022-12-01T10:11:56.6502926Z test_make_fx_fake_exhaustive_linalg_vander_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.097s) 2022-12-01T10:11:56.6503309Z test_make_fx_fake_exhaustive_linalg_vecdot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.245s) 2022-12-01T10:11:56.6503693Z test_make_fx_fake_exhaustive_linalg_vector_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.395s) 2022-12-01T10:11:56.6504118Z test_make_fx_fake_exhaustive_linspace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.201s) 2022-12-01T10:11:56.6504479Z test_make_fx_fake_exhaustive_log10_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:11:56.6504841Z test_make_fx_fake_exhaustive_log1p_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:11:56.6505203Z test_make_fx_fake_exhaustive_log2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:11:56.6505551Z test_make_fx_fake_exhaustive_log_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:11:56.6505916Z test_make_fx_fake_exhaustive_log_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:11:56.6506301Z test_make_fx_fake_exhaustive_log_softmax_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:11:56.6506683Z test_make_fx_fake_exhaustive_logaddexp2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:11:56.6507048Z test_make_fx_fake_exhaustive_logaddexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:11:56.6507425Z test_make_fx_fake_exhaustive_logcumsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.066s) 2022-12-01T10:11:56.6507800Z test_make_fx_fake_exhaustive_logdet_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.068s) 2022-12-01T10:11:56.6508173Z test_make_fx_fake_exhaustive_logical_and_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-12-01T10:11:56.6508531Z test_make_fx_fake_exhaustive_logical_not_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:11:56.6508906Z test_make_fx_fake_exhaustive_logical_or_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.045s) 2022-12-01T10:11:56.6509274Z test_make_fx_fake_exhaustive_logical_xor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-12-01T10:11:56.6509638Z test_make_fx_fake_exhaustive_logit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:11:56.6509994Z test_make_fx_fake_exhaustive_logspace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.437s) 2022-12-01T10:11:56.6510367Z test_make_fx_fake_exhaustive_logsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.071s) 2022-12-01T10:11:56.6510732Z test_make_fx_fake_exhaustive_long_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-12-01T10:11:56.6511075Z test_make_fx_fake_exhaustive_lt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-12-01T10:11:56.6511430Z test_make_fx_fake_exhaustive_lu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.168s) 2022-12-01T10:11:56.6511792Z test_make_fx_fake_exhaustive_lu_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.203s) 2022-12-01T10:11:56.6512160Z test_make_fx_fake_exhaustive_lu_unpack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.086s) 2022-12-01T10:11:56.6512507Z test_make_fx_fake_exhaustive_mH_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:11:56.6512861Z test_make_fx_fake_exhaustive_mT_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:11:56.6513228Z test_make_fx_fake_exhaustive_masked_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.719s) 2022-12-01T10:11:56.6513602Z test_make_fx_fake_exhaustive_masked_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.645s) 2022-12-01T10:11:56.6514018Z test_make_fx_fake_exhaustive_masked_argmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.492s) 2022-12-01T10:11:56.6514397Z test_make_fx_fake_exhaustive_masked_argmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.451s) 2022-12-01T10:11:56.6514779Z test_make_fx_fake_exhaustive_masked_cumprod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.078s) 2022-12-01T10:11:56.6515145Z test_make_fx_fake_exhaustive_masked_cumsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.078s) 2022-12-01T10:11:56.6515557Z test_make_fx_fake_exhaustive_masked_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-12-01T10:11:56.6515939Z test_make_fx_fake_exhaustive_masked_log_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.103s) 2022-12-01T10:11:56.6516329Z test_make_fx_fake_exhaustive_masked_logaddexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.103s) 2022-12-01T10:11:56.6516706Z test_make_fx_fake_exhaustive_masked_logsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.787s) 2022-12-01T10:11:56.6517085Z test_make_fx_fake_exhaustive_masked_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.072s) 2022-12-01T10:11:56.6517460Z test_make_fx_fake_exhaustive_masked_median_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.346s) 2022-12-01T10:11:56.6517830Z test_make_fx_fake_exhaustive_masked_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.663s) 2022-12-01T10:11:56.6518195Z test_make_fx_fake_exhaustive_masked_normalize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.200s) 2022-12-01T10:11:56.6518575Z test_make_fx_fake_exhaustive_masked_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.627s) 2022-12-01T10:11:56.6518947Z test_make_fx_fake_exhaustive_masked_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:11:56.6519372Z test_make_fx_fake_exhaustive_masked_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.006s) 2022-12-01T10:11:56.6519787Z test_make_fx_fake_exhaustive_masked_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.111s) 2022-12-01T10:11:56.6520158Z test_make_fx_fake_exhaustive_masked_softmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.120s) 2022-12-01T10:11:56.6520530Z test_make_fx_fake_exhaustive_masked_std_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.666s) 2022-12-01T10:11:56.6520897Z test_make_fx_fake_exhaustive_masked_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.665s) 2022-12-01T10:11:56.6521259Z test_make_fx_fake_exhaustive_masked_var_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (2.576s) 2022-12-01T10:11:56.6521621Z test_make_fx_fake_exhaustive_matmul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.142s) 2022-12-01T10:11:56.6521982Z test_make_fx_fake_exhaustive_matrix_exp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-12-01T10:11:56.6522338Z test_make_fx_fake_exhaustive_max_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.068s) 2022-12-01T10:11:56.6522716Z test_make_fx_fake_exhaustive_max_reduction_no_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:11:56.6523107Z test_make_fx_fake_exhaustive_max_reduction_with_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.088s) 2022-12-01T10:11:56.6523487Z test_make_fx_fake_exhaustive_maximum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.063s) 2022-12-01T10:11:56.6523837Z test_make_fx_fake_exhaustive_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.182s) 2022-12-01T10:11:56.6524196Z test_make_fx_fake_exhaustive_median_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.255s) 2022-12-01T10:11:56.6524580Z test_make_fx_fake_exhaustive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.112s) 2022-12-01T10:11:56.6525025Z test_make_fx_fake_exhaustive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.113s) 2022-12-01T10:11:56.6525399Z test_make_fx_fake_exhaustive_min_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.064s) 2022-12-01T10:11:56.6525781Z test_make_fx_fake_exhaustive_min_reduction_no_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:11:56.6526174Z test_make_fx_fake_exhaustive_min_reduction_with_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-12-01T10:11:56.6526607Z test_make_fx_fake_exhaustive_minimum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.067s) 2022-12-01T10:11:56.6526955Z test_make_fx_fake_exhaustive_mm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:11:56.6527308Z test_make_fx_fake_exhaustive_mode_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.146s) 2022-12-01T10:11:56.6527758Z test_make_fx_fake_exhaustive_movedim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:11:56.6528109Z test_make_fx_fake_exhaustive_msort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:11:56.6528467Z test_make_fx_fake_exhaustive_mul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.097s) 2022-12-01T10:11:56.6528856Z test_make_fx_fake_exhaustive_multinomial_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.032s) 2022-12-01T10:11:56.6529238Z test_make_fx_fake_exhaustive_mv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:11:56.6529605Z test_make_fx_fake_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.068s) 2022-12-01T10:11:56.6530001Z test_make_fx_fake_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.060s) 2022-12-01T10:11:56.6530398Z test_make_fx_fake_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.069s) 2022-12-01T10:11:56.6530778Z test_make_fx_fake_exhaustive_nan_to_num_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-12-01T10:11:56.6531133Z test_make_fx_fake_exhaustive_nanmean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.356s) 2022-12-01T10:11:56.6531502Z test_make_fx_fake_exhaustive_nanmedian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.087s) 2022-12-01T10:11:56.6531897Z test_make_fx_fake_exhaustive_nanquantile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:11:56.6532280Z test_make_fx_fake_exhaustive_nansum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.220s) 2022-12-01T10:11:56.6532638Z test_make_fx_fake_exhaustive_narrow_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-12-01T10:11:56.6533019Z test_make_fx_fake_exhaustive_narrow_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.015s) 2022-12-01T10:11:56.6533404Z test_make_fx_fake_exhaustive_native_batch_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.113s) 2022-12-01T10:11:56.6533789Z test_make_fx_fake_exhaustive_native_layer_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.179s) 2022-12-01T10:11:56.6534142Z test_make_fx_fake_exhaustive_ne_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.063s) 2022-12-01T10:11:56.6534496Z test_make_fx_fake_exhaustive_neg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-12-01T10:11:56.6534879Z test_make_fx_fake_exhaustive_new_empty_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:11:56.6535308Z test_make_fx_fake_exhaustive_new_empty_strided_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:11:56.6535733Z test_make_fx_fake_exhaustive_new_full_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-12-01T10:11:56.6536105Z test_make_fx_fake_exhaustive_new_ones_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-12-01T10:11:56.6536529Z test_make_fx_fake_exhaustive_new_zeros_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-12-01T10:11:56.6536887Z test_make_fx_fake_exhaustive_nextafter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.064s) 2022-12-01T10:11:56.6537288Z test_make_fx_fake_exhaustive_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.313s) 2022-12-01T10:11:56.6537723Z test_make_fx_fake_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-12-01T10:11:56.6538172Z test_make_fx_fake_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.163s) 2022-12-01T10:11:56.6538581Z test_make_fx_fake_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.157s) 2022-12-01T10:11:56.6538992Z test_make_fx_fake_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.139s) 2022-12-01T10:11:56.6539414Z test_make_fx_fake_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.253s) 2022-12-01T10:11:56.6539828Z test_make_fx_fake_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.249s) 2022-12-01T10:11:56.6540222Z test_make_fx_fake_exhaustive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.104s) 2022-12-01T10:11:56.6540621Z test_make_fx_fake_exhaustive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.089s) 2022-12-01T10:11:56.6541018Z test_make_fx_fake_exhaustive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.066s) 2022-12-01T10:11:56.6541419Z test_make_fx_fake_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.173s) 2022-12-01T10:11:56.6541807Z test_make_fx_fake_exhaustive_nn_functional_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.371s) 2022-12-01T10:11:56.6542360Z test_make_fx_fake_exhaustive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.146s) 2022-12-01T10:11:56.6542808Z test_make_fx_fake_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.252s) 2022-12-01T10:11:56.6543225Z test_make_fx_fake_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:11:56.6543604Z test_make_fx_fake_exhaustive_nn_functional_conv1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.095s) 2022-12-01T10:11:56.6543997Z test_make_fx_fake_exhaustive_nn_functional_conv2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.322s) 2022-12-01T10:11:56.6544398Z test_make_fx_fake_exhaustive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.097s) 2022-12-01T10:11:56.6544816Z test_make_fx_fake_exhaustive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.121s) 2022-12-01T10:11:56.6545215Z test_make_fx_fake_exhaustive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.113s) 2022-12-01T10:11:56.6545637Z test_make_fx_fake_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.166s) 2022-12-01T10:11:56.6546053Z test_make_fx_fake_exhaustive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.219s) 2022-12-01T10:11:56.6546465Z test_make_fx_fake_exhaustive_nn_functional_cross_entropy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.204s) 2022-12-01T10:11:56.6546849Z test_make_fx_fake_exhaustive_nn_functional_ctc_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.098s) 2022-12-01T10:11:56.6548122Z test_make_fx_fake_exhaustive_nn_functional_dropout2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /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:11:56.6549080Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-12-01T10:11:56.6550129Z /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:11:56.6550901Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-12-01T10:11:56.6551914Z /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:11:56.6552676Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-12-01T10:11:56.6553658Z /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:11:56.6554414Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-12-01T10:11:56.6555414Z /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:11:56.6556173Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-12-01T10:11:56.6557172Z /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:11:56.6557934Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-12-01T10:11:56.6558172Z ok (0.098s) 2022-12-01T10:11:56.6558471Z test_make_fx_fake_exhaustive_nn_functional_dropout3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.162s) 2022-12-01T10:11:56.6558875Z test_make_fx_fake_exhaustive_nn_functional_dropout_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.130s) 2022-12-01T10:11:56.6559312Z test_make_fx_fake_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:11:56.6559699Z test_make_fx_fake_exhaustive_nn_functional_embedding_bag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.486s) 2022-12-01T10:11:56.6560102Z test_make_fx_fake_exhaustive_nn_functional_embedding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.058s) 2022-12-01T10:11:56.6560530Z test_make_fx_fake_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.056s) 2022-12-01T10:11:56.6561009Z test_make_fx_fake_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.065s) 2022-12-01T10:11:56.6561435Z test_make_fx_fake_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.385s) 2022-12-01T10:11:56.6561852Z test_make_fx_fake_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.433s) 2022-12-01T10:11:56.6562284Z test_make_fx_fake_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:11:56.6562699Z test_make_fx_fake_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-12-01T10:11:56.6563070Z test_make_fx_fake_exhaustive_nn_functional_glu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.213s) 2022-12-01T10:11:56.6563460Z test_make_fx_fake_exhaustive_nn_functional_grid_sample_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.367s) 2022-12-01T10:11:56.6563860Z test_make_fx_fake_exhaustive_nn_functional_group_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:11:56.6564259Z test_make_fx_fake_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-12-01T10:11:56.6564652Z test_make_fx_fake_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:11:56.6565056Z test_make_fx_fake_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:11:56.6565451Z test_make_fx_fake_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-12-01T10:11:56.6565858Z test_make_fx_fake_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.108s) 2022-12-01T10:11:56.6566254Z test_make_fx_fake_exhaustive_nn_functional_huber_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.053s) 2022-12-01T10:11:56.6566658Z test_make_fx_fake_exhaustive_nn_functional_instance_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.134s) 2022-12-01T10:11:56.6567067Z test_make_fx_fake_exhaustive_nn_functional_interpolate_area_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.064s) 2022-12-01T10:11:56.6567548Z test_make_fx_fake_exhaustive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.061s) 2022-12-01T10:11:56.6567960Z test_make_fx_fake_exhaustive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.060s) 2022-12-01T10:11:56.6568378Z test_make_fx_fake_exhaustive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.059s) 2022-12-01T10:11:56.6568796Z test_make_fx_fake_exhaustive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.084s) 2022-12-01T10:11:56.6569221Z test_make_fx_fake_exhaustive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.063s) 2022-12-01T10:11:56.6570198Z test_make_fx_fake_exhaustive_nn_functional_kl_div_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /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:11:56.6570966Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:11:56.6571775Z /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:11:56.6572426Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:11:56.6573193Z /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:11:56.6573812Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:11:56.6574575Z /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:11:56.6575184Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:11:56.6575425Z ok (0.110s) 2022-12-01T10:11:56.6575710Z test_make_fx_fake_exhaustive_nn_functional_l1_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-12-01T10:11:56.6576097Z test_make_fx_fake_exhaustive_nn_functional_layer_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-12-01T10:11:56.6576499Z test_make_fx_fake_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-12-01T10:11:56.6576895Z test_make_fx_fake_exhaustive_nn_functional_linear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.105s) 2022-12-01T10:11:56.6577303Z test_make_fx_fake_exhaustive_nn_functional_local_response_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.103s) 2022-12-01T10:11:56.6577697Z test_make_fx_fake_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:11:56.6578110Z test_make_fx_fake_exhaustive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.265s) 2022-12-01T10:11:56.6578515Z test_make_fx_fake_exhaustive_nn_functional_max_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.731s) 2022-12-01T10:11:56.6578890Z test_make_fx_fake_exhaustive_nn_functional_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.572s) 2022-12-01T10:11:56.6579289Z test_make_fx_fake_exhaustive_nn_functional_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.611s) 2022-12-01T10:11:56.6579704Z test_make_fx_fake_exhaustive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:11:56.6580125Z test_make_fx_fake_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.307s) 2022-12-01T10:11:56.6580682Z test_make_fx_fake_exhaustive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:11:56.6581202Z test_make_fx_fake_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.447s) 2022-12-01T10:11:56.6581626Z test_make_fx_fake_exhaustive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:11:56.6582109Z test_make_fx_fake_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.380s) 2022-12-01T10:11:56.6582624Z test_make_fx_fake_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:11:56.6583017Z test_make_fx_fake_exhaustive_nn_functional_mse_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.052s) 2022-12-01T10:11:56.6583472Z test_make_fx_fake_exhaustive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.085s) 2022-12-01T10:11:56.6583892Z test_make_fx_fake_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.055s) 2022-12-01T10:11:56.6584308Z test_make_fx_fake_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.079s) 2022-12-01T10:11:56.6584736Z test_make_fx_fake_exhaustive_nn_functional_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:11:56.6585145Z test_make_fx_fake_exhaustive_nn_functional_normalize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.086s) 2022-12-01T10:11:56.6585546Z test_make_fx_fake_exhaustive_nn_functional_pad_circular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.146s) 2022-12-01T10:11:56.6585937Z test_make_fx_fake_exhaustive_nn_functional_pad_constant_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.250s) 2022-12-01T10:11:56.6586135Z test_make_fx_fake_exhaustive_nn_functional_pad_reflect_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.075s) 2022-12-01T10:11:56.6586333Z test_make_fx_fake_exhaustive_nn_functional_pad_replicate_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.085s) 2022-12-01T10:11:56.6586535Z test_make_fx_fake_exhaustive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.068s) 2022-12-01T10:11:56.6586724Z test_make_fx_fake_exhaustive_nn_functional_pdist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.144s) 2022-12-01T10:11:56.6586916Z test_make_fx_fake_exhaustive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-12-01T10:11:56.6587113Z test_make_fx_fake_exhaustive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-12-01T10:11:56.6587310Z test_make_fx_fake_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.778s) 2022-12-01T10:11:56.6587498Z test_make_fx_fake_exhaustive_nn_functional_prelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.131s) 2022-12-01T10:11:56.6587678Z test_make_fx_fake_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-12-01T10:11:56.6587849Z test_make_fx_fake_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:11:56.6588036Z test_make_fx_fake_exhaustive_nn_functional_rrelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-12-01T10:11:56.6588223Z test_make_fx_fake_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:11:56.6588407Z test_make_fx_fake_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:11:56.6588598Z test_make_fx_fake_exhaustive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-12-01T10:11:56.6588793Z test_make_fx_fake_exhaustive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-12-01T10:11:56.6588982Z test_make_fx_fake_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-12-01T10:11:56.6589181Z test_make_fx_fake_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-12-01T10:11:56.6589422Z test_make_fx_fake_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:11:56.6589598Z test_make_fx_fake_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:11:56.6589783Z test_make_fx_fake_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-12-01T10:11:56.6589969Z test_make_fx_fake_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-12-01T10:11:56.6590212Z test_make_fx_fake_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:11:56.6590413Z test_make_fx_fake_exhaustive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.076s) 2022-12-01T10:11:56.6590627Z test_make_fx_fake_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.080s) 2022-12-01T10:11:56.6590815Z test_make_fx_fake_exhaustive_nn_functional_unfold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.600s) 2022-12-01T10:11:56.6591406Z test_make_fx_fake_exhaustive_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /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:11:56.6591667Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:11:56.6592110Z /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:11:56.6592305Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:11:56.6592670Z /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:11:56.6592865Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:11:56.6593234Z /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:11:56.6593433Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:11:56.6593500Z ok (0.029s) 2022-12-01T10:11:56.6594054Z test_make_fx_fake_exhaustive_nn_functional_upsample_nearest_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /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:11:56.6594247Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:11:56.6594610Z /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:11:56.6594803Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:11:56.6595170Z /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:11:56.6595350Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:11:56.6595708Z /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:11:56.6595967Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:11:56.6596332Z /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:11:56.6596522Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:11:56.6596880Z /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:11:56.6597178Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:11:56.6597546Z /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:11:56.6597736Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:11:56.6598097Z /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:11:56.6598291Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:11:56.6598646Z /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:11:56.6598838Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:11:56.6599195Z /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:11:56.6599387Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:11:56.6599749Z /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:11:56.6599936Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:11:56.6600293Z /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:11:56.6600489Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:11:56.6600850Z /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:11:56.6601042Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:11:56.6601388Z /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:11:56.6601579Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:11:56.6601940Z /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:11:56.6602127Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:11:56.6602489Z /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:11:56.6602677Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:11:56.6602744Z ok (0.118s) 2022-12-01T10:11:56.6603008Z test_make_fx_fake_exhaustive_nonzero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.007s) 2022-12-01T10:11:56.6603181Z test_make_fx_fake_exhaustive_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.215s) 2022-12-01T10:11:56.6603359Z test_make_fx_fake_exhaustive_norm_fro_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:11:56.6603523Z test_make_fx_fake_exhaustive_norm_inf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:11:56.6603725Z test_make_fx_fake_exhaustive_norm_nuc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:11:56.6603901Z test_make_fx_fake_exhaustive_normal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:11:56.6604089Z test_make_fx_fake_exhaustive_normal_number_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-12-01T10:11:56.6604260Z test_make_fx_fake_exhaustive_ones_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:11:56.6604436Z test_make_fx_fake_exhaustive_ones_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-12-01T10:11:56.6604612Z test_make_fx_fake_exhaustive_ormqr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.210s) 2022-12-01T10:11:56.6604777Z test_make_fx_fake_exhaustive_outer_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-12-01T10:11:56.6604957Z test_make_fx_fake_exhaustive_pca_lowrank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (4.586s) 2022-12-01T10:11:56.6605125Z test_make_fx_fake_exhaustive_permute_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:11:56.6605301Z test_make_fx_fake_exhaustive_pinverse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.055s) 2022-12-01T10:11:56.6605472Z test_make_fx_fake_exhaustive_polar_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.102s) 2022-12-01T10:11:56.6605670Z test_make_fx_fake_exhaustive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-12-01T10:11:56.6605855Z test_make_fx_fake_exhaustive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-12-01T10:11:56.6606045Z test_make_fx_fake_exhaustive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-12-01T10:11:56.6606236Z test_make_fx_fake_exhaustive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-12-01T10:11:56.6606428Z test_make_fx_fake_exhaustive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-12-01T10:11:56.6606605Z test_make_fx_fake_exhaustive_positive_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:11:56.6606764Z test_make_fx_fake_exhaustive_pow_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-12-01T10:11:56.6606934Z test_make_fx_fake_exhaustive_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.178s) 2022-12-01T10:11:56.6607101Z test_make_fx_fake_exhaustive_put_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.124s) 2022-12-01T10:11:56.6607268Z test_make_fx_fake_exhaustive_qr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.195s) 2022-12-01T10:11:56.6607457Z test_make_fx_fake_exhaustive_quantile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:11:56.6607735Z test_make_fx_fake_exhaustive_rad2deg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:11:56.6607915Z test_make_fx_fake_exhaustive_rand_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-12-01T10:11:56.6608095Z test_make_fx_fake_exhaustive_randint_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.085s) 2022-12-01T10:11:56.6608270Z test_make_fx_fake_exhaustive_randn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:11:56.6608480Z test_make_fx_fake_exhaustive_randn_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-12-01T10:11:56.6608649Z test_make_fx_fake_exhaustive_ravel_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:11:56.6608817Z test_make_fx_fake_exhaustive_real_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:11:56.6608997Z test_make_fx_fake_exhaustive_reciprocal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:11:56.6609171Z test_make_fx_fake_exhaustive_remainder_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.050s) 2022-12-01T10:11:56.6609370Z test_make_fx_fake_exhaustive_renorm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:11:56.6609540Z test_make_fx_fake_exhaustive_repeat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.229s) 2022-12-01T10:11:56.6609773Z test_make_fx_fake_exhaustive_repeat_interleave_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.008s) 2022-12-01T10:11:56.6609950Z test_make_fx_fake_exhaustive_reshape_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:11:56.6610112Z test_make_fx_fake_exhaustive_reshape_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-12-01T10:11:56.6610286Z test_make_fx_fake_exhaustive_resize__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:11:56.6610458Z test_make_fx_fake_exhaustive_resize_as__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-12-01T10:11:56.6610642Z test_make_fx_fake_exhaustive_resolve_conj_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:11:56.6610819Z test_make_fx_fake_exhaustive_resolve_neg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:11:56.6610991Z test_make_fx_fake_exhaustive_roll_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.080s) 2022-12-01T10:11:56.6611163Z test_make_fx_fake_exhaustive_rot90_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.171s) 2022-12-01T10:11:56.6611329Z test_make_fx_fake_exhaustive_round_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:11:56.6611516Z test_make_fx_fake_exhaustive_round_decimals_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:11:56.6611686Z test_make_fx_fake_exhaustive_round_decimals_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:11:56.6611878Z test_make_fx_fake_exhaustive_round_decimals_neg_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:11:56.6612052Z test_make_fx_fake_exhaustive_rsqrt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:11:56.6612222Z test_make_fx_fake_exhaustive_rsub_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.059s) 2022-12-01T10:11:56.6612400Z test_make_fx_fake_exhaustive_scatter_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-12-01T10:11:56.6612575Z test_make_fx_fake_exhaustive_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.136s) 2022-12-01T10:11:56.6612762Z test_make_fx_fake_exhaustive_scatter_reduce_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.125s) 2022-12-01T10:11:56.6612941Z test_make_fx_fake_exhaustive_scatter_reduce_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.126s) 2022-12-01T10:11:56.6613117Z test_make_fx_fake_exhaustive_scatter_reduce_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.127s) 2022-12-01T10:11:56.6613284Z test_make_fx_fake_exhaustive_scatter_reduce_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.126s) 2022-12-01T10:11:56.6613478Z test_make_fx_fake_exhaustive_scatter_reduce_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.126s) 2022-12-01T10:11:56.6613659Z test_make_fx_fake_exhaustive_searchsorted_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.226s) 2022-12-01T10:11:56.6613904Z test_make_fx_fake_exhaustive_segment_reduce_lengths_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-12-01T10:11:56.6614092Z test_make_fx_fake_exhaustive_segment_reduce_offsets_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.042s) 2022-12-01T10:11:56.6614265Z test_make_fx_fake_exhaustive_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:11:56.6614448Z test_make_fx_fake_exhaustive_select_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:11:56.6614651Z test_make_fx_fake_exhaustive_sgn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:11:56.6614821Z test_make_fx_fake_exhaustive_short_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:11:56.6614993Z test_make_fx_fake_exhaustive_sigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:11:56.6615151Z test_make_fx_fake_exhaustive_sign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:11:56.6615323Z test_make_fx_fake_exhaustive_signbit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:11:56.6615496Z test_make_fx_fake_exhaustive_sin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:11:56.6615665Z test_make_fx_fake_exhaustive_sinc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:11:56.6615831Z test_make_fx_fake_exhaustive_sinh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:11:56.6616001Z test_make_fx_fake_exhaustive_slice_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:11:56.6616181Z test_make_fx_fake_exhaustive_slice_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.055s) 2022-12-01T10:11:56.6616356Z test_make_fx_fake_exhaustive_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-12-01T10:11:56.6616531Z test_make_fx_fake_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-12-01T10:11:56.6616698Z test_make_fx_fake_exhaustive_sort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.296s) 2022-12-01T10:11:56.6616904Z test_make_fx_fake_exhaustive_sparse_sampled_addmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:11:56.6617084Z test_make_fx_fake_exhaustive_special_airy_ai_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:11:56.6617269Z test_make_fx_fake_exhaustive_special_bessel_j0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:11:56.6617453Z test_make_fx_fake_exhaustive_special_bessel_j1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:11:56.6617634Z test_make_fx_fake_exhaustive_special_bessel_y0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:11:56.6617812Z test_make_fx_fake_exhaustive_special_bessel_y1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:11:56.6618013Z test_make_fx_fake_exhaustive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-12-01T10:11:56.6618212Z test_make_fx_fake_exhaustive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.050s) 2022-12-01T10:11:56.6618607Z test_make_fx_fake_exhaustive_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:11:56.6618998Z test_make_fx_fake_exhaustive_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:11:56.6619179Z test_make_fx_fake_exhaustive_special_entr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:11:56.6619358Z test_make_fx_fake_exhaustive_special_erfcx_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:11:56.6619594Z test_make_fx_fake_exhaustive_special_hermite_polynomial_h_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-12-01T10:11:56.6619793Z test_make_fx_fake_exhaustive_special_hermite_polynomial_he_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.050s) 2022-12-01T10:11:56.6619968Z test_make_fx_fake_exhaustive_special_i0e_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:11:56.6620146Z test_make_fx_fake_exhaustive_special_i1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:11:56.6620351Z test_make_fx_fake_exhaustive_special_i1e_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:11:56.6620553Z test_make_fx_fake_exhaustive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-12-01T10:11:56.6620927Z test_make_fx_fake_exhaustive_special_legendre_polynomial_p_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:11:56.6621113Z test_make_fx_fake_exhaustive_special_log_ndtr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:11:56.6621305Z test_make_fx_fake_exhaustive_special_modified_bessel_i0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:11:56.6621500Z test_make_fx_fake_exhaustive_special_modified_bessel_i1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:11:56.6621693Z test_make_fx_fake_exhaustive_special_modified_bessel_k0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:11:56.6621878Z test_make_fx_fake_exhaustive_special_modified_bessel_k1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:11:56.6622058Z test_make_fx_fake_exhaustive_special_ndtr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:11:56.6622468Z test_make_fx_fake_exhaustive_special_ndtri_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:11:56.6622682Z test_make_fx_fake_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-12-01T10:11:56.6622884Z test_make_fx_fake_exhaustive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:11:56.6623073Z test_make_fx_fake_exhaustive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:11:56.6623482Z test_make_fx_fake_exhaustive_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:11:56.6623883Z test_make_fx_fake_exhaustive_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:11:56.6624277Z test_make_fx_fake_exhaustive_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:11:56.6624666Z test_make_fx_fake_exhaustive_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:11:56.6624867Z test_make_fx_fake_exhaustive_special_spherical_bessel_j0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:11:56.6625054Z test_make_fx_fake_exhaustive_special_xlog1py_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.050s) 2022-12-01T10:11:56.6625233Z test_make_fx_fake_exhaustive_special_zeta_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-12-01T10:11:56.6625412Z test_make_fx_fake_exhaustive_split_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:11:56.6625653Z test_make_fx_fake_exhaustive_split_list_args_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:11:56.6625837Z test_make_fx_fake_exhaustive_split_with_sizes_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:11:56.6625994Z test_make_fx_fake_exhaustive_sqrt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:11:56.6626166Z test_make_fx_fake_exhaustive_square_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:11:56.6626375Z test_make_fx_fake_exhaustive_squeeze_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-12-01T10:11:56.6626548Z test_make_fx_fake_exhaustive_stack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-12-01T10:11:56.6626716Z test_make_fx_fake_exhaustive_std_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.052s) 2022-12-01T10:11:56.6626890Z test_make_fx_fake_exhaustive_std_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.058s) 2022-12-01T10:11:56.6627063Z test_make_fx_fake_exhaustive_stft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.096s) 2022-12-01T10:11:56.6627229Z test_make_fx_fake_exhaustive_sub_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.083s) 2022-12-01T10:11:56.6627398Z test_make_fx_fake_exhaustive_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.129s) 2022-12-01T10:11:56.6627561Z test_make_fx_fake_exhaustive_sum_to_size_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.075s) 2022-12-01T10:11:56.6627730Z test_make_fx_fake_exhaustive_svd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.656s) 2022-12-01T10:11:56.6627909Z test_make_fx_fake_exhaustive_svd_lowrank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (5.361s) 2022-12-01T10:11:56.6628084Z test_make_fx_fake_exhaustive_symeig_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.097s) 2022-12-01T10:11:56.6628254Z test_make_fx_fake_exhaustive_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:11:56.6628434Z test_make_fx_fake_exhaustive_take_along_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-12-01T10:11:56.6628600Z test_make_fx_fake_exhaustive_take_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.113s) 2022-12-01T10:11:56.6628764Z test_make_fx_fake_exhaustive_tan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:11:56.6628929Z test_make_fx_fake_exhaustive_tanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:11:56.6629115Z test_make_fx_fake_exhaustive_tensor_split_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:11:56.6629293Z test_make_fx_fake_exhaustive_tensordot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:11:56.6629464Z test_make_fx_fake_exhaustive_tile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.269s) 2022-12-01T10:11:56.6629636Z test_make_fx_fake_exhaustive_to_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.138s) 2022-12-01T10:11:56.6629827Z test_make_fx_fake_exhaustive_to_sparse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:11:56.6629997Z test_make_fx_fake_exhaustive_topk_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.076s) 2022-12-01T10:11:56.6630168Z test_make_fx_fake_exhaustive_trace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:11:56.6630344Z test_make_fx_fake_exhaustive_transpose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-12-01T10:11:56.6630522Z test_make_fx_fake_exhaustive_trapezoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.082s) 2022-12-01T10:11:56.6630682Z test_make_fx_fake_exhaustive_trapz_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.083s) 2022-12-01T10:11:56.6630866Z test_make_fx_fake_exhaustive_triangular_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.075s) 2022-12-01T10:11:56.6631069Z test_make_fx_fake_exhaustive_tril_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-12-01T10:11:56.6631234Z test_make_fx_fake_exhaustive_triu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-12-01T10:11:56.6631411Z test_make_fx_fake_exhaustive_true_divide_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-12-01T10:11:56.6631580Z test_make_fx_fake_exhaustive_trunc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:11:56.6631782Z test_make_fx_fake_exhaustive_unbind_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-12-01T10:11:56.6631956Z test_make_fx_fake_exhaustive_unflatten_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.053s) 2022-12-01T10:11:56.6632128Z test_make_fx_fake_exhaustive_unfold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.114s) 2022-12-01T10:11:56.6632288Z test_make_fx_fake_exhaustive_uniform_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:11:56.6632525Z test_make_fx_fake_exhaustive_unique_consecutive_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.028s) 2022-12-01T10:11:56.6632745Z test_make_fx_fake_exhaustive_unique_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.028s) 2022-12-01T10:11:56.6632926Z test_make_fx_fake_exhaustive_unsqueeze_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.045s) 2022-12-01T10:11:56.6633098Z test_make_fx_fake_exhaustive_var_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.052s) 2022-12-01T10:11:56.6633272Z test_make_fx_fake_exhaustive_var_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.059s) 2022-12-01T10:11:56.6633438Z test_make_fx_fake_exhaustive_vdot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:11:56.6633619Z test_make_fx_fake_exhaustive_view_as_complex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-12-01T10:11:56.6633793Z test_make_fx_fake_exhaustive_view_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:11:56.6633946Z test_make_fx_fake_exhaustive_view_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-12-01T10:11:56.6634118Z test_make_fx_fake_exhaustive_vsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:11:56.6634288Z test_make_fx_fake_exhaustive_vstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:11:56.6634464Z test_make_fx_fake_exhaustive_where_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-12-01T10:11:56.6634630Z test_make_fx_fake_exhaustive_xlogy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.054s) 2022-12-01T10:11:56.6634792Z test_make_fx_fake_exhaustive_zero__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:11:56.6634956Z test_make_fx_fake_exhaustive_zeros_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:11:56.6635132Z test_make_fx_fake_exhaustive_zeros_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-12-01T10:11:56.6635296Z test_make_fx_symbolic_exhaustive_H_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:11:56.6635447Z test_make_fx_symbolic_exhaustive_T_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:11:56.6635642Z test_make_fx_symbolic_exhaustive___getitem___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.025s) 2022-12-01T10:11:56.6635821Z test_make_fx_symbolic_exhaustive___radd___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.170s) 2022-12-01T10:11:56.6636001Z test_make_fx_symbolic_exhaustive___rdiv___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.150s) 2022-12-01T10:11:56.6636184Z test_make_fx_symbolic_exhaustive___rmatmul___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.687s) 2022-12-01T10:11:56.6636389Z test_make_fx_symbolic_exhaustive___rmod___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.149s) 2022-12-01T10:11:56.6636560Z test_make_fx_symbolic_exhaustive___rmul___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.130s) 2022-12-01T10:11:56.6637260Z test_make_fx_symbolic_exhaustive___rpow___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /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:11:56.6637402Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:11:56.6637895Z /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:11:56.6638025Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:11:56.6638514Z /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:11:56.6638648Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:11:56.6639141Z /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:11:56.6639276Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:11:56.6639761Z /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:11:56.6639897Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:11:56.6640379Z /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:11:56.6640511Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:11:56.6640995Z /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:11:56.6641129Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:11:56.6641618Z /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:11:56.6641752Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:11:56.6642225Z /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:11:56.6642358Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:11:56.6642425Z ok (0.194s) 2022-12-01T10:11:56.6642607Z test_make_fx_symbolic_exhaustive___rsub___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.133s) 2022-12-01T10:11:56.6642786Z test_make_fx_symbolic_exhaustive_abs_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:11:56.6642995Z test_make_fx_symbolic_exhaustive_acos_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:11:56.6643177Z test_make_fx_symbolic_exhaustive_acosh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:11:56.6643354Z test_make_fx_symbolic_exhaustive_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.158s) 2022-12-01T10:11:56.6643533Z test_make_fx_symbolic_exhaustive_addbmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.159s) 2022-12-01T10:11:56.6643731Z test_make_fx_symbolic_exhaustive_addcdiv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.196s) 2022-12-01T10:11:56.6643910Z test_make_fx_symbolic_exhaustive_addcmul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.202s) 2022-12-01T10:11:56.6644086Z test_make_fx_symbolic_exhaustive_addmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.059s) 2022-12-01T10:11:56.6644282Z test_make_fx_symbolic_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.053s) 2022-12-01T10:11:56.6644473Z test_make_fx_symbolic_exhaustive_addmv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:11:56.6644665Z test_make_fx_symbolic_exhaustive_addr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.019s) 2022-12-01T10:11:56.6644839Z test_make_fx_symbolic_exhaustive_all_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.238s) 2022-12-01T10:11:56.6645037Z test_make_fx_symbolic_exhaustive_allclose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:11:56.6645213Z test_make_fx_symbolic_exhaustive_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.263s) 2022-12-01T10:11:56.6645374Z test_make_fx_symbolic_exhaustive_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.251s) 2022-12-01T10:11:56.6645571Z test_make_fx_symbolic_exhaustive_aminmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-12-01T10:11:56.6645748Z test_make_fx_symbolic_exhaustive_angle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:11:56.6645923Z test_make_fx_symbolic_exhaustive_any_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.193s) 2022-12-01T10:11:56.6646100Z test_make_fx_symbolic_exhaustive_arange_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.153s) 2022-12-01T10:11:56.6646294Z test_make_fx_symbolic_exhaustive_argmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.021s) 2022-12-01T10:11:56.6646487Z test_make_fx_symbolic_exhaustive_argmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.021s) 2022-12-01T10:11:56.6646682Z test_make_fx_symbolic_exhaustive_argsort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:11:56.6646880Z test_make_fx_symbolic_exhaustive_argwhere_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:11:56.6647050Z test_make_fx_symbolic_exhaustive_as_strided_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.073s) 2022-12-01T10:11:56.6647255Z test_make_fx_symbolic_exhaustive_as_strided_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-12-01T10:11:56.6647427Z test_make_fx_symbolic_exhaustive_asin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:11:56.6647683Z test_make_fx_symbolic_exhaustive_asinh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:11:56.6647864Z test_make_fx_symbolic_exhaustive_atan2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.132s) 2022-12-01T10:11:56.6648037Z test_make_fx_symbolic_exhaustive_atan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:11:56.6648214Z test_make_fx_symbolic_exhaustive_atanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:11:56.6648434Z test_make_fx_symbolic_exhaustive_atleast_1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.093s) 2022-12-01T10:11:56.6648616Z test_make_fx_symbolic_exhaustive_atleast_2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.077s) 2022-12-01T10:11:56.6649229Z test_make_fx_symbolic_exhaustive_atleast_3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.083s) 2022-12-01T10:11:56.6649411Z test_make_fx_symbolic_exhaustive_baddbmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.025s) 2022-12-01T10:11:56.6649638Z test_make_fx_symbolic_exhaustive_bernoulli_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:11:56.6649819Z test_make_fx_symbolic_exhaustive_bfloat16_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.096s) 2022-12-01T10:11:56.6650016Z test_make_fx_symbolic_exhaustive_block_diag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:11:56.6650191Z test_make_fx_symbolic_exhaustive_bmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:11:56.6650365Z test_make_fx_symbolic_exhaustive_bool_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.064s) 2022-12-01T10:11:56.6650555Z test_make_fx_symbolic_exhaustive_broadcast_shapes_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-12-01T10:11:56.6650745Z test_make_fx_symbolic_exhaustive_broadcast_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:11:56.6650931Z test_make_fx_symbolic_exhaustive_broadcast_to_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.059s) 2022-12-01T10:11:56.6651118Z test_make_fx_symbolic_exhaustive_bucketize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:11:56.6651289Z test_make_fx_symbolic_exhaustive_byte_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.065s) 2022-12-01T10:11:56.6651494Z test_make_fx_symbolic_exhaustive_cartesian_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-12-01T10:11:56.6651668Z test_make_fx_symbolic_exhaustive_cat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.084s) 2022-12-01T10:11:56.6651860Z test_make_fx_symbolic_exhaustive_cdist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.072s) 2022-12-01T10:11:56.6652030Z test_make_fx_symbolic_exhaustive_ceil_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:11:56.6652208Z test_make_fx_symbolic_exhaustive_chalf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.066s) 2022-12-01T10:11:56.6652381Z test_make_fx_symbolic_exhaustive_char_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.064s) 2022-12-01T10:11:56.6652576Z test_make_fx_symbolic_exhaustive_cholesky_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:11:56.6652781Z test_make_fx_symbolic_exhaustive_cholesky_inverse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:11:56.6652972Z test_make_fx_symbolic_exhaustive_cholesky_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:11:56.6653164Z test_make_fx_symbolic_exhaustive_chunk_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-12-01T10:11:56.6653342Z test_make_fx_symbolic_exhaustive_clamp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.203s) 2022-12-01T10:11:56.6653525Z test_make_fx_symbolic_exhaustive_clamp_max_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.243s) 2022-12-01T10:11:56.6653707Z test_make_fx_symbolic_exhaustive_clamp_min_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.241s) 2022-12-01T10:11:56.6653877Z test_make_fx_symbolic_exhaustive_clone_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-12-01T10:11:56.6654076Z test_make_fx_symbolic_exhaustive_column_stack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.032s) 2022-12-01T10:11:56.6654337Z test_make_fx_symbolic_exhaustive_combinations_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.010s) 2022-12-01T10:11:56.6654515Z test_make_fx_symbolic_exhaustive_complex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.110s) 2022-12-01T10:11:56.6654676Z test_make_fx_symbolic_exhaustive_conj_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:11:56.6654861Z test_make_fx_symbolic_exhaustive_conj_physical_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:11:56.6655090Z test_make_fx_symbolic_exhaustive_constant_pad_nd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-12-01T10:11:56.6655274Z test_make_fx_symbolic_exhaustive_contiguous_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:11:56.6655452Z test_make_fx_symbolic_exhaustive_copysign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.210s) 2022-12-01T10:11:56.6655648Z test_make_fx_symbolic_exhaustive_corrcoef_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-12-01T10:11:56.6655822Z test_make_fx_symbolic_exhaustive_cos_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:11:56.6655995Z test_make_fx_symbolic_exhaustive_cosh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:11:56.6656192Z test_make_fx_symbolic_exhaustive_count_nonzero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:11:56.6656385Z test_make_fx_symbolic_exhaustive_cov_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:11:56.6656563Z test_make_fx_symbolic_exhaustive_cross_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-12-01T10:11:56.6656757Z test_make_fx_symbolic_exhaustive_cummax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:11:56.6656950Z test_make_fx_symbolic_exhaustive_cummin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:11:56.6657143Z test_make_fx_symbolic_exhaustive_cumprod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:11:56.6657319Z test_make_fx_symbolic_exhaustive_cumsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.145s) 2022-12-01T10:11:56.6657528Z test_make_fx_symbolic_exhaustive_cumulative_trapezoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.239s) 2022-12-01T10:11:56.6657724Z test_make_fx_symbolic_exhaustive_deg2rad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:11:56.6657899Z test_make_fx_symbolic_exhaustive_diag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.184s) 2022-12-01T10:11:56.6658080Z test_make_fx_symbolic_exhaustive_diag_embed_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.731s) 2022-12-01T10:11:56.6658252Z test_make_fx_symbolic_exhaustive_diagflat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.058s) 2022-12-01T10:11:56.6658432Z test_make_fx_symbolic_exhaustive_diagonal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.479s) 2022-12-01T10:11:56.6658638Z test_make_fx_symbolic_exhaustive_diagonal_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:11:56.6658828Z test_make_fx_symbolic_exhaustive_diff_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.035s) 2022-12-01T10:11:56.6659008Z test_make_fx_symbolic_exhaustive_digamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:11:56.6659198Z test_make_fx_symbolic_exhaustive_dist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-12-01T10:11:56.6659383Z test_make_fx_symbolic_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.588s) 2022-12-01T10:11:56.6659602Z test_make_fx_symbolic_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.150s) 2022-12-01T10:11:56.6659784Z test_make_fx_symbolic_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.156s) 2022-12-01T10:11:56.6659958Z test_make_fx_symbolic_exhaustive_dot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:11:56.6660123Z test_make_fx_symbolic_exhaustive_double_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.096s) 2022-12-01T10:11:56.6660343Z test_make_fx_symbolic_exhaustive_dsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.049s) 2022-12-01T10:11:56.6660520Z test_make_fx_symbolic_exhaustive_dstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.045s) 2022-12-01T10:11:56.6660713Z test_make_fx_symbolic_exhaustive_einsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:11:56.6660905Z test_make_fx_symbolic_exhaustive_empty_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:11:56.6661098Z test_make_fx_symbolic_exhaustive_empty_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:11:56.6661269Z test_make_fx_symbolic_exhaustive_eq_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.147s) 2022-12-01T10:11:56.6661460Z test_make_fx_symbolic_exhaustive_equal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:11:56.6661634Z test_make_fx_symbolic_exhaustive_erf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:11:56.6661797Z test_make_fx_symbolic_exhaustive_erfc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:11:56.6661975Z test_make_fx_symbolic_exhaustive_erfinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:11:56.6662256Z test_make_fx_symbolic_exhaustive_exp2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:11:56.6662431Z test_make_fx_symbolic_exhaustive_exp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:11:56.6662613Z test_make_fx_symbolic_exhaustive_expand_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-12-01T10:11:56.6662789Z test_make_fx_symbolic_exhaustive_expand_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.082s) 2022-12-01T10:11:56.6662964Z test_make_fx_symbolic_exhaustive_expm1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:11:56.6663139Z test_make_fx_symbolic_exhaustive_eye_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.169s) 2022-12-01T10:11:56.6663334Z test_make_fx_symbolic_exhaustive_fft_fft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.028s) 2022-12-01T10:11:56.6663518Z test_make_fx_symbolic_exhaustive_fft_fft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.019s) 2022-12-01T10:11:56.6663718Z test_make_fx_symbolic_exhaustive_fft_fftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.019s) 2022-12-01T10:11:56.6663917Z test_make_fx_symbolic_exhaustive_fft_fftshift_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:11:56.6664110Z test_make_fx_symbolic_exhaustive_fft_hfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.019s) 2022-12-01T10:11:56.6664299Z test_make_fx_symbolic_exhaustive_fft_hfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.026s) 2022-12-01T10:11:56.6664497Z test_make_fx_symbolic_exhaustive_fft_hfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.020s) 2022-12-01T10:11:56.6664688Z test_make_fx_symbolic_exhaustive_fft_ifft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.020s) 2022-12-01T10:11:56.6664873Z test_make_fx_symbolic_exhaustive_fft_ifft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.019s) 2022-12-01T10:11:56.6665116Z test_make_fx_symbolic_exhaustive_fft_ifftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.020s) 2022-12-01T10:11:56.6665318Z test_make_fx_symbolic_exhaustive_fft_ifftshift_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:11:56.6665503Z test_make_fx_symbolic_exhaustive_fft_ihfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.022s) 2022-12-01T10:11:56.6665732Z test_make_fx_symbolic_exhaustive_fft_ihfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.021s) 2022-12-01T10:11:56.6665925Z test_make_fx_symbolic_exhaustive_fft_ihfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.021s) 2022-12-01T10:11:56.6666122Z test_make_fx_symbolic_exhaustive_fft_irfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.022s) 2022-12-01T10:11:56.6666317Z test_make_fx_symbolic_exhaustive_fft_irfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.025s) 2022-12-01T10:11:56.6666513Z test_make_fx_symbolic_exhaustive_fft_irfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.021s) 2022-12-01T10:11:56.6666704Z test_make_fx_symbolic_exhaustive_fft_rfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.020s) 2022-12-01T10:11:56.6666895Z test_make_fx_symbolic_exhaustive_fft_rfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.021s) 2022-12-01T10:11:56.6667087Z test_make_fx_symbolic_exhaustive_fft_rfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.021s) 2022-12-01T10:11:56.6667263Z test_make_fx_symbolic_exhaustive_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:11:56.6667430Z test_make_fx_symbolic_exhaustive_flatten_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.108s) 2022-12-01T10:11:56.6667607Z test_make_fx_symbolic_exhaustive_flip_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.130s) 2022-12-01T10:11:56.6667785Z test_make_fx_symbolic_exhaustive_fliplr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:11:56.6667964Z test_make_fx_symbolic_exhaustive_flipud_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:11:56.6668141Z test_make_fx_symbolic_exhaustive_float_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.061s) 2022-12-01T10:11:56.6668323Z test_make_fx_symbolic_exhaustive_float_power_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.185s) 2022-12-01T10:11:56.6668497Z test_make_fx_symbolic_exhaustive_floor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:11:56.6668683Z test_make_fx_symbolic_exhaustive_floor_divide_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.572s) 2022-12-01T10:11:56.6668854Z test_make_fx_symbolic_exhaustive_fmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.147s) 2022-12-01T10:11:56.6669017Z test_make_fx_symbolic_exhaustive_fmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.153s) 2022-12-01T10:11:56.6669191Z test_make_fx_symbolic_exhaustive_fmod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.153s) 2022-12-01T10:11:56.6669362Z test_make_fx_symbolic_exhaustive_frac_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-12-01T10:11:56.6669556Z test_make_fx_symbolic_exhaustive_frexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:11:56.6669736Z test_make_fx_symbolic_exhaustive_full_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.069s) 2022-12-01T10:11:56.6669931Z test_make_fx_symbolic_exhaustive_gather_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:11:56.6670106Z test_make_fx_symbolic_exhaustive_ge_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.146s) 2022-12-01T10:11:56.6670327Z test_make_fx_symbolic_exhaustive_geqrf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:11:56.6670522Z test_make_fx_symbolic_exhaustive_gradient_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:11:56.6670683Z test_make_fx_symbolic_exhaustive_gt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.147s) 2022-12-01T10:11:56.6670855Z test_make_fx_symbolic_exhaustive_half_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.071s) 2022-12-01T10:11:56.6671059Z test_make_fx_symbolic_exhaustive_heaviside_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.264s) 2022-12-01T10:11:56.6671249Z test_make_fx_symbolic_exhaustive_histc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.021s) 2022-12-01T10:11:56.6671445Z test_make_fx_symbolic_exhaustive_histogram_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.028s) 2022-12-01T10:11:56.6671648Z test_make_fx_symbolic_exhaustive_histogramdd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.035s) 2022-12-01T10:11:56.6671841Z test_make_fx_symbolic_exhaustive_hsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:11:56.6672018Z test_make_fx_symbolic_exhaustive_hstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:11:56.6672195Z test_make_fx_symbolic_exhaustive_hypot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.139s) 2022-12-01T10:11:56.6672374Z test_make_fx_symbolic_exhaustive_i0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:11:56.6672550Z test_make_fx_symbolic_exhaustive_igamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.145s) 2022-12-01T10:11:56.6672728Z test_make_fx_symbolic_exhaustive_igammac_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.138s) 2022-12-01T10:11:56.6672925Z test_make_fx_symbolic_exhaustive_index_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.060s) 2022-12-01T10:11:56.6673123Z test_make_fx_symbolic_exhaustive_index_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.030s) 2022-12-01T10:11:56.6673316Z test_make_fx_symbolic_exhaustive_index_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.030s) 2022-12-01T10:11:56.6673494Z test_make_fx_symbolic_exhaustive_index_put_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-12-01T10:11:56.6673697Z test_make_fx_symbolic_exhaustive_index_reduce_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.127s) 2022-12-01T10:11:56.6673879Z test_make_fx_symbolic_exhaustive_index_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:11:56.6674067Z test_make_fx_symbolic_exhaustive_inner_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:11:56.6674230Z test_make_fx_symbolic_exhaustive_int_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.075s) 2022-12-01T10:11:56.6674423Z test_make_fx_symbolic_exhaustive_isclose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.043s) 2022-12-01T10:11:56.6674601Z test_make_fx_symbolic_exhaustive_isfinite_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-12-01T10:11:56.6674788Z test_make_fx_symbolic_exhaustive_isin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:11:56.6674961Z test_make_fx_symbolic_exhaustive_isinf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:11:56.6675137Z test_make_fx_symbolic_exhaustive_isnan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:11:56.6675316Z test_make_fx_symbolic_exhaustive_isneginf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:11:56.6675493Z test_make_fx_symbolic_exhaustive_isposinf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:11:56.6675697Z test_make_fx_symbolic_exhaustive_isreal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:11:56.6675876Z test_make_fx_symbolic_exhaustive_istft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.020s) 2022-12-01T10:11:56.6676097Z test_make_fx_symbolic_exhaustive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:11:56.6676358Z test_make_fx_symbolic_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:11:56.6676567Z test_make_fx_symbolic_exhaustive_jiterator_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:11:56.6676786Z test_make_fx_symbolic_exhaustive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:11:56.6676998Z test_make_fx_symbolic_exhaustive_jiterator_unary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:11:56.6677187Z test_make_fx_symbolic_exhaustive_kron_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.017s) 2022-12-01T10:11:56.6677381Z test_make_fx_symbolic_exhaustive_kthvalue_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.015s) 2022-12-01T10:11:56.6677556Z test_make_fx_symbolic_exhaustive_ldexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.175s) 2022-12-01T10:11:56.6677730Z test_make_fx_symbolic_exhaustive_le_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.154s) 2022-12-01T10:11:56.6677908Z test_make_fx_symbolic_exhaustive_lerp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:11:56.6678084Z test_make_fx_symbolic_exhaustive_lgamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:11:56.6678290Z test_make_fx_symbolic_exhaustive_linalg_cholesky_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:11:56.6678494Z test_make_fx_symbolic_exhaustive_linalg_cholesky_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:11:56.6678688Z test_make_fx_symbolic_exhaustive_linalg_cond_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:11:56.6678886Z test_make_fx_symbolic_exhaustive_linalg_cross_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:11:56.6679086Z test_make_fx_symbolic_exhaustive_linalg_det_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.022s) 2022-12-01T10:11:56.6679292Z test_make_fx_symbolic_exhaustive_linalg_det_singular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.024s) 2022-12-01T10:11:56.6679487Z test_make_fx_symbolic_exhaustive_linalg_eig_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:11:56.6679688Z test_make_fx_symbolic_exhaustive_linalg_eigh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:11:56.6679875Z test_make_fx_symbolic_exhaustive_linalg_eigvals_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:11:56.6680078Z test_make_fx_symbolic_exhaustive_linalg_eigvalsh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:11:56.6680294Z test_make_fx_symbolic_exhaustive_linalg_householder_product_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:11:56.6680489Z test_make_fx_symbolic_exhaustive_linalg_inv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:11:56.6680686Z test_make_fx_symbolic_exhaustive_linalg_inv_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:11:56.6680915Z test_make_fx_symbolic_exhaustive_linalg_ldl_factor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:11:56.6681120Z test_make_fx_symbolic_exhaustive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:11:56.6681322Z test_make_fx_symbolic_exhaustive_linalg_ldl_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:11:56.6681519Z test_make_fx_symbolic_exhaustive_linalg_lstsq_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:11:56.6681754Z test_make_fx_symbolic_exhaustive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:11:56.6681940Z test_make_fx_symbolic_exhaustive_linalg_lu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:11:56.6682141Z test_make_fx_symbolic_exhaustive_linalg_lu_factor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:11:56.6682347Z test_make_fx_symbolic_exhaustive_linalg_lu_factor_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:11:56.6682547Z test_make_fx_symbolic_exhaustive_linalg_lu_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-12-01T10:11:56.6682748Z test_make_fx_symbolic_exhaustive_linalg_matrix_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.076s) 2022-12-01T10:11:56.6682955Z test_make_fx_symbolic_exhaustive_linalg_matrix_power_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.054s) 2022-12-01T10:11:56.6683157Z test_make_fx_symbolic_exhaustive_linalg_matrix_rank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:11:56.6683371Z test_make_fx_symbolic_exhaustive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:11:56.6683575Z test_make_fx_symbolic_exhaustive_linalg_multi_dot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:11:56.6683770Z test_make_fx_symbolic_exhaustive_linalg_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.502s) 2022-12-01T10:11:56.6683979Z test_make_fx_symbolic_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.420s) 2022-12-01T10:11:56.6684174Z test_make_fx_symbolic_exhaustive_linalg_pinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:11:56.6684382Z test_make_fx_symbolic_exhaustive_linalg_pinv_hermitian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:11:56.6684637Z test_make_fx_symbolic_exhaustive_linalg_pinv_singular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:11:56.6684835Z test_make_fx_symbolic_exhaustive_linalg_qr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:11:56.6685035Z test_make_fx_symbolic_exhaustive_linalg_slogdet_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.024s) 2022-12-01T10:11:56.6685230Z test_make_fx_symbolic_exhaustive_linalg_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:11:56.6685429Z test_make_fx_symbolic_exhaustive_linalg_solve_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:11:56.6685641Z test_make_fx_symbolic_exhaustive_linalg_solve_triangular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:11:56.6685836Z test_make_fx_symbolic_exhaustive_linalg_svd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.067s) 2022-12-01T10:11:56.6686035Z test_make_fx_symbolic_exhaustive_linalg_svdvals_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:11:56.6686297Z test_make_fx_symbolic_exhaustive_linalg_tensorinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.057s) 2022-12-01T10:11:56.6686503Z test_make_fx_symbolic_exhaustive_linalg_tensorsolve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.024s) 2022-12-01T10:11:56.6686703Z test_make_fx_symbolic_exhaustive_linalg_vander_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.031s) 2022-12-01T10:11:56.6686921Z test_make_fx_symbolic_exhaustive_linalg_vecdot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.466s) 2022-12-01T10:11:56.6687112Z test_make_fx_symbolic_exhaustive_linalg_vector_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.084s) 2022-12-01T10:11:56.6687292Z test_make_fx_symbolic_exhaustive_linspace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.289s) 2022-12-01T10:11:56.6687470Z test_make_fx_symbolic_exhaustive_log10_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-12-01T10:11:56.6687727Z test_make_fx_symbolic_exhaustive_log1p_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:11:56.6687903Z test_make_fx_symbolic_exhaustive_log2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-12-01T10:11:56.6688064Z test_make_fx_symbolic_exhaustive_log_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:11:56.6688249Z test_make_fx_symbolic_exhaustive_log_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.157s) 2022-12-01T10:11:56.6688442Z test_make_fx_symbolic_exhaustive_log_softmax_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.183s) 2022-12-01T10:11:56.6688641Z test_make_fx_symbolic_exhaustive_logaddexp2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:11:56.6688839Z test_make_fx_symbolic_exhaustive_logaddexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:11:56.6689043Z test_make_fx_symbolic_exhaustive_logcumsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:11:56.6689236Z test_make_fx_symbolic_exhaustive_logdet_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.029s) 2022-12-01T10:11:56.6689421Z test_make_fx_symbolic_exhaustive_logical_and_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.175s) 2022-12-01T10:11:56.6689603Z test_make_fx_symbolic_exhaustive_logical_not_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-12-01T10:11:56.6689787Z test_make_fx_symbolic_exhaustive_logical_or_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.176s) 2022-12-01T10:11:56.6689956Z test_make_fx_symbolic_exhaustive_logical_xor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.173s) 2022-12-01T10:11:56.6690132Z test_make_fx_symbolic_exhaustive_logit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.108s) 2022-12-01T10:11:56.6690315Z test_make_fx_symbolic_exhaustive_logspace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.645s) 2022-12-01T10:11:56.6690497Z test_make_fx_symbolic_exhaustive_logsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.356s) 2022-12-01T10:11:56.6690671Z test_make_fx_symbolic_exhaustive_long_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.066s) 2022-12-01T10:11:56.6690843Z test_make_fx_symbolic_exhaustive_lt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.134s) 2022-12-01T10:11:56.6691035Z test_make_fx_symbolic_exhaustive_lu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:11:56.6691228Z test_make_fx_symbolic_exhaustive_lu_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:11:56.6691422Z test_make_fx_symbolic_exhaustive_lu_unpack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:11:56.6691613Z test_make_fx_symbolic_exhaustive_mH_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.097s) 2022-12-01T10:11:56.6691781Z test_make_fx_symbolic_exhaustive_mT_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.088s) 2022-12-01T10:11:56.6691979Z test_make_fx_symbolic_exhaustive_masked_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.619s) 2022-12-01T10:11:56.6692176Z test_make_fx_symbolic_exhaustive_masked_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.628s) 2022-12-01T10:11:56.6692402Z test_make_fx_symbolic_exhaustive_masked_argmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.054s) 2022-12-01T10:11:56.6692603Z test_make_fx_symbolic_exhaustive_masked_argmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.054s) 2022-12-01T10:11:56.6692805Z test_make_fx_symbolic_exhaustive_masked_cumprod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:11:56.6693004Z test_make_fx_symbolic_exhaustive_masked_cumsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.231s) 2022-12-01T10:11:56.6693200Z test_make_fx_symbolic_exhaustive_masked_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.023s) 2022-12-01T10:11:56.6693404Z test_make_fx_symbolic_exhaustive_masked_log_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.349s) 2022-12-01T10:11:56.6693596Z test_make_fx_symbolic_exhaustive_masked_logaddexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:11:56.6693798Z test_make_fx_symbolic_exhaustive_masked_logsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:11:56.6693996Z test_make_fx_symbolic_exhaustive_masked_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (1.055s) 2022-12-01T10:11:56.6694195Z test_make_fx_symbolic_exhaustive_masked_median_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.174s) 2022-12-01T10:11:56.6694392Z test_make_fx_symbolic_exhaustive_masked_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.860s) 2022-12-01T10:11:56.6694582Z test_make_fx_symbolic_exhaustive_masked_normalize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.745s) 2022-12-01T10:11:56.6694779Z test_make_fx_symbolic_exhaustive_masked_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.685s) 2022-12-01T10:11:56.6694980Z test_make_fx_symbolic_exhaustive_masked_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:11:56.6695178Z test_make_fx_symbolic_exhaustive_masked_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:11:56.6695363Z test_make_fx_symbolic_exhaustive_masked_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.351s) 2022-12-01T10:11:56.6695560Z test_make_fx_symbolic_exhaustive_masked_softmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.377s) 2022-12-01T10:11:56.6695755Z test_make_fx_symbolic_exhaustive_masked_std_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (2.455s) 2022-12-01T10:11:56.6695948Z test_make_fx_symbolic_exhaustive_masked_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.612s) 2022-12-01T10:11:56.6696143Z test_make_fx_symbolic_exhaustive_masked_var_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (1.657s) 2022-12-01T10:11:56.6696322Z test_make_fx_symbolic_exhaustive_matmul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.600s) 2022-12-01T10:11:56.6696514Z test_make_fx_symbolic_exhaustive_matrix_exp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:11:56.6696694Z test_make_fx_symbolic_exhaustive_max_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.143s) 2022-12-01T10:11:56.6696914Z test_make_fx_symbolic_exhaustive_max_reduction_no_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:11:56.6697121Z test_make_fx_symbolic_exhaustive_max_reduction_with_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:11:56.6697287Z test_make_fx_symbolic_exhaustive_maximum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.140s) 2022-12-01T10:11:56.6697461Z test_make_fx_symbolic_exhaustive_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.291s) 2022-12-01T10:11:56.6697679Z test_make_fx_symbolic_exhaustive_median_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:11:56.6697889Z test_make_fx_symbolic_exhaustive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.027s) 2022-12-01T10:11:56.6698103Z test_make_fx_symbolic_exhaustive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.026s) 2022-12-01T10:11:56.6698287Z test_make_fx_symbolic_exhaustive_min_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.148s) 2022-12-01T10:11:56.6698477Z test_make_fx_symbolic_exhaustive_min_reduction_no_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:11:56.6698686Z test_make_fx_symbolic_exhaustive_min_reduction_with_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:11:56.6698865Z test_make_fx_symbolic_exhaustive_minimum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.158s) 2022-12-01T10:11:56.6699038Z test_make_fx_symbolic_exhaustive_mm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:11:56.6699218Z test_make_fx_symbolic_exhaustive_mode_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.015s) 2022-12-01T10:11:56.6699395Z test_make_fx_symbolic_exhaustive_movedim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.068s) 2022-12-01T10:11:56.6699589Z test_make_fx_symbolic_exhaustive_msort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:11:56.6699760Z test_make_fx_symbolic_exhaustive_mul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.147s) 2022-12-01T10:11:56.6699956Z test_make_fx_symbolic_exhaustive_multinomial_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:11:56.6700125Z test_make_fx_symbolic_exhaustive_mv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:11:56.6700321Z test_make_fx_symbolic_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.191s) 2022-12-01T10:11:56.6700514Z test_make_fx_symbolic_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.167s) 2022-12-01T10:11:56.6700701Z test_make_fx_symbolic_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.160s) 2022-12-01T10:11:56.6700869Z test_make_fx_symbolic_exhaustive_nan_to_num_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.073s) 2022-12-01T10:11:56.6701048Z test_make_fx_symbolic_exhaustive_nanmean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.861s) 2022-12-01T10:11:56.6701226Z test_make_fx_symbolic_exhaustive_nanmedian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.164s) 2022-12-01T10:11:56.6701427Z test_make_fx_symbolic_exhaustive_nanquantile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.015s) 2022-12-01T10:11:56.6701604Z test_make_fx_symbolic_exhaustive_nansum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.384s) 2022-12-01T10:11:56.6701797Z test_make_fx_symbolic_exhaustive_narrow_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-12-01T10:11:56.6701988Z test_make_fx_symbolic_exhaustive_narrow_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-12-01T10:11:56.6702299Z test_make_fx_symbolic_exhaustive_native_batch_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.757s) 2022-12-01T10:11:56.6702483Z test_make_fx_symbolic_exhaustive_native_layer_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.592s) 2022-12-01T10:11:56.6702654Z test_make_fx_symbolic_exhaustive_ne_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.141s) 2022-12-01T10:11:56.6702814Z test_make_fx_symbolic_exhaustive_neg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:11:56.6703053Z test_make_fx_symbolic_exhaustive_new_empty_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:11:56.6703296Z test_make_fx_symbolic_exhaustive_new_empty_strided_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:11:56.6703476Z test_make_fx_symbolic_exhaustive_new_full_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.062s) 2022-12-01T10:11:56.6703656Z test_make_fx_symbolic_exhaustive_new_ones_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.060s) 2022-12-01T10:11:56.6703834Z test_make_fx_symbolic_exhaustive_new_zeros_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.060s) 2022-12-01T10:11:56.6704015Z test_make_fx_symbolic_exhaustive_nextafter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.164s) 2022-12-01T10:11:56.6704246Z test_make_fx_symbolic_exhaustive_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:11:56.6704457Z test_make_fx_symbolic_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.159s) 2022-12-01T10:11:56.6704644Z test_make_fx_symbolic_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.294s) 2022-12-01T10:11:56.6704869Z test_make_fx_symbolic_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.116s) 2022-12-01T10:11:56.6705091Z test_make_fx_symbolic_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.020s) 2022-12-01T10:11:56.6705305Z test_make_fx_symbolic_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-12-01T10:11:56.6705516Z test_make_fx_symbolic_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.052s) 2022-12-01T10:11:56.6705718Z test_make_fx_symbolic_exhaustive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.706s) 2022-12-01T10:11:56.6705913Z test_make_fx_symbolic_exhaustive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.872s) 2022-12-01T10:11:56.6706122Z test_make_fx_symbolic_exhaustive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.110s) 2022-12-01T10:11:56.6706319Z test_make_fx_symbolic_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.765s) 2022-12-01T10:11:56.6706528Z test_make_fx_symbolic_exhaustive_nn_functional_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.037s) 2022-12-01T10:11:56.6706750Z test_make_fx_symbolic_exhaustive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.249s) 2022-12-01T10:11:56.6706959Z test_make_fx_symbolic_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.261s) 2022-12-01T10:11:56.6707148Z test_make_fx_symbolic_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:11:56.6707357Z test_make_fx_symbolic_exhaustive_nn_functional_conv1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.423s) 2022-12-01T10:11:56.6707593Z test_make_fx_symbolic_exhaustive_nn_functional_conv2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (3.388s) 2022-12-01T10:11:56.6707797Z test_make_fx_symbolic_exhaustive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.419s) 2022-12-01T10:11:56.6708000Z test_make_fx_symbolic_exhaustive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.493s) 2022-12-01T10:11:56.6708199Z test_make_fx_symbolic_exhaustive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (3.925s) 2022-12-01T10:11:56.6708446Z test_make_fx_symbolic_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.037s) 2022-12-01T10:11:56.6708664Z test_make_fx_symbolic_exhaustive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:11:56.6708883Z test_make_fx_symbolic_exhaustive_nn_functional_cross_entropy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.018s) 2022-12-01T10:11:56.6709077Z test_make_fx_symbolic_exhaustive_nn_functional_ctc_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.036s) 2022-12-01T10:11:56.6710138Z test_make_fx_symbolic_exhaustive_nn_functional_dropout2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /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:11:56.6710382Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-12-01T10:11:56.6711193Z /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:11:56.6711432Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-12-01T10:11:56.6712244Z /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:11:56.6712485Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-12-01T10:11:56.6712570Z expected failure (0.045s) 2022-12-01T10:11:56.6712785Z test_make_fx_symbolic_exhaustive_nn_functional_dropout3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.095s) 2022-12-01T10:11:56.6712997Z test_make_fx_symbolic_exhaustive_nn_functional_dropout_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.027s) 2022-12-01T10:11:56.6713187Z test_make_fx_symbolic_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.045s) 2022-12-01T10:11:56.6713401Z test_make_fx_symbolic_exhaustive_nn_functional_embedding_bag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.109s) 2022-12-01T10:11:56.6713644Z test_make_fx_symbolic_exhaustive_nn_functional_embedding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.125s) 2022-12-01T10:11:56.6713878Z test_make_fx_symbolic_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.040s) 2022-12-01T10:11:56.6714100Z test_make_fx_symbolic_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.073s) 2022-12-01T10:11:56.6714322Z test_make_fx_symbolic_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.029s) 2022-12-01T10:11:56.6714571Z test_make_fx_symbolic_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.058s) 2022-12-01T10:11:56.6714787Z test_make_fx_symbolic_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-12-01T10:11:56.6714979Z test_make_fx_symbolic_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.183s) 2022-12-01T10:11:56.6715181Z test_make_fx_symbolic_exhaustive_nn_functional_glu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.067s) 2022-12-01T10:11:56.6715394Z test_make_fx_symbolic_exhaustive_nn_functional_grid_sample_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.102s) 2022-12-01T10:11:56.6715604Z test_make_fx_symbolic_exhaustive_nn_functional_group_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.032s) 2022-12-01T10:11:56.6715807Z test_make_fx_symbolic_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.088s) 2022-12-01T10:11:56.6716005Z test_make_fx_symbolic_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.054s) 2022-12-01T10:11:56.6716200Z test_make_fx_symbolic_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.129s) 2022-12-01T10:11:56.6716395Z test_make_fx_symbolic_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.122s) 2022-12-01T10:11:56.6716605Z test_make_fx_symbolic_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-12-01T10:11:56.6716798Z test_make_fx_symbolic_exhaustive_nn_functional_huber_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.286s) 2022-12-01T10:11:56.6716997Z test_make_fx_symbolic_exhaustive_nn_functional_instance_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.551s) 2022-12-01T10:11:56.6717217Z test_make_fx_symbolic_exhaustive_nn_functional_interpolate_area_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.076s) 2022-12-01T10:11:56.6717437Z test_make_fx_symbolic_exhaustive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.040s) 2022-12-01T10:11:56.6717660Z test_make_fx_symbolic_exhaustive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.025s) 2022-12-01T10:11:56.6717877Z test_make_fx_symbolic_exhaustive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.017s) 2022-12-01T10:11:56.6718097Z test_make_fx_symbolic_exhaustive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.017s) 2022-12-01T10:11:56.6718321Z test_make_fx_symbolic_exhaustive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.060s) 2022-12-01T10:11:56.6719096Z test_make_fx_symbolic_exhaustive_nn_functional_kl_div_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /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:11:56.6719353Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:11:56.6719953Z /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:11:56.6720203Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:11:56.6720787Z /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:11:56.6721011Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:11:56.6721596Z /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:11:56.6721817Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:11:56.6721883Z ok (0.381s) 2022-12-01T10:11:56.6722080Z test_make_fx_symbolic_exhaustive_nn_functional_l1_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.094s) 2022-12-01T10:11:56.6722276Z test_make_fx_symbolic_exhaustive_nn_functional_layer_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.167s) 2022-12-01T10:11:56.6722474Z test_make_fx_symbolic_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.134s) 2022-12-01T10:11:56.6722665Z test_make_fx_symbolic_exhaustive_nn_functional_linear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.375s) 2022-12-01T10:11:56.6722886Z test_make_fx_symbolic_exhaustive_nn_functional_local_response_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.026s) 2022-12-01T10:11:56.6723083Z test_make_fx_symbolic_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-12-01T10:11:56.6723290Z test_make_fx_symbolic_exhaustive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.081s) 2022-12-01T10:11:56.6723506Z test_make_fx_symbolic_exhaustive_nn_functional_max_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.173s) 2022-12-01T10:11:56.6723704Z test_make_fx_symbolic_exhaustive_nn_functional_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (14.643s) 2022-12-01T10:11:56.6723913Z test_make_fx_symbolic_exhaustive_nn_functional_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.070s) 2022-12-01T10:11:56.6724121Z test_make_fx_symbolic_exhaustive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:11:56.6724336Z test_make_fx_symbolic_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.022s) 2022-12-01T10:11:56.6724546Z test_make_fx_symbolic_exhaustive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:11:56.6724759Z test_make_fx_symbolic_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.032s) 2022-12-01T10:11:56.6724991Z test_make_fx_symbolic_exhaustive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:11:56.6725209Z test_make_fx_symbolic_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.048s) 2022-12-01T10:11:56.6725384Z test_make_fx_symbolic_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-12-01T10:11:56.6725575Z test_make_fx_symbolic_exhaustive_nn_functional_mse_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.141s) 2022-12-01T10:11:56.6725816Z test_make_fx_symbolic_exhaustive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:11:56.6726040Z test_make_fx_symbolic_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:11:56.6726253Z test_make_fx_symbolic_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.251s) 2022-12-01T10:11:56.6726456Z test_make_fx_symbolic_exhaustive_nn_functional_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:11:56.6726650Z test_make_fx_symbolic_exhaustive_nn_functional_normalize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.585s) 2022-12-01T10:11:56.6726862Z test_make_fx_symbolic_exhaustive_nn_functional_pad_circular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-12-01T10:11:56.6727077Z test_make_fx_symbolic_exhaustive_nn_functional_pad_constant_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-12-01T10:11:56.6727288Z test_make_fx_symbolic_exhaustive_nn_functional_pad_reflect_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:11:56.6727577Z test_make_fx_symbolic_exhaustive_nn_functional_pad_replicate_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:11:56.6727776Z test_make_fx_symbolic_exhaustive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.156s) 2022-12-01T10:11:56.6727982Z test_make_fx_symbolic_exhaustive_nn_functional_pdist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:11:56.6728195Z test_make_fx_symbolic_exhaustive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.040s) 2022-12-01T10:11:56.6728416Z test_make_fx_symbolic_exhaustive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:11:56.6728619Z test_make_fx_symbolic_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (3.251s) 2022-12-01T10:11:56.6728810Z test_make_fx_symbolic_exhaustive_nn_functional_prelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.519s) 2022-12-01T10:11:56.6729001Z test_make_fx_symbolic_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-12-01T10:11:56.6729189Z test_make_fx_symbolic_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.059s) 2022-12-01T10:11:56.6729394Z test_make_fx_symbolic_exhaustive_nn_functional_rrelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:11:56.6729583Z test_make_fx_symbolic_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-12-01T10:11:56.6729755Z test_make_fx_symbolic_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-12-01T10:11:56.6729968Z test_make_fx_symbolic_exhaustive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.017s) 2022-12-01T10:11:56.6730165Z test_make_fx_symbolic_exhaustive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.120s) 2022-12-01T10:11:56.6730389Z test_make_fx_symbolic_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.208s) 2022-12-01T10:11:56.6730591Z test_make_fx_symbolic_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.227s) 2022-12-01T10:11:56.6730783Z test_make_fx_symbolic_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-12-01T10:11:56.6731003Z test_make_fx_symbolic_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.138s) 2022-12-01T10:11:56.6731195Z test_make_fx_symbolic_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-12-01T10:11:56.6731390Z test_make_fx_symbolic_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-12-01T10:11:56.6731587Z test_make_fx_symbolic_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.060s) 2022-12-01T10:11:56.6731780Z test_make_fx_symbolic_exhaustive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.463s) 2022-12-01T10:11:56.6731995Z test_make_fx_symbolic_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.471s) 2022-12-01T10:11:56.6732198Z test_make_fx_symbolic_exhaustive_nn_functional_unfold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.022s) 2022-12-01T10:11:56.6732768Z test_make_fx_symbolic_exhaustive_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /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:11:56.6732965Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:11:56.6733050Z expected failure (0.039s) 2022-12-01T10:11:56.6733607Z test_make_fx_symbolic_exhaustive_nn_functional_upsample_nearest_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /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:11:56.6733801Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:11:56.6733881Z expected failure (0.023s) 2022-12-01T10:11:56.6734105Z test_make_fx_symbolic_exhaustive_nonzero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.008s) 2022-12-01T10:11:56.6734270Z test_make_fx_symbolic_exhaustive_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.023s) 2022-12-01T10:11:56.6734449Z test_make_fx_symbolic_exhaustive_norm_fro_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.055s) 2022-12-01T10:11:56.6734629Z test_make_fx_symbolic_exhaustive_norm_inf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.069s) 2022-12-01T10:11:56.6734821Z test_make_fx_symbolic_exhaustive_norm_nuc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:11:56.6735015Z test_make_fx_symbolic_exhaustive_normal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.018s) 2022-12-01T10:11:56.6735219Z test_make_fx_symbolic_exhaustive_normal_number_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:11:56.6735395Z test_make_fx_symbolic_exhaustive_ones_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:11:56.6735574Z test_make_fx_symbolic_exhaustive_ones_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.074s) 2022-12-01T10:11:56.6735764Z test_make_fx_symbolic_exhaustive_ormqr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.048s) 2022-12-01T10:11:56.6735987Z test_make_fx_symbolic_exhaustive_outer_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.015s) 2022-12-01T10:11:56.6736173Z test_make_fx_symbolic_exhaustive_pca_lowrank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.073s) 2022-12-01T10:11:56.6736355Z test_make_fx_symbolic_exhaustive_permute_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.090s) 2022-12-01T10:11:56.6736548Z test_make_fx_symbolic_exhaustive_pinverse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:11:56.6736768Z test_make_fx_symbolic_exhaustive_polar_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:11:56.6736983Z test_make_fx_symbolic_exhaustive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:11:56.6737190Z test_make_fx_symbolic_exhaustive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:11:56.6737402Z test_make_fx_symbolic_exhaustive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:11:56.6737611Z test_make_fx_symbolic_exhaustive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:11:56.6737818Z test_make_fx_symbolic_exhaustive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:11:56.6737998Z test_make_fx_symbolic_exhaustive_positive_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:11:56.6738160Z test_make_fx_symbolic_exhaustive_pow_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.160s) 2022-12-01T10:11:56.6738336Z test_make_fx_symbolic_exhaustive_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.590s) 2022-12-01T10:11:56.6738526Z test_make_fx_symbolic_exhaustive_put_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:11:56.6738711Z test_make_fx_symbolic_exhaustive_qr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:11:56.6738904Z test_make_fx_symbolic_exhaustive_quantile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.015s) 2022-12-01T10:11:56.6739096Z test_make_fx_symbolic_exhaustive_rad2deg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:11:56.6739279Z test_make_fx_symbolic_exhaustive_rand_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.079s) 2022-12-01T10:11:56.6739463Z test_make_fx_symbolic_exhaustive_randint_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.158s) 2022-12-01T10:11:56.6739640Z test_make_fx_symbolic_exhaustive_randn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:11:56.6739809Z test_make_fx_symbolic_exhaustive_randn_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.079s) 2022-12-01T10:11:56.6739985Z test_make_fx_symbolic_exhaustive_ravel_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.170s) 2022-12-01T10:11:56.6740159Z test_make_fx_symbolic_exhaustive_real_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-12-01T10:11:56.6740339Z test_make_fx_symbolic_exhaustive_reciprocal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:11:56.6740520Z test_make_fx_symbolic_exhaustive_remainder_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.165s) 2022-12-01T10:11:56.6740717Z test_make_fx_symbolic_exhaustive_renorm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.018s) 2022-12-01T10:11:56.6740893Z test_make_fx_symbolic_exhaustive_repeat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.398s) 2022-12-01T10:11:56.6741130Z test_make_fx_symbolic_exhaustive_repeat_interleave_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.011s) 2022-12-01T10:11:56.6741360Z test_make_fx_symbolic_exhaustive_reshape_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.029s) 2022-12-01T10:11:56.6741542Z test_make_fx_symbolic_exhaustive_reshape_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.637s) 2022-12-01T10:11:56.6741724Z test_make_fx_symbolic_exhaustive_resize__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.036s) 2022-12-01T10:11:56.6741918Z test_make_fx_symbolic_exhaustive_resize_as__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.020s) 2022-12-01T10:11:56.6742132Z test_make_fx_symbolic_exhaustive_resolve_conj_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:11:56.6742441Z test_make_fx_symbolic_exhaustive_resolve_neg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:11:56.6742633Z test_make_fx_symbolic_exhaustive_roll_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.022s) 2022-12-01T10:11:56.6742812Z test_make_fx_symbolic_exhaustive_rot90_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.675s) 2022-12-01T10:11:56.6743004Z test_make_fx_symbolic_exhaustive_round_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:11:56.6743207Z test_make_fx_symbolic_exhaustive_round_decimals_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:11:56.6743412Z test_make_fx_symbolic_exhaustive_round_decimals_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:11:56.6743608Z test_make_fx_symbolic_exhaustive_round_decimals_neg_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:11:56.6743787Z test_make_fx_symbolic_exhaustive_rsqrt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-12-01T10:11:56.6743964Z test_make_fx_symbolic_exhaustive_rsub_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.206s) 2022-12-01T10:11:56.6744166Z test_make_fx_symbolic_exhaustive_scatter_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.015s) 2022-12-01T10:11:56.6744362Z test_make_fx_symbolic_exhaustive_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.015s) 2022-12-01T10:11:56.6744569Z test_make_fx_symbolic_exhaustive_scatter_reduce_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-12-01T10:11:56.6744773Z test_make_fx_symbolic_exhaustive_scatter_reduce_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-12-01T10:11:56.6744973Z test_make_fx_symbolic_exhaustive_scatter_reduce_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:11:56.6745172Z test_make_fx_symbolic_exhaustive_scatter_reduce_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:11:56.6745383Z test_make_fx_symbolic_exhaustive_scatter_reduce_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:11:56.6745573Z test_make_fx_symbolic_exhaustive_searchsorted_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.020s) 2022-12-01T10:11:56.6745784Z test_make_fx_symbolic_exhaustive_segment_reduce_lengths_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:11:56.6745991Z test_make_fx_symbolic_exhaustive_segment_reduce_offsets_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:11:56.6746188Z test_make_fx_symbolic_exhaustive_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:11:56.6746389Z test_make_fx_symbolic_exhaustive_select_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.015s) 2022-12-01T10:11:56.6746564Z test_make_fx_symbolic_exhaustive_sgn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:11:56.6746794Z test_make_fx_symbolic_exhaustive_short_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.117s) 2022-12-01T10:11:56.6746972Z test_make_fx_symbolic_exhaustive_sigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-12-01T10:11:56.6747145Z test_make_fx_symbolic_exhaustive_sign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:11:56.6747323Z test_make_fx_symbolic_exhaustive_signbit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:11:56.6747520Z test_make_fx_symbolic_exhaustive_sin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:11:56.6747695Z test_make_fx_symbolic_exhaustive_sinc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-12-01T10:11:56.6747863Z test_make_fx_symbolic_exhaustive_sinh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:11:56.6748041Z test_make_fx_symbolic_exhaustive_slice_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.248s) 2022-12-01T10:11:56.6748241Z test_make_fx_symbolic_exhaustive_slice_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.027s) 2022-12-01T10:11:56.6748418Z test_make_fx_symbolic_exhaustive_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.176s) 2022-12-01T10:11:56.6748608Z test_make_fx_symbolic_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.197s) 2022-12-01T10:11:56.6748797Z test_make_fx_symbolic_exhaustive_sort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:11:56.6749005Z test_make_fx_symbolic_exhaustive_sparse_sampled_addmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:11:56.6749195Z test_make_fx_symbolic_exhaustive_special_airy_ai_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:11:56.6749385Z test_make_fx_symbolic_exhaustive_special_bessel_j0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:11:56.6749569Z test_make_fx_symbolic_exhaustive_special_bessel_j1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:11:56.6749771Z test_make_fx_symbolic_exhaustive_special_bessel_y0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:11:56.6749968Z test_make_fx_symbolic_exhaustive_special_bessel_y1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:11:56.6750191Z test_make_fx_symbolic_exhaustive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-12-01T10:11:56.6750411Z test_make_fx_symbolic_exhaustive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-12-01T10:11:56.6750823Z test_make_fx_symbolic_exhaustive_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:11:56.6751215Z test_make_fx_symbolic_exhaustive_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:11:56.6751414Z test_make_fx_symbolic_exhaustive_special_entr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:11:56.6751617Z test_make_fx_symbolic_exhaustive_special_erfcx_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:11:56.6751826Z test_make_fx_symbolic_exhaustive_special_hermite_polynomial_h_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-12-01T10:11:56.6752043Z test_make_fx_symbolic_exhaustive_special_hermite_polynomial_he_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-12-01T10:11:56.6752258Z test_make_fx_symbolic_exhaustive_special_i0e_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:11:56.6752443Z test_make_fx_symbolic_exhaustive_special_i1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:11:56.6752623Z test_make_fx_symbolic_exhaustive_special_i1e_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-12-01T10:11:56.6752841Z test_make_fx_symbolic_exhaustive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-12-01T10:11:56.6753277Z test_make_fx_symbolic_exhaustive_special_legendre_polynomial_p_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:11:56.6753485Z test_make_fx_symbolic_exhaustive_special_log_ndtr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:11:56.6753700Z test_make_fx_symbolic_exhaustive_special_modified_bessel_i0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:11:56.6753913Z test_make_fx_symbolic_exhaustive_special_modified_bessel_i1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:11:56.6754109Z test_make_fx_symbolic_exhaustive_special_modified_bessel_k0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:11:56.6754315Z test_make_fx_symbolic_exhaustive_special_modified_bessel_k1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:11:56.6754502Z test_make_fx_symbolic_exhaustive_special_ndtr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-12-01T10:11:56.6754700Z test_make_fx_symbolic_exhaustive_special_ndtri_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:11:56.6754930Z test_make_fx_symbolic_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:11:56.6755153Z test_make_fx_symbolic_exhaustive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:11:56.6755376Z test_make_fx_symbolic_exhaustive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:11:56.6755784Z test_make_fx_symbolic_exhaustive_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:11:56.6756193Z test_make_fx_symbolic_exhaustive_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:11:56.6756589Z test_make_fx_symbolic_exhaustive_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:11:56.6756996Z test_make_fx_symbolic_exhaustive_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:11:56.6757198Z test_make_fx_symbolic_exhaustive_special_spherical_bessel_j0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:11:56.6757388Z test_make_fx_symbolic_exhaustive_special_xlog1py_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-12-01T10:11:56.6757578Z test_make_fx_symbolic_exhaustive_special_zeta_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.155s) 2022-12-01T10:11:56.6757769Z test_make_fx_symbolic_exhaustive_split_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.015s) 2022-12-01T10:11:56.6757973Z test_make_fx_symbolic_exhaustive_split_list_args_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.018s) 2022-12-01T10:11:56.6758208Z test_make_fx_symbolic_exhaustive_split_with_sizes_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.018s) 2022-12-01T10:11:56.6758383Z test_make_fx_symbolic_exhaustive_sqrt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:11:56.6758560Z test_make_fx_symbolic_exhaustive_square_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-12-01T10:11:56.6758739Z test_make_fx_symbolic_exhaustive_squeeze_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.114s) 2022-12-01T10:11:56.6758944Z test_make_fx_symbolic_exhaustive_stack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.172s) 2022-12-01T10:11:56.6759107Z test_make_fx_symbolic_exhaustive_std_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.403s) 2022-12-01T10:11:56.6759285Z test_make_fx_symbolic_exhaustive_std_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.236s) 2022-12-01T10:11:56.6759479Z test_make_fx_symbolic_exhaustive_stft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:11:56.6759651Z test_make_fx_symbolic_exhaustive_sub_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.192s) 2022-12-01T10:11:56.6759820Z test_make_fx_symbolic_exhaustive_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.283s) 2022-12-01T10:11:56.6760014Z test_make_fx_symbolic_exhaustive_sum_to_size_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.019s) 2022-12-01T10:11:56.6760204Z test_make_fx_symbolic_exhaustive_svd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.078s) 2022-12-01T10:11:56.6760402Z test_make_fx_symbolic_exhaustive_svd_lowrank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.072s) 2022-12-01T10:11:56.6760596Z test_make_fx_symbolic_exhaustive_symeig_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:11:56.6760770Z test_make_fx_symbolic_exhaustive_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:11:56.6760959Z test_make_fx_symbolic_exhaustive_take_along_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.015s) 2022-12-01T10:11:56.6761149Z test_make_fx_symbolic_exhaustive_take_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:11:56.6761325Z test_make_fx_symbolic_exhaustive_tan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:11:56.6761505Z test_make_fx_symbolic_exhaustive_tanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:11:56.6761702Z test_make_fx_symbolic_exhaustive_tensor_split_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.019s) 2022-12-01T10:11:56.6761898Z test_make_fx_symbolic_exhaustive_tensordot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.023s) 2022-12-01T10:11:56.6762073Z test_make_fx_symbolic_exhaustive_tile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.485s) 2022-12-01T10:11:56.6762257Z test_make_fx_symbolic_exhaustive_to_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:11:56.6762453Z test_make_fx_symbolic_exhaustive_to_sparse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:11:56.6762630Z test_make_fx_symbolic_exhaustive_topk_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.017s) 2022-12-01T10:11:56.6762808Z test_make_fx_symbolic_exhaustive_trace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:11:56.6762989Z test_make_fx_symbolic_exhaustive_transpose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.098s) 2022-12-01T10:11:56.6763183Z test_make_fx_symbolic_exhaustive_trapezoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.015s) 2022-12-01T10:11:56.6763373Z test_make_fx_symbolic_exhaustive_trapz_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.015s) 2022-12-01T10:11:56.6763607Z test_make_fx_symbolic_exhaustive_triangular_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:11:56.6763779Z test_make_fx_symbolic_exhaustive_tril_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.301s) 2022-12-01T10:11:56.6763951Z test_make_fx_symbolic_exhaustive_triu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.283s) 2022-12-01T10:11:56.6764137Z test_make_fx_symbolic_exhaustive_true_divide_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.163s) 2022-12-01T10:11:56.6764326Z test_make_fx_symbolic_exhaustive_trunc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:11:56.6764519Z test_make_fx_symbolic_exhaustive_unbind_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:11:56.6764713Z test_make_fx_symbolic_exhaustive_unflatten_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:11:56.6764907Z test_make_fx_symbolic_exhaustive_unfold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.055s) 2022-12-01T10:11:56.6765100Z test_make_fx_symbolic_exhaustive_uniform_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.026s) 2022-12-01T10:11:56.6765334Z test_make_fx_symbolic_exhaustive_unique_consecutive_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.035s) 2022-12-01T10:11:56.6765558Z test_make_fx_symbolic_exhaustive_unique_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.033s) 2022-12-01T10:11:56.6765743Z test_make_fx_symbolic_exhaustive_unsqueeze_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.135s) 2022-12-01T10:11:56.6765916Z test_make_fx_symbolic_exhaustive_var_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.375s) 2022-12-01T10:11:56.6766097Z test_make_fx_symbolic_exhaustive_var_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.236s) 2022-12-01T10:11:56.6766257Z test_make_fx_symbolic_exhaustive_vdot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:11:56.6766457Z test_make_fx_symbolic_exhaustive_view_as_complex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:11:56.6766648Z test_make_fx_symbolic_exhaustive_view_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.020s) 2022-12-01T10:11:56.6766821Z test_make_fx_symbolic_exhaustive_view_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.469s) 2022-12-01T10:11:56.6767012Z test_make_fx_symbolic_exhaustive_vsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:11:56.6767190Z test_make_fx_symbolic_exhaustive_vstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-12-01T10:11:56.6806366Z test_make_fx_symbolic_exhaustive_where_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.104s) 2022-12-01T10:11:56.6806651Z test_make_fx_symbolic_exhaustive_xlogy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.368s) 2022-12-01T10:11:56.6806837Z test_make_fx_symbolic_exhaustive_zero__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-12-01T10:11:56.6807016Z test_make_fx_symbolic_exhaustive_zeros_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:11:56.6807190Z test_make_fx_symbolic_exhaustive_zeros_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.080s) 2022-12-01T10:11:56.6807339Z test_binary_broadcast (__main__.TestSymbolicTracing) ... ok (0.023s) 2022-12-01T10:11:56.6807459Z test_cat (__main__.TestSymbolicTracing) ... ok (0.040s) 2022-12-01T10:11:56.6807686Z test_expand (__main__.TestSymbolicTracing) ... ok (0.033s) 2022-12-01T10:11:56.6807818Z test_guards_equal (__main__.TestSymbolicTracing) ... ok (0.357s) 2022-12-01T10:11:56.6808126Z test_multiply_shape (__main__.TestSymbolicTracing) ... ok (0.012s) 2022-12-01T10:11:56.6808853Z test_new_empty (__main__.TestSymbolicTracing) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/83408 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:11:56.6809008Z test_nonidentity_transitive_guards (__main__.TestSymbolicTracing) ... ok (0.058s) 2022-12-01T10:11:56.6809139Z test_return_symint (__main__.TestSymbolicTracing) ... ok (0.022s) 2022-12-01T10:11:56.6809340Z test_size_with_tensor (__main__.TestSymbolicTracing) ... ok (0.036s) 2022-12-01T10:11:56.6809474Z test_symbolic_meta (__main__.TestSymbolicTracing) ... ok (0.015s) 2022-12-01T10:11:56.6809606Z test_symint_to_tensor (__main__.TestSymbolicTracing) ... ok (0.019s) 2022-12-01T10:11:56.6809726Z test_unary (__main__.TestSymbolicTracing) ... ok (0.020s) 2022-12-01T10:11:56.6809738Z 2022-12-01T10:11:56.6809942Z ---------------------------------------------------------------------- 2022-12-01T10:11:56.6810025Z Ran 1902 tests in 223.099s 2022-12-01T10:11:56.6810031Z 2022-12-01T10:11:56.6810131Z OK (skipped=94, expected failures=325) 2022-12-01T10:11:56.6810137Z 2022-12-01T10:11:56.6810222Z Generating XML reports... 2022-12-01T10:11:56.6810518Z Generated XML report: test-reports/python-unittest/test_proxy_tensor/TEST-TestFakeProxyTensor-20221201100809.xml 2022-12-01T10:11:56.6810849Z Generated XML report: test-reports/python-unittest/test_proxy_tensor/TEST-TestGenericProxyTensorFake-20221201100809.xml 2022-12-01T10:11:56.6811169Z Generated XML report: test-reports/python-unittest/test_proxy_tensor/TEST-TestGenericProxyTensorReal-20221201100809.xml 2022-12-01T10:11:56.6811500Z Generated XML report: test-reports/python-unittest/test_proxy_tensor/TEST-TestGenericProxyTensorSymbolic-20221201100809.xml 2022-12-01T10:11:56.6811817Z Generated XML report: test-reports/python-unittest/test_proxy_tensor/TEST-TestProxyTensorOpInfoCPU-20221201100809.xml 2022-12-01T10:11:56.6812111Z Generated XML report: test-reports/python-unittest/test_proxy_tensor/TEST-TestSymbolicTracing-20221201100809.xml 2022-12-01T10:11:56.6812117Z 2022-12-01T10:11:56.6812468Z ##[endgroup] 2022-12-01T10:11:56.6812759Z FINISHED PRINTING LOG FILE of test_proxy_tensor (/var/lib/jenkins/workspace/test/test-reports/test_proxy_tensor_g_98sgkt) 2022-12-01T10:11:56.6812765Z 2022-12-01T10:11:58.0743305Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:11:58.1367356Z Ignoring disabled issues: [] 2022-12-01T10:11:58.1505337Z Running test_dataloader ... [2022-12-01 10:11:58.150244] 2022-12-01T10:11:58.1507361Z Executing ['/opt/conda/bin/python', '-bb', 'test_dataloader.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:11:58.150518] 2022-12-01T10:12:24.7195778Z 2022-12-01T10:12:24.7197830Z Expand the folded group to see the log file of test_jit_fuser_te 2022-12-01T10:12:24.7198941Z ##[group]PRINTING LOG FILE of test_jit_fuser_te (/var/lib/jenkins/workspace/test/test-reports/test_jit_fuser_te_7mcf1bb2) 2022-12-01T10:12:24.7208503Z Test results will be stored in test-reports/python-unittest/test_jit_fuser_te 2022-12-01T10:12:24.7209169Z CUDA not available, skipping tests 2022-12-01T10:12:24.7210059Z monkeytype is not installed. Skipping tests for Profile-Directed Typing 2022-12-01T10:12:24.7210641Z 2022-12-01T10:12:24.7210759Z Running tests... 2022-12-01T10:12:24.7211628Z ---------------------------------------------------------------------- 2022-12-01T10:12:24.7212461Z test_autodiff_fallback (jit.test_fuser_common.TestFuserCommon) ... ok (0.106s) 2022-12-01T10:12:24.7213261Z test_relu_cpu (__main__.TestLoopnestRandomizationCPU) ... ok (0.038s) 2022-12-01T10:12:24.7213992Z test_failures___rmatmul___cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.011s) 2022-12-01T10:12:24.7214803Z test_failures_frac_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.027s) 2022-12-01T10:12:24.7216045Z test_failures_matmul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.011s) 2022-12-01T10:12:24.7216871Z test_nnc_correctness_H_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:12:24.7217797Z 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:12:24.7218691Z 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:12:24.7219928Z 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:12:24.7220828Z 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:12:24.7221750Z 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:12:24.7222772Z 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:12:24.7223674Z 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:12:24.7224532Z 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:12:24.7225563Z 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:12:24.7226453Z 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:12:24.7227297Z 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:12:24.7228165Z 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:12:24.7229060Z 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:12:24.7230127Z 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:12:24.7231072Z 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:12:24.7231994Z 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:12:24.7232989Z 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:12:24.7303492Z 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:12:24.7305156Z 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:12:24.7306017Z 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:12:24.7306725Z 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:12:24.7307453Z 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:12:24.7308340Z 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:12:24.7309075Z 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:12:24.7309775Z 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:12:24.7310623Z 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:12:24.7311395Z 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:12:24.7312162Z 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:12:24.7312893Z 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:12:24.7313670Z 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:12:24.7314432Z 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:12:24.7315200Z 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:12:24.7315961Z 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:12:24.7316706Z 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:12:24.7317457Z 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:12:24.7318195Z 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:12:24.7318956Z 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:12:24.7319694Z 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:12:24.7320435Z 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:12:24.7321186Z 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:12:24.7321934Z 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:12:24.7322685Z 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:12:24.7323442Z 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:12:24.7324182Z 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:12:24.7324937Z 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:12:24.7325808Z 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:12:24.7326540Z 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:12:24.7327269Z 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:12:24.7328193Z 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:12:24.7328935Z 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:12:24.7329681Z 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:12:24.7330442Z 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:12:24.7331182Z 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:12:24.7331907Z 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:12:24.7332624Z 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:12:24.7333362Z 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:12:24.7334098Z 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:12:24.7334863Z 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:12:24.7335603Z 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:12:24.7336371Z 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:12:24.7337128Z 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:12:24.7337882Z 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:12:24.7338657Z 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:12:24.7339388Z 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:12:24.7340366Z 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:12:24.7341115Z 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:12:24.7341865Z 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:12:24.7342811Z 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:12:24.7343560Z 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:12:24.7344327Z 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:12:24.7345211Z 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:12:24.7345948Z 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:12:24.7346713Z 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:12:24.7347461Z 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:12:24.7348212Z 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:12:24.7348884Z test_nnc_correctness___rmatmul___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.7349611Z 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:12:24.7350366Z 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:12:24.7351128Z 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:12:24.7351893Z 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:12:24.7352617Z 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:12:24.7353360Z 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:12:24.7354105Z 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:12:24.7354835Z 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:12:24.7355576Z 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:12:24.7356339Z 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:12:24.7357095Z 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:12:24.7357839Z 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:12:24.7358577Z 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:12:24.7359326Z 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:12:24.7360159Z 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:12:24.7360804Z 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:12:24.7361479Z 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:12:24.7362296Z 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:12:24.7363014Z 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:12:24.7363746Z 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:12:24.7364511Z 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:12:24.7365199Z 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:12:24.7365936Z 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:12:24.7366705Z 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:12:24.7367422Z 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:12:24.7368248Z 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:12:24.7369002Z 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:12:24.7369761Z 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:12:24.7370544Z 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:12:24.7371243Z 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:12:24.7371952Z 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:12:24.7372674Z 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:12:24.7373390Z 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:12:24.7374097Z 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:12:24.7374836Z 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:12:24.7375590Z 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:12:24.7376368Z 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:12:24.7377225Z 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:12:24.7377942Z 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:12:24.7378684Z 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:12:24.7379554Z 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:12:24.7380306Z 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:12:24.7381030Z 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:12:24.7381802Z 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:12:24.7382709Z 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:12:24.7383459Z 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:12:24.7384197Z 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:12:24.7384943Z 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:12:24.7385693Z 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:12:24.7386422Z 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:12:24.7387188Z 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:12:24.7387932Z 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:12:24.7388685Z 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:12:24.7389421Z 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:12:24.7390169Z 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:12:24.7390838Z 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:12:24.7391542Z 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:12:24.7392275Z 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:12:24.7393013Z 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:12:24.7393780Z 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:12:24.7394649Z 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:12:24.7395341Z 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:12:24.7396075Z 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:12:24.7396913Z 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:12:24.7397653Z 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:12:24.7398387Z 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:12:24.7399171Z test_nnc_correctness_acos_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.7399909Z test_nnc_correctness_acos_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.7400650Z test_nnc_correctness_acos_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.7401420Z test_nnc_correctness_acos_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.7402200Z test_nnc_correctness_acos_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.7402955Z test_nnc_correctness_acos_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.7403664Z test_nnc_correctness_acos_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.7404390Z test_nnc_correctness_acos_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.7405128Z test_nnc_correctness_acos_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.7405880Z test_nnc_correctness_acosh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.7406617Z test_nnc_correctness_acosh_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.7407364Z test_nnc_correctness_acosh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.7408203Z test_nnc_correctness_acosh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.7408906Z test_nnc_correctness_acosh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.7409603Z test_nnc_correctness_acosh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.7410371Z test_nnc_correctness_acosh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.7411161Z test_nnc_correctness_acosh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.7412065Z test_nnc_correctness_acosh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.7412857Z test_nnc_correctness_acosh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.7413651Z test_nnc_correctness_acosh_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.7414493Z test_nnc_correctness_add_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.7415306Z test_nnc_correctness_add_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.7416098Z test_nnc_correctness_add_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.7416913Z test_nnc_correctness_add_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.7417706Z test_nnc_correctness_add_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.7418482Z test_nnc_correctness_add_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.7419265Z test_nnc_correctness_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.7419996Z test_nnc_correctness_add_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.7420775Z test_nnc_correctness_add_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.7421555Z test_nnc_correctness_add_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.7422467Z test_nnc_correctness_add_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.7423245Z test_nnc_correctness_add_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.7424025Z test_nnc_correctness_add_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.7424770Z test_nnc_correctness_addbmm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.7425544Z test_nnc_correctness_addbmm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.7426307Z test_nnc_correctness_addbmm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.7427084Z test_nnc_correctness_addbmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.7427864Z test_nnc_correctness_addbmm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.7428627Z test_nnc_correctness_addbmm_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.7429392Z 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:12:24.7430225Z 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:12:24.7430971Z 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:12:24.7431735Z 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:12:24.7432591Z 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:12:24.7433367Z 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:12:24.7434121Z 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:12:24.7434866Z 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:12:24.7435594Z 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:12:24.7436325Z 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:12:24.7437119Z 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:12:24.7437935Z 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:12:24.7438663Z 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:12:24.7439407Z 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:12:24.7440146Z 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:12:24.7441319Z 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:12:24.7442052Z 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:12:24.7442768Z 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:12:24.7443540Z 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:12:24.7444293Z 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:12:24.7445016Z 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:12:24.7445710Z 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:12:24.7446411Z 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:12:24.7447166Z 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:12:24.7448113Z 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:12:24.7448844Z 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:12:24.7449592Z 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:12:24.7450415Z 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:12:24.7451157Z 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:12:24.7451914Z 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:12:24.7452734Z 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:12:24.7453602Z 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:12:24.7456334Z 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:12:24.7457203Z 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:12:24.7457973Z 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:12:24.7458802Z 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:12:24.7459596Z 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:12:24.7460355Z 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:12:24.7461149Z 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:12:24.7461917Z 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:12:24.7462800Z 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:12:24.7463588Z 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:12:24.7464350Z 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:12:24.7465081Z 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:12:24.7465833Z 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:12:24.7466592Z 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:12:24.7467322Z 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:12:24.7468196Z 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:12:24.7468960Z 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:12:24.7469742Z 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:12:24.7470618Z 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:12:24.7471399Z 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:12:24.7472200Z 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:12:24.7472999Z 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:12:24.7473780Z 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:12:24.7474517Z 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:12:24.7475250Z 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:12:24.7476009Z 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:12:24.7476739Z 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:12:24.7477443Z 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:12:24.7478161Z 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:12:24.7478921Z 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:12:24.7479702Z 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:12:24.7480474Z 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:12:24.7481260Z 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:12:24.7481992Z 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:12:24.7482761Z 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:12:24.7483522Z 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:12:24.7484243Z 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:12:24.7484985Z 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:12:24.7485837Z 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:12:24.7486581Z 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:12:24.7487304Z 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:12:24.7488129Z test_nnc_correctness_allclose_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.7488727Z test_nnc_correctness_allclose_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.7489337Z test_nnc_correctness_allclose_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.7489897Z test_nnc_correctness_allclose_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.7490522Z test_nnc_correctness_allclose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.7491086Z test_nnc_correctness_allclose_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.7491726Z 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:12:24.7492503Z 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:12:24.7493251Z 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:12:24.7494044Z 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:12:24.7494821Z 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:12:24.7495602Z 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:12:24.7496370Z 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:12:24.7497110Z 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:12:24.7497816Z 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:12:24.7498491Z 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:12:24.7499206Z 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:12:24.7499987Z 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:12:24.7500783Z 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:12:24.7501583Z 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:12:24.7502486Z 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:12:24.7503202Z 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:12:24.7504067Z 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:12:24.7504793Z 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:12:24.7505450Z 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:12:24.7506325Z 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:12:24.7507067Z 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:12:24.7507851Z 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:12:24.7508668Z 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:12:24.7509489Z 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:12:24.7510284Z 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:12:24.7511070Z 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:12:24.7511860Z 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:12:24.7512626Z 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:12:24.7513305Z 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:12:24.7514040Z 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:12:24.7514809Z 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:12:24.7515574Z 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:12:24.7516364Z 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:12:24.7517132Z 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:12:24.7517855Z 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:12:24.7518619Z 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:12:24.7519405Z 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:12:24.7520162Z 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:12:24.7520931Z 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:12:24.7521806Z 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:12:24.7522606Z 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:12:24.7523408Z 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:12:24.7524315Z 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:12:24.7525162Z 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:12:24.7525974Z 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:12:24.7526770Z 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:12:24.7527663Z 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:12:24.7528478Z 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:12:24.7529277Z 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:12:24.7530055Z 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:12:24.7530863Z 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:12:24.7531654Z 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:12:24.7532478Z 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:12:24.7533311Z 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:12:24.7534130Z 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:12:24.7534948Z 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:12:24.7535775Z 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:12:24.7536585Z 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:12:24.7537390Z 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:12:24.7538206Z 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:12:24.7539031Z 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:12:24.7539865Z 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:12:24.7540792Z 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:12:24.7541623Z 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:12:24.7542557Z 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:12:24.7543493Z 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:12:24.7544301Z 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:12:24.7545109Z 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:12:24.7545900Z 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:12:24.7546695Z 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:12:24.7547508Z test_nnc_correctness_argmin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:12:24.7548338Z 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:12:24.7549164Z 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:12:24.7549970Z 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:12:24.7550788Z 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:12:24.7551594Z test_nnc_correctness_argmin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:12:24.7552411Z 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:12:24.7553224Z 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:12:24.7554047Z 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:12:24.7554862Z 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:12:24.7555694Z 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:12:24.7556529Z 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:12:24.7557371Z 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:12:24.7558185Z 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:12:24.7559011Z 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:12:24.7559931Z 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:12:24.7560743Z 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:12:24.7561549Z 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:12:24.7562413Z 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:12:24.7563122Z 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:12:24.7563720Z 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:12:24.7564351Z 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:12:24.7564999Z 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:12:24.7565673Z 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:12:24.7566340Z 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:12:24.7566964Z 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:12:24.7567679Z 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:12:24.7568311Z 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:12:24.7568949Z 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:12:24.7569593Z 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:12:24.7570214Z 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:12:24.7570864Z 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:12:24.7571509Z 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:12:24.7572145Z 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:12:24.7572815Z 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:12:24.7573438Z 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:12:24.7574070Z 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:12:24.7574718Z 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:12:24.7575454Z 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:12:24.7576078Z 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:12:24.7576702Z 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:12:24.7577440Z 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:12:24.7578123Z 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:12:24.7578770Z 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:12:24.7579435Z 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:12:24.7580089Z 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:12:24.7580751Z 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:12:24.7581437Z 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:12:24.7582111Z 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:12:24.7582922Z 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:12:24.7583568Z 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:12:24.7584212Z 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:12:24.7584842Z 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:12:24.7585480Z 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:12:24.7586107Z 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:12:24.7586740Z 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:12:24.7587393Z 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:12:24.7587999Z 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:12:24.7588630Z 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:12:24.7589244Z 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:12:24.7589986Z 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:12:24.7590576Z 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:12:24.7591198Z 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:12:24.7591953Z 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:12:24.7592736Z 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:12:24.7593470Z 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:12:24.7594063Z 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:12:24.7594638Z 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:12:24.7595284Z 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:12:24.7595965Z 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:12:24.7596666Z 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:12:24.7597330Z 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:12:24.7597962Z 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:12:24.7598589Z 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:12:24.7599232Z 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:12:24.7599839Z 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:12:24.7600465Z 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:12:24.7601096Z 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:12:24.7601724Z 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:12:24.7602359Z 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:12:24.7602982Z 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:12:24.7603617Z 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:12:24.7604225Z 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:12:24.7604948Z 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:12:24.7605591Z 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:12:24.7606204Z 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:12:24.7606859Z 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:12:24.7607592Z 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:12:24.7608213Z 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:12:24.7608844Z 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:12:24.7609381Z 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:12:24.7610033Z 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:12:24.7610677Z 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:12:24.7611278Z 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:12:24.7611903Z 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:12:24.7612487Z 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:12:24.7613081Z 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:12:24.7613692Z 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:12:24.7614297Z 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:12:24.7614898Z 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:12:24.7615535Z 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:12:24.7616173Z 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:12:24.7616813Z 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:12:24.7617438Z 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:12:24.7618039Z 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:12:24.7618654Z 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:12:24.7619354Z 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:12:24.7619970Z 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:12:24.7620572Z 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:12:24.7621244Z 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:12:24.7621876Z 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:12:24.7622611Z 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:12:24.7623243Z 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:12:24.7623871Z 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:12:24.7624520Z 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:12:24.7625174Z 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:12:24.7625791Z 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:12:24.7626397Z 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:12:24.7627022Z 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:12:24.7627664Z 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:12:24.7628267Z 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:12:24.7628905Z 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:12:24.7629535Z 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:12:24.7630150Z 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:12:24.7630757Z 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:12:24.7631378Z 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:12:24.7632024Z 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:12:24.7632644Z 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:12:24.7633272Z 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:12:24.7634027Z 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:12:24.7634679Z 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:12:24.7635329Z 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:12:24.7636038Z 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:12:24.7636671Z 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:12:24.7637337Z 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:12:24.7637963Z 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:12:24.7638599Z 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:12:24.7639225Z 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:12:24.7639872Z 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:12:24.7640512Z 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:12:24.7641162Z 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:12:24.7641820Z 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:12:24.7642446Z 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:12:24.7643064Z 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:12:24.7643684Z 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:12:24.7644318Z 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:12:24.7644945Z 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:12:24.7645572Z 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:12:24.7646200Z 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:12:24.7646826Z 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:12:24.7647580Z 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:12:24.7648334Z 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:12:24.7648980Z 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:12:24.7649578Z 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:12:24.7650257Z 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:12:24.7650883Z 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:12:24.7651526Z 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:12:24.7652166Z 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:12:24.7652778Z 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:12:24.7653395Z 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:12:24.7654053Z 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:12:24.7654703Z 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:12:24.7655285Z test_nnc_correctness_bfloat16_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.7655782Z test_nnc_correctness_bfloat16_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.7656295Z test_nnc_correctness_bfloat16_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.7656824Z test_nnc_correctness_bfloat16_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.7657338Z test_nnc_correctness_bfloat16_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.7657866Z test_nnc_correctness_bfloat16_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.7658393Z test_nnc_correctness_bfloat16_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.7658900Z test_nnc_correctness_bfloat16_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.7659394Z test_nnc_correctness_bfloat16_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.7659898Z test_nnc_correctness_bfloat16_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.7660403Z test_nnc_correctness_bfloat16_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.7660939Z test_nnc_correctness_bfloat16_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.7661475Z test_nnc_correctness_bfloat16_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.7662087Z 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:12:24.7662911Z 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:12:24.7663579Z 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:12:24.7664286Z 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:12:24.7664930Z 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:12:24.7665570Z 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:12:24.7666329Z 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:12:24.7666979Z 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:12:24.7667644Z 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:12:24.7668290Z 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:12:24.7668938Z 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:12:24.7669566Z 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:12:24.7670248Z 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:12:24.7670897Z 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:12:24.7671570Z 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:12:24.7672240Z 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:12:24.7672863Z 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:12:24.7673519Z 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:12:24.7674179Z 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:12:24.7674821Z 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:12:24.7675446Z 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:12:24.7676071Z 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:12:24.7676723Z 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:12:24.7677344Z 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:12:24.7678035Z 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:12:24.7678795Z 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:12:24.7679469Z 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:12:24.7680142Z 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:12:24.7680861Z 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:12:24.7681506Z 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:12:24.7682168Z 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:12:24.7682863Z 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:12:24.7683535Z 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:12:24.7684167Z 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:12:24.7684804Z 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:12:24.7685424Z 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:12:24.7686063Z 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:12:24.7686653Z 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:12:24.7687263Z 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:12:24.7687998Z 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:12:24.7688632Z 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:12:24.7689255Z 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:12:24.7689917Z 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:12:24.7690552Z 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:12:24.7691195Z 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:12:24.7691829Z 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:12:24.7692454Z 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:12:24.7693234Z 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:12:24.7694037Z 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:12:24.7694842Z 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:12:24.7695526Z 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:12:24.7696125Z 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:12:24.7696778Z 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:12:24.7697487Z 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:12:24.7698186Z 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:12:24.7698887Z 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:12:24.7699510Z 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:12:24.7700143Z 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:12:24.7700776Z 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:12:24.7701376Z 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:12:24.7701997Z 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:12:24.7702758Z 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:12:24.7703409Z 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:12:24.7704033Z 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:12:24.7704670Z 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:12:24.7705306Z 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:12:24.7705962Z 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:12:24.7706557Z 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:12:24.7707182Z 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:12:24.7707817Z 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:12:24.7708549Z 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:12:24.7709143Z 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:12:24.7709766Z 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:12:24.7710456Z 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:12:24.7711072Z 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:12:24.7711640Z 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:12:24.7712334Z 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:12:24.7712997Z 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:12:24.7713636Z 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:12:24.7714314Z 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:12:24.7714963Z 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:12:24.7715631Z 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:12:24.7716287Z 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:12:24.7716937Z 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:12:24.7717577Z 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:12:24.7718254Z 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:12:24.7718915Z 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:12:24.7719590Z 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:12:24.7720242Z 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:12:24.7720868Z 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:12:24.7721546Z 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:12:24.7722219Z 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:12:24.7722957Z 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:12:24.7723571Z 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:12:24.7724234Z 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:12:24.7724963Z 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:12:24.7725587Z 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:12:24.7726207Z 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:12:24.7726867Z 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:12:24.7727586Z 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:12:24.7728230Z 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:12:24.7728846Z 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:12:24.7729483Z 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:12:24.7730130Z 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:12:24.7730754Z 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:12:24.7731383Z 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:12:24.7732006Z 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:12:24.7732638Z 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:12:24.7733258Z 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:12:24.7733882Z 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:12:24.7734488Z 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:12:24.7735099Z 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:12:24.7735743Z 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:12:24.7736378Z 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:12:24.7736995Z 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:12:24.7737726Z 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:12:24.7738367Z 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:12:24.7738990Z 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:12:24.7739657Z 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:12:24.7740314Z 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:12:24.7740930Z 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:12:24.7741581Z 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:12:24.7742363Z 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:12:24.7743015Z 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:12:24.7743691Z 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:12:24.7744364Z 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:12:24.7745049Z 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:12:24.7745701Z 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:12:24.7746350Z 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:12:24.7746996Z 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:12:24.7747640Z 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:12:24.7748292Z 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:12:24.7748951Z 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:12:24.7749598Z 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:12:24.7750229Z 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:12:24.7750890Z 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:12:24.7751539Z 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:12:24.7752212Z 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:12:24.7752946Z 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:12:24.7753601Z 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:12:24.7754218Z 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:12:24.7754952Z 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:12:24.7755591Z 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:12:24.7756233Z 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:12:24.7756806Z 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:12:24.7757456Z 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:12:24.7758095Z 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:12:24.7758751Z 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:12:24.7759384Z 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:12:24.7760042Z 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:12:24.7760701Z 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:12:24.7761349Z 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:12:24.7761990Z 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:12:24.7762651Z 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:12:24.7763286Z 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:12:24.7763961Z 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:12:24.7764633Z 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:12:24.7765327Z 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:12:24.7766049Z 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:12:24.7766740Z 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:12:24.7767443Z 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:12:24.7768260Z 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:12:24.7768900Z 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:12:24.7769537Z 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:12:24.7770328Z 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:12:24.7771080Z 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:12:24.7771831Z 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:12:24.7772574Z 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:12:24.7773340Z 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:12:24.7774083Z 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:12:24.7774870Z 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:12:24.7775637Z 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:12:24.7776427Z 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:12:24.7777187Z 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:12:24.7777924Z 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:12:24.7778679Z 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:12:24.7779431Z 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:12:24.7780200Z 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:12:24.7780919Z 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:12:24.7781627Z 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:12:24.7782477Z 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:12:24.7783241Z 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:12:24.7783972Z 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:12:24.7784769Z 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:12:24.7785652Z 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:12:24.7786401Z 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:12:24.7787183Z 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:12:24.7788092Z 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:12:24.7788928Z 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:12:24.7789752Z 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:12:24.7790578Z 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:12:24.7791386Z 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:12:24.7792083Z 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:12:24.7792789Z 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:12:24.7793518Z 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:12:24.7794248Z 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:12:24.7795034Z 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:12:24.7795827Z 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:12:24.7796628Z 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:12:24.7797405Z 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:12:24.7798193Z 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:12:24.7798958Z 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:12:24.7799716Z 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:12:24.7800480Z 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:12:24.7801229Z 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:12:24.7801964Z 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:12:24.7802833Z 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:12:24.7803581Z 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:12:24.7804268Z 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:12:24.7805073Z 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:12:24.7805776Z 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:12:24.7806478Z 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:12:24.7807166Z 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:12:24.7807938Z 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:12:24.7808641Z 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:12:24.7809396Z 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:12:24.7810210Z 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:12:24.7811099Z 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:12:24.7811989Z 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:12:24.7812871Z 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:12:24.7813736Z 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:12:24.7814619Z 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:12:24.7815491Z 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:12:24.7816370Z 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:12:24.7817250Z 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:12:24.7818113Z 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:12:24.7818997Z 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:12:24.7819883Z 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:12:24.7820770Z 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:12:24.7821739Z 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:12:24.7822712Z 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:12:24.7823580Z 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:12:24.7824545Z 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:12:24.7825409Z 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:12:24.7826291Z 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:12:24.7827174Z 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:12:24.7828044Z 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:12:24.7828923Z 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:12:24.7829802Z 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:12:24.7830676Z 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:12:24.7831550Z 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:12:24.7832425Z 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:12:24.7833282Z 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:12:24.7834141Z 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:12:24.7835004Z 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:12:24.7835865Z 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:12:24.7836711Z 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:12:24.7837571Z 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:12:24.7838445Z 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:12:24.7839339Z 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:12:24.7840227Z 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:12:24.7841141Z 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:12:24.7842157Z 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:12:24.7843057Z 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:12:24.7843954Z 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:12:24.7844897Z 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:12:24.7845793Z 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:12:24.7846679Z 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:12:24.7847657Z 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:12:24.7848532Z 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:12:24.7849407Z 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:12:24.7850299Z 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:12:24.7851198Z 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:12:24.7852088Z 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:12:24.7853001Z 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:12:24.7853646Z 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:12:24.7854338Z 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:12:24.7855146Z 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:12:24.7855900Z 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:12:24.7856715Z 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:12:24.7857482Z 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:12:24.7858162Z 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:12:24.7858876Z 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:12:24.7859596Z 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:12:24.7860372Z 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:12:24.7861089Z 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:12:24.7861743Z 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:12:24.7862657Z 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:12:24.7863422Z 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:12:24.7864192Z 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:12:24.7864855Z 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:12:24.7865583Z 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:12:24.7866303Z 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:12:24.7866994Z 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:12:24.7867693Z 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:12:24.7868373Z 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:12:24.7869123Z 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:12:24.7869860Z 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:12:24.7870603Z 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:12:24.7871412Z 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:12:24.7872152Z 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:12:24.7872914Z 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:12:24.7873732Z 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:12:24.7874482Z 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:12:24.7875330Z 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:12:24.7876156Z 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:12:24.7876981Z 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:12:24.7877864Z 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:12:24.7878607Z 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:12:24.7879359Z 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:12:24.7880220Z 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:12:24.7880989Z 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:12:24.7881730Z 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:12:24.7882495Z 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:12:24.7883307Z 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:12:24.7884129Z 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:12:24.7884920Z 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:12:24.7885756Z 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:12:24.7886535Z 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:12:24.7887303Z 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:12:24.7888141Z 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:12:24.7888931Z 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:12:24.7889733Z 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:12:24.7890492Z 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:12:24.7891278Z 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:12:24.7892045Z 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:12:24.7892815Z 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:12:24.7893578Z 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:12:24.7894383Z 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:12:24.7895223Z 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:12:24.7895962Z 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:12:24.7896744Z 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:12:24.7897563Z 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:12:24.7898300Z 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:12:24.7899038Z 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:12:24.7899809Z 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:12:24.7900560Z 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:12:24.7901325Z 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:12:24.7902059Z 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:12:24.7902918Z 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:12:24.7903688Z 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:12:24.7904464Z 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:12:24.7905224Z 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:12:24.7906013Z 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:12:24.7906781Z 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:12:24.7907560Z 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:12:24.7908358Z 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:12:24.7909135Z 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:12:24.7909880Z 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:12:24.7910603Z 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:12:24.7911386Z 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:12:24.7912165Z 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:12:24.7913072Z 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:12:24.7913812Z 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:12:24.7914608Z 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:12:24.7915423Z 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:12:24.7916231Z 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:12:24.7917019Z 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:12:24.7917792Z 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:12:24.7918567Z 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:12:24.7919348Z 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:12:24.7920112Z 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:12:24.7920894Z 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:12:24.7921663Z 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:12:24.7922426Z 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:12:24.7923191Z 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:12:24.7923960Z 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:12:24.7924712Z 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:12:24.7925475Z 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:12:24.7926239Z 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:12:24.7926989Z 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:12:24.7927858Z 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:12:24.7928638Z 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:12:24.7929421Z 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:12:24.7930177Z 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:12:24.7931010Z 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:12:24.7931715Z 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:12:24.7932452Z 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:12:24.7933285Z 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:12:24.7934066Z 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:12:24.7934834Z 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:12:24.7935617Z 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:12:24.7936402Z 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:12:24.7937181Z 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:12:24.7937973Z 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:12:24.7938777Z 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:12:24.7939578Z 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:12:24.7940354Z 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:12:24.7941152Z 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:12:24.7941930Z 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:12:24.7942870Z 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:12:24.7943645Z 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:12:24.7944426Z 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:12:24.7945191Z 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:12:24.7945973Z 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:12:24.7946748Z 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:12:24.7947518Z 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:12:24.7948267Z 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:12:24.7949153Z 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:12:24.7949913Z 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:12:24.7950674Z 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:12:24.7951522Z 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:12:24.7952321Z 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:12:24.7953109Z 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:12:24.7953869Z 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:12:24.7954650Z 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:12:24.7955419Z 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:12:24.7956182Z 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:12:24.7956955Z 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:12:24.7957732Z test_nnc_correctness_cross_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.7958465Z test_nnc_correctness_cross_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.7959212Z test_nnc_correctness_cummax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:12:24.7959980Z test_nnc_correctness_cummax_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:12:24.7960770Z test_nnc_correctness_cummax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.7961535Z test_nnc_correctness_cummax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.7962318Z test_nnc_correctness_cummax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.7963090Z test_nnc_correctness_cummax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.7963842Z test_nnc_correctness_cummax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.7964613Z test_nnc_correctness_cummax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.7965385Z test_nnc_correctness_cummax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.7966174Z test_nnc_correctness_cummin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.7967054Z test_nnc_correctness_cummin_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.7967964Z test_nnc_correctness_cummin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.7968732Z test_nnc_correctness_cummin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.7969589Z 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:12:24.7970370Z 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:12:24.7971141Z 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:12:24.7971896Z 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:12:24.7972678Z 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:12:24.7973438Z 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:12:24.7974242Z 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:12:24.7975027Z 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:12:24.7975840Z 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:12:24.7976651Z 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:12:24.7977438Z 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:12:24.7978202Z 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:12:24.7978992Z 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:12:24.7979761Z 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:12:24.7980557Z 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:12:24.7981340Z 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:12:24.7982121Z 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:12:24.7983012Z 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:12:24.7983778Z 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:12:24.7984533Z 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:12:24.7985407Z 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:12:24.7986150Z 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:12:24.7986911Z 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:12:24.7987759Z 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:12:24.7988488Z 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:12:24.7989303Z 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:12:24.7990137Z 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:12:24.7990974Z 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:12:24.7991818Z 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:12:24.7992655Z 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:12:24.7993502Z 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:12:24.7994296Z 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:12:24.7995094Z 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:12:24.7995894Z 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:12:24.7996699Z 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:12:24.7997521Z 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:12:24.7998288Z 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:12:24.7999089Z 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:12:24.7999917Z 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:12:24.8000738Z 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:12:24.8001514Z 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:12:24.8002254Z 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:12:24.8003109Z 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:12:24.8003865Z 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:12:24.8004635Z 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:12:24.8005425Z 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:12:24.8006123Z 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:12:24.8006898Z 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:12:24.8007774Z 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:12:24.8008521Z 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:12:24.8009279Z 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:12:24.8010060Z 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:12:24.8010816Z 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:12:24.8011563Z 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:12:24.8012291Z 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:12:24.8013048Z 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:12:24.8013836Z 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:12:24.8014576Z 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:12:24.8015255Z 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:12:24.8016081Z 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:12:24.8016878Z 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:12:24.8017604Z 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:12:24.8018382Z 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:12:24.8019173Z 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:12:24.8019971Z 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:12:24.8020822Z 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:12:24.8021597Z 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:12:24.8022457Z 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:12:24.8023353Z 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:12:24.8024095Z 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:12:24.8024867Z 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:12:24.8025650Z 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:12:24.8026447Z 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:12:24.8027266Z 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:12:24.8098298Z 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:12:24.8099169Z 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:12:24.8099866Z 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:12:24.8100594Z 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:12:24.8101312Z 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:12:24.8102048Z 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:12:24.8102944Z 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:12:24.8103673Z 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:12:24.8104405Z 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:12:24.8105147Z 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:12:24.8105888Z 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:12:24.8106623Z 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:12:24.8107366Z 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:12:24.8108283Z 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:12:24.8109027Z 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:12:24.8109800Z 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:12:24.8110643Z 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:12:24.8111416Z 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:12:24.8112156Z 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:12:24.8112539Z 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:12:24.8112916Z 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:12:24.8113303Z 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:12:24.8113673Z 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:12:24.8114046Z 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:12:24.8114425Z 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:12:24.8114815Z 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:12:24.8115191Z 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:12:24.8115552Z 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:12:24.8115902Z 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:12:24.8116255Z 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:12:24.8116616Z 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:12:24.8117002Z 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:12:24.8117347Z 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:12:24.8117692Z 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:12:24.8118041Z 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:12:24.8118390Z 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:12:24.8118830Z 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:12:24.8119170Z 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:12:24.8119542Z 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:12:24.8119965Z 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:12:24.8120337Z 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:12:24.8120691Z 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:12:24.8121056Z 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:12:24.8121410Z 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:12:24.8121777Z 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:12:24.8122113Z 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:12:24.8122445Z 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:12:24.8122772Z 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:12:24.8123121Z 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:12:24.8123476Z 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:12:24.8123827Z 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:12:24.8124192Z 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:12:24.8124541Z 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:12:24.8124897Z 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:12:24.8125232Z 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:12:24.8125573Z 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:12:24.8125957Z 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:12:24.8126326Z 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:12:24.8126679Z 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:12:24.8127110Z 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:12:24.8127563Z 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:12:24.8127979Z 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:12:24.8128352Z 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:12:24.8128721Z 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:12:24.8129093Z 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:12:24.8129491Z 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:12:24.8129887Z 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:12:24.8130300Z 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:12:24.8130677Z 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:12:24.8131042Z 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:12:24.8131399Z 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:12:24.8131763Z 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:12:24.8132138Z 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:12:24.8132513Z 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:12:24.8132899Z 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:12:24.8133291Z 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:12:24.8133657Z 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:12:24.8134048Z 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:12:24.8134431Z 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:12:24.8134797Z 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:12:24.8135265Z 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:12:24.8135643Z 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:12:24.8136022Z 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:12:24.8136456Z 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:12:24.8136832Z 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:12:24.8137200Z 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:12:24.8137558Z 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:12:24.8137925Z 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:12:24.8138307Z 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:12:24.8138662Z 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:12:24.8139003Z 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:12:24.8139359Z 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:12:24.8139700Z 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:12:24.8140049Z 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:12:24.8140401Z 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:12:24.8140764Z 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:12:24.8141132Z 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:12:24.8141495Z 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:12:24.8141859Z 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:12:24.8142377Z 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:12:24.8142806Z 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:12:24.8143214Z 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:12:24.8143593Z 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:12:24.8144076Z 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:12:24.8144447Z 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:12:24.8144796Z 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:12:24.8145233Z 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:12:24.8145602Z 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:12:24.8145954Z 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:12:24.8146315Z 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:12:24.8146667Z 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:12:24.8147033Z 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:12:24.8147400Z 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:12:24.8147769Z 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:12:24.8148151Z 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:12:24.8148522Z 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:12:24.8148852Z 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:12:24.8149201Z 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:12:24.8149534Z 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:12:24.8149884Z 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:12:24.8150257Z 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:12:24.8150620Z 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:12:24.8150968Z 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:12:24.8151310Z 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:12:24.8151689Z 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:12:24.8152065Z 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:12:24.8152521Z 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:12:24.8152888Z 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:12:24.8153261Z 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:12:24.8153669Z 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:12:24.8154025Z 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:12:24.8154376Z 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:12:24.8154744Z 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:12:24.8155110Z 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:12:24.8155474Z 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:12:24.8155825Z 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:12:24.8156193Z 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:12:24.8156583Z 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:12:24.8156947Z 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:12:24.8157300Z 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:12:24.8157658Z 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:12:24.8158022Z 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:12:24.8158385Z 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:12:24.8158761Z 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:12:24.8159117Z 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:12:24.8159404Z test_nnc_correctness_empty_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8159688Z test_nnc_correctness_empty_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8159982Z test_nnc_correctness_empty_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8160270Z test_nnc_correctness_empty_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8160540Z test_nnc_correctness_empty_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8160912Z test_nnc_correctness_empty_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8161202Z test_nnc_correctness_empty_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8161489Z test_nnc_correctness_empty_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8161777Z test_nnc_correctness_empty_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8162054Z test_nnc_correctness_empty_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8162391Z test_nnc_correctness_empty_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8162675Z test_nnc_correctness_empty_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8162943Z test_nnc_correctness_empty_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8163252Z test_nnc_correctness_empty_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8163543Z test_nnc_correctness_empty_like_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8163840Z test_nnc_correctness_empty_like_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8164142Z test_nnc_correctness_empty_like_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8164440Z test_nnc_correctness_empty_like_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8164743Z test_nnc_correctness_empty_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8165043Z test_nnc_correctness_empty_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8165330Z test_nnc_correctness_empty_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8165599Z test_nnc_correctness_empty_like_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8165885Z test_nnc_correctness_empty_like_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8166165Z test_nnc_correctness_empty_like_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8166457Z test_nnc_correctness_empty_like_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8166741Z test_nnc_correctness_empty_like_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8167128Z 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:12:24.8167603Z 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:12:24.8167988Z 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:12:24.8168370Z 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:12:24.8168754Z 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:12:24.8169107Z 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:12:24.8169470Z 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:12:24.8169836Z 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:12:24.8170293Z 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:12:24.8170660Z 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:12:24.8171009Z 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:12:24.8171412Z 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:12:24.8171771Z 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:12:24.8172142Z 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:12:24.8172534Z 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:12:24.8172943Z 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:12:24.8173332Z 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:12:24.8173738Z 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:12:24.8174132Z 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:12:24.8174520Z 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:12:24.8174907Z 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:12:24.8175291Z 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:12:24.8175670Z 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:12:24.8176061Z 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:12:24.8176452Z 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:12:24.8176846Z 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:12:24.8177234Z 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:12:24.8177596Z 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:12:24.8177959Z 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:12:24.8178355Z 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:12:24.8178744Z 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:12:24.8179179Z 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:12:24.8179556Z 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:12:24.8179942Z 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:12:24.8180334Z 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:12:24.8180753Z 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:12:24.8181153Z 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:12:24.8181551Z 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:12:24.8181921Z 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:12:24.8182455Z 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:12:24.8182846Z 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:12:24.8183233Z 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:12:24.8183621Z 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:12:24.8184028Z 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:12:24.8184418Z 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:12:24.8184814Z 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:12:24.8185198Z 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:12:24.8185583Z 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:12:24.8185964Z 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:12:24.8186346Z 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:12:24.8186733Z 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:12:24.8187121Z 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:12:24.8187520Z 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:12:24.8187904Z 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:12:24.8188296Z 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:12:24.8188759Z 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:12:24.8189141Z 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:12:24.8189527Z 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:12:24.8189958Z 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:12:24.8190347Z 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:12:24.8190743Z 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:12:24.8191108Z 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:12:24.8191456Z 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:12:24.8191794Z 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:12:24.8192168Z 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:12:24.8192525Z 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:12:24.8192912Z 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:12:24.8193293Z 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:12:24.8193673Z 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:12:24.8194029Z 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:12:24.8194392Z 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:12:24.8194741Z 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:12:24.8195092Z 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:12:24.8195481Z 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:12:24.8195850Z 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:12:24.8196235Z 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:12:24.8196625Z 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:12:24.8197004Z 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:12:24.8197466Z 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:12:24.8197849Z 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:12:24.8198221Z 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:12:24.8198666Z 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:12:24.8199047Z 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:12:24.8199418Z 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:12:24.8199797Z 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:12:24.8200172Z 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:12:24.8200538Z 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:12:24.8200903Z 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:12:24.8201284Z 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:12:24.8201664Z 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:12:24.8202046Z 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:12:24.8202425Z 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:12:24.8202830Z 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:12:24.8203218Z 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:12:24.8203577Z 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:12:24.8203878Z 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:12:24.8204200Z 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:12:24.8204522Z 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:12:24.8204834Z 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:12:24.8205154Z 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:12:24.8205483Z 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:12:24.8205919Z 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:12:24.8206245Z 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:12:24.8206587Z 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:12:24.8207001Z 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:12:24.8207347Z 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:12:24.8207772Z 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:12:24.8208120Z 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:12:24.8208456Z 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:12:24.8208805Z 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:12:24.8209154Z 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:12:24.8209510Z 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:12:24.8209895Z 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:12:24.8210269Z 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:12:24.8210638Z 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:12:24.8211049Z 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:12:24.8211371Z 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:12:24.8211737Z 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:12:24.8212076Z 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:12:24.8212435Z 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:12:24.8212782Z 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:12:24.8213144Z 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:12:24.8213499Z 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:12:24.8213853Z 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:12:24.8214312Z 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:12:24.8214686Z 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:12:24.8215042Z 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:12:24.8215472Z 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:12:24.8215838Z 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:12:24.8216217Z 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:12:24.8216597Z 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:12:24.8216970Z 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:12:24.8217341Z 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:12:24.8217710Z 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:12:24.8218073Z 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:12:24.8218446Z 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:12:24.8218815Z 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:12:24.8219195Z 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:12:24.8219592Z 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:12:24.8219956Z 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:12:24.8220334Z 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:12:24.8220719Z 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:12:24.8221090Z 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:12:24.8221465Z 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:12:24.8221836Z 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:12:24.8222352Z 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:12:24.8222949Z 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:12:24.8223377Z 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:12:24.8223603Z 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:12:24.8223832Z 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:12:24.8224089Z 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:12:24.8224314Z 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:12:24.8224537Z 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:12:24.8224756Z 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:12:24.8224976Z 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:12:24.8225194Z 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:12:24.8225404Z 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:12:24.8225621Z 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:12:24.8225842Z 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:12:24.8226060Z 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:12:24.8226271Z 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:12:24.8226491Z 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:12:24.8226697Z 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:12:24.8226914Z 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:12:24.8227127Z 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:12:24.8227335Z 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:12:24.8227547Z 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:12:24.8227759Z 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:12:24.8227968Z 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:12:24.8228211Z 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:12:24.8228423Z 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:12:24.8228640Z 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:12:24.8228886Z 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:12:24.8229087Z 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:12:24.8229299Z 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:12:24.8229508Z 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:12:24.8229709Z 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:12:24.8229907Z 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:12:24.8230117Z 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:12:24.8230328Z 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:12:24.8230538Z 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:12:24.8230755Z 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:12:24.8230970Z 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:12:24.8231185Z 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:12:24.8231398Z 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:12:24.8231592Z 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:12:24.8231801Z 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:12:24.8232011Z 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:12:24.8232220Z 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:12:24.8232429Z 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:12:24.8232638Z 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:12:24.8232852Z 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:12:24.8233094Z 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:12:24.8233307Z 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:12:24.8233518Z 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:12:24.8233758Z 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:12:24.8233954Z 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:12:24.8234163Z 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:12:24.8234367Z 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:12:24.8234571Z 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:12:24.8234785Z 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:12:24.8235003Z 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:12:24.8235217Z 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:12:24.8235432Z 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:12:24.8235641Z 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:12:24.8235845Z 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:12:24.8236048Z 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:12:24.8236232Z 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:12:24.8236437Z 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:12:24.8236648Z 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:12:24.8236852Z 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:12:24.8237065Z 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:12:24.8237283Z 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:12:24.8237497Z 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:12:24.8237739Z 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:12:24.8237947Z 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:12:24.8238156Z 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:12:24.8238391Z 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:12:24.8238606Z 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:12:24.8238801Z 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:12:24.8239021Z 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:12:24.8239235Z 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:12:24.8239455Z 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:12:24.8239676Z 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:12:24.8239896Z 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:12:24.8240111Z 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:12:24.8240329Z 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:12:24.8240549Z 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:12:24.8240769Z 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:12:24.8240982Z 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:12:24.8241179Z 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:12:24.8241393Z 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:12:24.8241602Z 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:12:24.8241811Z 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:12:24.8242027Z 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:12:24.8242235Z 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:12:24.8242445Z 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:12:24.8242683Z 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:12:24.8242892Z 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:12:24.8243098Z 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:12:24.8243338Z 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:12:24.8243547Z 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:12:24.8243752Z 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:12:24.8243964Z 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:12:24.8244172Z 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:12:24.8244376Z 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:12:24.8244583Z 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:12:24.8244793Z 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:12:24.8244998Z 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:12:24.8245212Z 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:12:24.8245426Z 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:12:24.8245633Z 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:12:24.8245844Z 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:12:24.8246042Z 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:12:24.8246248Z 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:12:24.8246457Z 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:12:24.8246668Z 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:12:24.8246877Z 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:12:24.8247094Z 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:12:24.8247347Z 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:12:24.8247634Z 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:12:24.8247851Z 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:12:24.8248093Z 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:12:24.8248300Z 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:12:24.8248516Z 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:12:24.8248716Z 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:12:24.8248927Z 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:12:24.8249138Z 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:12:24.8249358Z 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:12:24.8249575Z 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:12:24.8249786Z 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:12:24.8250001Z 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:12:24.8250213Z 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:12:24.8250417Z 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:12:24.8250627Z 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:12:24.8250834Z 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:12:24.8251031Z 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:12:24.8251241Z 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:12:24.8251460Z 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:12:24.8251677Z 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:12:24.8251888Z 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:12:24.8252098Z 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:12:24.8252353Z 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:12:24.8252562Z 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:12:24.8252765Z 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:12:24.8252999Z 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:12:24.8253209Z 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:12:24.8253412Z 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:12:24.8253613Z 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:12:24.8253825Z 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:12:24.8254032Z 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:12:24.8254243Z 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:12:24.8254452Z 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:12:24.8254664Z 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:12:24.8254869Z 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:12:24.8255079Z 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:12:24.8255291Z 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:12:24.8255496Z 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:12:24.8255705Z 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:12:24.8255895Z 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:12:24.8256093Z 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:12:24.8256297Z 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:12:24.8256507Z 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:12:24.8256712Z 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:12:24.8256923Z 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:12:24.8257162Z 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:12:24.8257372Z 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:12:24.8257580Z 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:12:24.8257809Z 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:12:24.8258022Z 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:12:24.8258220Z 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:12:24.8258387Z test_nnc_correctness_fill_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T10:12:24.8258548Z test_nnc_correctness_fill_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T10:12:24.8258713Z test_nnc_correctness_fill_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T10:12:24.8258880Z test_nnc_correctness_fill_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T10:12:24.8259040Z test_nnc_correctness_fill_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T10:12:24.8259204Z test_nnc_correctness_fill_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T10:12:24.8259496Z test_nnc_correctness_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T10:12:24.8259658Z test_nnc_correctness_fill_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T10:12:24.8259804Z test_nnc_correctness_fill_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T10:12:24.8259964Z test_nnc_correctness_fill_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T10:12:24.8260123Z test_nnc_correctness_fill_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T10:12:24.8260283Z test_nnc_correctness_fill_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T10:12:24.8260441Z test_nnc_correctness_fill_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T10:12:24.8260661Z 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:12:24.8260878Z 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:12:24.8261100Z 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:12:24.8261324Z 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:12:24.8261541Z 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:12:24.8261742Z 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:12:24.8261955Z 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:12:24.8262353Z 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:12:24.8262569Z 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:12:24.8262774Z 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:12:24.8263029Z 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:12:24.8263240Z 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:12:24.8263451Z 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:12:24.8263663Z 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:12:24.8263871Z 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:12:24.8264087Z 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:12:24.8264289Z 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:12:24.8264501Z 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:12:24.8264704Z 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:12:24.8264917Z 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:12:24.8265128Z 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:12:24.8265338Z 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:12:24.8265546Z 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:12:24.8265753Z 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:12:24.8265961Z 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:12:24.8266176Z 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:12:24.8266392Z 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:12:24.8266594Z 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:12:24.8266812Z 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:12:24.8267023Z 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:12:24.8267272Z 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:12:24.8267480Z 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:12:24.8267693Z 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:12:24.8267925Z 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:12:24.8268134Z 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:12:24.8268339Z 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:12:24.8268550Z 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:12:24.8268761Z 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:12:24.8268955Z 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:12:24.8269172Z 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:12:24.8269390Z 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:12:24.8269599Z 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:12:24.8269806Z 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:12:24.8270012Z 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:12:24.8270219Z 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:12:24.8270480Z 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:12:24.8270717Z 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:12:24.8270922Z 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:12:24.8271120Z 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:12:24.8271332Z 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:12:24.8271528Z 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:12:24.8271745Z 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:12:24.8271961Z 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:12:24.8272212Z 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:12:24.8272425Z 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:12:24.8272632Z 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:12:24.8272860Z 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:12:24.8273072Z 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:12:24.8273274Z 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:12:24.8273475Z 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:12:24.8273680Z 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:12:24.8273878Z 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:12:24.8274101Z 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:12:24.8274316Z 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:12:24.8274539Z 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:12:24.8274769Z 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:12:24.8274986Z 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:12:24.8275200Z 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:12:24.8275418Z 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:12:24.8275631Z 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:12:24.8275842Z 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:12:24.8276058Z 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:12:24.8276257Z 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:12:24.8276472Z 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:12:24.8276684Z 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:12:24.8276893Z 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:12:24.8277128Z 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:12:24.8277336Z 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:12:24.8277540Z 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:12:24.8277772Z 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:12:24.8277981Z 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:12:24.8278190Z 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:12:24.8278411Z 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:12:24.8278629Z 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:12:24.8278836Z 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:12:24.8279057Z 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:12:24.8279271Z 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:12:24.8279482Z 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:12:24.8279694Z 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:12:24.8279912Z 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:12:24.8280134Z 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:12:24.8280435Z 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:12:24.8280647Z 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:12:24.8280863Z 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:12:24.8281075Z 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:12:24.8281262Z 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:12:24.8281475Z 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:12:24.8281687Z 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:12:24.8281897Z 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:12:24.8282140Z 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:12:24.8282348Z 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:12:24.8282561Z 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:12:24.8282798Z 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:12:24.8283009Z 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:12:24.8283214Z 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:12:24.8283414Z 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:12:24.8283604Z 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:12:24.8283807Z 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:12:24.8284013Z 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:12:24.8284219Z 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:12:24.8284425Z 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:12:24.8284637Z 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:12:24.8284846Z 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:12:24.8285054Z 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:12:24.8285258Z 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:12:24.8285468Z 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:12:24.8285678Z 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:12:24.8285868Z 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:12:24.8286071Z 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:12:24.8286277Z 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:12:24.8286485Z 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:12:24.8286692Z 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:12:24.8286943Z 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:12:24.8287146Z 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:12:24.8287358Z 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:12:24.8287668Z 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:12:24.8287880Z 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:12:24.8288084Z 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:12:24.8288287Z 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:12:24.8288504Z 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:12:24.8288726Z 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:12:24.8288947Z 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:12:24.8289160Z 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:12:24.8289369Z 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:12:24.8289582Z 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:12:24.8289789Z 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:12:24.8289996Z 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:12:24.8290206Z 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:12:24.8290412Z 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:12:24.8290617Z 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:12:24.8290816Z 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:12:24.8291029Z 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:12:24.8291246Z 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:12:24.8291463Z 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:12:24.8291667Z 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:12:24.8291913Z 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:12:24.8292116Z 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:12:24.8292325Z 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:12:24.8292560Z 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:12:24.8292772Z 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:12:24.8292980Z 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:12:24.8293177Z 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:12:24.8293382Z 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:12:24.8293585Z 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:12:24.8293794Z 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:12:24.8294001Z 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:12:24.8294209Z 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:12:24.8294414Z 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:12:24.8294618Z 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:12:24.8294823Z 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:12:24.8295030Z 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:12:24.8295235Z 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:12:24.8295428Z 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:12:24.8295635Z 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:12:24.8295835Z 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:12:24.8296039Z 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:12:24.8296238Z 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:12:24.8296453Z 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:12:24.8296739Z 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:12:24.8296949Z 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:12:24.8297153Z 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:12:24.8297349Z test_nnc_correctness_gradient_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8297509Z test_nnc_correctness_gradient_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8297677Z test_nnc_correctness_gradient_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8297843Z test_nnc_correctness_gradient_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8298006Z test_nnc_correctness_gradient_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8298165Z test_nnc_correctness_gradient_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8298327Z test_nnc_correctness_gradient_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8298487Z test_nnc_correctness_gradient_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8298654Z test_nnc_correctness_gradient_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8298816Z test_nnc_correctness_gradient_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8299014Z 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:12:24.8299218Z 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:12:24.8299426Z 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:12:24.8299633Z 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:12:24.8299839Z 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:12:24.8300046Z 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:12:24.8300249Z 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:12:24.8300455Z 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:12:24.8300660Z 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:12:24.8300865Z 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:12:24.8301078Z 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:12:24.8301272Z 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:12:24.8301486Z 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:12:24.8301726Z 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:12:24.8301937Z 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:12:24.8302139Z 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:12:24.8302576Z 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:12:24.8302785Z 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:12:24.8302991Z 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:12:24.8303198Z 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:12:24.8303400Z 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:12:24.8303602Z 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:12:24.8303811Z 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:12:24.8304029Z 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:12:24.8304245Z 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:12:24.8304455Z 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:12:24.8304668Z 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:12:24.8304882Z 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:12:24.8305095Z 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:12:24.8305306Z 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:12:24.8305518Z 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:12:24.8305725Z 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:12:24.8305932Z 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:12:24.8306142Z 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:12:24.8306333Z 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:12:24.8306549Z 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:12:24.8306795Z 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:12:24.8307013Z 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:12:24.8307232Z 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:12:24.8307472Z 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:12:24.8307682Z 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:12:24.8307895Z 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:12:24.8308111Z 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:12:24.8308326Z 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:12:24.8308540Z 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:12:24.8308734Z 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:12:24.8308937Z 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:12:24.8309147Z 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:12:24.8309350Z 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:12:24.8309550Z 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:12:24.8309754Z 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:12:24.8309955Z 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:12:24.8310167Z 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:12:24.8310372Z 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:12:24.8310586Z 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:12:24.8310794Z 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:12:24.8310998Z 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:12:24.8311209Z 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:12:24.8311418Z 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:12:24.8311652Z 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:12:24.8311858Z 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:12:24.8312060Z 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:12:24.8312293Z 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:12:24.8312497Z 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:12:24.8312699Z 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:12:24.8312909Z 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:12:24.8313119Z 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:12:24.8313322Z 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:12:24.8313520Z 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:12:24.8313721Z 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:12:24.8313927Z 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:12:24.8314130Z 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:12:24.8314331Z 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:12:24.8314535Z 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:12:24.8314738Z 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:12:24.8314937Z 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:12:24.8315138Z 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:12:24.8315349Z 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:12:24.8315555Z 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:12:24.8315749Z 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:12:24.8315949Z 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:12:24.8316162Z 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:12:24.8316405Z 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:12:24.8316617Z 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:12:24.8316829Z 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:12:24.8317064Z 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:12:24.8317277Z 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:12:24.8317483Z 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:12:24.8317699Z 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:12:24.8317905Z 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:12:24.8318109Z 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:12:24.8318327Z 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:12:24.8318544Z 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:12:24.8318763Z 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:12:24.8318976Z 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:12:24.8319183Z 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:12:24.8319393Z 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:12:24.8319602Z 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:12:24.8319804Z 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:12:24.8320017Z 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:12:24.8320229Z 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:12:24.8320433Z 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:12:24.8320644Z 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:12:24.8320860Z 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:12:24.8321077Z 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:12:24.8321335Z 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:12:24.8321546Z 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:12:24.8321750Z 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:12:24.8321993Z 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:12:24.8322207Z 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:12:24.8322412Z 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:12:24.8322621Z 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:12:24.8322833Z 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:12:24.8323037Z 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:12:24.8323247Z 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:12:24.8323461Z 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:12:24.8323677Z 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:12:24.8323888Z 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:12:24.8324097Z 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:12:24.8324304Z 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:12:24.8324513Z 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:12:24.8324720Z 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:12:24.8324926Z 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:12:24.8325131Z 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:12:24.8325330Z 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:12:24.8325544Z 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:12:24.8325754Z 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:12:24.8326005Z 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:12:24.8326223Z 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:12:24.8326442Z 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:12:24.8326683Z 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:12:24.8326891Z 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:12:24.8327104Z 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:12:24.8327316Z 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:12:24.8327588Z 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:12:24.8327801Z 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:12:24.8328003Z 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:12:24.8328210Z 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:12:24.8328431Z 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:12:24.8328653Z 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:12:24.8328870Z 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:12:24.8329089Z 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:12:24.8329302Z 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:12:24.8329513Z 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:12:24.8329733Z 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:12:24.8329944Z 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:12:24.8330163Z 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:12:24.8330372Z 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:12:24.8330588Z 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:12:24.8330813Z 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:12:24.8331066Z 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:12:24.8331285Z 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:12:24.8331502Z 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:12:24.8331755Z 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:12:24.8331968Z 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:12:24.8332181Z 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:12:24.8332391Z 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:12:24.8332601Z 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:12:24.8332813Z 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:12:24.8333016Z 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:12:24.8333223Z 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:12:24.8333437Z 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:12:24.8333649Z 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:12:24.8333860Z 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:12:24.8334070Z 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:12:24.8334278Z 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:12:24.8334485Z 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:12:24.8334684Z 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:12:24.8334892Z 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:12:24.8335103Z 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:12:24.8335300Z 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:12:24.8335507Z 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:12:24.8335749Z 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:12:24.8335959Z 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:12:24.8336162Z 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:12:24.8336390Z 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:12:24.8336598Z 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:12:24.8336804Z 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:12:24.8337011Z 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:12:24.8337216Z 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:12:24.8337421Z 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:12:24.8337614Z 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:12:24.8337833Z 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:12:24.8338044Z 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:12:24.8338263Z 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:12:24.8338479Z 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:12:24.8338692Z 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:12:24.8338901Z 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:12:24.8339113Z 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:12:24.8339323Z 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:12:24.8339534Z 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:12:24.8339736Z 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:12:24.8339928Z 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:12:24.8340132Z 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:12:24.8340348Z 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:12:24.8340581Z 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:12:24.8340798Z 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:12:24.8341016Z 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:12:24.8341262Z 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:12:24.8341476Z 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:12:24.8341684Z 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:12:24.8341899Z 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:12:24.8342111Z 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:12:24.8342433Z 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:12:24.8342626Z 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:12:24.8342837Z 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:12:24.8343041Z 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:12:24.8343260Z 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:12:24.8343467Z 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:12:24.8343672Z 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:12:24.8343880Z 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:12:24.8344088Z 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:12:24.8344297Z 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:12:24.8344506Z 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:12:24.8344717Z 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:12:24.8344909Z 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:12:24.8345126Z 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:12:24.8345341Z 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:12:24.8345606Z 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:12:24.8345818Z 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:12:24.8346022Z 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:12:24.8346260Z 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:12:24.8346470Z 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:12:24.8346679Z 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:12:24.8346884Z 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:12:24.8347090Z 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:12:24.8347287Z 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:12:24.8347500Z 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:12:24.8347705Z 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:12:24.8347920Z 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:12:24.8348135Z 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:12:24.8348345Z 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:12:24.8348549Z 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:12:24.8348752Z 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:12:24.8348957Z 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:12:24.8349165Z 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:12:24.8349371Z 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:12:24.8349563Z 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:12:24.8349770Z 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:12:24.8349988Z 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:12:24.8350197Z 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:12:24.8350447Z 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:12:24.8350657Z 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:12:24.8350872Z 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:12:24.8351112Z 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:12:24.8351324Z 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:12:24.8351529Z 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:12:24.8351740Z 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:12:24.8351933Z 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:12:24.8352149Z 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:12:24.8352357Z 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:12:24.8352569Z 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:12:24.8352774Z 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:12:24.8352986Z 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:12:24.8353198Z 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:12:24.8353409Z 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:12:24.8353614Z 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:12:24.8353821Z 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:12:24.8354026Z 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:12:24.8354242Z 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:12:24.8354440Z 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:12:24.8354656Z 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:12:24.8354870Z 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:12:24.8355087Z 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:12:24.8355338Z 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:12:24.8355548Z 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:12:24.8355752Z 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:12:24.8355984Z 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:12:24.8356189Z 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:12:24.8356397Z 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:12:24.8356610Z 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:12:24.8356801Z 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:12:24.8357012Z 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:12:24.8357222Z 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:12:24.8357430Z 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:12:24.8357634Z 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:12:24.8357833Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:12:24.8358026Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:12:24.8358222Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:12:24.8358418Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:12:24.8358609Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:12:24.8358787Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:12:24.8358980Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:12:24.8359172Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:12:24.8359359Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:12:24.8359544Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:12:24.8359733Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:12:24.8359921Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:12:24.8360118Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:12:24.8360343Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:12:24.8360541Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:12:24.8360729Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:12:24.8360959Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:12:24.8361157Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:12:24.8361349Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:12:24.8361544Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:12:24.8361732Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:12:24.8361925Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:12:24.8362119Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:12:24.8362310Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:12:24.8362493Z test_nnc_correctness_jiterator_binary_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:12:24.8362678Z test_nnc_correctness_jiterator_binary_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:12:24.8362853Z test_nnc_correctness_jiterator_binary_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:12:24.8363038Z test_nnc_correctness_jiterator_binary_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:12:24.8363215Z test_nnc_correctness_jiterator_binary_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:12:24.8363397Z test_nnc_correctness_jiterator_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:12:24.8363572Z test_nnc_correctness_jiterator_binary_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:12:24.8363748Z test_nnc_correctness_jiterator_binary_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:12:24.8363924Z test_nnc_correctness_jiterator_binary_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:12:24.8364106Z test_nnc_correctness_jiterator_binary_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:12:24.8364280Z test_nnc_correctness_jiterator_binary_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:12:24.8364444Z test_nnc_correctness_jiterator_binary_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:12:24.8364642Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:12:24.8364835Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:12:24.8365032Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:12:24.8365259Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:12:24.8365455Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:12:24.8365648Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:12:24.8365837Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:12:24.8366053Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:12:24.8366245Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:12:24.8366420Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:12:24.8366609Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:12:24.8366799Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:12:24.8366979Z test_nnc_correctness_jiterator_unary_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:12:24.8367158Z test_nnc_correctness_jiterator_unary_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:12:24.8367340Z test_nnc_correctness_jiterator_unary_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:12:24.8367600Z test_nnc_correctness_jiterator_unary_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:12:24.8367788Z test_nnc_correctness_jiterator_unary_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:12:24.8367969Z test_nnc_correctness_jiterator_unary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:12:24.8368146Z test_nnc_correctness_jiterator_unary_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:12:24.8368308Z test_nnc_correctness_jiterator_unary_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:12:24.8368487Z test_nnc_correctness_jiterator_unary_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:12:24.8368663Z test_nnc_correctness_jiterator_unary_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:12:24.8368841Z test_nnc_correctness_jiterator_unary_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:12:24.8369015Z test_nnc_correctness_jiterator_unary_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:12:24.8369235Z 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:12:24.8369446Z 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:12:24.8369660Z 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:12:24.8369879Z 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:12:24.8370089Z 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:12:24.8370281Z 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:12:24.8370516Z 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:12:24.8370722Z 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:12:24.8370927Z 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:12:24.8371190Z 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:12:24.8371399Z 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:12:24.8371607Z 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:12:24.8371826Z 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:12:24.8372039Z 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:12:24.8372257Z 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:12:24.8372465Z 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:12:24.8372662Z 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:12:24.8372866Z 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:12:24.8373077Z 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:12:24.8373281Z 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:12:24.8373489Z 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:12:24.8373696Z 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:12:24.8373902Z 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:12:24.8374112Z 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:12:24.8374317Z 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:12:24.8374528Z 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:12:24.8374738Z 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:12:24.8374942Z 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:12:24.8375161Z 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:12:24.8375399Z 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:12:24.8375603Z 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:12:24.8375804Z 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:12:24.8376038Z 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:12:24.8376242Z 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:12:24.8376442Z 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:12:24.8376646Z 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:12:24.8376856Z 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:12:24.8377061Z 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:12:24.8377259Z 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:12:24.8377467Z 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:12:24.8377674Z 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:12:24.8377880Z 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:12:24.8378084Z 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:12:24.8378290Z 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:12:24.8378493Z 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:12:24.8378697Z 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:12:24.8378899Z 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:12:24.8379112Z 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:12:24.8379327Z 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:12:24.8379528Z 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:12:24.8379735Z 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:12:24.8379935Z 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:12:24.8380177Z 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:12:24.8380386Z 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:12:24.8380595Z 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:12:24.8380823Z 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:12:24.8381035Z 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:12:24.8381238Z 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:12:24.8381441Z 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:12:24.8381650Z 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:12:24.8381861Z 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:12:24.8382078Z 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:12:24.8382495Z 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:12:24.8382726Z 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:12:24.8382946Z 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:12:24.8383180Z 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:12:24.8383413Z 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:12:24.8383636Z 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:12:24.8383864Z 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:12:24.8384088Z 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:12:24.8384311Z 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:12:24.8384532Z 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:12:24.8384751Z 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:12:24.8384956Z 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:12:24.8385234Z 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:12:24.8385455Z 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:12:24.8385668Z 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:12:24.8385921Z 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:12:24.8386141Z 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:12:24.8386356Z 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:12:24.8386575Z 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:12:24.8386792Z 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:12:24.8387008Z 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:12:24.8387234Z 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:12:24.8387438Z 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:12:24.8387652Z 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:12:24.8387866Z 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:12:24.8388095Z 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:12:24.8388324Z 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:12:24.8388549Z 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:12:24.8388773Z 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:12:24.8388996Z 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:12:24.8389215Z 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:12:24.8389436Z 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:12:24.8389652Z 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:12:24.8389878Z 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:12:24.8390140Z 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:12:24.8390359Z 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:12:24.8390573Z 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:12:24.8390827Z 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:12:24.8391052Z 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:12:24.8391271Z 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:12:24.8391493Z 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:12:24.8391716Z 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:12:24.8391942Z 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:12:24.8392165Z 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:12:24.8392387Z 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:12:24.8392630Z 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:12:24.8392857Z 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:12:24.8393091Z 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:12:24.8393331Z 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:12:24.8393551Z 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:12:24.8393774Z 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:12:24.8393989Z 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:12:24.8394198Z 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:12:24.8394423Z 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:12:24.8394647Z 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:12:24.8394866Z 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:12:24.8395110Z 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:12:24.8395339Z 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:12:24.8395552Z 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:12:24.8395800Z 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:12:24.8396024Z 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:12:24.8396256Z 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:12:24.8396484Z 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:12:24.8396709Z 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:12:24.8396934Z 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:12:24.8397160Z 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:12:24.8397383Z 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:12:24.8397607Z 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:12:24.8397830Z 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:12:24.8398051Z 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:12:24.8398258Z 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:12:24.8398477Z 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:12:24.8398697Z 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:12:24.8398933Z 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:12:24.8399170Z 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:12:24.8399404Z 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:12:24.8399629Z 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:12:24.8399876Z 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:12:24.8400098Z 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:12:24.8400313Z 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:12:24.8400563Z 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:12:24.8400790Z 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:12:24.8400999Z 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:12:24.8401223Z 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:12:24.8401443Z 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:12:24.8401668Z 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:12:24.8401898Z 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:12:24.8402120Z 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:12:24.8402350Z 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:12:24.8402572Z 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:12:24.8402796Z 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:12:24.8403016Z 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:12:24.8403235Z 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:12:24.8403463Z 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:12:24.8403677Z 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:12:24.8403900Z 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:12:24.8404123Z 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:12:24.8404345Z 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:12:24.8404567Z 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:12:24.8404830Z 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:12:24.8405059Z 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:12:24.8405284Z 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:12:24.8405531Z 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:12:24.8405760Z 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:12:24.8405989Z 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:12:24.8406208Z 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:12:24.8406416Z 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:12:24.8406656Z 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:12:24.8406893Z 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:12:24.8407129Z 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:12:24.8407369Z 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:12:24.8407672Z 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:12:24.8407902Z 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:12:24.8408126Z 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:12:24.8408349Z 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:12:24.8408572Z 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:12:24.8408790Z 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:12:24.8409011Z 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:12:24.8409173Z test_nnc_correctness_linalg_multi_dot_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8409392Z 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:12:24.8409648Z 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:12:24.8409869Z 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:12:24.8410090Z 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:12:24.8410361Z 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:12:24.8410583Z 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:12:24.8410798Z 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:12:24.8411018Z 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:12:24.8411257Z 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:12:24.8411502Z 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:12:24.8411744Z 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:12:24.8411969Z 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:12:24.8412209Z 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:12:24.8412447Z 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:12:24.8412666Z 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:12:24.8412888Z 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:12:24.8413102Z 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:12:24.8413320Z 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:12:24.8413553Z 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:12:24.8413783Z 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:12:24.8414010Z 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:12:24.8414232Z 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:12:24.8414459Z 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:12:24.8414708Z 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:12:24.8414934Z 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:12:24.8415183Z 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:12:24.8415402Z 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:12:24.8415618Z 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:12:24.8415836Z 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:12:24.8416049Z 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:12:24.8416274Z 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:12:24.8416498Z 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:12:24.8416719Z 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:12:24.8416940Z 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:12:24.8417162Z 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:12:24.8417364Z 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:12:24.8417583Z 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:12:24.8417799Z 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:12:24.8418021Z 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:12:24.8418247Z 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:12:24.8418469Z 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:12:24.8418687Z 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:12:24.8418921Z 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:12:24.8419152Z 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:12:24.8419411Z 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:12:24.8419643Z 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:12:24.8419866Z 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:12:24.8420098Z 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:12:24.8420314Z 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:12:24.8420520Z 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:12:24.8420747Z 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:12:24.8420969Z 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:12:24.8421189Z 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:12:24.8421405Z 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:12:24.8421627Z 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:12:24.8421855Z 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:12:24.8422076Z 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:12:24.8422418Z 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:12:24.8422650Z 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:12:24.8422863Z 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:12:24.8423089Z 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:12:24.8423313Z 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:12:24.8423537Z 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:12:24.8423765Z 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:12:24.8423987Z 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:12:24.8424206Z 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:12:24.8424485Z 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:12:24.8424706Z 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:12:24.8424926Z 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:12:24.8425175Z 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:12:24.8425391Z 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:12:24.8425599Z 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:12:24.8425822Z 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:12:24.8426046Z 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:12:24.8426268Z 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:12:24.8426489Z 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:12:24.8426718Z 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:12:24.8426950Z 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:12:24.8427176Z 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:12:24.8427397Z 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:12:24.8427619Z 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:12:24.8427846Z 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:12:24.8428062Z 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:12:24.8428269Z 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:12:24.8428486Z 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:12:24.8428702Z 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:12:24.8428915Z 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:12:24.8429127Z 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:12:24.8429364Z 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:12:24.8429566Z 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:12:24.8429767Z 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:12:24.8429999Z 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:12:24.8430211Z 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:12:24.8430418Z 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:12:24.8430613Z 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:12:24.8430827Z 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:12:24.8431037Z 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:12:24.8431249Z 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:12:24.8431452Z 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:12:24.8431659Z 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:12:24.8431867Z 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:12:24.8432066Z 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:12:24.8432271Z 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:12:24.8432480Z 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:12:24.8432691Z 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:12:24.8432888Z 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:12:24.8433097Z 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:12:24.8433303Z 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:12:24.8433509Z 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:12:24.8433707Z 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:12:24.8433903Z 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:12:24.8434137Z 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:12:24.8434345Z 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:12:24.8434552Z 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:12:24.8434783Z 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:12:24.8434996Z 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:12:24.8435205Z 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:12:24.8435402Z 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:12:24.8435605Z 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:12:24.8435808Z 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:12:24.8436019Z 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:12:24.8436220Z 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:12:24.8436427Z 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:12:24.8436629Z 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:12:24.8436835Z 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:12:24.8437040Z 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:12:24.8437254Z 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:12:24.8437463Z 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:12:24.8437660Z 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:12:24.8437861Z 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:12:24.8438064Z 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:12:24.8438271Z 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:12:24.8438473Z 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:12:24.8438676Z 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:12:24.8438913Z 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:12:24.8439131Z 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:12:24.8439349Z 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:12:24.8439596Z 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:12:24.8439824Z 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:12:24.8440031Z 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:12:24.8440260Z 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:12:24.8440485Z 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:12:24.8440712Z 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:12:24.8440935Z 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:12:24.8441155Z 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:12:24.8441378Z 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:12:24.8441594Z 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:12:24.8441812Z 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:12:24.8442032Z 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:12:24.8442254Z 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:12:24.8442474Z 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:12:24.8442683Z 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:12:24.8442902Z 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:12:24.8443118Z 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:12:24.8443331Z 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:12:24.8443550Z 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:12:24.8443797Z 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:12:24.8444019Z 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:12:24.8444240Z 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:12:24.8444485Z 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:12:24.8444701Z 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:12:24.8444919Z 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:12:24.8445119Z 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:12:24.8445330Z 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:12:24.8445548Z 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:12:24.8445764Z 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:12:24.8445983Z 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:12:24.8446204Z 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:12:24.8446420Z 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:12:24.8446634Z 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:12:24.8446851Z 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:12:24.8447063Z 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:12:24.8447268Z 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:12:24.8447569Z 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:12:24.8447772Z 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:12:24.8447985Z 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:12:24.8448207Z 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:12:24.8448421Z 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:12:24.8448714Z 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:12:24.8448933Z 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:12:24.8449145Z 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:12:24.8449385Z 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:12:24.8449602Z 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:12:24.8449816Z 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:12:24.8450026Z 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:12:24.8450227Z 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:12:24.8450443Z 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:12:24.8450660Z 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:12:24.8450875Z 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:12:24.8451089Z 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:12:24.8451313Z 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:12:24.8451534Z 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:12:24.8451751Z 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:12:24.8451968Z 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:12:24.8452183Z 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:12:24.8452398Z 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:12:24.8452605Z 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:12:24.8452804Z 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:12:24.8453018Z 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:12:24.8453232Z 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:12:24.8453451Z 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:12:24.8453690Z 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:12:24.8453909Z 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:12:24.8454128Z 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:12:24.8454370Z 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:12:24.8454592Z 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:12:24.8454811Z 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:12:24.8455024Z 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:12:24.8455219Z 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:12:24.8455433Z 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:12:24.8455644Z 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:12:24.8455858Z 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:12:24.8456071Z 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:12:24.8456277Z 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:12:24.8456487Z 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:12:24.8456698Z 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:12:24.8456907Z 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:12:24.8457110Z 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:12:24.8457312Z 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:12:24.8457507Z 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:12:24.8457713Z 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:12:24.8457930Z 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:12:24.8458149Z 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:12:24.8458366Z 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:12:24.8458619Z 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:12:24.8458831Z 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:12:24.8459041Z 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:12:24.8459273Z 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:12:24.8459475Z 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:12:24.8459687Z 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:12:24.8459900Z 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:12:24.8460103Z 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:12:24.8460311Z 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:12:24.8460522Z 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:12:24.8460731Z 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:12:24.8460949Z 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:12:24.8461160Z 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:12:24.8461366Z 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:12:24.8461581Z test_nnc_correctness_logsumexp_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.8461794Z test_nnc_correctness_logsumexp_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.8462004Z test_nnc_correctness_long_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.8462321Z test_nnc_correctness_long_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.8462522Z test_nnc_correctness_long_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.8462734Z test_nnc_correctness_long_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.8462947Z test_nnc_correctness_long_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.8463157Z test_nnc_correctness_long_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.8463409Z test_nnc_correctness_long_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.8463610Z test_nnc_correctness_long_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.8463818Z test_nnc_correctness_long_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.8464057Z test_nnc_correctness_long_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.8464265Z test_nnc_correctness_long_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.8464472Z test_nnc_correctness_long_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.8464680Z test_nnc_correctness_long_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.8464874Z test_nnc_correctness_lt_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.8465081Z test_nnc_correctness_lt_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.8465291Z test_nnc_correctness_lt_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.8465493Z test_nnc_correctness_lt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.8465700Z test_nnc_correctness_lt_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.8465907Z test_nnc_correctness_lt_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.8466112Z test_nnc_correctness_lt_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.8466316Z test_nnc_correctness_lt_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.8466523Z test_nnc_correctness_lt_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.8466728Z test_nnc_correctness_lt_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.8466939Z test_nnc_correctness_lu_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.8467138Z test_nnc_correctness_lu_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.8467343Z test_nnc_correctness_lu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.8467549Z test_nnc_correctness_lu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.8467769Z test_nnc_correctness_lu_solve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.8467984Z test_nnc_correctness_lu_solve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.8468197Z test_nnc_correctness_lu_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.8468439Z test_nnc_correctness_lu_solve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.8468658Z test_nnc_correctness_lu_unpack_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.8468877Z test_nnc_correctness_lu_unpack_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.8469121Z test_nnc_correctness_lu_unpack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.8469330Z test_nnc_correctness_lu_unpack_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.8469542Z test_nnc_correctness_mH_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.8469734Z test_nnc_correctness_mH_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.8469943Z test_nnc_correctness_mH_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.8470157Z 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:12:24.8470361Z 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:12:24.8470564Z 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:12:24.8470769Z 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:12:24.8470972Z 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:12:24.8471173Z 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:12:24.8471378Z 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:12:24.8471585Z 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:12:24.8471786Z 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:12:24.8471976Z 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:12:24.8472185Z 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:12:24.8472389Z 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:12:24.8472601Z 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:12:24.8472808Z 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:12:24.8473011Z 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:12:24.8473248Z 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:12:24.8473454Z 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:12:24.8473657Z 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:12:24.8473887Z 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:12:24.8474091Z 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:12:24.8474282Z 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:12:24.8474486Z 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:12:24.8474685Z 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:12:24.8474903Z 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:12:24.8475120Z 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:12:24.8475335Z 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:12:24.8475549Z 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:12:24.8475765Z 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:12:24.8475977Z 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:12:24.8476193Z 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:12:24.8476406Z 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:12:24.8476607Z 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:12:24.8476830Z 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:12:24.8477045Z 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:12:24.8477258Z 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:12:24.8477471Z 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:12:24.8477687Z 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:12:24.8477898Z 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:12:24.8478145Z 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:12:24.8478356Z 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:12:24.8478571Z 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:12:24.8478819Z 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:12:24.8479025Z 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:12:24.8479244Z 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:12:24.8479459Z 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:12:24.8479676Z 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:12:24.8479895Z 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:12:24.8480106Z 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:12:24.8480320Z 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:12:24.8480535Z 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:12:24.8480754Z 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:12:24.8480971Z 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:12:24.8481188Z 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:12:24.8481401Z 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:12:24.8481604Z 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:12:24.8481816Z 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:12:24.8482026Z 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:12:24.8482241Z 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:12:24.8482455Z 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:12:24.8482678Z 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:12:24.8482938Z 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:12:24.8483163Z 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:12:24.8483385Z 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:12:24.8483627Z 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:12:24.8483844Z 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:12:24.8484063Z 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:12:24.8484267Z 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:12:24.8484483Z 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:12:24.8484697Z 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:12:24.8484916Z 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:12:24.8485135Z 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:12:24.8485359Z 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:12:24.8485576Z 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:12:24.8485793Z 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:12:24.8486010Z 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:12:24.8486224Z 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:12:24.8486438Z 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:12:24.8486638Z 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:12:24.8486849Z 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:12:24.8487066Z 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:12:24.8487277Z 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:12:24.8487560Z 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:12:24.8487816Z 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:12:24.8488033Z 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:12:24.8488248Z 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:12:24.8488491Z 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:12:24.8488705Z 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:12:24.8488922Z 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:12:24.8489141Z 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:12:24.8489341Z 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:12:24.8489553Z 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:12:24.8489769Z 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:12:24.8489994Z 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:12:24.8490221Z 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:12:24.8490443Z 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:12:24.8490669Z 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:12:24.8490898Z 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:12:24.8491123Z 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:12:24.8491346Z 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:12:24.8491566Z 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:12:24.8491784Z 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:12:24.8491991Z 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:12:24.8492209Z 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:12:24.8492429Z 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:12:24.8492695Z 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:12:24.8492914Z 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:12:24.8493132Z 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:12:24.8493374Z 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:12:24.8493594Z 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:12:24.8493818Z 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:12:24.8494034Z 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:12:24.8494250Z 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:12:24.8494455Z 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:12:24.8494668Z 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:12:24.8494877Z 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:12:24.8495093Z 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:12:24.8495308Z 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:12:24.8495521Z 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:12:24.8495744Z 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:12:24.8495962Z 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:12:24.8496181Z 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:12:24.8496399Z 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:12:24.8496614Z 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:12:24.8496831Z 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:12:24.8497033Z 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:12:24.8497258Z 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:12:24.8497512Z 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:12:24.8497734Z 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:12:24.8497957Z 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:12:24.8498203Z 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:12:24.8498425Z 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:12:24.8498644Z 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:12:24.8498861Z 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:12:24.8499079Z 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:12:24.8499297Z 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:12:24.8499511Z 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:12:24.8499714Z 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:12:24.8499928Z 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:12:24.8500134Z 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:12:24.8500345Z 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:12:24.8500561Z 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:12:24.8500780Z 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:12:24.8500999Z 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:12:24.8501227Z 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:12:24.8501451Z 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:12:24.8501671Z 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:12:24.8501889Z 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:12:24.8502095Z 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:12:24.8502450Z 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:12:24.8502673Z 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:12:24.8502891Z 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:12:24.8503151Z 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:12:24.8503366Z 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:12:24.8503587Z 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:12:24.8503809Z 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:12:24.8504032Z 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:12:24.8504252Z 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:12:24.8504475Z 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:12:24.8504694Z 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:12:24.8504902Z 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:12:24.8505119Z 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:12:24.8505334Z 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:12:24.8505551Z 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:12:24.8505767Z 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:12:24.8505982Z 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:12:24.8506207Z 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:12:24.8506426Z 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:12:24.8506643Z 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:12:24.8506865Z 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:12:24.8507076Z 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:12:24.8507322Z 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:12:24.8507524Z 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:12:24.8507746Z 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:12:24.8507990Z 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:12:24.8508204Z 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:12:24.8508420Z 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:12:24.8508637Z 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:12:24.8508844Z 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:12:24.8509054Z 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:12:24.8509269Z 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:12:24.8509483Z 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:12:24.8509703Z 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:12:24.8509901Z 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:12:24.8510122Z 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:12:24.8510342Z 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:12:24.8510556Z 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:12:24.8510763Z 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:12:24.8510977Z 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:12:24.8511191Z 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:12:24.8511400Z 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:12:24.8511611Z 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:12:24.8511823Z 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:12:24.8512033Z 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:12:24.8512280Z 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:12:24.8512487Z 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:12:24.8512706Z 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:12:24.8512948Z 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:12:24.8513164Z 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:12:24.8513373Z 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:12:24.8513583Z 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:12:24.8513795Z 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:12:24.8514009Z 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:12:24.8514222Z 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:12:24.8514435Z 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:12:24.8514650Z 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:12:24.8514854Z 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:12:24.8515066Z 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:12:24.8515277Z 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:12:24.8515481Z 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:12:24.8515688Z 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:12:24.8515891Z 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:12:24.8516057Z test_nnc_correctness_matmul_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8516266Z 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:12:24.8516476Z 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:12:24.8516694Z 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:12:24.8516916Z 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:12:24.8517154Z 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:12:24.8517367Z 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:12:24.8517600Z 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:12:24.8517816Z 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:12:24.8518028Z 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:12:24.8518242Z 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:12:24.8518452Z 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:12:24.8518665Z 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:12:24.8518877Z 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:12:24.8519091Z 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:12:24.8519302Z 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:12:24.8519511Z 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:12:24.8519711Z 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:12:24.8519939Z 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:12:24.8520164Z 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:12:24.8520389Z 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:12:24.8520611Z 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:12:24.8520836Z 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:12:24.8521058Z 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:12:24.8521282Z 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:12:24.8521504Z 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:12:24.8521726Z 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:12:24.8521970Z 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:12:24.8522199Z 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:12:24.8522472Z 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:12:24.8522699Z 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:12:24.8522924Z 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:12:24.8523143Z 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:12:24.8523367Z 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:12:24.8523591Z 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:12:24.8523814Z 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:12:24.8524039Z 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:12:24.8524266Z 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:12:24.8524481Z 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:12:24.8524695Z 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:12:24.8524911Z 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:12:24.8525111Z 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:12:24.8525322Z 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:12:24.8525535Z 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:12:24.8525740Z 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:12:24.8525939Z 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:12:24.8526148Z 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:12:24.8526358Z 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:12:24.8526607Z 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:12:24.8526820Z 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:12:24.8527033Z 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:12:24.8527244Z 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:12:24.8527603Z 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:12:24.8527908Z 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:12:24.8528154Z 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:12:24.8528367Z 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:12:24.8528574Z 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:12:24.8528780Z 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:12:24.8528982Z 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:12:24.8529192Z 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:12:24.8529406Z 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:12:24.8529613Z 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:12:24.8529846Z 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:12:24.8530061Z 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:12:24.8530294Z 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:12:24.8530533Z 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:12:24.8530763Z 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:12:24.8530993Z 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:12:24.8531222Z 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:12:24.8531445Z 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:12:24.8531663Z 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:12:24.8531913Z 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:12:24.8532142Z 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:12:24.8532394Z 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:12:24.8532630Z 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:12:24.8532853Z 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:12:24.8533076Z 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:12:24.8533311Z 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:12:24.8533545Z 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:12:24.8533778Z 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:12:24.8534009Z 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:12:24.8534241Z 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:12:24.8534471Z 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:12:24.8534696Z 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:12:24.8534922Z 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:12:24.8535143Z 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:12:24.8535363Z 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:12:24.8535574Z 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:12:24.8535778Z 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:12:24.8535994Z 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:12:24.8536201Z 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:12:24.8536414Z 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:12:24.8536656Z 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:12:24.8536862Z 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:12:24.8537077Z 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:12:24.8537315Z 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:12:24.8537545Z 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:12:24.8537767Z 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:12:24.8537992Z 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:12:24.8538218Z 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:12:24.8538428Z 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:12:24.8538647Z 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:12:24.8538867Z 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:12:24.8539093Z 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:12:24.8539313Z 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:12:24.8539528Z 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:12:24.8539759Z 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:12:24.8539980Z 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:12:24.8540209Z 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:12:24.8540429Z 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:12:24.8540644Z 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:12:24.8540870Z 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:12:24.8541073Z 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:12:24.8541316Z 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:12:24.8541540Z 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:12:24.8541764Z 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:12:24.8542003Z 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:12:24.8542320Z 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:12:24.8542532Z 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:12:24.8542747Z 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:12:24.8542951Z 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:12:24.8543166Z 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:12:24.8543374Z 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:12:24.8543563Z 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:12:24.8543771Z 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:12:24.8543982Z 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:12:24.8544188Z 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:12:24.8544396Z 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:12:24.8544609Z 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:12:24.8544815Z 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:12:24.8545028Z 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:12:24.8545234Z 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:12:24.8545438Z 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:12:24.8545642Z 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:12:24.8545836Z 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:12:24.8546042Z 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:12:24.8546304Z 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:12:24.8546511Z 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:12:24.8546722Z 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:12:24.8546960Z 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:12:24.8547170Z 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:12:24.8547376Z 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:12:24.8547588Z 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:12:24.8547794Z 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:12:24.8547999Z 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:12:24.8548192Z 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:12:24.8548407Z 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:12:24.8548617Z 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:12:24.8548837Z 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:12:24.8549054Z 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:12:24.8549269Z 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:12:24.8549481Z 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:12:24.8549698Z 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:12:24.8549908Z 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:12:24.8550118Z 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:12:24.8550320Z 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:12:24.8550519Z 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:12:24.8550716Z 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:12:24.8550927Z 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:12:24.8551168Z 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:12:24.8551376Z 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:12:24.8551585Z 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:12:24.8551823Z 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:12:24.8552028Z 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:12:24.8552236Z 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:12:24.8552442Z 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:12:24.8552647Z 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:12:24.8552850Z 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:12:24.8553049Z 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:12:24.8553256Z 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:12:24.8553461Z 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:12:24.8553675Z 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:12:24.8553882Z 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:12:24.8554082Z 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:12:24.8554290Z 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:12:24.8554488Z 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:12:24.8554686Z 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:12:24.8554891Z 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:12:24.8555093Z 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:12:24.8555283Z 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:12:24.8555487Z 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:12:24.8555694Z 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:12:24.8555910Z 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:12:24.8556165Z 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:12:24.8556382Z 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:12:24.8556588Z 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:12:24.8556826Z 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:12:24.8557034Z 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:12:24.8557238Z 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:12:24.8557440Z 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:12:24.8557633Z 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:12:24.8557838Z 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:12:24.8558043Z 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:12:24.8558245Z 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:12:24.8558446Z 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:12:24.8558674Z 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:12:24.8558902Z 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:12:24.8559121Z 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:12:24.8559343Z 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:12:24.8559569Z 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:12:24.8559791Z 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:12:24.8560015Z 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:12:24.8560228Z 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:12:24.8560450Z 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:12:24.8560672Z 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:12:24.8560936Z 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:12:24.8561154Z 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:12:24.8561367Z 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:12:24.8561614Z 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:12:24.8561834Z 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:12:24.8562063Z 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:12:24.8562283Z 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:12:24.8562503Z 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:12:24.8562721Z 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:12:24.8562925Z 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:12:24.8563137Z 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:12:24.8563350Z 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:12:24.8563567Z 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:12:24.8563791Z 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:12:24.8564004Z 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:12:24.8564220Z 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:12:24.8564437Z 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:12:24.8564651Z 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:12:24.8564857Z 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:12:24.8565073Z 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:12:24.8565287Z 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:12:24.8565480Z 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:12:24.8565721Z 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:12:24.8565929Z 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:12:24.8566139Z 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:12:24.8566376Z 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:12:24.8566588Z 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:12:24.8566796Z 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:12:24.8567011Z 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:12:24.8567227Z 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:12:24.8567439Z 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:12:24.8567721Z 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:12:24.8567919Z 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:12:24.8568127Z 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:12:24.8568340Z 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:12:24.8568551Z 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:12:24.8568772Z 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:12:24.8568989Z 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:12:24.8569194Z 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:12:24.8569405Z 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:12:24.8569615Z 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:12:24.8569817Z 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:12:24.8570020Z 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:12:24.8570218Z 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:12:24.8570455Z 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:12:24.8570655Z 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:12:24.8570861Z 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:12:24.8571097Z 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:12:24.8571316Z 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:12:24.8571529Z 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:12:24.8571752Z 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:12:24.8571970Z 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:12:24.8572188Z 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:12:24.8572406Z 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:12:24.8572623Z 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:12:24.8572821Z 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:12:24.8573140Z 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:12:24.8573357Z 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:12:24.8573568Z 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:12:24.8573782Z 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:12:24.8573995Z 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:12:24.8574208Z 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:12:24.8574418Z 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:12:24.8574633Z 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:12:24.8574853Z 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:12:24.8575065Z 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:12:24.8575260Z 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:12:24.8575501Z 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:12:24.8575703Z 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:12:24.8575912Z 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:12:24.8576143Z 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:12:24.8576346Z 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:12:24.8576553Z 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:12:24.8576764Z 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:12:24.8576988Z 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:12:24.8577211Z 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:12:24.8577437Z 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:12:24.8577641Z 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:12:24.8577863Z 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:12:24.8578082Z 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:12:24.8578291Z 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:12:24.8578498Z 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:12:24.8578709Z 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:12:24.8578920Z 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:12:24.8579128Z 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:12:24.8579339Z 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:12:24.8579544Z 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:12:24.8579750Z 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:12:24.8579957Z 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:12:24.8580147Z 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:12:24.8580381Z 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:12:24.8580583Z 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:12:24.8580795Z 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:12:24.8581034Z 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:12:24.8581250Z 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:12:24.8581460Z 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:12:24.8581668Z 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:12:24.8581871Z 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:12:24.8582079Z 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:12:24.8582460Z 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:12:24.8582747Z 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:12:24.8582975Z 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:12:24.8583181Z 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:12:24.8583384Z 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:12:24.8583555Z test_nnc_correctness_new_empty_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8583809Z test_nnc_correctness_new_empty_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8584037Z test_nnc_correctness_new_empty_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8584209Z test_nnc_correctness_new_empty_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8584404Z test_nnc_correctness_new_empty_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8584609Z test_nnc_correctness_new_empty_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8584774Z test_nnc_correctness_new_empty_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8584942Z test_nnc_correctness_new_empty_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8585105Z test_nnc_correctness_new_empty_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8585266Z test_nnc_correctness_new_empty_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8585422Z test_nnc_correctness_new_empty_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8585581Z test_nnc_correctness_new_empty_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8585810Z test_nnc_correctness_new_empty_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8586030Z test_nnc_correctness_new_empty_strided_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:12:24.8586227Z test_nnc_correctness_new_empty_strided_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:12:24.8586452Z test_nnc_correctness_new_empty_strided_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:12:24.8586706Z test_nnc_correctness_new_empty_strided_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:12:24.8586924Z test_nnc_correctness_new_empty_strided_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:12:24.8587138Z test_nnc_correctness_new_empty_strided_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:12:24.8587353Z test_nnc_correctness_new_empty_strided_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:12:24.8587566Z test_nnc_correctness_new_empty_strided_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:12:24.8587776Z test_nnc_correctness_new_empty_strided_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:12:24.8587986Z test_nnc_correctness_new_empty_strided_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:12:24.8588196Z test_nnc_correctness_new_empty_strided_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:12:24.8588407Z test_nnc_correctness_new_empty_strided_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:12:24.8588601Z test_nnc_correctness_new_empty_strided_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:12:24.8588820Z 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:12:24.8589035Z 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:12:24.8589252Z 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:12:24.8589469Z 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:12:24.8589972Z 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:12:24.8590190Z 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:12:24.8590406Z 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:12:24.8590620Z 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:12:24.8590830Z 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:12:24.8591036Z 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:12:24.8591275Z 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:12:24.8591469Z 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:12:24.8591681Z 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:12:24.8591925Z 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:12:24.8592133Z 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:12:24.8592352Z 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:12:24.8592569Z 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:12:24.8592786Z 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:12:24.8593001Z 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:12:24.8593207Z 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:12:24.8593418Z 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:12:24.8593632Z 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:12:24.8593826Z 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:12:24.8594031Z 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:12:24.8594241Z 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:12:24.8594443Z 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:12:24.8594660Z 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:12:24.8594868Z 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:12:24.8595167Z 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:12:24.8595425Z 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:12:24.8595646Z 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:12:24.8595862Z 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:12:24.8596135Z 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:12:24.8596350Z 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:12:24.8596548Z 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:12:24.8596784Z 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:12:24.8596995Z 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:12:24.8597202Z 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:12:24.8597411Z 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:12:24.8597627Z 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:12:24.8597840Z 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:12:24.8598059Z 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:12:24.8598315Z 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:12:24.8598568Z 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:12:24.8598818Z 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:12:24.8599061Z 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:12:24.8599289Z 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:12:24.8599529Z 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:12:24.8599767Z 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:12:24.8600003Z 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:12:24.8601934Z 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:12:24.8602176Z 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:12:24.8602417Z 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:12:24.8602722Z 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:12:24.8602963Z 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:12:24.8603199Z 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:12:24.8603462Z 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:12:24.8603699Z 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:12:24.8603933Z 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:12:24.8604172Z 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:12:24.8604396Z 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:12:24.8604630Z 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:12:24.8604862Z 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:12:24.8605367Z 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:12:24.8605603Z 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:12:24.8605833Z 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:12:24.8606063Z 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:12:24.8606295Z 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:12:24.8606527Z 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:12:24.8606757Z 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:12:24.8606984Z 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:12:24.8607209Z 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:12:24.8607423Z 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:12:24.8607706Z test_nnc_correctness_nn_functional_batch_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8607976Z 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:12:24.8608197Z 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:12:24.8608382Z test_nnc_correctness_nn_functional_bilinear_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8608641Z 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:12:24.8608864Z 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:12:24.8609092Z 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:12:24.8609311Z 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:12:24.8609527Z 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:12:24.8609756Z 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:12:24.8609981Z 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:12:24.8610162Z test_nnc_correctness_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8610359Z test_nnc_correctness_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8610615Z 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:12:24.8610866Z 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:12:24.8611117Z 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:12:24.8611340Z 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:12:24.8611567Z 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:12:24.8611792Z 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:12:24.8612021Z 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:12:24.8612251Z 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:12:24.8612477Z 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:12:24.8612732Z 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:12:24.8612936Z 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:12:24.8613156Z 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:12:24.8613410Z 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:12:24.8613641Z 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:12:24.8613868Z 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:12:24.8614091Z 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:12:24.8614306Z 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:12:24.8614532Z 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:12:24.8614776Z 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:12:24.8615016Z 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:12:24.8615254Z 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:12:24.8615488Z 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:12:24.8615720Z 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:12:24.8615944Z 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:12:24.8616181Z 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:12:24.8616418Z 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:12:24.8616650Z 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:12:24.8616888Z 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:12:24.8617120Z 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:12:24.8617362Z 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:12:24.8617628Z 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:12:24.8617869Z 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:12:24.8618129Z 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:12:24.8618368Z 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:12:24.8618605Z 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:12:24.8618847Z 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:12:24.8619071Z 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:12:24.8619310Z 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:12:24.8619545Z 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:12:24.8619783Z 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:12:24.8620021Z 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:12:24.8620255Z 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:12:24.8620487Z 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:12:24.8620714Z 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:12:24.8620938Z 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:12:24.8621158Z 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:12:24.8621392Z 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:12:24.8621620Z 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:12:24.8621837Z 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:12:24.8622065Z 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:12:24.8622437Z 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:12:24.8622667Z 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:12:24.8622896Z 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:12:24.8623169Z 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:12:24.8623393Z 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:12:24.8623618Z 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:12:24.8623843Z 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:12:24.8624066Z 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:12:24.8624300Z 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:12:24.8624533Z 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:12:24.8624759Z 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:12:24.8624982Z 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:12:24.8625212Z 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:12:24.8625444Z 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:12:24.8625663Z 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:12:24.8625918Z 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:12:24.8626172Z 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:12:24.8626423Z 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:12:24.8626684Z 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:12:24.8626939Z 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:12:24.8627234Z 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:12:24.8627490Z 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:12:24.8627743Z 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:12:24.8628023Z 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:12:24.8628280Z 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:12:24.8628518Z 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:12:24.8628769Z 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:12:24.8629024Z 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:12:24.8629274Z 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:12:24.8629520Z 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:12:24.8629763Z 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:12:24.8629997Z 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:12:24.8630239Z 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:12:24.8630472Z 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:12:24.8630708Z 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:12:24.8630946Z 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:12:24.8631184Z 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:12:24.8631409Z 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:12:24.8631620Z 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:12:24.8631842Z 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:12:24.8632106Z 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:12:24.8632330Z 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:12:24.8632580Z 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:12:24.8632815Z 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:12:24.8633041Z 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:12:24.8633266Z 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:12:24.8633494Z 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:12:24.8633715Z 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:12:24.8633951Z 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:12:24.8634181Z test_nnc_correctness_nn_functional_hardshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.8634406Z test_nnc_correctness_nn_functional_hardshrink_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.8634629Z test_nnc_correctness_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.8634862Z test_nnc_correctness_nn_functional_hardsigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.8635089Z test_nnc_correctness_nn_functional_hardsigmoid_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.8635321Z test_nnc_correctness_nn_functional_hardswish_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.8635550Z test_nnc_correctness_nn_functional_hardswish_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.8635774Z test_nnc_correctness_nn_functional_hardswish_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.8636003Z test_nnc_correctness_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.8636231Z test_nnc_correctness_nn_functional_hardtanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.8636460Z test_nnc_correctness_nn_functional_hardtanh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.8636686Z test_nnc_correctness_nn_functional_hardtanh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.8636940Z test_nnc_correctness_nn_functional_hardtanh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.8637149Z test_nnc_correctness_nn_functional_hardtanh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.8637403Z test_nnc_correctness_nn_functional_hardtanh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.8637646Z 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:12:24.8637886Z 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:12:24.8638130Z 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:12:24.8638363Z 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:12:24.8638594Z 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:12:24.8638822Z 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:12:24.8639051Z 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:12:24.8639288Z 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:12:24.8639521Z 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:12:24.8639756Z 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:12:24.8639995Z 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:12:24.8640220Z 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:12:24.8640464Z 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:12:24.8640704Z 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:12:24.8640950Z 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:12:24.8641192Z 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:12:24.8641436Z 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:12:24.8641708Z 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:12:24.8641950Z 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:12:24.8642218Z 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:12:24.8642461Z 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:12:24.8642706Z 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:12:24.8642948Z 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:12:24.8643186Z 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:12:24.8643414Z 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:12:24.8643664Z 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:12:24.8643908Z 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:12:24.8644146Z 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:12:24.8644373Z 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:12:24.8644600Z 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:12:24.8644817Z 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:12:24.8645045Z 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:12:24.8645277Z 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:12:24.8645508Z 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:12:24.8645733Z 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:12:24.8645953Z 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:12:24.8646169Z 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:12:24.8646412Z 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:12:24.8646641Z 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:12:24.8646869Z 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:12:24.8647132Z 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:12:24.8647364Z 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:12:24.8647660Z 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:12:24.8647893Z 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:12:24.8648123Z 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:12:24.8648354Z 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:12:24.8648579Z 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:12:24.8648797Z 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:12:24.8649022Z 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:12:24.8649232Z 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:12:24.8649453Z 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:12:24.8649677Z 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:12:24.8649898Z 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:12:24.8650139Z 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:12:24.8650379Z 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:12:24.8650616Z 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:12:24.8650853Z 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:12:24.8651085Z 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:12:24.8651348Z 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:12:24.8651579Z 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:12:24.8651815Z 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:12:24.8652076Z 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:12:24.8652305Z 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:12:24.8652542Z 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:12:24.8652776Z 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:12:24.8653010Z 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:12:24.8653242Z 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:12:24.8653470Z 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:12:24.8653668Z test_nnc_correctness_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Works on some configs (0.001s) 2022-12-01T10:12:24.8653895Z 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:12:24.8654113Z 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:12:24.8654343Z 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:12:24.8654570Z 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:12:24.8654795Z 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:12:24.8655012Z 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:12:24.8655240Z 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:12:24.8655475Z 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:12:24.8655705Z 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:12:24.8655941Z 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:12:24.8656204Z 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:12:24.8656432Z 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:12:24.8656686Z 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:12:24.8656919Z 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:12:24.8657153Z 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:12:24.8657386Z 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:12:24.8657608Z 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:12:24.8657840Z 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:12:24.8658062Z 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:12:24.8658285Z 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:12:24.8658509Z 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:12:24.8658732Z 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:12:24.8658955Z 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:12:24.8659174Z 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:12:24.8659407Z 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:12:24.8659642Z 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:12:24.8659882Z 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:12:24.8660116Z 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:12:24.8660361Z 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:12:24.8660606Z 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:12:24.8660880Z 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:12:24.8661094Z 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:12:24.8661320Z 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:12:24.8661567Z 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:12:24.8661800Z 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:12:24.8662032Z 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:12:24.8662366Z 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:12:24.8662593Z 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:12:24.8662824Z 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:12:24.8663047Z 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:12:24.8663281Z 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:12:24.8663511Z 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:12:24.8663748Z 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:12:24.8663985Z 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:12:24.8664204Z 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:12:24.8664434Z 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:12:24.8664659Z 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:12:24.8664887Z 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:12:24.8665117Z 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:12:24.8665338Z 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:12:24.8665567Z 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:12:24.8665853Z 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:12:24.8666086Z 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:12:24.8666352Z 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:12:24.8666592Z 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:12:24.8666827Z 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:12:24.8667046Z 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:12:24.8667276Z 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:12:24.8667502Z 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:12:24.8667729Z 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:12:24.8667956Z 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:12:24.8668179Z 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:12:24.8668404Z 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:12:24.8668633Z 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:12:24.8668870Z 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:12:24.8669105Z 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:12:24.8669338Z 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:12:24.8669562Z 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:12:24.8669802Z 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:12:24.8670026Z 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:12:24.8670261Z 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:12:24.8670528Z 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:12:24.8670769Z 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:12:24.8671008Z 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:12:24.8671277Z 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:12:24.8671515Z 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:12:24.8671751Z 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:12:24.8671985Z 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:12:24.8672220Z 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:12:24.8672454Z 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:12:24.8672688Z 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:12:24.8672925Z 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:12:24.8673148Z 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:12:24.8673372Z 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:12:24.8673592Z 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:12:24.8673824Z 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:12:24.8674053Z 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:12:24.8674289Z 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:12:24.8674522Z 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:12:24.8674753Z 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:12:24.8674980Z 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:12:24.8675211Z 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:12:24.8675467Z 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:12:24.8675694Z 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:12:24.8675972Z 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:12:24.8676190Z 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:12:24.8676420Z 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:12:24.8676656Z 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:12:24.8676886Z 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:12:24.8677127Z 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:12:24.8677363Z 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:12:24.8677596Z 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:12:24.8677832Z 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:12:24.8678066Z 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:12:24.8678299Z 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:12:24.8678531Z 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:12:24.8678760Z 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:12:24.8678979Z 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:12:24.8679210Z 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:12:24.8679442Z 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:12:24.8679677Z 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:12:24.8679909Z 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:12:24.8680323Z 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:12:24.8680582Z 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:12:24.8680835Z 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:12:24.8681131Z 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:12:24.8681350Z 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:12:24.8681609Z 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:12:24.8681862Z 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:12:24.8682110Z 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:12:24.8682362Z 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:12:24.8682640Z 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:12:24.8682889Z 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:12:24.8683148Z 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:12:24.8683400Z 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:12:24.8683651Z 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:12:24.8683897Z 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:12:24.8684178Z 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:12:24.8684388Z 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:12:24.8684642Z 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:12:24.8684913Z 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:12:24.8685169Z 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:12:24.8685418Z 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:12:24.8685694Z 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:12:24.8685941Z 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:12:24.8686184Z 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:12:24.8686465Z 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:12:24.8686728Z 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:12:24.8686994Z 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:12:24.8687245Z 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:12:24.8687519Z 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:12:24.8687775Z 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:12:24.8688041Z 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:12:24.8688338Z 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:12:24.8688589Z 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:12:24.8688846Z 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:12:24.8689093Z 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:12:24.8689377Z 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:12:24.8689635Z 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:12:24.8689895Z 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:12:24.8690146Z 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:12:24.8690410Z 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:12:24.8690685Z 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:12:24.8690908Z 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:12:24.8691197Z 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:12:24.8691448Z 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:12:24.8691713Z 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:12:24.8692008Z 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:12:24.8692278Z 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:12:24.8692593Z 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:12:24.8692858Z 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:12:24.8693120Z 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:12:24.8693384Z 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:12:24.8693645Z 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:12:24.8693928Z 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:12:24.8694185Z 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:12:24.8694408Z 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:12:24.8694680Z 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:12:24.8694936Z 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:12:24.8695192Z 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:12:24.8695443Z 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:12:24.8695703Z 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:12:24.8695960Z 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:12:24.8696236Z 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:12:24.8696501Z 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:12:24.8696819Z 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:12:24.8697079Z 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:12:24.8697354Z 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:12:24.8697568Z 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:12:24.8697818Z 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:12:24.8698073Z 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:12:24.8698335Z 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:12:24.8698601Z 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:12:24.8698854Z 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:12:24.8699108Z 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:12:24.8699370Z 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:12:24.8699635Z 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:12:24.8699893Z 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:12:24.8700160Z 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:12:24.8700415Z 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:12:24.8700691Z 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:12:24.8700899Z 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:12:24.8701172Z 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:12:24.8701428Z 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:12:24.8714217Z 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:12:24.8714545Z 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:12:24.8714904Z 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:12:24.8715139Z 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:12:24.8715417Z 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:12:24.8715649Z 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:12:24.8715869Z 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:12:24.8716094Z 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:12:24.8716324Z 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:12:24.8716568Z 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:12:24.8716811Z 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:12:24.8717053Z 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:12:24.8717296Z 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:12:24.8717536Z 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:12:24.8717774Z 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:12:24.8718001Z 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:12:24.8718236Z 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:12:24.8718476Z 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:12:24.8718711Z 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:12:24.8718970Z 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:12:24.8719229Z 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:12:24.8719487Z 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:12:24.8719787Z 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:12:24.8720038Z 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:12:24.8720316Z 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:12:24.8720568Z 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:12:24.8720817Z 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:12:24.8721065Z 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:12:24.8721308Z 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:12:24.8721525Z 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:12:24.8721758Z 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:12:24.8721989Z 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:12:24.8722216Z 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:12:24.8722436Z 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:12:24.8722655Z 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:12:24.8722897Z 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:12:24.8723140Z 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:12:24.8723378Z 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:12:24.8723615Z 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:12:24.8723856Z 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:12:24.8724095Z 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:12:24.8724329Z 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:12:24.8724560Z 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:12:24.8724772Z 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:12:24.8725013Z 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:12:24.8725230Z 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:12:24.8725446Z 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:12:24.8725660Z 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:12:24.8725874Z 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:12:24.8726085Z 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:12:24.8726296Z 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:12:24.8726502Z 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:12:24.8726702Z 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:12:24.8726899Z 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:12:24.8727111Z 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:12:24.8727317Z 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:12:24.8727638Z 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:12:24.8727853Z 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:12:24.8728064Z 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:12:24.8728273Z 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:12:24.8728476Z 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:12:24.8728690Z 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:12:24.8728908Z 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:12:24.8729125Z 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:12:24.8729357Z 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:12:24.8729565Z 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:12:24.8729781Z 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:12:24.8730024Z 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:12:24.8730239Z 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:12:24.8730448Z 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:12:24.8730661Z 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:12:24.8730868Z 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:12:24.8731083Z 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:12:24.8731304Z 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:12:24.8731511Z 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:12:24.8731723Z 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:12:24.8731923Z 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:12:24.8732133Z 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:12:24.8732336Z 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:12:24.8732537Z 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:12:24.8732761Z 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:12:24.8732988Z 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:12:24.8733211Z 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:12:24.8733433Z 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:12:24.8733649Z 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:12:24.8733855Z 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:12:24.8734069Z 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:12:24.8734298Z 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:12:24.8734510Z 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:12:24.8734719Z 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:12:24.8734950Z 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:12:24.8735150Z 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:12:24.8735360Z 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:12:24.8735565Z 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:12:24.8735770Z 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:12:24.8735979Z 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:12:24.8736184Z 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:12:24.8736401Z 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:12:24.8736597Z 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:12:24.8736813Z 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:12:24.8737030Z 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:12:24.8737249Z 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:12:24.8737463Z 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:12:24.8737671Z 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:12:24.8737887Z 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:12:24.8738099Z 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:12:24.8738304Z 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:12:24.8738515Z 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:12:24.8738723Z 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:12:24.8738930Z 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:12:24.8739157Z 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:12:24.8739370Z 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:12:24.8739577Z 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:12:24.8739807Z 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:12:24.8740017Z 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:12:24.8740224Z 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:12:24.8740441Z 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:12:24.8740654Z 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:12:24.8740868Z 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:12:24.8741078Z 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:12:24.8741282Z 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:12:24.8741480Z 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:12:24.8741679Z 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:12:24.8741890Z 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:12:24.8742101Z 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:12:24.8742425Z 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:12:24.8742643Z 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:12:24.8742864Z 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:12:24.8743079Z 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:12:24.8743290Z 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:12:24.8743510Z 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:12:24.8743727Z 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:12:24.8743973Z 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:12:24.8744187Z 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:12:24.8744400Z 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:12:24.8744646Z 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:12:24.8744858Z 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:12:24.8745062Z 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:12:24.8745264Z 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:12:24.8745471Z 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:12:24.8745682Z 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:12:24.8745905Z 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:12:24.8746123Z 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:12:24.8746325Z 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:12:24.8746544Z 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:12:24.8746754Z 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:12:24.8746966Z 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:12:24.8747200Z 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:12:24.8747428Z 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:12:24.8747661Z 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:12:24.8747891Z 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:12:24.8748119Z 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:12:24.8748347Z 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:12:24.8748565Z 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:12:24.8748786Z 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:12:24.8749032Z 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:12:24.8749263Z 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:12:24.8749511Z 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:12:24.8749741Z 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:12:24.8749966Z 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:12:24.8750195Z 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:12:24.8750415Z 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:12:24.8750632Z 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:12:24.8750853Z 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:12:24.8751079Z 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:12:24.8751309Z 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:12:24.8751528Z 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:12:24.8751755Z 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:12:24.8751968Z 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:12:24.8752193Z 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:12:24.8752418Z 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:12:24.8752634Z 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:12:24.8752853Z 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:12:24.8753079Z 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:12:24.8753306Z 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:12:24.8753525Z 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:12:24.8753795Z 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:12:24.8754018Z 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:12:24.8754270Z 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:12:24.8754491Z 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:12:24.8754693Z 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:12:24.8754915Z 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:12:24.8755140Z 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:12:24.8755368Z 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:12:24.8755588Z 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:12:24.8755813Z 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:12:24.8756038Z 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:12:24.8756260Z 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:12:24.8756479Z 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:12:24.8756697Z 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:12:24.8756923Z 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:12:24.8757151Z 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:12:24.8757353Z 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:12:24.8757575Z 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:12:24.8757796Z 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:12:24.8758014Z 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:12:24.8758227Z 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:12:24.8758461Z 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:12:24.8758678Z 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:12:24.8758889Z 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:12:24.8759129Z 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:12:24.8759336Z 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:12:24.8759548Z 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:12:24.8759756Z 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:12:24.8759953Z 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:12:24.8760164Z 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:12:24.8760375Z 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:12:24.8760581Z 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:12:24.8760793Z 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:12:24.8760996Z 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:12:24.8761204Z 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:12:24.8761410Z 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:12:24.8761618Z 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:12:24.8761822Z 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:12:24.8762029Z 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:12:24.8762225Z 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:12:24.8762443Z 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:12:24.8762658Z 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:12:24.8762867Z 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:12:24.8763069Z 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:12:24.8763305Z 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:12:24.8763511Z 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:12:24.8763718Z 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:12:24.8763955Z 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:12:24.8764159Z 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:12:24.8764372Z 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:12:24.8764567Z 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:12:24.8764779Z 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:12:24.8764991Z 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:12:24.8765200Z 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:12:24.8765403Z 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:12:24.8765601Z 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:12:24.8765862Z 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:12:24.8766130Z 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:12:24.8766334Z 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:12:24.8766542Z 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:12:24.8766747Z 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:12:24.8766945Z 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:12:24.8767157Z 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:12:24.8767363Z 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:12:24.8767643Z 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:12:24.8767863Z 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:12:24.8768078Z 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:12:24.8768333Z 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:12:24.8768545Z 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:12:24.8768759Z 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:12:24.8769001Z 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:12:24.8769214Z 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:12:24.8769413Z 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:12:24.8769624Z 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:12:24.8769826Z 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:12:24.8770035Z 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:12:24.8770245Z 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:12:24.8770458Z 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:12:24.8770677Z 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:12:24.8770897Z 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:12:24.8771113Z 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:12:24.8771325Z 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:12:24.8771534Z 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:12:24.8771737Z 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:12:24.8771961Z 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:12:24.8772178Z 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:12:24.8772395Z 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:12:24.8772610Z 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:12:24.8772822Z 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:12:24.8773036Z 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:12:24.8773275Z 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:12:24.8773489Z 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:12:24.8773704Z 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:12:24.8773966Z 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:12:24.8774183Z 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:12:24.8774383Z 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:12:24.8774599Z 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:12:24.8774812Z 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:12:24.8775017Z 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:12:24.8775219Z 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:12:24.8775436Z 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:12:24.8775657Z 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:12:24.8775875Z 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:12:24.8776091Z 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:12:24.8776308Z 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:12:24.8776571Z 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:12:24.8776842Z 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:12:24.8777057Z 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:12:24.8777263Z 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:12:24.8777478Z 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:12:24.8777691Z 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:12:24.8777898Z 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:12:24.8778108Z 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:12:24.8778345Z 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:12:24.8778545Z 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:12:24.8778753Z 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:12:24.8778980Z 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:12:24.8779165Z 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:12:24.8779371Z 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:12:24.8779582Z 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:12:24.8779794Z 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:12:24.8780002Z 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:12:24.8780217Z 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:12:24.8780429Z 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:12:24.8780636Z 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:12:24.8780843Z 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:12:24.8781047Z 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:12:24.8781258Z 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:12:24.8781462Z 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:12:24.8781656Z 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:12:24.8781865Z 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:12:24.8782075Z 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:12:24.8782385Z 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:12:24.8782609Z 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:12:24.8782829Z 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:12:24.8783051Z 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:12:24.8783317Z 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:12:24.8783535Z 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:12:24.8783754Z 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:12:24.8784008Z 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:12:24.8784210Z 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:12:24.8784429Z 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:12:24.8784644Z 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:12:24.8784857Z 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:12:24.8785075Z 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:12:24.8785251Z test_nnc_correctness_remainder_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8785469Z 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:12:24.8785681Z 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:12:24.8785899Z 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:12:24.8786114Z 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:12:24.8786325Z 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:12:24.8786526Z 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:12:24.8786741Z 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:12:24.8786953Z 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:12:24.8787166Z 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:12:24.8787378Z 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:12:24.8787592Z 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:12:24.8787804Z 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:12:24.8788008Z 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:12:24.8788250Z 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:12:24.8788466Z 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:12:24.8788674Z 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:12:24.8788908Z 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:12:24.8789125Z 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:12:24.8789338Z 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:12:24.8789542Z 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:12:24.8789742Z 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:12:24.8789957Z 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:12:24.8790161Z 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:12:24.8790362Z 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:12:24.8790572Z 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:12:24.8790781Z 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:12:24.8791007Z 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:12:24.8791234Z 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:12:24.8791451Z 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:12:24.8791678Z 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:12:24.8791901Z 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:12:24.8792127Z 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:12:24.8792355Z 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:12:24.8792581Z 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:12:24.8792802Z 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:12:24.8793050Z 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:12:24.8793273Z 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:12:24.8793492Z 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:12:24.8793736Z 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:12:24.8793955Z 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:12:24.8794158Z 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:12:24.8794380Z 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:12:24.8794598Z 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:12:24.8794819Z 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:12:24.8795034Z 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:12:24.8795247Z 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:12:24.8795457Z 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:12:24.8795669Z 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:12:24.8795882Z 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:12:24.8796092Z 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:12:24.8796306Z 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:12:24.8796506Z 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:12:24.8796718Z 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:12:24.8796930Z 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:12:24.8797146Z 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:12:24.8797363Z 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:12:24.8797579Z 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:12:24.8797817Z 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:12:24.8798023Z 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:12:24.8798235Z 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:12:24.8798473Z 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:12:24.8798685Z 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:12:24.8798878Z 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:12:24.8799089Z 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:12:24.8799296Z 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:12:24.8799510Z 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:12:24.8799715Z 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:12:24.8799928Z 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:12:24.8800143Z 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:12:24.8800358Z 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:12:24.8800569Z 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:12:24.8800777Z 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:12:24.8800989Z 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:12:24.8801196Z 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:12:24.8801388Z 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:12:24.8801596Z 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:12:24.8801802Z 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:12:24.8802019Z 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:12:24.8802228Z 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:12:24.8802448Z 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:12:24.8802694Z 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:12:24.8802912Z 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:12:24.8803124Z 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:12:24.8803353Z 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:12:24.8803563Z 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:12:24.8803764Z 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:12:24.8803977Z 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:12:24.8804184Z 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:12:24.8804396Z 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:12:24.8804615Z 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:12:24.8804833Z 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:12:24.8805055Z 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:12:24.8805275Z 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:12:24.8805491Z 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:12:24.8805709Z 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:12:24.8805918Z 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:12:24.8806119Z 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:12:24.8806332Z 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:12:24.8806548Z 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:12:24.8806762Z 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:12:24.8806978Z 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:12:24.8807193Z 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:12:24.8807432Z 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:12:24.8807736Z 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:12:24.8807958Z 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:12:24.8808206Z 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:12:24.8808423Z 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:12:24.8808640Z 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:12:24.8808847Z 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:12:24.8809060Z 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:12:24.8809274Z 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:12:24.8809483Z 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:12:24.8809697Z 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:12:24.8809912Z 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:12:24.8810123Z 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:12:24.8810328Z 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:12:24.8810543Z 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:12:24.8810758Z 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:12:24.8810970Z 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:12:24.8811169Z 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:12:24.8811371Z 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:12:24.8811573Z 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:12:24.8811780Z 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:12:24.8811987Z 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:12:24.8812191Z 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:12:24.8812425Z 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:12:24.8812628Z 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:12:24.8812836Z 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:12:24.8813064Z 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:12:24.8813283Z 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:12:24.8813481Z 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:12:24.8813694Z 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:12:24.8813899Z 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:12:24.8814101Z 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:12:24.8814311Z 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:12:24.8814512Z 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:12:24.8814710Z 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:12:24.8814918Z 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:12:24.8815125Z 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:12:24.8815291Z test_nnc_correctness_round_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8815500Z 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:12:24.8815687Z 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:12:24.8815891Z 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:12:24.8816093Z 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:12:24.8816291Z 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:12:24.8816497Z 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:12:24.8816705Z 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:12:24.8816928Z 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:12:24.8817180Z 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:12:24.8817401Z 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:12:24.8817621Z 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:12:24.8817868Z 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:12:24.8818087Z 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:12:24.8818302Z 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:12:24.8818527Z 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:12:24.8818750Z 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:12:24.8818960Z 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:12:24.8819171Z 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:12:24.8819386Z 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:12:24.8819602Z 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:12:24.8819808Z 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:12:24.8820020Z 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:12:24.8820228Z 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:12:24.8820431Z 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:12:24.8820617Z 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:12:24.8820826Z 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:12:24.8821033Z 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:12:24.8821242Z 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:12:24.8821456Z 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:12:24.8821667Z 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:12:24.8821875Z 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:12:24.8822127Z 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:12:24.8822432Z 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:12:24.8822636Z 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:12:24.8822883Z 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:12:24.8823073Z 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:12:24.8823285Z 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:12:24.8823491Z 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:12:24.8823710Z 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:12:24.8823926Z 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:12:24.8824148Z 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:12:24.8824373Z 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:12:24.8824598Z 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:12:24.8824813Z 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:12:24.8825030Z 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:12:24.8825247Z 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:12:24.8825458Z 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:12:24.8825661Z 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:12:24.8825875Z 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:12:24.8826086Z 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:12:24.8826301Z 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:12:24.8826512Z 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:12:24.8826732Z 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:12:24.8826946Z 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:12:24.8827196Z 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:12:24.8827406Z 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:12:24.8827622Z 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:12:24.8827858Z 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:12:24.8828058Z 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:12:24.8828264Z 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:12:24.8828472Z 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:12:24.8828679Z 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:12:24.8828910Z 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:12:24.8829133Z 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:12:24.8829361Z 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:12:24.8829591Z 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:12:24.8829813Z 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:12:24.8830037Z 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:12:24.8830261Z 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:12:24.8830483Z 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:12:24.8830694Z 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:12:24.8830913Z 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:12:24.8831138Z 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:12:24.8831361Z 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:12:24.8831586Z 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:12:24.8831805Z 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:12:24.8832054Z 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:12:24.8832272Z 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:12:24.8832518Z 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:12:24.8832742Z 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:12:24.8832961Z 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:12:24.8833182Z 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:12:24.8833396Z 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:12:24.8833625Z 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:12:24.8833844Z 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:12:24.8834057Z 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:12:24.8834279Z 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:12:24.8834498Z 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:12:24.8834719Z 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:12:24.8834941Z 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:12:24.8835160Z 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:12:24.8835385Z 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:12:24.8835611Z 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:12:24.8835833Z 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:12:24.8836036Z 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:12:24.8836262Z 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:12:24.8836482Z 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:12:24.8836730Z 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:12:24.8836950Z 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:12:24.8837170Z 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:12:24.8837417Z 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:12:24.8837640Z 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:12:24.8837860Z 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:12:24.8838085Z 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:12:24.8838310Z 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:12:24.8838533Z 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:12:24.8838741Z 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:12:24.8838960Z 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:12:24.8839179Z 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:12:24.8839397Z 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:12:24.8839611Z 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:12:24.8839834Z 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:12:24.8840054Z 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:12:24.8840278Z 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:12:24.8840497Z 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:12:24.8840713Z 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:12:24.8840927Z 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:12:24.8841143Z 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:12:24.8841348Z 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:12:24.8841591Z 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:12:24.8841823Z 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:12:24.8842053Z 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:12:24.8842307Z 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:12:24.8842527Z 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:12:24.8842758Z 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:12:24.8842975Z 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:12:24.8843189Z 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:12:24.8843403Z 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:12:24.8843617Z 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:12:24.8843825Z 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:12:24.8844030Z 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:12:24.8844243Z 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:12:24.8844461Z 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:12:24.8844675Z 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:12:24.8844889Z 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:12:24.8845097Z 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:12:24.8845307Z 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:12:24.8845510Z 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:12:24.8845722Z 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:12:24.8845930Z 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:12:24.8846135Z 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:12:24.8846371Z 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:12:24.8846590Z 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:12:24.8846809Z 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:12:24.8847053Z 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:12:24.8847274Z 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:12:24.8847564Z 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:12:24.8847785Z 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:12:24.8848002Z 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:12:24.8848219Z 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:12:24.8848433Z 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:12:24.8848644Z 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:12:24.8848840Z 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:12:24.8849051Z 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:12:24.8849261Z 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:12:24.8849477Z 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:12:24.8849686Z 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:12:24.8849889Z 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:12:24.8850090Z 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:12:24.8850296Z 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:12:24.8850503Z 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:12:24.8850710Z 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:12:24.8850916Z 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:12:24.8851106Z 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:12:24.8851370Z 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:12:24.8851574Z 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:12:24.8851789Z 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:12:24.8852028Z 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:12:24.8852239Z 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:12:24.8852443Z 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:12:24.8852644Z 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:12:24.8852851Z 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:12:24.8853053Z 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:12:24.8853254Z 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:12:24.8853460Z 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:12:24.8853658Z 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:12:24.8853873Z 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:12:24.8854083Z 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:12:24.8854302Z 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:12:24.8854519Z 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:12:24.8854731Z 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:12:24.8854948Z 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:12:24.8855155Z 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:12:24.8855356Z 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:12:24.8855556Z 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:12:24.8855762Z 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:12:24.8855960Z 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:12:24.8856205Z 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:12:24.8856413Z 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:12:24.8856621Z 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:12:24.8856857Z 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:12:24.8857061Z 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:12:24.8857268Z 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:12:24.8857477Z 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:12:24.8857679Z 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:12:24.8857885Z 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:12:24.8858093Z 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:12:24.8858294Z 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:12:24.8858505Z 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:12:24.8858715Z 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:12:24.8858919Z 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:12:24.8859129Z 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:12:24.8859339Z 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:12:24.8859549Z 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:12:24.8859755Z 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:12:24.8859962Z 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:12:24.8860167Z 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:12:24.8860375Z 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:12:24.8860569Z 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:12:24.8860779Z 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:12:24.8861018Z 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:12:24.8861226Z 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:12:24.8861428Z 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:12:24.8861655Z 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:12:24.8861862Z 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:12:24.8862065Z 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:12:24.8862374Z 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:12:24.8862581Z 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:12:24.8862792Z 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:12:24.8862987Z 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:12:24.8863203Z 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:12:24.8863415Z 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:12:24.8863624Z 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:12:24.8863830Z 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:12:24.8864035Z 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:12:24.8864242Z 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:12:24.8864447Z 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:12:24.8864654Z 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:12:24.8864860Z 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:12:24.8865069Z 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:12:24.8865262Z 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:12:24.8865477Z 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:12:24.8865689Z 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:12:24.8865941Z 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:12:24.8866143Z 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:12:24.8866347Z 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:12:24.8866580Z 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:12:24.8866785Z 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:12:24.8866993Z 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:12:24.8867201Z 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:12:24.8867415Z 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:12:24.8867606Z 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:12:24.8867826Z 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:12:24.8868043Z 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:12:24.8868257Z 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:12:24.8868471Z 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:12:24.8868678Z 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:12:24.8868883Z 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:12:24.8869091Z 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:12:24.8869293Z 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:12:24.8869506Z 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:12:24.8869714Z 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:12:24.8869909Z 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:12:24.8870132Z 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:12:24.8870353Z 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:12:24.8870575Z 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:12:24.8870827Z 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:12:24.8871045Z 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:12:24.8871261Z 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:12:24.8871503Z 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:12:24.8871717Z 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:12:24.8871930Z 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:12:24.8872145Z 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:12:24.8872359Z 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:12:24.8872559Z 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:12:24.8872774Z 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:12:24.8872998Z 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:12:24.8873219Z 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:12:24.8873447Z 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:12:24.8873674Z 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:12:24.8873897Z 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:12:24.8874122Z 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:12:24.8874344Z 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:12:24.8874565Z 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:12:24.8874788Z 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:12:24.8875007Z 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:12:24.8875215Z 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:12:24.8875434Z 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:12:24.8875673Z 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:12:24.8875878Z 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:12:24.8876086Z 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:12:24.8876314Z 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:12:24.8876525Z 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:12:24.8876732Z 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:12:24.8876941Z 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:12:24.8877144Z 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:12:24.8877350Z 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:12:24.8877541Z 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:12:24.8877777Z 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:12:24.8878008Z 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:12:24.8878237Z 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:12:24.8878459Z 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:12:24.8878683Z 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:12:24.8878904Z 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:12:24.8879125Z 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:12:24.8879346Z 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:12:24.8879562Z 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:12:24.8879775Z 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:12:24.8879998Z 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:12:24.8880204Z 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:12:24.8880426Z 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:12:24.8880675Z 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:12:24.8880896Z 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:12:24.8881140Z 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:12:24.8881362Z 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:12:24.8881582Z 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:12:24.8881800Z 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:12:24.8882016Z 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:12:24.8882231Z 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:12:24.8882452Z 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:12:24.8882673Z 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:12:24.8882883Z 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:12:24.8883101Z 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:12:24.8883318Z 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:12:24.8883539Z 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:12:24.8883759Z 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:12:24.8883972Z 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:12:24.8884195Z 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:12:24.8884413Z 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:12:24.8884630Z 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:12:24.8884849Z 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:12:24.8885064Z 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:12:24.8885308Z 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:12:24.8885510Z 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:12:24.8885725Z 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:12:24.8885971Z 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:12:24.8886195Z 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:12:24.8886412Z 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:12:24.8886631Z 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:12:24.8886849Z 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:12:24.8887065Z 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:12:24.8887283Z 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:12:24.8887554Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8887754Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8887932Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8888120Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8888311Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8888499Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8888686Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8888873Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8889062Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8889255Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8889444Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8889628Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8889803Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8889989Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8890178Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8890405Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8890594Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8890785Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8890973Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8891182Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8891370Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8891541Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8891733Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8891917Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8892103Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8892293Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8892483Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8892666Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8892849Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8893037Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8893226Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8893397Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8893620Z 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:12:24.8893837Z 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:12:24.8894056Z 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:12:24.8894275Z 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:12:24.8894489Z 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:12:24.8894703Z 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:12:24.8894917Z 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:12:24.8895132Z 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:12:24.8895350Z 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:12:24.8895596Z 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:12:24.8895800Z 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:12:24.8896022Z 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:12:24.8896265Z 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:12:24.8896485Z 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:12:24.8896704Z 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:12:24.8896923Z 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:12:24.8897139Z 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:12:24.8897328Z test_nnc_correctness_special_hermite_polynomial_h_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8897515Z test_nnc_correctness_special_hermite_polynomial_h_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8897705Z test_nnc_correctness_special_hermite_polynomial_h_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8897892Z test_nnc_correctness_special_hermite_polynomial_h_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8898066Z test_nnc_correctness_special_hermite_polynomial_h_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8898248Z test_nnc_correctness_special_hermite_polynomial_h_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8898434Z test_nnc_correctness_special_hermite_polynomial_h_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8898616Z test_nnc_correctness_special_hermite_polynomial_h_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8898802Z test_nnc_correctness_special_hermite_polynomial_he_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8898989Z test_nnc_correctness_special_hermite_polynomial_he_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8899181Z test_nnc_correctness_special_hermite_polynomial_he_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8899367Z test_nnc_correctness_special_hermite_polynomial_he_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8899547Z test_nnc_correctness_special_hermite_polynomial_he_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8899732Z test_nnc_correctness_special_hermite_polynomial_he_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8899904Z test_nnc_correctness_special_hermite_polynomial_he_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8900088Z test_nnc_correctness_special_hermite_polynomial_he_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8900306Z 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:12:24.8900548Z 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:12:24.8900764Z 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:12:24.8900980Z 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:12:24.8901216Z 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:12:24.8901429Z 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:12:24.8901637Z 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:12:24.8901852Z 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:12:24.8902068Z 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:12:24.8902443Z 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:12:24.8902663Z 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:12:24.8902881Z 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:12:24.8903096Z 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:12:24.8903308Z 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:12:24.8903523Z 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:12:24.8903736Z 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:12:24.8903950Z 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:12:24.8904162Z 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:12:24.8904382Z 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:12:24.8904602Z 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:12:24.8904799Z 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:12:24.8905010Z 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:12:24.8905224Z 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:12:24.8905437Z 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:12:24.8905700Z 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:12:24.8905888Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8906081Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8906302Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8906495Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8906685Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8906877Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8907050Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8907237Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8907421Z test_nnc_correctness_special_legendre_polynomial_p_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8907613Z test_nnc_correctness_special_legendre_polynomial_p_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8907803Z test_nnc_correctness_special_legendre_polynomial_p_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8907990Z test_nnc_correctness_special_legendre_polynomial_p_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8908179Z test_nnc_correctness_special_legendre_polynomial_p_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8908369Z test_nnc_correctness_special_legendre_polynomial_p_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8908553Z test_nnc_correctness_special_legendre_polynomial_p_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8908724Z test_nnc_correctness_special_legendre_polynomial_p_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8908947Z 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:12:24.8909169Z 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:12:24.8909392Z 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:12:24.8909611Z 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:12:24.8909830Z 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:12:24.8910048Z 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:12:24.8910265Z 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:12:24.8910482Z 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:12:24.8910748Z 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:12:24.8910980Z 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:12:24.8911212Z 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:12:24.8911457Z 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:12:24.8911685Z 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:12:24.8911921Z 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:12:24.8912146Z 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:12:24.8912372Z 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:12:24.8912604Z 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:12:24.8912835Z 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:12:24.8913062Z 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:12:24.8913289Z 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:12:24.8913515Z 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:12:24.8913737Z 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:12:24.8913963Z 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:12:24.8914193Z 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:12:24.8914407Z 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:12:24.8914639Z 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:12:24.8914871Z 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:12:24.8915095Z 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:12:24.8915323Z 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:12:24.8915575Z 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:12:24.8915802Z 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:12:24.8916057Z 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:12:24.8916285Z 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:12:24.8916512Z 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:12:24.8916743Z 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:12:24.8916968Z 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:12:24.8917177Z 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:12:24.8917402Z 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:12:24.8917633Z 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:12:24.8917862Z 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:12:24.8918081Z 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:12:24.8918300Z 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:12:24.8918518Z 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:12:24.8918733Z 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:12:24.8918948Z 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:12:24.8919154Z 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:12:24.8919369Z 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:12:24.8919587Z 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:12:24.8919788Z 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:12:24.8920005Z 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:12:24.8920255Z 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:12:24.8920475Z 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:12:24.8920693Z 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:12:24.8920936Z 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:12:24.8921156Z 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:12:24.8921368Z 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:12:24.8921585Z 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:12:24.8921834Z 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:12:24.8922082Z 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:12:24.8922329Z 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:12:24.8922558Z 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:12:24.8922807Z 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:12:24.8923047Z 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:12:24.8923291Z 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:12:24.8923529Z 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:12:24.8923766Z 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:12:24.8924005Z 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:12:24.8924245Z 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:12:24.8924486Z 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:12:24.8924726Z 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:12:24.8924961Z 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:12:24.8925238Z 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:12:24.8925474Z 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:12:24.8925742Z 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:12:24.8925982Z 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:12:24.8926217Z 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:12:24.8926458Z 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:12:24.8926693Z 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:12:24.8926928Z 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:12:24.8927161Z 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:12:24.8927394Z 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:12:24.8927694Z 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:12:24.8927900Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8928106Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8928313Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8928498Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8928695Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8928898Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8929094Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8929289Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8929486Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8929688Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8929889Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8930117Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8930312Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8930494Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8930689Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8930907Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8931104Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8931301Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8931502Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8931695Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8931888Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8932083Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8932278Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8932455Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8932654Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8932852Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8933049Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8933243Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8933437Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8933628Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8933822Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8934014Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.8934250Z 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:12:24.8934488Z 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:12:24.8934713Z 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:12:24.8934947Z 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:12:24.8935210Z 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:12:24.8935436Z 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:12:24.8935670Z 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:12:24.8935927Z 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:12:24.8936153Z 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:12:24.8936374Z 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:12:24.8936597Z 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:12:24.8936816Z 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:12:24.8937041Z 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:12:24.8937259Z 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:12:24.8937465Z 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:12:24.8937686Z 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:12:24.8937902Z 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:12:24.8938121Z 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:12:24.8938339Z 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:12:24.8938554Z 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:12:24.8938774Z 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:12:24.8938990Z 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:12:24.8939204Z 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:12:24.8939415Z 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:12:24.8939633Z 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:12:24.8939850Z 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:12:24.8940075Z 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:12:24.8940282Z 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:12:24.8940497Z 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:12:24.8940743Z 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:12:24.8940951Z 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:12:24.8941165Z 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:12:24.8941374Z 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:12:24.8941578Z 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:12:24.8941787Z 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:12:24.8941991Z 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:12:24.8942324Z 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:12:24.8942522Z 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:12:24.8942733Z 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:12:24.8942957Z 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:12:24.8943176Z 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:12:24.8943401Z 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:12:24.8943625Z 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:12:24.8943848Z 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:12:24.8944068Z 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:12:24.8944286Z 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:12:24.8944503Z 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:12:24.8944717Z 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:12:24.8944964Z 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:12:24.8945178Z 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:12:24.8945396Z 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:12:24.8945650Z 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:12:24.8945868Z 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:12:24.8946092Z 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:12:24.8946321Z 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:12:24.8946547Z 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:12:24.8946768Z 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:12:24.8946991Z 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:12:24.8947209Z 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:12:24.8947430Z 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:12:24.8947636Z 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:12:24.8947855Z 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:12:24.8948073Z 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:12:24.8948287Z 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:12:24.8948497Z 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:12:24.8948707Z 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:12:24.8948919Z 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:12:24.8949129Z 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:12:24.8949341Z 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:12:24.8949546Z 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:12:24.8949751Z 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:12:24.8949981Z 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:12:24.8950173Z 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:12:24.8950380Z 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:12:24.8950613Z 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:12:24.8950831Z 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:12:24.8951043Z 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:12:24.8951259Z 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:12:24.8951475Z 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:12:24.8951688Z 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:12:24.8951893Z 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:12:24.8952095Z 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:12:24.8952309Z 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:12:24.8952507Z 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:12:24.8952710Z 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:12:24.8952920Z 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:12:24.8953125Z 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:12:24.8953338Z 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:12:24.8953545Z 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:12:24.8953762Z 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:12:24.8953977Z 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:12:24.8954197Z 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:12:24.8954411Z 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:12:24.8954620Z 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:12:24.8954846Z 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:12:24.8955056Z 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:12:24.8955266Z 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:12:24.8955515Z 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:12:24.8955723Z 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:12:24.8955929Z 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:12:24.8956142Z 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:12:24.8956349Z 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:12:24.8956568Z 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:12:24.8956780Z 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:12:24.8956987Z 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:12:24.8957182Z 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:12:24.8957383Z 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:12:24.8957584Z 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:12:24.8957793Z 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:12:24.8957994Z 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:12:24.8958190Z 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:12:24.8958398Z 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:12:24.8958606Z 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:12:24.8958816Z 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:12:24.8959031Z 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:12:24.8959241Z 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:12:24.8959435Z 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:12:24.8959681Z 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:12:24.8959878Z 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:12:24.8960094Z 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:12:24.8960333Z 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:12:24.8960553Z 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:12:24.8960769Z 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:12:24.8960977Z 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:12:24.8961188Z 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:12:24.8961403Z 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:12:24.8961615Z 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:12:24.8961823Z 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:12:24.8962015Z 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:12:24.8962215Z 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:12:24.8962426Z 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:12:24.8962637Z 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:12:24.8962840Z 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:12:24.8963049Z 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:12:24.8963254Z 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:12:24.8963456Z 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:12:24.8963662Z 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:12:24.8963872Z 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:12:24.8964078Z 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:12:24.8964267Z 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:12:24.8964507Z 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:12:24.8964716Z 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:12:24.8964922Z 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:12:24.8965158Z 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:12:24.8965367Z 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:12:24.8965579Z 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:12:24.8965782Z 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:12:24.8965980Z 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:12:24.8966182Z 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:12:24.8966389Z 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:12:24.8966580Z 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:12:24.8966788Z 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:12:24.8966993Z 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:12:24.8967209Z 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:12:24.8967423Z 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:12:24.8967713Z 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:12:24.8967932Z 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:12:24.8968150Z 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:12:24.8968365Z 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:12:24.8968578Z 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:12:24.8968793Z 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:12:24.8968994Z 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:12:24.8969201Z 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:12:24.8969445Z 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:12:24.8969659Z 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:12:24.8969869Z 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:12:24.8970106Z 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:12:24.8970315Z 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:12:24.8970520Z 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:12:24.8970735Z 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:12:24.8970952Z 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:12:24.8971171Z 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:12:24.8971388Z 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:12:24.8971587Z 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:12:24.8971794Z 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:12:24.8972001Z 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:12:24.8972206Z 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:12:24.8972417Z 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:12:24.8972625Z 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:12:24.8972833Z 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:12:24.8973040Z 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:12:24.8973242Z 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:12:24.8973446Z 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:12:24.8973649Z 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:12:24.8973838Z 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:12:24.8974040Z 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:12:24.8974270Z 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:12:24.8974491Z 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:12:24.8974707Z 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:12:24.8974968Z 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:12:24.8975194Z 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:12:24.8975416Z 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:12:24.8975634Z 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:12:24.8975854Z 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:12:24.8976074Z 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:12:24.8976275Z 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:12:24.8976493Z 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:12:24.8976710Z 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:12:24.8976923Z 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:12:24.8977135Z 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:12:24.8977344Z 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:12:24.8977559Z 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:12:24.8977773Z 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:12:24.8977982Z 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:12:24.8978188Z 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:12:24.8978389Z 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:12:24.8978583Z 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:12:24.8978789Z 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:12:24.8979021Z 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:12:24.8979227Z 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:12:24.8979437Z 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:12:24.8979671Z 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:12:24.8979877Z 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:12:24.8980088Z 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:12:24.8980303Z 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:12:24.8980511Z 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:12:24.8980713Z 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:12:24.8980908Z 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:12:24.8981115Z 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:12:24.8981320Z 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:12:24.8981525Z 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:12:24.8981730Z 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:12:24.8981938Z 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:12:24.8982144Z 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:12:24.8982505Z 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:12:24.8982719Z 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:12:24.8982932Z 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:12:24.8983141Z 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:12:24.8983333Z 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:12:24.8983541Z 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:12:24.8983746Z 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:12:24.8983950Z 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:12:24.8984200Z 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:12:24.8984420Z 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:12:24.8984634Z 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:12:24.8984889Z 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:12:24.8985110Z 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:12:24.8985330Z 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:12:24.8985548Z 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:12:24.8985765Z 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:12:24.8985967Z 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:12:24.8986174Z 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:12:24.8986390Z 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:12:24.8986603Z 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:12:24.8986816Z 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:12:24.8987034Z 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:12:24.8987254Z 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:12:24.8987474Z 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:12:24.8987694Z 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:12:24.8987910Z 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:12:24.8988121Z 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:12:24.8988324Z 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:12:24.8988537Z 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:12:24.8988746Z 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:12:24.8988987Z 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:12:24.8989200Z 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:12:24.8989408Z 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:12:24.8989646Z 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:12:24.8989857Z 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:12:24.8990067Z 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:12:24.8990272Z 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:12:24.8990484Z 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:12:24.8990688Z 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:12:24.8990883Z 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:12:24.8991090Z 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:12:24.8991297Z 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:12:24.8991504Z 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:12:24.8991714Z 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:12:24.8991921Z 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:12:24.8992132Z 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:12:24.8992340Z 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:12:24.8992546Z 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:12:24.8992749Z 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:12:24.8992955Z 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:12:24.8993147Z 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:12:24.8993353Z 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:12:24.8993558Z 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:12:24.8993806Z 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:12:24.8994007Z 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:12:24.8994225Z 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:12:24.8994464Z 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:12:24.8994684Z 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:12:24.8994902Z 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:12:24.8995119Z 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:12:24.8995327Z 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:12:24.8995528Z 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:12:24.8995741Z 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:12:24.8995946Z 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:12:24.8996162Z 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:12:24.8996376Z 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:12:24.8996581Z 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:12:24.8996793Z 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:12:24.8997001Z 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:12:24.8997208Z 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:12:24.8997414Z 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:12:24.8997617Z 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:12:24.8997812Z 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:12:24.8998016Z 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:12:24.8998223Z 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:12:24.8998441Z 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:12:24.8998682Z 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:12:24.8998891Z 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:12:24.8999096Z 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:12:24.8999329Z 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:12:24.8999533Z 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:12:24.8999745Z 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:12:24.8999955Z 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:12:24.9000149Z 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:12:24.9000362Z 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:12:24.9000577Z 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:12:24.9000795Z 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:12:24.9001012Z 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:12:24.9001234Z 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:12:24.9001450Z 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:12:24.9001665Z 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:12:24.9001876Z 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:12:24.9002088Z 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:12:24.9002302Z 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:12:24.9002508Z 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:12:24.9002707Z 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:12:24.9002923Z 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:12:24.9003140Z 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:12:24.9003360Z 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:12:24.9003631Z 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:12:24.9003848Z 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:12:24.9004064Z 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:12:24.9004306Z 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:12:24.9004518Z 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:12:24.9004730Z 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:12:24.9004947Z 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:12:24.9005146Z 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:12:24.9005356Z 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:12:24.9005570Z 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:12:24.9005785Z 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:12:24.9005997Z 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:12:24.9006208Z 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:12:24.9006414Z 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:12:24.9006618Z 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:12:24.9006824Z 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:12:24.9007027Z 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:12:24.9007229Z 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:12:24.9007420Z 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:12:24.9007693Z 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:12:24.9007922Z 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:12:24.9008147Z 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:12:24.9008373Z 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:12:24.9008631Z 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:12:24.9008841Z 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:12:24.9009047Z 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:12:24.9009290Z 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:12:24.9009502Z 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:12:24.9009713Z 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:12:24.9009922Z 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:12:24.9010110Z 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:12:24.9010317Z 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:12:24.9010526Z 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:12:24.9010731Z 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:12:24.9010938Z 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:12:24.9011143Z 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:12:24.9011358Z 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:12:24.9011567Z 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:12:24.9011777Z 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:12:24.9011984Z 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:12:24.9012201Z 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:12:24.9012397Z 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:12:24.9012602Z 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:12:24.9012807Z 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:12:24.9013005Z 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:12:24.9013208Z 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:12:24.9013439Z 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:12:24.9013643Z 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:12:24.9013848Z 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:12:24.9014074Z 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:12:24.9014291Z 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:12:24.9014507Z 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:12:24.9014713Z 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:12:24.9014929Z 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:12:24.9015154Z 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:12:24.9015376Z 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:12:24.9015591Z 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:12:24.9015812Z 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:12:24.9016024Z 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:12:24.9016238Z 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:12:24.9016455Z 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:12:24.9016669Z 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:12:24.9016881Z 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:12:24.9017085Z 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:12:24.9017296Z 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:12:24.9017507Z 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:12:24.9017712Z 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:12:24.9017917Z 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:12:24.9018148Z 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:12:24.9018356Z 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:12:24.9018561Z 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:12:24.9018794Z 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:12:24.9019008Z 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:12:24.9019214Z 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:12:24.9019430Z 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:12:24.9019634Z 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:12:24.9019928Z 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:12:24.9020207Z 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:12:24.9020513Z 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:12:24.9020715Z 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:12:24.9020926Z 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:12:24.9021129Z 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:12:24.9021329Z 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:12:24.9021537Z 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:12:24.9021747Z 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:12:24.9021963Z 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:12:24.9022263Z 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:12:24.9022485Z 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:12:24.9022705Z 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:12:24.9022928Z 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:12:24.9023144Z 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:12:24.9023419Z 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:12:24.9023636Z 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:12:24.9023849Z 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:12:24.9024088Z 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:12:24.9024303Z 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:12:24.9024513Z 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:12:24.9024717Z 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:12:24.9024930Z 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:12:24.9025141Z 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:12:24.9025360Z 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:12:24.9025579Z 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:12:24.9025798Z 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:12:24.9026010Z 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:12:24.9026213Z 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:12:24.9026415Z 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:12:24.9026628Z 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:12:24.9026831Z 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:12:24.9027033Z 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:12:24.9027227Z 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:12:24.9027435Z 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:12:24.9027649Z 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:12:24.9027863Z 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:12:24.9028075Z 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:12:24.9028332Z 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:12:24.9028542Z 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:12:24.9028747Z 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:12:24.9028999Z 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:12:24.9029225Z 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:12:24.9029452Z 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:12:24.9029667Z 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:12:24.9029889Z 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:12:24.9030113Z 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:12:24.9030333Z 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:12:24.9030555Z 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:12:24.9030775Z 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:12:24.9030987Z 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:12:24.9031196Z 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:12:24.9031406Z 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:12:24.9031607Z 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:12:24.9031817Z 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:12:24.9032022Z 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:12:24.9032216Z 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:12:24.9032423Z 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:12:24.9032633Z 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:12:24.9032846Z 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:12:24.9033087Z 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:12:24.9033306Z 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:12:24.9033529Z 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:12:24.9033774Z 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:12:24.9033992Z 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:12:24.9034211Z 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:12:24.9034423Z 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:12:24.9034622Z 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:12:24.9034835Z 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:12:24.9035043Z 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:12:24.9035252Z 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:12:24.9035463Z 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:12:24.9035671Z 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:12:24.9035877Z 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:12:24.9036086Z 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:12:24.9036295Z 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:12:24.9036502Z 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:12:24.9036707Z 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:12:24.9036907Z 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:12:24.9037124Z 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:12:24.9037345Z 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:12:24.9037559Z 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:12:24.9037771Z 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:12:24.9038005Z 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:12:24.9038215Z 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:12:24.9038427Z 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:12:24.9038666Z 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:12:24.9038876Z 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:12:24.9039078Z 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:12:24.9039287Z 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:12:24.9039479Z 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:12:24.9039687Z 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:12:24.9039898Z 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:12:24.9040105Z 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:12:24.9040282Z test_nnc_correctness_view_as_complex_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.9040506Z 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:12:24.9040726Z 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:12:24.9040943Z 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:12:24.9041154Z 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:12:24.9041370Z 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:12:24.9041585Z 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:12:24.9041785Z 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:12:24.9041996Z 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:12:24.9042206Z 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:12:24.9042412Z 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:12:24.9042621Z 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:12:24.9042852Z 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:12:24.9043053Z 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:12:24.9043260Z 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:12:24.9043492Z 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:12:24.9043713Z 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:12:24.9043934Z 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:12:24.9044130Z 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:12:24.9044337Z 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:12:24.9044549Z 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:12:24.9044763Z 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:12:24.9044970Z 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:12:24.9045179Z 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:12:24.9045384Z 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:12:24.9045593Z 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:12:24.9045798Z 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:12:24.9046007Z 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:12:24.9046211Z 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:12:24.9046405Z 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:12:24.9046612Z 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:12:24.9046825Z 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:12:24.9047036Z 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:12:24.9047253Z 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:12:24.9047556Z 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:12:24.9047809Z 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:12:24.9048022Z 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:12:24.9048228Z 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:12:24.9048457Z 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:12:24.9048665Z 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:12:24.9048862Z 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:12:24.9049069Z 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:12:24.9049277Z 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:12:24.9049480Z 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:12:24.9049697Z 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:12:24.9049902Z 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:12:24.9050119Z 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:12:24.9050335Z 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:12:24.9050552Z 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:12:24.9050763Z 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:12:24.9050971Z 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:12:24.9051174Z 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:12:24.9051371Z 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:12:24.9051579Z 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:12:24.9051779Z 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:12:24.9051989Z 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:12:24.9052190Z 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:12:24.9052402Z 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:12:24.9052637Z 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:12:24.9052853Z 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:12:24.9053067Z 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:12:24.9053301Z 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:12:24.9053513Z 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:12:24.9053707Z 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:12:24.9053911Z 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:12:24.9054119Z 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:12:24.9054321Z 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:12:24.9054522Z 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:12:24.9054726Z 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:12:24.9054936Z 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:12:24.9055151Z 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:12:24.9055359Z 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:12:24.9055570Z 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:12:24.9055781Z 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:12:24.9055971Z 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:12:24.9056177Z 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:12:24.9056376Z 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:12:24.9056583Z 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:12:24.9056788Z 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:12:24.9056997Z 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:12:24.9057207Z 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:12:24.9057443Z 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:12:24.9057658Z 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:12:24.9057873Z 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:12:24.9058108Z 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:12:24.9058302Z 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:12:24.9058503Z 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:12:24.9058714Z 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:12:24.9058915Z 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:12:24.9059119Z 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:12:24.9059324Z 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:12:24.9059530Z 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:12:24.9059739Z 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:12:24.9059948Z 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:12:24.9060163Z 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:12:24.9060376Z 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:12:24.9060578Z 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:12:24.9060787Z 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:12:24.9060991Z 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:12:24.9061193Z 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:12:24.9061397Z 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:12:24.9061605Z 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:12:24.9061809Z 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:12:24.9062014Z 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:12:24.9062542Z 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:12:24.9062765Z 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:12:24.9062978Z 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:12:24.9063240Z 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:12:24.9063466Z 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:12:24.9063686Z 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:12:24.9063903Z 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:12:24.9064111Z 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:12:24.9064328Z 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:12:24.9064545Z 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:12:24.9064755Z 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:12:24.9064972Z 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:12:24.9065187Z 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:12:24.9065399Z 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:12:24.9065543Z test_unsupported_H_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9065675Z test_unsupported_T_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9065826Z test_unsupported___getitem___cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9065976Z test_unsupported___rpow___cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9066122Z test_unsupported___rsub___cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9066272Z test_unsupported_acosh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9066423Z test_unsupported_addbmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9066575Z test_unsupported_addcdiv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9066719Z test_unsupported_addmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9066852Z test_unsupported_addmv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9066997Z test_unsupported_addr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9067140Z test_unsupported_all_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9067289Z test_unsupported_allclose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9067433Z test_unsupported_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9067616Z test_unsupported_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9067767Z test_unsupported_aminmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9067911Z test_unsupported_angle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9068040Z test_unsupported_any_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9068186Z test_unsupported_arange_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9068331Z test_unsupported_argmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9068502Z test_unsupported_argmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9068652Z test_unsupported_argsort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9068801Z test_unsupported_argwhere_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9068954Z test_unsupported_as_strided_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9069117Z test_unsupported_as_strided_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9069248Z test_unsupported_asinh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9069393Z test_unsupported_atanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9069542Z test_unsupported_atleast_1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9069694Z test_unsupported_atleast_2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9069841Z test_unsupported_atleast_3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9069989Z test_unsupported_baddbmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9070138Z test_unsupported_bernoulli_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9070287Z test_unsupported_bfloat16_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9070421Z test_unsupported_block_diag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9070563Z test_unsupported_bmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9070721Z test_unsupported_broadcast_shapes_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9070882Z test_unsupported_broadcast_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9071034Z test_unsupported_broadcast_to_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9071186Z test_unsupported_bucketize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9071344Z test_unsupported_cartesian_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9071486Z test_unsupported_cat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9071635Z test_unsupported_cdist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9071766Z test_unsupported_chalf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9071916Z test_unsupported_cholesky_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9072074Z test_unsupported_cholesky_inverse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9072226Z test_unsupported_cholesky_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9072369Z test_unsupported_chunk_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9072521Z test_unsupported_clamp_max_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9072667Z test_unsupported_clamp_min_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9072809Z test_unsupported_clone_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9072976Z test_unsupported_column_stack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9073129Z test_unsupported_combinations_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9073276Z test_unsupported_complex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9073418Z test_unsupported_conj_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9073572Z test_unsupported_conj_physical_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9073729Z test_unsupported_constant_pad_nd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9073907Z test_unsupported_copysign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9074054Z test_unsupported_corrcoef_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9074195Z test_unsupported_count_nonzero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9074340Z test_unsupported_cov_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9074482Z test_unsupported_cross_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9074634Z test_unsupported_cummax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9074779Z test_unsupported_cummin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9074927Z test_unsupported_cumprod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9075071Z test_unsupported_cumsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9075241Z test_unsupported_cumulative_trapezoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9075391Z test_unsupported_deg2rad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9075521Z test_unsupported_diag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9075676Z test_unsupported_diag_embed_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9075822Z test_unsupported_diagflat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9075967Z test_unsupported_diagonal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9076124Z test_unsupported_diagonal_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9076265Z test_unsupported_diff_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9076416Z test_unsupported_digamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9076559Z test_unsupported_dist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9076688Z test_unsupported_dot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9076835Z test_unsupported_dsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9076983Z test_unsupported_dstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9077126Z test_unsupported_einsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9077271Z test_unsupported_empty_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9077422Z test_unsupported_empty_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9077566Z test_unsupported_equal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9077709Z test_unsupported_erfinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9077840Z test_unsupported_exp2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9077982Z test_unsupported_eye_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9078129Z test_unsupported_fft_fft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9078274Z test_unsupported_fft_fft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9078445Z test_unsupported_fft_fftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9078595Z test_unsupported_fft_fftshift_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9078745Z test_unsupported_fft_hfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9078891Z test_unsupported_fft_hfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9079025Z test_unsupported_fft_hfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9079221Z test_unsupported_fft_ifft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9079365Z test_unsupported_fft_ifft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9079509Z test_unsupported_fft_ifftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9079661Z test_unsupported_fft_ifftshift_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9079812Z test_unsupported_fft_ihfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9079959Z test_unsupported_fft_ihfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9080108Z test_unsupported_fft_ihfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9080238Z test_unsupported_fft_irfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9080385Z test_unsupported_fft_irfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9080530Z test_unsupported_fft_irfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9080673Z test_unsupported_fft_rfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9080818Z test_unsupported_fft_rfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9080967Z test_unsupported_fft_rfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9081132Z test_unsupported_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T10:12:24.9081280Z test_unsupported_flatten_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9081423Z test_unsupported_flip_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9081556Z test_unsupported_fliplr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9081702Z test_unsupported_flipud_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9081855Z test_unsupported_float_power_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9082007Z test_unsupported_floor_divide_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9082149Z test_unsupported_fmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9082289Z test_unsupported_fmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9082438Z test_unsupported_frexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9082586Z test_unsupported_full_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9082718Z test_unsupported_gather_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9082863Z test_unsupported_geqrf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9083012Z test_unsupported_gradient_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9083165Z test_unsupported_heaviside_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9083308Z test_unsupported_histc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9083456Z test_unsupported_histogram_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9083609Z test_unsupported_histogramdd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9083780Z test_unsupported_hsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9083911Z test_unsupported_hstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9084055Z test_unsupported_hypot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9084196Z test_unsupported_i0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9084340Z test_unsupported_igamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9084512Z test_unsupported_igammac_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9084663Z test_unsupported_index_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9084813Z test_unsupported_index_copy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9084959Z test_unsupported_index_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9085094Z test_unsupported_index_put_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9085248Z test_unsupported_index_reduce_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9085400Z test_unsupported_index_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9085543Z test_unsupported_inner_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9085690Z test_unsupported_isclose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9085839Z test_unsupported_isfinite_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9085982Z test_unsupported_isin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9086126Z test_unsupported_isinf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9086276Z test_unsupported_isneginf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9086412Z test_unsupported_isposinf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9086556Z test_unsupported_isreal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9086700Z test_unsupported_istft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9086894Z test_unsupported_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:12:24.9087094Z test_unsupported_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:12:24.9087279Z test_unsupported_jiterator_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:12:24.9087547Z test_unsupported_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:12:24.9087728Z test_unsupported_jiterator_unary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:12:24.9087875Z test_unsupported_kron_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9088012Z test_unsupported_kthvalue_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9088159Z test_unsupported_ldexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9088314Z test_unsupported_linalg_cholesky_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9088477Z test_unsupported_linalg_cholesky_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9088632Z test_unsupported_linalg_cond_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9088785Z test_unsupported_linalg_cross_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9088935Z test_unsupported_linalg_det_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9089134Z test_unsupported_linalg_det_singular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9089270Z test_unsupported_linalg_eig_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9089424Z test_unsupported_linalg_eigh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9089577Z test_unsupported_linalg_eigvals_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9089733Z test_unsupported_linalg_eigvalsh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9089940Z test_unsupported_linalg_householder_product_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9090090Z test_unsupported_linalg_inv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9090244Z test_unsupported_linalg_inv_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9090405Z test_unsupported_linalg_ldl_factor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9090571Z test_unsupported_linalg_ldl_factor_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9090714Z test_unsupported_linalg_ldl_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9090864Z test_unsupported_linalg_lstsq_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9091035Z test_unsupported_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9091184Z test_unsupported_linalg_lu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9091340Z test_unsupported_linalg_lu_factor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9091497Z test_unsupported_linalg_lu_factor_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9091655Z test_unsupported_linalg_lu_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9091818Z test_unsupported_linalg_matrix_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9091966Z test_unsupported_linalg_matrix_power_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9092124Z test_unsupported_linalg_matrix_rank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9092299Z test_unsupported_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9092454Z test_unsupported_linalg_multi_dot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9092608Z test_unsupported_linalg_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9092783Z test_unsupported_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9092933Z test_unsupported_linalg_pinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9093099Z test_unsupported_linalg_pinv_hermitian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9093328Z 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:12:24.9093464Z test_unsupported_linalg_qr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9093618Z test_unsupported_linalg_slogdet_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9093770Z test_unsupported_linalg_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9093925Z test_unsupported_linalg_solve_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9094091Z test_unsupported_linalg_solve_triangular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9094239Z test_unsupported_linalg_svd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9094393Z test_unsupported_linalg_svdvals_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9094577Z test_unsupported_linalg_tensorinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9094723Z test_unsupported_linalg_tensorsolve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9094877Z test_unsupported_linalg_vander_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9095026Z test_unsupported_linalg_vecdot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9095185Z test_unsupported_linalg_vector_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9095359Z test_unsupported_linspace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9095511Z test_unsupported_log_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9095668Z test_unsupported_log_softmax_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9095825Z test_unsupported_logaddexp2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9095976Z test_unsupported_logaddexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9096118Z test_unsupported_logcumsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9096263Z test_unsupported_logdet_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9096414Z test_unsupported_logical_and_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9096567Z test_unsupported_logical_not_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9096717Z test_unsupported_logical_or_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9096865Z test_unsupported_logical_xor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9097012Z test_unsupported_logit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9097165Z test_unsupported_logspace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9097303Z test_unsupported_logsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9097444Z test_unsupported_lu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9097590Z test_unsupported_lu_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9097738Z test_unsupported_lu_unpack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9097877Z test_unsupported_mH_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9098018Z test_unsupported_mT_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9098169Z test_unsupported_masked_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9098321Z test_unsupported_masked_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9098463Z test_unsupported_masked_argmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9098617Z test_unsupported_masked_argmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9098773Z test_unsupported_masked_cumprod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9098927Z test_unsupported_masked_cumsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9099085Z test_unsupported_masked_log_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9099245Z test_unsupported_masked_logaddexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9099403Z test_unsupported_masked_logsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9099555Z test_unsupported_masked_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9099708Z test_unsupported_masked_median_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9099883Z test_unsupported_masked_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9100039Z test_unsupported_masked_normalize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9100188Z test_unsupported_masked_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9100341Z test_unsupported_masked_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9100493Z test_unsupported_masked_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9100671Z test_unsupported_masked_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9100824Z test_unsupported_masked_softmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9100974Z test_unsupported_masked_std_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9101108Z test_unsupported_masked_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9101255Z test_unsupported_masked_var_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9101403Z test_unsupported_matrix_exp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9101564Z test_unsupported_max_reduction_no_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9101729Z test_unsupported_max_reduction_with_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9101879Z test_unsupported_maximum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9102027Z test_unsupported_median_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9102293Z test_unsupported_meshgrid_list_of_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9102467Z test_unsupported_meshgrid_variadic_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9102616Z test_unsupported_min_reduction_no_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9102777Z test_unsupported_min_reduction_with_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9102924Z test_unsupported_minimum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9103067Z test_unsupported_mode_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9103213Z test_unsupported_movedim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9103358Z test_unsupported_msort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9103510Z test_unsupported_multinomial_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9103651Z test_unsupported_mv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9103803Z test_unsupported_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9103969Z test_unsupported_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9104131Z test_unsupported_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9104281Z test_unsupported_nan_to_num_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9104427Z test_unsupported_nanmean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9104577Z test_unsupported_nanmedian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9104733Z test_unsupported_nanquantile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9104879Z test_unsupported_nansum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9105033Z test_unsupported_narrow_copy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9105162Z test_unsupported_narrow_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9105368Z test_unsupported_native_batch_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9105524Z test_unsupported_native_layer_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9105670Z test_unsupported_new_empty_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9105829Z test_unsupported_new_empty_strided_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9105974Z test_unsupported_new_full_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9106152Z test_unsupported_new_ones_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9106303Z test_unsupported_new_zeros_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9106437Z test_unsupported_nextafter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9106633Z test_unsupported_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9106813Z test_unsupported_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9106991Z test_unsupported_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9107169Z test_unsupported_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9107347Z test_unsupported_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9107523Z test_unsupported_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9107697Z test_unsupported_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9107866Z test_unsupported_nn_functional_avg_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9108021Z test_unsupported_nn_functional_avg_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9108185Z test_unsupported_nn_functional_avg_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9108345Z test_unsupported_nn_functional_batch_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9108511Z test_unsupported_nn_functional_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9108691Z test_unsupported_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9108882Z test_unsupported_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9109042Z test_unsupported_nn_functional_celu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9109203Z test_unsupported_nn_functional_conv1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9109368Z test_unsupported_nn_functional_conv2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9109529Z test_unsupported_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9109701Z test_unsupported_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9109875Z test_unsupported_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9110055Z test_unsupported_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9110229Z test_unsupported_nn_functional_cosine_similarity_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9110400Z test_unsupported_nn_functional_cross_entropy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9110592Z test_unsupported_nn_functional_ctc_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9110759Z test_unsupported_nn_functional_dropout2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9110923Z test_unsupported_nn_functional_dropout3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9111076Z test_unsupported_nn_functional_dropout_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9111232Z test_unsupported_nn_functional_elu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9111431Z test_unsupported_nn_functional_embedding_bag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9111599Z test_unsupported_nn_functional_embedding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9111793Z test_unsupported_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9111992Z test_unsupported_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9112176Z test_unsupported_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9112354Z test_unsupported_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9112528Z test_unsupported_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9112675Z test_unsupported_nn_functional_gelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9112833Z test_unsupported_nn_functional_glu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9113001Z test_unsupported_nn_functional_grid_sample_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9113165Z test_unsupported_nn_functional_group_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9113344Z test_unsupported_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9113509Z test_unsupported_nn_functional_huber_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9113678Z test_unsupported_nn_functional_instance_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9113851Z test_unsupported_nn_functional_interpolate_area_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9114032Z test_unsupported_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9114199Z test_unsupported_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9114376Z test_unsupported_nn_functional_interpolate_linear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9114556Z test_unsupported_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9114735Z test_unsupported_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9114895Z test_unsupported_nn_functional_kl_div_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9115057Z test_unsupported_nn_functional_l1_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9115222Z test_unsupported_nn_functional_layer_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9115386Z test_unsupported_nn_functional_linear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9115560Z test_unsupported_nn_functional_local_response_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9115713Z test_unsupported_nn_functional_logsigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9115917Z test_unsupported_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9116084Z test_unsupported_nn_functional_max_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9116248Z test_unsupported_nn_functional_max_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9116411Z test_unsupported_nn_functional_max_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9116581Z test_unsupported_nn_functional_max_unpool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9116781Z test_unsupported_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9116950Z test_unsupported_nn_functional_max_unpool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9117126Z test_unsupported_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9117284Z test_unsupported_nn_functional_max_unpool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9117457Z test_unsupported_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9117617Z test_unsupported_nn_functional_mish_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9117782Z test_unsupported_nn_functional_mse_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9117955Z test_unsupported_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9118133Z test_unsupported_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9118316Z test_unsupported_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9118478Z test_unsupported_nn_functional_nll_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9118650Z test_unsupported_nn_functional_normalize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9118808Z test_unsupported_nn_functional_pad_circular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9118975Z test_unsupported_nn_functional_pad_constant_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9119143Z test_unsupported_nn_functional_pad_reflect_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9119315Z test_unsupported_nn_functional_pad_replicate_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9119489Z test_unsupported_nn_functional_pairwise_distance_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9119650Z test_unsupported_nn_functional_pdist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9119822Z test_unsupported_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9119999Z test_unsupported_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9120173Z test_unsupported_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9120319Z test_unsupported_nn_functional_prelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9120476Z test_unsupported_nn_functional_rrelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9120638Z test_unsupported_nn_functional_selu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9120797Z test_unsupported_nn_functional_silu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9120988Z test_unsupported_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9121263Z test_unsupported_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9121428Z test_unsupported_nn_functional_softmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9121604Z test_unsupported_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9121757Z test_unsupported_nn_functional_softshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9121932Z test_unsupported_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9122155Z test_unsupported_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9122320Z test_unsupported_nn_functional_unfold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9122496Z test_unsupported_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9122672Z test_unsupported_nn_functional_upsample_nearest_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9122821Z test_unsupported_nonzero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9122967Z test_unsupported_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9123116Z test_unsupported_norm_fro_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9123247Z test_unsupported_norm_inf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9123393Z test_unsupported_norm_nuc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9123539Z test_unsupported_normal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9123698Z test_unsupported_normal_number_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9123842Z test_unsupported_ones_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9123993Z test_unsupported_ones_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9124137Z test_unsupported_ormqr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9124282Z test_unsupported_outer_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9124422Z test_unsupported_pca_lowrank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9124571Z test_unsupported_pinverse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9124714Z test_unsupported_polar_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9124882Z test_unsupported_polygamma_polygamma_n_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9125050Z test_unsupported_polygamma_polygamma_n_1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9125210Z test_unsupported_polygamma_polygamma_n_2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9125371Z test_unsupported_polygamma_polygamma_n_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9125527Z test_unsupported_polygamma_polygamma_n_4_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9125676Z test_unsupported_positive_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9125809Z test_unsupported_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9125955Z test_unsupported_put_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9126097Z test_unsupported_qr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9126242Z test_unsupported_quantile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9126391Z test_unsupported_rad2deg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9126580Z test_unsupported_rand_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9126731Z test_unsupported_randint_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9126875Z test_unsupported_randn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9127012Z test_unsupported_randn_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9127157Z test_unsupported_ravel_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9127299Z test_unsupported_real_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9127543Z test_unsupported_renorm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9127691Z test_unsupported_repeat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9127852Z test_unsupported_repeat_interleave_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9128001Z test_unsupported_resize__cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9128152Z test_unsupported_resize_as__cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9128289Z test_unsupported_resolve_conj_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9128441Z test_unsupported_resolve_neg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9128586Z test_unsupported_roll_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9128733Z test_unsupported_rot90_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9128890Z test_unsupported_round_decimals_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9129046Z test_unsupported_round_decimals_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9129208Z test_unsupported_round_decimals_neg_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9129362Z test_unsupported_scatter_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9129510Z test_unsupported_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9129656Z test_unsupported_scatter_reduce_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9129816Z test_unsupported_scatter_reduce_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9129976Z test_unsupported_scatter_reduce_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9130137Z test_unsupported_scatter_reduce_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9130296Z test_unsupported_scatter_reduce_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9130450Z test_unsupported_searchsorted_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9130615Z test_unsupported_segment_reduce_lengths_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9130781Z test_unsupported_segment_reduce_offsets_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9130914Z test_unsupported_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9131067Z test_unsupported_select_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9131210Z test_unsupported_sgn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9131355Z test_unsupported_signbit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9131499Z test_unsupported_sinc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9131644Z test_unsupported_slice_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9131798Z test_unsupported_slice_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9131946Z test_unsupported_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9132134Z test_unsupported_softmax_with_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9132265Z test_unsupported_sort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9132428Z test_unsupported_sparse_sampled_addmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9132583Z test_unsupported_special_airy_ai_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9132742Z test_unsupported_special_bessel_j0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9132926Z test_unsupported_special_bessel_j1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9133082Z test_unsupported_special_bessel_y0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9133239Z test_unsupported_special_bessel_y1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9133432Z test_unsupported_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.9133607Z test_unsupported_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.9133788Z test_unsupported_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.9133978Z test_unsupported_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.9134134Z test_unsupported_special_entr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9134288Z test_unsupported_special_erfcx_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9134477Z test_unsupported_special_hermite_polynomial_h_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.9134664Z test_unsupported_special_hermite_polynomial_he_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.9134818Z test_unsupported_special_i0e_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9134971Z test_unsupported_special_i1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9135107Z test_unsupported_special_i1e_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9135296Z test_unsupported_special_laguerre_polynomial_l_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.9135484Z test_unsupported_special_legendre_polynomial_p_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.9135641Z test_unsupported_special_log_ndtr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9135810Z test_unsupported_special_modified_bessel_i0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9135977Z test_unsupported_special_modified_bessel_i1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9136140Z test_unsupported_special_modified_bessel_k0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9136303Z test_unsupported_special_modified_bessel_k1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9136455Z test_unsupported_special_ndtr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9136599Z test_unsupported_special_ndtri_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9136789Z test_unsupported_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9136966Z test_unsupported_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9137143Z test_unsupported_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9137382Z test_unsupported_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.9137579Z test_unsupported_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.9137771Z test_unsupported_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.9137965Z test_unsupported_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:12:24.9138164Z test_unsupported_special_spherical_bessel_j0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9138325Z test_unsupported_special_xlog1py_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9138465Z test_unsupported_special_zeta_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9138610Z test_unsupported_split_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9138767Z test_unsupported_split_list_args_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9138922Z test_unsupported_split_with_sizes_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9139067Z test_unsupported_square_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9139215Z test_unsupported_squeeze_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9139361Z test_unsupported_stack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9139505Z test_unsupported_std_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9139641Z test_unsupported_std_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9139786Z test_unsupported_stft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9139938Z test_unsupported_sum_to_size_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9140082Z test_unsupported_svd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9140229Z test_unsupported_svd_lowrank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9140373Z test_unsupported_symeig_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9140525Z test_unsupported_take_along_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9140667Z test_unsupported_take_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9140807Z test_unsupported_tensor_split_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9140957Z test_unsupported_tensordot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9141097Z test_unsupported_tile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9141238Z test_unsupported_to_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9141387Z test_unsupported_to_sparse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9141527Z test_unsupported_topk_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9141674Z test_unsupported_trace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9141825Z test_unsupported_trapezoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9141958Z test_unsupported_trapz_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9142116Z test_unsupported_triangular_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9142421Z test_unsupported_tril_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9142569Z test_unsupported_triu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9142716Z test_unsupported_unbind_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9142932Z test_unsupported_unflatten_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9143076Z test_unsupported_unfold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9143224Z test_unsupported_uniform_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9143370Z test_unsupported_unique_consecutive_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9143513Z test_unsupported_unique_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9143690Z test_unsupported_var_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9143841Z test_unsupported_var_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9143985Z test_unsupported_vdot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9144140Z test_unsupported_view_as_complex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9144289Z test_unsupported_vsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9144435Z test_unsupported_vstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9144579Z test_unsupported_xlogy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9144710Z test_unsupported_zero__cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9144856Z test_unsupported_zeros_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9145004Z test_unsupported_zeros_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:12:24.9145147Z test_working___radd___cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.437s) 2022-12-01T10:12:24.9145289Z test_working___rdiv___cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.415s) 2022-12-01T10:12:24.9145424Z test_working___rmod___cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.467s) 2022-12-01T10:12:24.9145560Z test_working___rmul___cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.406s) 2022-12-01T10:12:24.9145696Z test_working_abs_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.050s) 2022-12-01T10:12:24.9145819Z test_working_acos_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.073s) 2022-12-01T10:12:24.9145955Z test_working_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.473s) 2022-12-01T10:12:24.9146098Z test_working_addcmul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.446s) 2022-12-01T10:12:24.9146251Z test_working_addmm_decomposed_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.093s) 2022-12-01T10:12:24.9146391Z test_working_asin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.034s) 2022-12-01T10:12:24.9146530Z test_working_atan2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.409s) 2022-12-01T10:12:24.9146664Z test_working_atan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.034s) 2022-12-01T10:12:24.9146799Z test_working_bool_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.335s) 2022-12-01T10:12:24.9146922Z test_working_byte_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.334s) 2022-12-01T10:12:24.9147057Z test_working_ceil_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.045s) 2022-12-01T10:12:24.9147190Z test_working_char_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.331s) 2022-12-01T10:12:24.9147327Z test_working_clamp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.430s) 2022-12-01T10:12:24.9147473Z test_working_contiguous_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.106s) 2022-12-01T10:12:24.9147609Z test_working_cos_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.074s) 2022-12-01T10:12:24.9147743Z test_working_cosh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.073s) 2022-12-01T10:12:24.9147918Z test_working_div_floor_rounding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:12:24.9148060Z test_working_div_no_rounding_mode_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.391s) 2022-12-01T10:12:24.9148261Z test_working_div_trunc_rounding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:12:24.9148400Z test_working_double_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.332s) 2022-12-01T10:12:24.9148535Z test_working_eq_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.459s) 2022-12-01T10:12:24.9148669Z test_working_erf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.034s) 2022-12-01T10:12:24.9148802Z test_working_erfc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.074s) 2022-12-01T10:12:24.9148936Z test_working_exp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.075s) 2022-12-01T10:12:24.9149106Z test_working_expand_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.088s) 2022-12-01T10:12:24.9149235Z test_working_expand_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.320s) 2022-12-01T10:12:24.9149376Z test_working_expm1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.034s) 2022-12-01T10:12:24.9149513Z test_working_float_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.335s) 2022-12-01T10:12:24.9149649Z test_working_floor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.045s) 2022-12-01T10:12:24.9149782Z test_working_fmod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.415s) 2022-12-01T10:12:24.9149914Z test_working_ge_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.424s) 2022-12-01T10:12:24.9150047Z test_working_gt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.423s) 2022-12-01T10:12:24.9150183Z test_working_half_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.339s) 2022-12-01T10:12:24.9150307Z test_working_int_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.334s) 2022-12-01T10:12:24.9150445Z test_working_isnan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.038s) 2022-12-01T10:12:24.9150580Z test_working_le_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.428s) 2022-12-01T10:12:24.9150715Z test_working_lerp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.616s) 2022-12-01T10:12:24.9150856Z test_working_lgamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.074s) 2022-12-01T10:12:24.9150994Z test_working_log10_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.074s) 2022-12-01T10:12:24.9151130Z test_working_log1p_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.034s) 2022-12-01T10:12:24.9151265Z test_working_log2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.074s) 2022-12-01T10:12:24.9151387Z test_working_log_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.074s) 2022-12-01T10:12:24.9151522Z test_working_long_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.338s) 2022-12-01T10:12:24.9151659Z test_working_lt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.422s) 2022-12-01T10:12:24.9151803Z test_working_masked_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.385s) 2022-12-01T10:12:24.9151947Z test_working_max_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.484s) 2022-12-01T10:12:24.9152080Z test_working_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.535s) 2022-12-01T10:12:24.9152224Z test_working_min_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.479s) 2022-12-01T10:12:24.9152357Z test_working_mm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.112s) 2022-12-01T10:12:24.9152479Z test_working_mul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.406s) 2022-12-01T10:12:24.9152612Z test_working_ne_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.417s) 2022-12-01T10:12:24.9152746Z test_working_neg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.051s) 2022-12-01T10:12:24.9152908Z test_working_nn_functional_hardshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.179s) 2022-12-01T10:12:24.9153077Z test_working_nn_functional_hardsigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.078s) 2022-12-01T10:12:24.9153239Z test_working_nn_functional_hardswish_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.162s) 2022-12-01T10:12:24.9153396Z test_working_nn_functional_hardtanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.185s) 2022-12-01T10:12:24.9153585Z test_working_nn_functional_leaky_relu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.417s) 2022-12-01T10:12:24.9153739Z test_working_nn_functional_relu6_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.075s) 2022-12-01T10:12:24.9153879Z test_working_nn_functional_relu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.141s) 2022-12-01T10:12:24.9154036Z test_working_nn_functional_softplus_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.079s) 2022-12-01T10:12:24.9154191Z test_working_nn_functional_softsign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.077s) 2022-12-01T10:12:24.9154374Z test_working_nn_functional_tanhshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.074s) 2022-12-01T10:12:24.9154535Z test_working_nn_functional_threshold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.150s) 2022-12-01T10:12:24.9154677Z test_working_permute_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.119s) 2022-12-01T10:12:24.9154817Z test_working_pow_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.402s) 2022-12-01T10:12:24.9154960Z test_working_reciprocal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.071s) 2022-12-01T10:12:24.9155091Z test_working_remainder_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.454s) 2022-12-01T10:12:24.9155231Z test_working_reshape_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.146s) 2022-12-01T10:12:24.9155371Z test_working_reshape_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.269s) 2022-12-01T10:12:24.9155509Z test_working_round_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.033s) 2022-12-01T10:12:24.9155647Z test_working_rsqrt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.070s) 2022-12-01T10:12:24.9155783Z test_working_rsub_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.471s) 2022-12-01T10:12:24.9155921Z test_working_short_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.331s) 2022-12-01T10:12:24.9156062Z test_working_sigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.074s) 2022-12-01T10:12:24.9156188Z test_working_sign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.036s) 2022-12-01T10:12:24.9156322Z test_working_sin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.034s) 2022-12-01T10:12:24.9156456Z test_working_sinh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.033s) 2022-12-01T10:12:24.9156590Z test_working_sqrt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.044s) 2022-12-01T10:12:24.9156725Z test_working_sub_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.475s) 2022-12-01T10:12:24.9156859Z test_working_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.536s) 2022-12-01T10:12:24.9156995Z test_working_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.074s) 2022-12-01T10:12:24.9157130Z test_working_tan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.034s) 2022-12-01T10:12:24.9157252Z test_working_tanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.034s) 2022-12-01T10:12:24.9157397Z test_working_transpose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.248s) 2022-12-01T10:12:24.9157544Z test_working_true_divide_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.399s) 2022-12-01T10:12:24.9157682Z test_working_trunc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.044s) 2022-12-01T10:12:24.9157823Z test_working_unsqueeze_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.274s) 2022-12-01T10:12:24.9157962Z test_working_view_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.147s) 2022-12-01T10:12:24.9158096Z test_working_view_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.272s) 2022-12-01T10:12:24.9158235Z test_working_where_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.386s) 2022-12-01T10:12:24.9158343Z test_abs (__main__.TestTEFuserDynamic) ... ok (0.303s) 2022-12-01T10:12:24.9158482Z test_adaptive_avg_pool2d (__main__.TestTEFuserDynamic) ... ok (0.064s) 2022-12-01T10:12:24.9158608Z test_add_bool (__main__.TestTEFuserDynamic) ... ok (0.276s) 2022-12-01T10:12:24.9158732Z test_addcmul (__main__.TestTEFuserDynamic) ... ok (0.091s) 2022-12-01T10:12:24.9158940Z test_arg_configurations_smoke (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.001s) 2022-12-01T10:12:24.9159323Z test_autocast_down (__main__.TestTEFuserDynamic) ... skip: half-precision NNC fusion requires CUDA (0.001s) 2022-12-01T10:12:24.9159592Z test_autocast_up (__main__.TestTEFuserDynamic) ... skip: half-precision NNC fusion requires CUDA (0.000s) 2022-12-01T10:12:24.9160318Z 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:12:24.9160419Z warnings.warn(msg, FutureWarning) 2022-12-01T10:12:24.9160474Z ok (0.693s) 2022-12-01T10:12:24.9160608Z test_binary_div_ops (__main__.TestTEFuserDynamic) ... ok (2.445s) 2022-12-01T10:12:24.9160737Z test_binary_ops (__main__.TestTEFuserDynamic) ... ok (8.800s) 2022-12-01T10:12:24.9160862Z test_binary_pow (__main__.TestTEFuserDynamic) ... ok (0.820s) 2022-12-01T10:12:24.9160997Z test_binary_scalar_ops (__main__.TestTEFuserDynamic) ... ok (1.035s) 2022-12-01T10:12:24.9161210Z 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:12:24.9161337Z test_bitwise_ops (__main__.TestTEFuserDynamic) ... ok (1.921s) 2022-12-01T10:12:24.9161464Z test_broadcast (__main__.TestTEFuserDynamic) ... ok (0.229s) 2022-12-01T10:12:24.9161577Z test_cat_2k_args (__main__.TestTEFuserDynamic) ... ok (0.630s) 2022-12-01T10:12:24.9161707Z test_cat_graph_opt (__main__.TestTEFuserDynamic) ... ok (0.779s) 2022-12-01T10:12:24.9161880Z test_channels_last_dims_dynamic (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-12-01T10:12:24.9162013Z test_checks_cat_inputs (__main__.TestTEFuserDynamic) ... ok (0.455s) 2022-12-01T10:12:24.9162169Z test_chunk (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.001s) 2022-12-01T10:12:24.9162340Z test_chunk_correctness (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.002s) 2022-12-01T10:12:24.9162508Z test_chunk_distributes (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.001s) 2022-12-01T10:12:24.9162699Z test_chunk_motion_deduplicates_inputs (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.001s) 2022-12-01T10:12:24.9162850Z test_chunk_mul_one (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.001s) 2022-12-01T10:12:24.9163015Z test_chunk_multiple (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.001s) 2022-12-01T10:12:24.9163137Z test_clamp (__main__.TestTEFuserDynamic) ... ok (3.509s) 2022-12-01T10:12:24.9163266Z test_clamp_double (__main__.TestTEFuserDynamic) ... ok (0.138s) 2022-12-01T10:12:24.9163394Z test_clamp_int (__main__.TestTEFuserDynamic) ... ok (0.133s) 2022-12-01T10:12:24.9163528Z test_comparison_eq_ne (__main__.TestTEFuserDynamic) ... ok (0.285s) 2022-12-01T10:12:24.9163657Z test_comparison_ge_le (__main__.TestTEFuserDynamic) ... ok (0.285s) 2022-12-01T10:12:24.9163790Z test_comparison_gt_lt (__main__.TestTEFuserDynamic) ... ok (0.285s) 2022-12-01T10:12:24.9163913Z test_concat (__main__.TestTEFuserDynamic) ... ok (0.561s) 2022-12-01T10:12:24.9164032Z test_concat_invariant (__main__.TestTEFuserDynamic) ... ok (0.764s) 2022-12-01T10:12:24.9164217Z test_constant_chunk_shapes (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.002s) 2022-12-01T10:12:24.9164461Z test_conv2d (__main__.TestTEFuserDynamic) ... skip: don't run conv with dynamic shapes (0.001s) 2022-12-01T10:12:24.9164722Z test_conv2d_depthwise (__main__.TestTEFuserDynamic) ... skip: don't run conv with dynamic shapes (0.001s) 2022-12-01T10:12:24.9164874Z test_cuda_half (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-12-01T10:12:24.9165049Z test_dims (__main__.TestTEFuserDynamic) ... ok (0.127s) 2022-12-01T10:12:24.9165175Z test_disabled (__main__.TestTEFuserDynamic) ... ok (0.006s) 2022-12-01T10:12:24.9165298Z test_div_bool (__main__.TestTEFuserDynamic) ... ok (0.134s) 2022-12-01T10:12:24.9165413Z test_dynamic_cat (__main__.TestTEFuserDynamic) ... ok (0.009s) 2022-12-01T10:12:24.9165545Z test_dynamic_shapes (__main__.TestTEFuserDynamic) ... ok (2.027s) 2022-12-01T10:12:24.9165682Z test_eq_unsqueeze_type_as (__main__.TestTEFuserDynamic) ... ok (0.303s) 2022-12-01T10:12:24.9165827Z test_erf (__main__.TestTEFuserDynamic) ... ok (0.001s) 2022-12-01T10:12:24.9165976Z test_exhaust_specializations (__main__.TestTEFuserDynamic) ... ok (0.028s) 2022-12-01T10:12:24.9166094Z test_exp (__main__.TestTEFuserDynamic) ... ok (0.089s) 2022-12-01T10:12:24.9166263Z test_fusion_reuse_multi_gpu (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-12-01T10:12:24.9166371Z test_gelu (__main__.TestTEFuserDynamic) ... ok (0.003s) 2022-12-01T10:12:24.9166512Z test_hardsigmoid_fwd_bwd (__main__.TestTEFuserDynamic) ... ok (0.266s) 2022-12-01T10:12:24.9166647Z test_hardswish_fwd_bwd (__main__.TestTEFuserDynamic) ... ok (0.293s) 2022-12-01T10:12:24.9166792Z test_inlined_optimized_graph (__main__.TestTEFuserDynamic) ... ok (0.407s) 2022-12-01T10:12:24.9166912Z test_isnan (__main__.TestTEFuserDynamic) ... ok (0.675s) 2022-12-01T10:12:24.9167082Z test_kernel_cache_multi_gpu (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-12-01T10:12:24.9167203Z test_lerp (__main__.TestTEFuserDynamic) ... ok (0.327s) 2022-12-01T10:12:24.9167595Z test_list_ops (__main__.TestTEFuserDynamic) ... skip: FIXME: fuser doesn't include ListConstruct nodes to the group causing a failure (0.001s) 2022-12-01T10:12:24.9167702Z test_lstm (__main__.TestTEFuserDynamic) ... ok (0.758s) 2022-12-01T10:12:24.9167830Z test_lstm_concat (__main__.TestTEFuserDynamic) ... ok (0.301s) 2022-12-01T10:12:24.9167978Z test_lstm_gates_permutations (__main__.TestTEFuserDynamic) ... ok (11.314s) 2022-12-01T10:12:24.9168104Z test_lstm_traced (__main__.TestTEFuserDynamic) ... ok (0.438s) 2022-12-01T10:12:24.9168261Z test_masked_fill (__main__.TestTEFuserDynamic) ... skip: Temporarily disabled (0.001s) 2022-12-01T10:12:24.9168501Z test_matmul (__main__.TestTEFuserDynamic) ... skip: don't run conv with dynamic shapes (0.002s) 2022-12-01T10:12:24.9168739Z test_milstm (__main__.TestTEFuserDynamic) ... skip: don't run conv with dynamic shapes (0.001s) 2022-12-01T10:12:24.9168865Z test_minmax (__main__.TestTEFuserDynamic) ... ok (1.150s) 2022-12-01T10:12:24.9168985Z test_minmax_int_ops (__main__.TestTEFuserDynamic) ... ok (0.824s) 2022-12-01T10:12:24.9169107Z test_mul_bool (__main__.TestTEFuserDynamic) ... ok (0.169s) 2022-12-01T10:12:24.9169230Z test_neg_pow (__main__.TestTEFuserDynamic) ... ok (0.141s) 2022-12-01T10:12:24.9169473Z test_nonzero_device_cuda (__main__.TestTEFuserDynamic) ... skip: needs non-zero device (0.001s) 2022-12-01T10:12:24.9169594Z test_nop (__main__.TestTEFuserDynamic) ... ok (0.001s) 2022-12-01T10:12:24.9169925Z test_profiler (__main__.TestTEFuserDynamic) ... STAGE:2022-12-01 10:11:30 1429:1429 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:12:24.9170180Z STAGE:2022-12-01 10:11:30 1429:1429 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:12:24.9170250Z ok (0.075s) 2022-12-01T10:12:24.9170404Z test_rand_broadcast_cuda (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-12-01T10:12:24.9170557Z test_rand_cuda (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-12-01T10:12:24.9170713Z test_rand_diamond (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-12-01T10:12:24.9170831Z test_relu (__main__.TestTEFuserDynamic) ... ok (0.140s) 2022-12-01T10:12:24.9170955Z test_relu_fwd_bwd (__main__.TestTEFuserDynamic) ... ok (0.151s) 2022-12-01T10:12:24.9171136Z test_remove_output_used_only_in_size (__main__.TestTEFuserDynamic) ... ok (0.030s) 2022-12-01T10:12:24.9171257Z test_scalar (__main__.TestTEFuserDynamic) ... ok (0.051s) 2022-12-01T10:12:24.9171381Z test_scalar_arg (__main__.TestTEFuserDynamic) ... ok (0.505s) 2022-12-01T10:12:24.9171502Z test_scalar_only_inputs (__main__.TestTEFuserDynamic) ... ok (0.047s) 2022-12-01T10:12:24.9171635Z test_skip_grad_in_check (__main__.TestTEFuserDynamic) ... ok (0.157s) 2022-12-01T10:12:24.9171764Z test_small_constant (__main__.TestTEFuserDynamic) ... ok (0.295s) 2022-12-01T10:12:24.9171910Z test_sub_gt_and (__main__.TestTEFuserDynamic) ... ok (0.181s) 2022-12-01T10:12:24.9172032Z test_sum_dim (__main__.TestTEFuserDynamic) ... ok (0.273s) 2022-12-01T10:12:24.9172162Z test_sum_keepdim_cast (__main__.TestTEFuserDynamic) ... ok (0.139s) 2022-12-01T10:12:24.9172285Z test_sum_simple (__main__.TestTEFuserDynamic) ... ok (0.090s) 2022-12-01T10:12:24.9172408Z test_superslomo (__main__.TestTEFuserDynamic) ... ok (1.382s) 2022-12-01T10:12:24.9172533Z test_tensor_scalar_ops (__main__.TestTEFuserDynamic) ... ok (0.714s) 2022-12-01T10:12:24.9172663Z test_ternary_norm_ops (__main__.TestTEFuserDynamic) ... ok (0.566s) 2022-12-01T10:12:24.9172789Z test_ternary_ops (__main__.TestTEFuserDynamic) ... ok (0.719s) 2022-12-01T10:12:24.9172912Z test_threshold (__main__.TestTEFuserDynamic) ... ok (0.210s) 2022-12-01T10:12:24.9173033Z test_to_device (__main__.TestTEFuserDynamic) ... ok (0.148s) 2022-12-01T10:12:24.9173155Z test_to_dtype (__main__.TestTEFuserDynamic) ... ok (0.385s) 2022-12-01T10:12:24.9173278Z test_torch_to (__main__.TestTEFuserDynamic) ... ok (3.923s) 2022-12-01T10:12:24.9173402Z test_type_as_cat (__main__.TestTEFuserDynamic) ... ok (2.203s) 2022-12-01T10:12:24.9173514Z test_typecheck (__main__.TestTEFuserDynamic) ... ok (0.052s) 2022-12-01T10:12:24.9173710Z test_unary_ops (__main__.TestTEFuserDynamic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.9173837Z test_unrolled_cat (__main__.TestTEFuserDynamic) ... ok (0.012s) 2022-12-01T10:12:24.9173983Z test_unsqueeze_size_calculation (__main__.TestTEFuserDynamic) ... ok (0.349s) 2022-12-01T10:12:24.9174115Z test_unsqueeze_var_dim (__main__.TestTEFuserDynamic) ... ok (0.358s) 2022-12-01T10:12:24.9174718Z test_unsupported_dtypes (__main__.TestTEFuserDynamic) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:12:24.9174799Z r = func(*args, **kwargs) 2022-12-01T10:12:24.9174865Z ok (0.042s) 2022-12-01T10:12:24.9174988Z test_where_and_typing (__main__.TestTEFuserDynamic) ... ok (0.373s) 2022-12-01T10:12:24.9175111Z test_where_ops (__main__.TestTEFuserDynamic) ... ok (2.691s) 2022-12-01T10:12:24.9175454Z 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:12:24.9175565Z warnings.warn("Only works in script mode") 2022-12-01T10:12:24.9175631Z ok (0.171s) 2022-12-01T10:12:24.9175769Z test_zero_element_tensors (__main__.TestTEFuserDynamic) ... ok (0.092s) 2022-12-01T10:12:24.9175880Z test_abs (__main__.TestTEFuserStatic) ... ok (0.052s) 2022-12-01T10:12:24.9176016Z test_adaptive_avg_pool2d (__main__.TestTEFuserStatic) ... ok (0.104s) 2022-12-01T10:12:24.9176126Z test_add_bool (__main__.TestTEFuserStatic) ... ok (0.138s) 2022-12-01T10:12:24.9176248Z test_addcmul (__main__.TestTEFuserStatic) ... ok (0.058s) 2022-12-01T10:12:24.9176390Z test_arg_configurations_smoke (__main__.TestTEFuserStatic) ... ok (0.042s) 2022-12-01T10:12:24.9176654Z test_autocast_down (__main__.TestTEFuserStatic) ... skip: half-precision NNC fusion requires CUDA (0.001s) 2022-12-01T10:12:24.9176913Z test_autocast_up (__main__.TestTEFuserStatic) ... skip: half-precision NNC fusion requires CUDA (0.000s) 2022-12-01T10:12:24.9177622Z 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:12:24.9177720Z warnings.warn(msg, FutureWarning) 2022-12-01T10:12:24.9177786Z ok (0.400s) 2022-12-01T10:12:24.9177916Z test_binary_div_ops (__main__.TestTEFuserStatic) ... ok (1.205s) 2022-12-01T10:12:24.9178055Z test_binary_ops (__main__.TestTEFuserStatic) ... ok (3.334s) 2022-12-01T10:12:24.9178178Z test_binary_pow (__main__.TestTEFuserStatic) ... ok (0.302s) 2022-12-01T10:12:24.9178309Z test_binary_scalar_ops (__main__.TestTEFuserStatic) ... ok (1.055s) 2022-12-01T10:12:24.9178447Z test_binary_tensor_scalar_ops (__main__.TestTEFuserStatic) ... ok (8.840s) 2022-12-01T10:12:24.9178573Z test_bitwise_ops (__main__.TestTEFuserStatic) ... ok (0.722s) 2022-12-01T10:12:24.9178695Z test_broadcast (__main__.TestTEFuserStatic) ... ok (0.056s) 2022-12-01T10:12:24.9178815Z test_cat_2k_args (__main__.TestTEFuserStatic) ... ok (0.631s) 2022-12-01T10:12:24.9178940Z test_cat_graph_opt (__main__.TestTEFuserStatic) ... ok (0.078s) 2022-12-01T10:12:24.9179099Z test_channels_last_dims_dynamic (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-12-01T10:12:24.9179230Z test_checks_cat_inputs (__main__.TestTEFuserStatic) ... ok (0.069s) 2022-12-01T10:12:24.9179347Z test_chunk (__main__.TestTEFuserStatic) ... ok (0.100s) 2022-12-01T10:12:24.9179477Z test_chunk_correctness (__main__.TestTEFuserStatic) ... ok (1.143s) 2022-12-01T10:12:24.9179607Z test_chunk_distributes (__main__.TestTEFuserStatic) ... ok (0.056s) 2022-12-01T10:12:24.9179755Z test_chunk_motion_deduplicates_inputs (__main__.TestTEFuserStatic) ... ok (0.103s) 2022-12-01T10:12:24.9179880Z test_chunk_mul_one (__main__.TestTEFuserStatic) ... ok (0.112s) 2022-12-01T10:12:24.9180007Z test_chunk_multiple (__main__.TestTEFuserStatic) ... ok (0.226s) 2022-12-01T10:12:24.9180111Z test_clamp (__main__.TestTEFuserStatic) ... ok (0.939s) 2022-12-01T10:12:24.9180237Z test_clamp_double (__main__.TestTEFuserStatic) ... ok (0.062s) 2022-12-01T10:12:24.9180356Z test_clamp_int (__main__.TestTEFuserStatic) ... ok (0.056s) 2022-12-01T10:12:24.9180486Z test_comparison_eq_ne (__main__.TestTEFuserStatic) ... ok (0.088s) 2022-12-01T10:12:24.9180613Z test_comparison_ge_le (__main__.TestTEFuserStatic) ... ok (0.089s) 2022-12-01T10:12:24.9180742Z test_comparison_gt_lt (__main__.TestTEFuserStatic) ... ok (0.090s) 2022-12-01T10:12:24.9180861Z test_concat (__main__.TestTEFuserStatic) ... ok (0.057s) 2022-12-01T10:12:24.9180978Z test_concat_invariant (__main__.TestTEFuserStatic) ... ok (0.081s) 2022-12-01T10:12:24.9181114Z test_constant_chunk_shapes (__main__.TestTEFuserStatic) ... ok (0.114s) 2022-12-01T10:12:24.9181232Z test_conv2d (__main__.TestTEFuserStatic) ... ok (0.030s) 2022-12-01T10:12:24.9181362Z test_conv2d_depthwise (__main__.TestTEFuserStatic) ... ok (1.089s) 2022-12-01T10:12:24.9181509Z test_cuda_half (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.002s) 2022-12-01T10:12:24.9181622Z test_dims (__main__.TestTEFuserStatic) ... ok (0.097s) 2022-12-01T10:12:24.9181743Z test_disabled (__main__.TestTEFuserStatic) ... ok (0.009s) 2022-12-01T10:12:24.9181863Z test_div_bool (__main__.TestTEFuserStatic) ... ok (0.052s) 2022-12-01T10:12:24.9181977Z test_dynamic_cat (__main__.TestTEFuserStatic) ... ok (0.014s) 2022-12-01T10:12:24.9182104Z test_dynamic_shapes (__main__.TestTEFuserStatic) ... ok (2.201s) 2022-12-01T10:12:24.9182344Z test_eq_unsqueeze_type_as (__main__.TestTEFuserStatic) ... ok (0.111s) 2022-12-01T10:12:24.9182458Z test_erf (__main__.TestTEFuserStatic) ... ok (0.001s) 2022-12-01T10:12:24.9182599Z test_exhaust_specializations (__main__.TestTEFuserStatic) ... ok (0.029s) 2022-12-01T10:12:24.9182762Z test_exp (__main__.TestTEFuserStatic) ... ok (0.049s) 2022-12-01T10:12:24.9182927Z test_fusion_reuse_multi_gpu (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-12-01T10:12:24.9183042Z test_gelu (__main__.TestTEFuserStatic) ... ok (0.003s) 2022-12-01T10:12:24.9183164Z test_hardsigmoid_fwd_bwd (__main__.TestTEFuserStatic) ... ok (0.109s) 2022-12-01T10:12:24.9183296Z test_hardswish_fwd_bwd (__main__.TestTEFuserStatic) ... ok (0.122s) 2022-12-01T10:12:24.9183435Z test_inlined_optimized_graph (__main__.TestTEFuserStatic) ... ok (0.089s) 2022-12-01T10:12:24.9183583Z test_isnan (__main__.TestTEFuserStatic) ... ok (0.388s) 2022-12-01T10:12:24.9183751Z test_kernel_cache_multi_gpu (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-12-01T10:12:24.9183866Z test_lerp (__main__.TestTEFuserStatic) ... ok (0.122s) 2022-12-01T10:12:24.9184189Z test_list_ops (__main__.TestTEFuserStatic) ... skip: FIXME: fuser doesn't include ListConstruct nodes to the group causing a failure (0.003s) 2022-12-01T10:12:24.9184306Z test_lstm (__main__.TestTEFuserStatic) ... ok (0.172s) 2022-12-01T10:12:24.9184417Z test_lstm_concat (__main__.TestTEFuserStatic) ... ok (0.169s) 2022-12-01T10:12:24.9184557Z test_lstm_gates_permutations (__main__.TestTEFuserStatic) ... ok (1.819s) 2022-12-01T10:12:24.9184682Z test_lstm_traced (__main__.TestTEFuserStatic) ... ok (0.146s) 2022-12-01T10:12:24.9184834Z test_masked_fill (__main__.TestTEFuserStatic) ... skip: Temporarily disabled (0.001s) 2022-12-01T10:12:24.9184951Z test_matmul (__main__.TestTEFuserStatic) ... ok (0.992s) 2022-12-01T10:12:24.9185067Z test_milstm (__main__.TestTEFuserStatic) ... ok (0.934s) 2022-12-01T10:12:24.9185181Z test_minmax (__main__.TestTEFuserStatic) ... ok (0.327s) 2022-12-01T10:12:24.9185294Z test_minmax_int_ops (__main__.TestTEFuserStatic) ... ok (0.308s) 2022-12-01T10:12:24.9185413Z test_mul_bool (__main__.TestTEFuserStatic) ... ok (0.036s) 2022-12-01T10:12:24.9185535Z test_neg_pow (__main__.TestTEFuserStatic) ... ok (0.158s) 2022-12-01T10:12:24.9185779Z test_nonzero_device_cuda (__main__.TestTEFuserStatic) ... skip: needs non-zero device (0.001s) 2022-12-01T10:12:24.9185892Z test_nop (__main__.TestTEFuserStatic) ... ok (0.001s) 2022-12-01T10:12:24.9186218Z test_profiler (__main__.TestTEFuserStatic) ... STAGE:2022-12-01 10:12:17 1429:1429 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:12:24.9186470Z STAGE:2022-12-01 10:12:17 1429:1429 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:12:24.9186536Z ok (0.026s) 2022-12-01T10:12:24.9186688Z test_rand_broadcast_cuda (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-12-01T10:12:24.9186837Z test_rand_cuda (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-12-01T10:12:24.9186987Z test_rand_diamond (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-12-01T10:12:24.9187106Z test_relu (__main__.TestTEFuserStatic) ... ok (0.047s) 2022-12-01T10:12:24.9187229Z test_relu_fwd_bwd (__main__.TestTEFuserStatic) ... ok (0.060s) 2022-12-01T10:12:24.9187374Z test_remove_output_used_only_in_size (__main__.TestTEFuserStatic) ... ok (0.027s) 2022-12-01T10:12:24.9187490Z test_scalar (__main__.TestTEFuserStatic) ... ok (0.047s) 2022-12-01T10:12:24.9187614Z test_scalar_arg (__main__.TestTEFuserStatic) ... ok (0.088s) 2022-12-01T10:12:24.9187732Z test_scalar_only_inputs (__main__.TestTEFuserStatic) ... ok (0.047s) 2022-12-01T10:12:24.9187863Z test_skip_grad_in_check (__main__.TestTEFuserStatic) ... ok (0.028s) 2022-12-01T10:12:24.9187995Z test_small_constant (__main__.TestTEFuserStatic) ... ok (0.114s) 2022-12-01T10:12:24.9188116Z test_sub_gt_and (__main__.TestTEFuserStatic) ... ok (0.059s) 2022-12-01T10:12:24.9188234Z test_sum_dim (__main__.TestTEFuserStatic) ... ok (0.117s) 2022-12-01T10:12:24.9188365Z test_sum_keepdim_cast (__main__.TestTEFuserStatic) ... ok (0.061s) 2022-12-01T10:12:24.9188512Z test_sum_simple (__main__.TestTEFuserStatic) ... ok (0.056s) 2022-12-01T10:12:24.9188636Z test_superslomo (__main__.TestTEFuserStatic) ... ok (0.781s) 2022-12-01T10:12:24.9188754Z test_tensor_scalar_ops (__main__.TestTEFuserStatic) ... ok (0.117s) 2022-12-01T10:12:24.9188881Z test_ternary_norm_ops (__main__.TestTEFuserStatic) ... ok (0.249s) 2022-12-01T10:12:24.9189004Z test_ternary_ops (__main__.TestTEFuserStatic) ... ok (0.268s) 2022-12-01T10:12:24.9189126Z test_threshold (__main__.TestTEFuserStatic) ... ok (0.062s) 2022-12-01T10:12:24.9189248Z test_to_device (__main__.TestTEFuserStatic) ... ok (0.047s) 2022-12-01T10:12:24.9189393Z test_to_dtype (__main__.TestTEFuserStatic) ... ok (0.102s) 2022-12-01T10:12:24.9189513Z test_torch_to (__main__.TestTEFuserStatic) ... ok (0.879s) 2022-12-01T10:12:24.9189636Z test_type_as_cat (__main__.TestTEFuserStatic) ... ok (1.583s) 2022-12-01T10:12:24.9189746Z test_typecheck (__main__.TestTEFuserStatic) ... ok (0.048s) 2022-12-01T10:12:24.9189944Z test_unary_ops (__main__.TestTEFuserStatic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:12:24.9190070Z test_unrolled_cat (__main__.TestTEFuserStatic) ... ok (0.028s) 2022-12-01T10:12:24.9190216Z test_unsqueeze_size_calculation (__main__.TestTEFuserStatic) ... ok (0.086s) 2022-12-01T10:12:24.9190346Z test_unsqueeze_var_dim (__main__.TestTEFuserStatic) ... ok (0.230s) 2022-12-01T10:12:24.9190480Z test_unsupported_dtypes (__main__.TestTEFuserStatic) ... ok (0.042s) 2022-12-01T10:12:24.9190611Z test_where_and_typing (__main__.TestTEFuserStatic) ... ok (0.120s) 2022-12-01T10:12:24.9190733Z test_where_ops (__main__.TestTEFuserStatic) ... ok (0.729s) 2022-12-01T10:12:24.9191071Z 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:12:24.9191177Z warnings.warn("Only works in script mode") 2022-12-01T10:12:24.9191245Z ok (0.069s) 2022-12-01T10:12:24.9191377Z test_zero_element_tensors (__main__.TestTEFuserStatic) ... ok (0.044s) 2022-12-01T10:12:24.9191388Z 2022-12-01T10:12:24.9191584Z ---------------------------------------------------------------------- 2022-12-01T10:12:24.9191664Z Ran 5909 tests in 126.285s 2022-12-01T10:12:24.9191669Z 2022-12-01T10:12:24.9191764Z OK (skipped=5157, expected failures=2) 2022-12-01T10:12:24.9191770Z 2022-12-01T10:12:24.9191852Z Generating XML reports... 2022-12-01T10:12:24.9192167Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-jit.test_fuser_common.TestFuserCommon-20221201101017.xml 2022-12-01T10:12:24.9192504Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-TestLoopnestRandomizationCPU-20221201101017.xml 2022-12-01T10:12:24.9192792Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-TestNNCOpInfoCPU-20221201101017.xml 2022-12-01T10:12:24.9193083Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-TestTEFuserDynamic-20221201101017.xml 2022-12-01T10:12:24.9193375Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-TestTEFuserStatic-20221201101017.xml 2022-12-01T10:12:24.9193381Z 2022-12-01T10:12:24.9193748Z ##[endgroup] 2022-12-01T10:12:24.9194035Z FINISHED PRINTING LOG FILE of test_jit_fuser_te (/var/lib/jenkins/workspace/test/test-reports/test_jit_fuser_te_7mcf1bb2) 2022-12-01T10:12:24.9194041Z 2022-12-01T10:12:26.2806115Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:12:26.3438578Z Ignoring disabled issues: [] 2022-12-01T10:12:26.3579396Z Running test_optim ... [2022-12-01 10:12:26.357564] 2022-12-01T10:12:26.3580842Z Executing ['/opt/conda/bin/python', '-bb', 'test_optim.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:12:26.357859] 2022-12-01T10:13:16.1606654Z 2022-12-01T10:13:16.1607973Z Expand the folded group to see the log file of test_dataloader 2022-12-01T10:13:16.1609849Z ##[group]PRINTING LOG FILE of test_dataloader (/var/lib/jenkins/workspace/test/test-reports/test_dataloader_kpnwv6rm) 2022-12-01T10:13:16.1666886Z Test results will be stored in test-reports/python-unittest/test_dataloader 2022-12-01T10:13:16.1667224Z 2022-12-01T10:13:16.1667343Z Running tests... 2022-12-01T10:13:16.1667851Z ---------------------------------------------------------------------- 2022-12-01T10:13:16.1668393Z test_shuffler_iterdatapipe (__main__.IntegrationTestDataLoaderDataPipe) 2022-12-01T10:13:16.1669588Z Verify ``IterDataPipe.shuffle`` is controlled by ``DataLoader`` ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:13:16.1691227Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:13:16.1691900Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:13:16.1692277Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:13:16.1692732Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:13:16.1693054Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:13:16.1693488Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:13:16.1693840Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:13:16.1694272Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:13:16.1696167Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:13:16.1696804Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:13:16.1697158Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:13:16.1697778Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:13:16.1698379Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:13:16.1698813Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:13:16.1699159Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:13:16.1699597Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:13:16.1699917Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:13:16.1700342Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:13:16.1700833Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:13:16.1701502Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:13:16.1701935Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:13:16.1702799Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:13:16.1703260Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:13:16.1704223Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:13:16.1704934Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:13:16.1705894Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:13:16.1706663Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:13:16.1707598Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:13:16.1708588Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:13:16.1709554Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:13:16.1710315Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:13:16.1712594Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:13:16.1713134Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:13:16.1714079Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:13:16.1714728Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:13:16.1715510Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:13:16.1716115Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:13:16.1716583Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:13:16.1716930Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:13:16.1717347Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:13:16.1717676Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:13:16.1718110Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:13:16.1718454Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:13:16.1718870Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:13:16.1719197Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:13:16.1719627Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:13:16.1719960Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:13:16.1743248Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:13:16.1744019Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:13:16.1745005Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:13:16.1745772Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:13:16.1746563Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:13:16.1747176Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:13:16.1747797Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:13:16.1748335Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:13:16.1749025Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:13:16.1749578Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:13:16.1750258Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:13:16.1750595Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:13:16.1751026Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:13:16.1751357Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:13:16.1751850Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:13:16.1752386Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:13:16.1752899Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:13:16.1753234Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:13:16.1753666Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:13:16.1754001Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:13:16.1754502Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:13:16.1755049Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:13:16.1755732Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:13:16.1756323Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:13:16.1756968Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:13:16.1757511Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:13:16.1758261Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:13:16.1758848Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:13:16.1759655Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:13:16.1760167Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:13:16.1760923Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:13:16.1761280Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:13:16.1762006Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:13:16.1762562Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:13:16.1763340Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:13:16.1763902Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:13:16.1764623Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:13:16.1765153Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:13:16.1765880Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:13:16.1766437Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:13:16.1767189Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:13:16.1767842Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:13:16.1768573Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:13:16.1769127Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:13:16.1769819Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:13:16.1770397Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:13:16.1771165Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:13:16.1771772Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:13:16.1772641Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:13:16.1773192Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:13:16.1773906Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:13:16.1774461Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:13:16.1775155Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:13:16.1775742Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:13:16.1776558Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:13:16.1777172Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:13:16.1777898Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:13:16.1778231Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:13:16.1778658Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:13:16.1779124Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:13:16.1779552Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:13:16.1779881Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:13:16.1780305Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:13:16.1780633Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:13:16.1781061Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:13:16.1781390Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:13:16.1781801Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:13:16.1782141Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:13:16.1782893Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:13:16.1783471Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:13:16.1784161Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:13:16.1784644Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:13:16.1785079Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:13:16.1785395Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:13:16.1785817Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:13:16.1786164Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:13:16.1786597Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:13:16.1786909Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:13:16.1787338Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:13:16.1787679Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:13:16.1788110Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:13:16.1788422Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:13:16.1788949Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:13:16.1789300Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:13:16.1789716Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:13:16.1790048Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:13:16.1790478Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:13:16.1790871Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:13:16.1791287Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:13:16.1791612Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:13:16.1792038Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:13:16.1792367Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:13:16.1792791Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:13:16.1793116Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:13:16.1793543Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:13:16.1793879Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:13:16.1794318Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:13:16.1794646Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:13:16.1795070Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:13:16.1795402Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:13:16.1795827Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:13:16.1796151Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:13:16.1796559Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:13:16.1796901Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:13:16.1797333Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:13:16.1797662Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:13:16.1798075Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:13:16.1798418Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:13:16.1798845Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:13:16.1799156Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:13:16.1799580Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:13:16.1799923Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:13:16.1800352Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:13:16.1800667Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:13:16.1801090Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:13:16.1801467Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:13:16.1801895Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:13:16.1802206Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:13:16.1802627Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:13:16.1802976Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:13:16.1803418Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:13:16.1803749Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:13:16.1804171Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:13:16.1804513Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:13:16.1804934Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:13:16.1805257Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:13:16.1805681Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:13:16.1806012Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:13:16.1806435Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:13:16.1806761Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:13:16.1807189Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:13:16.1807596Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:13:16.1807827Z ok (40.320s) 2022-12-01T10:13:16.1808055Z test_add_dataset (__main__.TestConcatDataset) ... ok (0.003s) 2022-12-01T10:13:16.1808338Z test_concat_raises_index_error (__main__.TestConcatDataset) ... ok (0.001s) 2022-12-01T10:13:16.1808650Z test_concat_two_non_singletons (__main__.TestConcatDataset) ... ok (0.001s) 2022-12-01T10:13:16.1808975Z test_concat_two_non_singletons_with_empty (__main__.TestConcatDataset) ... ok (0.001s) 2022-12-01T10:13:16.1809294Z test_concat_two_singletons (__main__.TestConcatDataset) ... ok (0.001s) 2022-12-01T10:13:16.1809576Z test_iterable_dataset_err (__main__.TestConcatDataset) ... ok (0.001s) 2022-12-01T10:13:16.1810416Z test_conv_after_fork (__main__.TestConvAfterFork) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/75492 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:13:16.1811066Z test_custom_batch_pin (__main__.TestCustomPinFn) ... skip: CUDA unavailable (0.001s) 2022-12-01T10:13:16.1811407Z test_custom_batch_pin_worker (__main__.TestCustomPinFn) ... skip: CUDA unavailable (0.001s) 2022-12-01T10:13:16.1811947Z test_batch_sampler (__main__.TestDataLoader) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:13:16.1812311Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:13:16.1812743Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:13:16.1813094Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:13:16.1813513Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:13:16.1813845Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:13:16.1814313Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:13:16.1814658Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:13:16.1815072Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:13:16.1815394Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:13:16.1815815Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:13:16.1816190Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:13:16.1816605Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:13:16.1816940Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:13:16.1817368Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:13:16.1817702Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:13:16.1817928Z ok (1.745s) 2022-12-01T10:13:16.1818704Z test_builtin_collection_conversion (__main__.TestDataLoader) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/71037 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.003s) 2022-12-01T10:13:16.1819276Z test_bulk_loading_nobatch (__main__.TestDataLoader) ... ok (0.086s) 2022-12-01T10:13:16.1819561Z test_chain_iterable_style_dataset (__main__.TestDataLoader) ... ok (0.113s) 2022-12-01T10:13:16.1819869Z test_default_collate_bad_numpy_types (__main__.TestDataLoader) ... ok (0.003s) 2022-12-01T10:13:16.1820182Z test_default_collate_bad_sequence_type (__main__.TestDataLoader) ... ok (0.001s) 2022-12-01T10:13:16.1820485Z test_default_collate_dtype (__main__.TestDataLoader) ... ok (0.003s) 2022-12-01T10:13:16.1820771Z test_default_collate_mapping_keep_type (__main__.TestDataLoader) ... ok (0.002s) 2022-12-01T10:13:16.1821940Z test_default_collate_numpy_memmap (__main__.TestDataLoader) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:13:16.1823019Z r = func(*args, **kwargs) 2022-12-01T10:13:16.1823268Z ok (0.003s) 2022-12-01T10:13:16.1823595Z test_default_collate_sequence_dont_keep_type (__main__.TestDataLoader) ... ok (0.002s) 2022-12-01T10:13:16.1824192Z test_default_collate_sequence_keep_type (__main__.TestDataLoader) ... ok (0.002s) 2022-12-01T10:13:16.1824657Z test_default_collate_shared_tensor (__main__.TestDataLoader) ... ok (0.002s) 2022-12-01T10:13:16.1825115Z test_default_convert_mapping_keep_type (__main__.TestDataLoader) ... ok (0.001s) 2022-12-01T10:13:16.1825700Z test_default_convert_sequence_dont_keep_type (__main__.TestDataLoader) ... ok (0.001s) 2022-12-01T10:13:16.1826117Z test_default_convert_sequence_keep_type (__main__.TestDataLoader) ... ok (0.001s) 2022-12-01T10:13:16.1826446Z test_distributed_sampler_invalid_rank (__main__.TestDataLoader) ... ok (0.001s) 2022-12-01T10:13:16.1826750Z test_duplicating_data_with_drop_last (__main__.TestDataLoader) ... ok (0.003s) 2022-12-01T10:13:16.1827028Z test_error (__main__.TestDataLoader) ... ok (0.003s) 2022-12-01T10:13:16.1827283Z test_error_in_init (__main__.TestDataLoader) ... ok (0.108s) 2022-12-01T10:13:16.1827664Z test_error_workers (__main__.TestDataLoader) ... ok (0.078s) 2022-12-01T10:13:16.1827944Z test_excessive_thread_creation_warning (__main__.TestDataLoader) ... ok (0.005s) 2022-12-01T10:13:16.1828244Z test_fd_limit_exceeded (__main__.TestDataLoader) ... ok (1.086s) 2022-12-01T10:13:16.1828787Z test_get_worker_info (__main__.TestDataLoader) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:13:16.1829150Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:13:16.1829626Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:13:16.1829979Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:13:16.1830207Z ok (2.777s) 2022-12-01T10:13:16.1830417Z test_growing_dataset (__main__.TestDataLoader) ... ok (0.003s) 2022-12-01T10:13:16.1830702Z test_invalid_assign_after_init (__main__.TestDataLoader) ... ok (0.001s) 2022-12-01T10:13:16.1831009Z test_invalid_ctor_args_combinations (__main__.TestDataLoader) ... ok (0.007s) 2022-12-01T10:13:16.1831372Z test_iterable_style_dataset (__main__.TestDataLoader) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-12-01T10:13:16.1831732Z test_iterabledataset_len (__main__.TestDataLoader) ... ok (0.003s) 2022-12-01T10:13:16.1832261Z test_large_sampler_indices (__main__.TestDataLoader) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:13:16.1832649Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:13:16.1833064Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:13:16.1833412Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:13:16.1833638Z ok (2.917s) 2022-12-01T10:13:16.1833833Z test_len (__main__.TestDataLoader) ... ok (0.015s) 2022-12-01T10:13:16.1834115Z test_multi_epochs_reproducibility (__main__.TestDataLoader) ... ok (0.154s) 2022-12-01T10:13:16.1834652Z test_multiple_dataloaders (__main__.TestDataLoader) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:13:16.1835036Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:13:16.1835452Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:13:16.1835801Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:13:16.1836228Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:13:16.1836557Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:13:16.1836968Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:13:16.1837314Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:13:16.1837747Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:13:16.1838061Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:13:16.1838485Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:13:16.1838832Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:13:16.1839262Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:13:16.1839577Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:13:16.1840003Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:13:16.1840383Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:13:16.1840595Z ok (3.206s) 2022-12-01T10:13:16.1841369Z test_multiprocessing_contexts (__main__.TestDataLoader) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/71229 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:13:16.1842525Z test_multiprocessing_iterdatapipe (__main__.TestDataLoader) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74498 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:13:16.1843317Z test_no_segfault (__main__.TestDataLoader) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:13:16.1843691Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:13:16.1844107Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:13:16.1844458Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:13:16.1844682Z ok (1.456s) 2022-12-01T10:13:16.1844891Z test_numpy (__main__.TestDataLoader) ... ok (0.004s) 2022-12-01T10:13:16.1845145Z test_numpy_gen_state (__main__.TestDataLoader) ... ok (0.007s) 2022-12-01T10:13:16.1845415Z test_numpy_scalars (__main__.TestDataLoader) ... ok (0.004s) 2022-12-01T10:13:16.1845673Z test_partial_workers (__main__.TestDataLoader) 2022-12-01T10:13:16.1846475Z Check that workers exit even if the iterator is not exhausted. ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/81034 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:13:16.1847022Z test_proper_exit (__main__.TestDataLoader) 2022-12-01T10:13:16.1848011Z There might be ConnectionResetError or leaked semaphore warning (due to dirty process exit), but they are all safe to ignore ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/70517 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.006s) 2022-12-01T10:13:16.1848645Z test_random_sampler (__main__.TestDataLoader) ... ok (0.006s) 2022-12-01T10:13:16.1848947Z test_random_sampler_len_with_replacement (__main__.TestDataLoader) ... ok (0.003s) 2022-12-01T10:13:16.1849262Z test_random_sampler_len_without_replacement (__main__.TestDataLoader) ... ok (0.002s) 2022-12-01T10:13:16.1849790Z test_sampler (__main__.TestDataLoader) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:13:16.1850160Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:13:16.1850592Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:13:16.1850931Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:13:16.1851365Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:13:16.1851699Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:13:16.1852117Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:13:16.1852502Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:13:16.1852936Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:13:16.1853264Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:13:16.1853678Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:13:16.1854021Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:13:16.1854482Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:13:16.1854813Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:13:16.1855225Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:13:16.1855569Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:13:16.1855796Z ok (1.948s) 2022-12-01T10:13:16.1856019Z test_sampler_reproducibility (__main__.TestDataLoader) ... ok (0.019s) 2022-12-01T10:13:16.1856529Z test_segfault (__main__.TestDataLoader) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:13:16.1856896Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:13:16.1857322Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:13:16.1857662Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:13:16.1857887Z ok (2.473s) 2022-12-01T10:13:16.1858655Z test_seqential_batch_workers (__main__.TestDataLoader) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/81891 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:13:16.1859234Z test_seqential_batch_workers_prefetch (__main__.TestDataLoader) ... ok (0.162s) 2022-12-01T10:13:16.1859515Z test_sequential_batch (__main__.TestDataLoader) ... ok (0.185s) 2022-12-01T10:13:16.1859800Z test_sequential_nonbatch (__main__.TestDataLoader) ... ok (0.114s) 2022-12-01T10:13:16.1860116Z test_sequential_pin_memory (__main__.TestDataLoader) ... skip: CUDA unavailable (0.001s) 2022-12-01T10:13:16.1860411Z test_sequential_workers (__main__.TestDataLoader) ... ok (0.287s) 2022-12-01T10:13:16.1860679Z test_shuffle (__main__.TestDataLoader) ... ok (0.221s) 2022-12-01T10:13:16.1860943Z test_shuffle_batch (__main__.TestDataLoader) ... ok (0.205s) 2022-12-01T10:13:16.1861219Z test_shuffle_batch_none (__main__.TestDataLoader) ... ok (0.211s) 2022-12-01T10:13:16.1862018Z test_shuffle_batch_workers (__main__.TestDataLoader) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74548 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:13:16.1862752Z test_shuffle_batch_workers_prefetch (__main__.TestDataLoader) ... ok (0.325s) 2022-12-01T10:13:16.1863074Z test_shuffle_pin_memory (__main__.TestDataLoader) ... skip: CUDA unavailable (0.001s) 2022-12-01T10:13:16.1863390Z test_shuffle_reproducibility (__main__.TestDataLoader) ... ok (0.501s) 2022-12-01T10:13:16.1863666Z test_shuffle_workers (__main__.TestDataLoader) ... ok (0.402s) 2022-12-01T10:13:16.1864167Z test_timeout (__main__.TestDataLoader) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:13:16.1864539Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:13:16.1865018Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:13:16.1865374Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:13:16.1865605Z ok (2.569s) 2022-12-01T10:13:16.1865818Z test_typing (__main__.TestDataLoader) ... ok (0.003s) 2022-12-01T10:13:16.1866634Z test_worker_init_fn (__main__.TestDataLoader) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/82803 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:13:16.1867702Z test_worker_seed (__main__.TestDataLoader) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/80769 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:13:16.1868795Z test_worker_seed_reproducibility (__main__.TestDataLoader) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/80249 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:13:16.1869368Z test_basics (__main__.TestDataLoader2) ... skip: no dill (0.001s) 2022-12-01T10:13:16.1870156Z test_shuffle (__main__.TestDataLoader2) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74390 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:13:16.1870749Z test_basic_mapdatapipe_threading (__main__.TestDataLoader2_EventLoop) ... skip: no dill (0.002s) 2022-12-01T10:13:16.1871085Z test_basic_threading (__main__.TestDataLoader2_EventLoop) ... skip: no dill (0.001s) 2022-12-01T10:13:16.1871948Z test_batch_sampler (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/70756 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:13:16.1873118Z test_builtin_collection_conversion (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/71037 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:13:16.1874279Z test_bulk_loading_nobatch (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/77769 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:13:16.1875445Z test_chain_iterable_style_dataset (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/80757 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:13:16.1876077Z test_dataset_not_reset (__main__.TestDataLoaderPersistentWorkers) ... ok (0.132s) 2022-12-01T10:13:16.1876447Z test_default_collate_bad_numpy_types (__main__.TestDataLoaderPersistentWorkers) ... ok (0.004s) 2022-12-01T10:13:16.1876854Z test_default_collate_bad_sequence_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-12-01T10:13:16.1877224Z test_default_collate_dtype (__main__.TestDataLoaderPersistentWorkers) ... ok (0.005s) 2022-12-01T10:13:16.1877598Z test_default_collate_mapping_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.003s) 2022-12-01T10:13:16.1877966Z test_default_collate_numpy_memmap (__main__.TestDataLoaderPersistentWorkers) ... ok (0.003s) 2022-12-01T10:13:16.1878386Z test_default_collate_sequence_dont_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.003s) 2022-12-01T10:13:16.1878782Z test_default_collate_sequence_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.003s) 2022-12-01T10:13:16.1879160Z test_default_collate_shared_tensor (__main__.TestDataLoaderPersistentWorkers) ... ok (0.003s) 2022-12-01T10:13:16.1879521Z test_default_convert_mapping_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-12-01T10:13:16.1879912Z test_default_convert_sequence_dont_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-12-01T10:13:16.1880304Z test_default_convert_sequence_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-12-01T10:13:16.1880691Z test_distributed_sampler_invalid_rank (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-12-01T10:13:16.1881060Z test_duplicating_data_with_drop_last (__main__.TestDataLoaderPersistentWorkers) ... ok (0.004s) 2022-12-01T10:13:16.1881949Z test_early_exit (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74868 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:13:16.1882552Z test_error (__main__.TestDataLoaderPersistentWorkers) ... ok (0.005s) 2022-12-01T10:13:16.1882884Z test_error_in_init (__main__.TestDataLoaderPersistentWorkers) ... ok (0.128s) 2022-12-01T10:13:16.1883740Z test_error_workers (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/78017 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:13:16.1884386Z test_excessive_thread_creation_warning (__main__.TestDataLoaderPersistentWorkers) ... ok (0.004s) 2022-12-01T10:13:16.1884755Z test_fd_limit_exceeded (__main__.TestDataLoaderPersistentWorkers) ... ok (1.230s) 2022-12-01T10:13:16.1885350Z test_get_worker_info (__main__.TestDataLoaderPersistentWorkers) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:13:16.1885762Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:13:16.1886180Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:13:16.1886534Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:13:16.1886762Z ok (3.034s) 2022-12-01T10:13:16.1887007Z test_growing_dataset (__main__.TestDataLoaderPersistentWorkers) ... ok (0.003s) 2022-12-01T10:13:16.1887363Z test_invalid_assign_after_init (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-12-01T10:13:16.1887810Z test_invalid_ctor_args_combinations (__main__.TestDataLoaderPersistentWorkers) ... ok (0.005s) 2022-12-01T10:13:16.1888725Z test_iterable_style_dataset (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/73055 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.007s) 2022-12-01T10:13:16.1889394Z test_iterabledataset_len (__main__.TestDataLoaderPersistentWorkers) ... ok (0.003s) 2022-12-01T10:13:16.1889998Z test_large_sampler_indices (__main__.TestDataLoaderPersistentWorkers) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:13:16.1890418Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:13:16.1890888Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:13:16.1891226Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:13:16.1891458Z ok (2.230s) 2022-12-01T10:13:16.1891702Z test_len (__main__.TestDataLoaderPersistentWorkers) ... ok (0.011s) 2022-12-01T10:13:16.1892044Z test_multi_epochs_reproducibility (__main__.TestDataLoaderPersistentWorkers) ... ok (0.055s) 2022-12-01T10:13:16.1892960Z test_multiple_dataloaders (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/70947 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:13:16.1894121Z test_multiprocessing_contexts (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/71229 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:13:16.1895304Z test_multiprocessing_iterdatapipe (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74498 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:13:16.1896462Z test_no_segfault (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/70968 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:13:16.1897066Z test_numpy (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-12-01T10:13:16.1897401Z test_numpy_gen_state (__main__.TestDataLoaderPersistentWorkers) ... ok (0.004s) 2022-12-01T10:13:16.1897730Z test_numpy_scalars (__main__.TestDataLoaderPersistentWorkers) ... ok (0.003s) 2022-12-01T10:13:16.1898061Z test_partial_workers (__main__.TestDataLoaderPersistentWorkers) 2022-12-01T10:13:16.1898907Z Check that workers exit even if the iterator is not exhausted. ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/81034 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:13:16.1899493Z test_proper_exit (__main__.TestDataLoaderPersistentWorkers) 2022-12-01T10:13:16.1900425Z There might be ConnectionResetError or leaked semaphore warning (due to dirty process exit), but they are all safe to ignore ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/70517 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.004s) 2022-12-01T10:13:16.1901119Z test_random_sampler (__main__.TestDataLoaderPersistentWorkers) ... ok (0.003s) 2022-12-01T10:13:16.1901490Z test_random_sampler_len_with_replacement (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-12-01T10:13:16.1901885Z test_random_sampler_len_without_replacement (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-12-01T10:13:16.1902617Z test_sampler (__main__.TestDataLoaderPersistentWorkers) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:13:16.1903010Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:13:16.1903525Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:13:16.1903878Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:13:16.1904303Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:13:16.1904746Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:13:16.1905178Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:13:16.1905526Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:13:16.1905949Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:13:16.1906277Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:13:16.1906705Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:13:16.1907052Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:13:16.1907464Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:13:16.1907793Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:13:16.1908221Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:13:16.1908553Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:13:16.1908782Z ok (1.770s) 2022-12-01T10:13:16.1909056Z test_sampler_reproducibility (__main__.TestDataLoaderPersistentWorkers) ... ok (0.019s) 2022-12-01T10:13:16.1909645Z test_segfault (__main__.TestDataLoaderPersistentWorkers) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:13:16.1910037Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:13:16.1910464Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:13:16.1910811Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:13:16.1911027Z ok (2.183s) 2022-12-01T10:13:16.1911833Z test_seqential_batch_workers (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/81891 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:13:16.1912485Z test_seqential_batch_workers_prefetch (__main__.TestDataLoaderPersistentWorkers) ... ok (0.149s) 2022-12-01T10:13:16.1912854Z test_sequential_batch (__main__.TestDataLoaderPersistentWorkers) ... ok (0.103s) 2022-12-01T10:13:16.1913203Z test_sequential_nonbatch (__main__.TestDataLoaderPersistentWorkers) ... ok (0.061s) 2022-12-01T10:13:16.1913572Z test_sequential_pin_memory (__main__.TestDataLoaderPersistentWorkers) ... skip: CUDA unavailable (0.001s) 2022-12-01T10:13:16.1913949Z test_sequential_workers (__main__.TestDataLoaderPersistentWorkers) ... ok (0.220s) 2022-12-01T10:13:16.1914354Z test_shuffle (__main__.TestDataLoaderPersistentWorkers) ... ok (0.155s) 2022-12-01T10:13:16.1914676Z test_shuffle_batch (__main__.TestDataLoaderPersistentWorkers) ... ok (0.144s) 2022-12-01T10:13:16.1915023Z test_shuffle_batch_none (__main__.TestDataLoaderPersistentWorkers) ... ok (0.147s) 2022-12-01T10:13:16.1915945Z test_shuffle_batch_workers (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74548 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:13:16.1916589Z test_shuffle_batch_workers_prefetch (__main__.TestDataLoaderPersistentWorkers) ... ok (0.260s) 2022-12-01T10:13:16.1916969Z test_shuffle_pin_memory (__main__.TestDataLoaderPersistentWorkers) ... skip: CUDA unavailable (0.001s) 2022-12-01T10:13:16.1917352Z test_shuffle_reproducibility (__main__.TestDataLoaderPersistentWorkers) ... ok (0.395s) 2022-12-01T10:13:16.1917706Z test_shuffle_workers (__main__.TestDataLoaderPersistentWorkers) ... ok (0.303s) 2022-12-01T10:13:16.1918569Z test_timeout (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/68844 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:13:16.1919170Z test_typing (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-12-01T10:13:16.1920026Z test_worker_init_fn (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/82803 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:13:16.1921159Z test_worker_seed (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/80769 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:13:16.1922326Z test_worker_seed_reproducibility (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/80249 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:13:16.1922955Z test_incomplete_fractional_splits (__main__.TestDatasetRandomSplit) ... ok (0.001s) 2022-12-01T10:13:16.1923299Z test_lengths_must_equal_dataset_size (__main__.TestDatasetRandomSplit) ... ok (0.001s) 2022-12-01T10:13:16.1923631Z test_slicing_of_subset_of_dataset (__main__.TestDatasetRandomSplit) ... ok (0.003s) 2022-12-01T10:13:16.1923947Z test_slicing_of_subset_of_subset (__main__.TestDatasetRandomSplit) ... ok (0.003s) 2022-12-01T10:13:16.1924275Z test_splits_are_mutually_exclusive (__main__.TestDatasetRandomSplit) ... ok (0.002s) 2022-12-01T10:13:16.1924597Z test_splits_generator (__main__.TestDatasetRandomSplit) ... ok (0.002s) 2022-12-01T10:13:16.1924903Z test_splits_have_correct_size (__main__.TestDatasetRandomSplit) ... ok (0.002s) 2022-12-01T10:13:16.1925209Z test_splits_indexing_type (__main__.TestDatasetRandomSplit) 2022-12-01T10:13:16.1925480Z Indices generated by random_split ... ok (0.003s) 2022-12-01T10:13:16.1925757Z test_splits_reproducibility (__main__.TestDatasetRandomSplit) ... ok (0.009s) 2022-12-01T10:13:16.1926125Z test_pin_memory (__main__.TestDictDataLoader) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:13:16.1926457Z test_pin_memory_device (__main__.TestDictDataLoader) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:13:16.1926806Z test_pin_memory_with_only_device (__main__.TestDictDataLoader) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:13:16.1927115Z test_sequential_batch (__main__.TestDictDataLoader) ... ok (0.033s) 2022-12-01T10:13:16.1928092Z test_ind_worker_queue (__main__.TestIndividualWorkerQueue) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/68643 for platform(s) macos, linux, win. 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:13:16.1928715Z test_dataloader_with_namedtuple (__main__.TestNamedTupleDataLoader) ... ok (0.003s) 2022-12-01T10:13:16.1929038Z test_set_affinity_in_worker_init (__main__.TestSetAffinity) ... ok (0.047s) 2022-12-01T10:13:16.1929352Z test_shuffle_pin_memory (__main__.TestStringDataLoader) ... skip: CUDA unavailable (0.001s) 2022-12-01T10:13:16.1929661Z test_getitem (__main__.TestTensorDataset) ... ok (0.012s) 2022-12-01T10:13:16.1929933Z test_getitem_1d (__main__.TestTensorDataset) ... ok (0.009s) 2022-12-01T10:13:16.1930197Z test_len (__main__.TestTensorDataset) ... ok (0.001s) 2022-12-01T10:13:16.1930451Z test_many_tensors (__main__.TestTensorDataset) ... ok (0.008s) 2022-12-01T10:13:16.1930726Z test_single_tensor (__main__.TestTensorDataset) ... ok (0.002s) 2022-12-01T10:13:16.1930884Z 2022-12-01T10:13:16.1931092Z ---------------------------------------------------------------------- 2022-12-01T10:13:16.1931326Z Ran 168 tests in 76.794s 2022-12-01T10:13:16.1931444Z 2022-12-01T10:13:16.1931517Z OK (skipped=46) 2022-12-01T10:13:16.1931626Z 2022-12-01T10:13:16.1931712Z Generating XML reports... 2022-12-01T10:13:16.1932183Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-IntegrationTestDataLoaderDataPipe-20221201101159.xml 2022-12-01T10:13:16.1932747Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestConcatDataset-20221201101159.xml 2022-12-01T10:13:16.1933259Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestDataLoader-20221201101159.xml 2022-12-01T10:13:16.1933819Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestDataLoaderPersistentWorkers-20221201101159.xml 2022-12-01T10:13:16.1934379Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestDatasetRandomSplit-20221201101159.xml 2022-12-01T10:13:16.1934915Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestDictDataLoader-20221201101159.xml 2022-12-01T10:13:16.1935455Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestNamedTupleDataLoader-20221201101159.xml 2022-12-01T10:13:16.1935981Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestSetAffinity-20221201101159.xml 2022-12-01T10:13:16.1936480Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestTensorDataset-20221201101159.xml 2022-12-01T10:13:16.1937001Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestConvAfterFork-20221201101159.xml 2022-12-01T10:13:16.1937508Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestCustomPinFn-20221201101159.xml 2022-12-01T10:13:16.1938009Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestDataLoader2-20221201101159.xml 2022-12-01T10:13:16.1938505Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestDataLoader2_EventLoop-20221201101159.xml 2022-12-01T10:13:16.1939046Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestIndividualWorkerQueue-20221201101159.xml 2022-12-01T10:13:16.1939590Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestStringDataLoader-20221201101159.xml 2022-12-01T10:13:16.1939862Z 2022-12-01T10:13:16.1940212Z ##[endgroup] 2022-12-01T10:13:16.1940604Z FINISHED PRINTING LOG FILE of test_dataloader (/var/lib/jenkins/workspace/test/test-reports/test_dataloader_kpnwv6rm) 2022-12-01T10:13:16.1940823Z 2022-12-01T10:13:17.5824610Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:13:17.6430515Z Ignoring disabled issues: [] 2022-12-01T10:13:17.6566903Z Running test_binary_ufuncs ... [2022-12-01 10:13:17.656431] 2022-12-01T10:13:17.6570314Z Executing ['/opt/conda/bin/python', '-bb', 'test_binary_ufuncs.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:13:17.656752] 2022-12-01T10:14:11.6163126Z 2022-12-01T10:14:11.6165971Z Expand the folded group to see the log file of test_optim 2022-12-01T10:14:11.6166659Z ##[group]PRINTING LOG FILE of test_optim (/var/lib/jenkins/workspace/test/test-reports/test_optim_k9_trpun) 2022-12-01T10:14:11.6167371Z Test results will be stored in test-reports/python-unittest/test_optim 2022-12-01T10:14:11.6167712Z 2022-12-01T10:14:11.6167831Z Running tests... 2022-12-01T10:14:11.6168207Z ---------------------------------------------------------------------- 2022-12-01T10:14:11.6168519Z test_adam (__main__.TestDifferentiableOptimizer) ... ok (0.255s) 2022-12-01T10:14:11.6168888Z test_rmsprop (__main__.TestDifferentiableOptimizer) ... ok (0.026s) 2022-12-01T10:14:11.6169196Z test_sgd (__main__.TestDifferentiableOptimizer) ... ok (0.009s) 2022-12-01T10:14:11.6169540Z test_CosineAnnealingWarmRestarts_lr1_T_mult_1 (__main__.TestLRScheduler) ... ok (0.010s) 2022-12-01T10:14:11.6169918Z test_CosineAnnealingWarmRestarts_lr1_T_mult_2 (__main__.TestLRScheduler) ... ok (0.008s) 2022-12-01T10:14:11.6170278Z test_CosineAnnealingWarmRestarts_lr1_T_mult_4 (__main__.TestLRScheduler) ... ok (0.008s) 2022-12-01T10:14:11.6170633Z test_CosineAnnealingWarmRestarts_lr2 (__main__.TestLRScheduler) ... ok (0.079s) 2022-12-01T10:14:11.6170967Z test_CosineAnnealingWarmRestarts_lr3 (__main__.TestLRScheduler) ... ok (0.005s) 2022-12-01T10:14:11.6171377Z test_CosineAnnealingWarmRestarts_lr_state_dict (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:14:11.6172592Z test_chained_lr1 (__main__.TestLRScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:143: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-12-01T10:14:11.6173502Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:14:11.6173771Z ok (0.002s) 2022-12-01T10:14:11.6173978Z test_chained_lr2 (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:14:11.6174321Z test_chained_lr2_get_last_lr_before_step (__main__.TestLRScheduler) ... ok (0.001s) 2022-12-01T10:14:11.6174614Z test_chained_lr3 (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:14:11.6174916Z test_chained_lr4 (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:14:11.6175184Z test_chained_lr5 (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:14:11.6175459Z test_closed_form_constantlr (__main__.TestLRScheduler) ... ok (0.010s) 2022-12-01T10:14:11.6175797Z test_closed_form_cos_anneal_lr (__main__.TestLRScheduler) ... ok (0.011s) 2022-12-01T10:14:11.6176076Z test_closed_form_exp_lr (__main__.TestLRScheduler) ... ok (0.010s) 2022-12-01T10:14:11.6176381Z test_closed_form_linearlr (__main__.TestLRScheduler) ... ok (0.010s) 2022-12-01T10:14:11.6176697Z test_closed_form_multi_step_lr (__main__.TestLRScheduler) ... ok (0.010s) 2022-12-01T10:14:11.6176974Z test_closed_form_poly_lr (__main__.TestLRScheduler) ... ok (0.010s) 2022-12-01T10:14:11.6177303Z test_closed_form_step_lr (__main__.TestLRScheduler) ... ok (0.010s) 2022-12-01T10:14:11.6178692Z test_compound_cosanneal_and_exp_lr (__main__.TestLRScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:143: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-12-01T10:14:11.6179671Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:14:11.6179935Z ok (0.003s) 2022-12-01T10:14:11.6180218Z test_compound_cosanneal_and_linearlr (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:14:11.6180553Z test_compound_cosanneal_and_multistep_lr (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:14:11.6180872Z test_compound_cosanneal_and_step_lr (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:14:11.6181224Z test_compound_exp_and_linearlr (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:14:11.6181530Z test_compound_exp_and_multistep_lr (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:14:11.6181881Z test_compound_linearlr_and_multistep_lr (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:14:11.6182370Z test_compound_reduce_lr_on_plateau1 (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:14:11.6182721Z test_compound_reduce_lr_on_plateau2 (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:14:11.6183026Z test_compound_reduce_lr_on_plateau3 (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:14:11.6183379Z test_compound_reduce_lr_on_plateau4 (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:14:11.6183674Z test_compound_reduce_lr_on_plateau5 (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:14:11.6184052Z test_compound_step_and_constantlr (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:14:11.6184359Z test_compound_step_and_exp_lr (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:14:11.6184675Z test_compound_step_and_multistep_lr (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:14:11.6184978Z test_constantlr (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:14:11.6185283Z test_constantlr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:14:11.6185644Z test_constantlr_with_epoch (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:14:11.6186748Z test_cos_anneal_lr (__main__.TestLRScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:143: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-12-01T10:14:11.6187632Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:14:11.6187956Z ok (0.002s) 2022-12-01T10:14:11.6188786Z test_cos_anneal_lr_continue (__main__.TestLRScheduler) ... /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:14:11.6189380Z warnings.warn(msg, FutureWarning) 2022-12-01T10:14:11.6189579Z ok (0.002s) 2022-12-01T10:14:11.6189794Z test_cosine_lr_state_dict (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:14:11.6190127Z test_cosine_then_cyclic (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:14:11.6190460Z test_cycle_lr_cycle_momentum_fail_with_momentumless_optimizer (__main__.TestLRScheduler) ... ok (0.001s) 2022-12-01T10:14:11.6190897Z test_cycle_lr_exp_range_mode (__main__.TestLRScheduler) ... ok (0.005s) 2022-12-01T10:14:11.6191197Z test_cycle_lr_exp_range_mode_one_lr (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:14:11.6191542Z test_cycle_lr_exp_range_mode_step_size_up_down (__main__.TestLRScheduler) ... ok (0.005s) 2022-12-01T10:14:11.6191852Z test_cycle_lr_invalid_mode (__main__.TestLRScheduler) ... ok (0.001s) 2022-12-01T10:14:11.6230842Z test_cycle_lr_removed_after_out_of_scope (__main__.TestLRScheduler) ... Test test_cycle_lr_removed_after_out_of_scope (__main__.TestLRScheduler) is disabled for some unrecognized platforms: [dynamo]. Please edit issue https://github.com/pytorch/pytorch/issues/87748 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:14:11.6232150Z skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/87748 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:14:11.6232763Z test_cycle_lr_triangular2_mode (__main__.TestLRScheduler) ... ok (0.007s) 2022-12-01T10:14:11.6233067Z test_cycle_lr_triangular2_mode_one_lr (__main__.TestLRScheduler) ... ok (0.006s) 2022-12-01T10:14:11.6233394Z test_cycle_lr_triangular2_mode_step_size_up_down (__main__.TestLRScheduler) ... ok (0.007s) 2022-12-01T10:14:11.6233711Z test_cycle_lr_triangular_mode (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:14:11.6234017Z test_cycle_lr_triangular_mode_one_lr (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:14:11.6234325Z test_cycle_lr_triangular_mode_one_lr_no_momentum (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:14:11.6234656Z test_cycle_lr_triangular_mode_step_size_up_down (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:14:11.6234962Z test_cycle_lr_with_adam (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:14:11.6235252Z test_cycle_lr_with_momentumless_optimizer (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:14:11.6235564Z test_error_when_getlr_has_epoch (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:14:11.6235837Z test_exp_lr (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:14:11.6236109Z test_exp_step_lr_state_dict (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:14:11.6236419Z test_exponential_lr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:14:11.6236738Z test_get_last_lr_constantlr (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:14:11.6237023Z test_get_last_lr_linearlr (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:14:11.6237300Z test_get_last_lr_multi_step_lr (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:14:11.6238442Z test_get_last_lr_sequentiallr (__main__.TestLRScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:163: UserWarning: The epoch parameter in `scheduler.step()` was not necessary and is being deprecated where possible. Please use `scheduler.step()` to step the scheduler. During the deprecation, if epoch is different from None, the closed form is used instead of the new chainable form, where available. Please open an issue if you are unable to replicate your use case: https://github.com/pytorch/pytorch/issues/new/choose. 2022-12-01T10:14:11.6239200Z warnings.warn(EPOCH_DEPRECATION_WARNING, UserWarning) 2022-12-01T10:14:11.6239422Z ok (0.004s) 2022-12-01T10:14:11.6239637Z test_get_last_lr_step_lr (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:14:11.6240687Z test_lambda_lr (__main__.TestLRScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:143: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-12-01T10:14:11.6241589Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:14:11.6241860Z ok (0.002s) 2022-12-01T10:14:11.6242092Z test_lambda_lr_state_dict_fn (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:14:11.6242370Z test_lambda_lr_state_dict_obj (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:14:11.6242728Z test_linear_linearlr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:14:11.6243806Z test_linearlr (__main__.TestLRScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:143: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-12-01T10:14:11.6244640Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:14:11.6244894Z ok (0.002s) 2022-12-01T10:14:11.6245121Z test_linearlr_with_epoch (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:14:11.6246162Z test_multi_step_lr (__main__.TestLRScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:143: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-12-01T10:14:11.6246988Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:14:11.6247255Z ok (0.002s) 2022-12-01T10:14:11.6247566Z test_multi_step_lr_state_dict (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:14:11.6247859Z test_multi_step_lr_with_epoch (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:14:11.6248918Z test_multiplicative_lr (__main__.TestLRScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:143: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-12-01T10:14:11.6249756Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:14:11.6250010Z ok (0.002s) 2022-12-01T10:14:11.6250241Z test_new_pattern_no_warning (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:14:11.6250543Z test_new_pattern_no_warning_with_arg (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:14:11.6250879Z test_new_pattern_no_warning_with_overridden_optim_step (__main__.TestLRScheduler) ... ok (0.006s) 2022-12-01T10:14:11.6251187Z test_no_cyclic_references (__main__.TestLRScheduler) ... ok (0.083s) 2022-12-01T10:14:11.6251470Z test_old_pattern_warning (__main__.TestLRScheduler) ... ok (0.006s) 2022-12-01T10:14:11.6251767Z test_old_pattern_warning_resuming (__main__.TestLRScheduler) ... ok (0.006s) 2022-12-01T10:14:11.6252066Z test_old_pattern_warning_resuming_with_arg (__main__.TestLRScheduler) ... ok (0.005s) 2022-12-01T10:14:11.6252378Z test_old_pattern_warning_with_arg (__main__.TestLRScheduler) ... ok (0.005s) 2022-12-01T10:14:11.6252751Z test_old_pattern_warning_with_overridden_optim_step (__main__.TestLRScheduler) ... ok (0.005s) 2022-12-01T10:14:11.6253089Z test_onecycle_lr_cannot_calculate_total_steps (__main__.TestLRScheduler) ... ok (0.001s) 2022-12-01T10:14:11.6253395Z test_onecycle_lr_cosine_annealing (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:14:11.6253701Z test_onecycle_lr_invalid_anneal_strategy (__main__.TestLRScheduler) ... ok (0.001s) 2022-12-01T10:14:11.6254016Z test_onecycle_lr_invalid_pct_start (__main__.TestLRScheduler) ... ok (0.001s) 2022-12-01T10:14:11.6254309Z test_onecycle_lr_linear_annealing (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:14:11.6254663Z test_onecycle_lr_linear_annealing_three_phases (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:14:11.6255736Z test_poly_lr (__main__.TestLRScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:143: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-12-01T10:14:11.6256556Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:14:11.6256823Z ok (0.002s) 2022-12-01T10:14:11.6257066Z test_polynomial_lr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:14:11.6257376Z test_reduce_lr_on_plateau1 (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:14:11.6257667Z test_reduce_lr_on_plateau2 (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:14:11.6257939Z test_reduce_lr_on_plateau3 (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:14:11.6258220Z test_reduce_lr_on_plateau4 (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:14:11.6258501Z test_reduce_lr_on_plateau5 (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:14:11.6258782Z test_reduce_lr_on_plateau6 (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:14:11.6259054Z test_reduce_lr_on_plateau7 (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:14:11.6259336Z test_reduce_lr_on_plateau8 (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:14:11.6259630Z test_reduce_lr_on_plateau_state_dict (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:14:11.6260693Z test_sequentiallr1 (__main__.TestLRScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:143: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-12-01T10:14:11.6261525Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:14:11.6262783Z /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:163: UserWarning: The epoch parameter in `scheduler.step()` was not necessary and is being deprecated where possible. Please use `scheduler.step()` to step the scheduler. During the deprecation, if epoch is different from None, the closed form is used instead of the new chainable form, where available. Please open an issue if you are unable to replicate your use case: https://github.com/pytorch/pytorch/issues/new/choose. 2022-12-01T10:14:11.6263491Z warnings.warn(EPOCH_DEPRECATION_WARNING, UserWarning) 2022-12-01T10:14:11.6263711Z ok (0.003s) 2022-12-01T10:14:11.6263920Z test_sequentiallr2 (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:14:11.6264194Z test_sequentiallr3 (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:14:11.6264463Z test_sequentiallr4 (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:14:11.6264789Z test_step_lr (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:14:11.6265066Z test_step_lr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:14:11.6265367Z test_step_lr_state_dict (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:14:11.6265648Z test_swa_lr_state_dict (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:14:11.6265941Z test_swalr_cosine_anneal_after_multiplicative (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:14:11.6266242Z test_swalr_hypers (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:14:11.6266585Z test_swalr_linear_anneal_after_multiplicative (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:14:11.6266890Z test_swalr_no_anneal (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:14:11.6267918Z test_adadelta (__main__.TestOptim) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:143: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-12-01T10:14:11.6268746Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:14:11.6269015Z ok (6.279s) 2022-12-01T10:14:11.6269231Z test_adadelta_complex (__main__.TestOptim) ... ok (0.010s) 2022-12-01T10:14:11.6269472Z test_adagrad (__main__.TestOptim) ... ok (9.039s) 2022-12-01T10:14:11.6269727Z test_adagrad_complex (__main__.TestOptim) ... ok (0.013s) 2022-12-01T10:14:11.6269987Z test_adagrad_sparse (__main__.TestOptim) ... ok (23.830s) 2022-12-01T10:14:11.6270215Z test_adam (__main__.TestOptim) ... ok (20.071s) 2022-12-01T10:14:11.6270808Z test_adamax (__main__.TestOptim) ... Test test_adamax (__main__.TestOptim) is disabled for some unrecognized platforms: [dynamo]. Please edit issue https://github.com/pytorch/pytorch/issues/86474 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:14:11.6271835Z skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/86474 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:14:11.6272679Z test_adamw (__main__.TestOptim) ... Test test_adamw (__main__.TestOptim) is disabled for some unrecognized platforms: [dynamo]. Please edit issue https://github.com/pytorch/pytorch/issues/86435 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:14:11.6273699Z skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/86435 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:14:11.6274535Z test_asgd (__main__.TestOptim) ... Test test_asgd (__main__.TestOptim) is disabled for some unrecognized platforms: [dynamo]. Please edit issue https://github.com/pytorch/pytorch/issues/86763 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:14:11.6275543Z skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/86763 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:14:11.6276097Z test_duplicate_params_in_param_group (__main__.TestOptim) ... ok (0.001s) 2022-12-01T10:14:11.6276415Z test_functional_fused_adam_with_foundinf (__main__.TestOptim) ... skip: CUDA is required. (0.002s) 2022-12-01T10:14:11.6276719Z test_fused_optimizers (__main__.TestOptim) ... ok (0.001s) 2022-12-01T10:14:11.6276985Z test_invalid_param_type (__main__.TestOptim) ... ok (0.001s) 2022-12-01T10:14:11.6277223Z test_lbfgs (__main__.TestOptim) ... ok (0.779s) 2022-12-01T10:14:11.6277513Z test_lbfgs_return_type (__main__.TestOptim) ... ok (0.002s) 2022-12-01T10:14:11.6277786Z test_multi_tensor_optimizers (__main__.TestOptim) ... ok (0.003s) 2022-12-01T10:14:11.6278403Z test_nadam (__main__.TestOptim) ... Test test_nadam (__main__.TestOptim) is disabled for some unrecognized platforms: [dynamo]. Please edit issue https://github.com/pytorch/pytorch/issues/68171 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:14:11.6279430Z skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/68171 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:14:11.6279917Z test_no_grad_for_all_params (__main__.TestOptim) ... ok (0.002s) 2022-12-01T10:14:11.6280521Z test_radam (__main__.TestOptim) ... Test test_radam (__main__.TestOptim) is disabled for some unrecognized platforms: [dynamo]. Please edit issue https://github.com/pytorch/pytorch/issues/86389 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:14:11.6281538Z skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/86389 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:14:11.6282382Z test_rmsprop (__main__.TestOptim) ... Test test_rmsprop (__main__.TestOptim) is disabled for some unrecognized platforms: [dynamo]. Please edit issue https://github.com/pytorch/pytorch/issues/86433 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:14:11.6283401Z skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/86433 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.003s) 2022-12-01T10:14:11.6283881Z test_rprop (__main__.TestOptim) ... ok (6.642s) 2022-12-01T10:14:11.6284897Z test_sgd (__main__.TestOptim) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:143: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-12-01T10:14:11.6285713Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:14:11.6285971Z ok (15.087s) 2022-12-01T10:14:11.6286181Z test_sgd_complex (__main__.TestOptim) ... ok (0.023s) 2022-12-01T10:14:11.6286467Z test_sgd_sparse (__main__.TestOptim) ... ok (16.852s) 2022-12-01T10:14:11.6286701Z test_sparse_adam (__main__.TestOptim) ... ok (4.344s) 2022-12-01T10:14:11.6286973Z test_averaged_model_all_devices (__main__.TestSWAUtils) ... ok (0.024s) 2022-12-01T10:14:11.6287268Z test_averaged_model_exponential (__main__.TestSWAUtils) ... ok (0.012s) 2022-12-01T10:14:11.6287626Z test_averaged_model_exponential_buffers (__main__.TestSWAUtils) ... ok (0.011s) 2022-12-01T10:14:11.6287931Z test_averaged_model_mixed_device (__main__.TestSWAUtils) ... ok (0.001s) 2022-12-01T10:14:11.6288276Z test_averaged_model_state_dict (__main__.TestSWAUtils) ... ok (0.010s) 2022-12-01T10:14:11.6288565Z test_bn_update_eval_momentum (__main__.TestSWAUtils) ... ok (0.010s) 2022-12-01T10:14:11.6288824Z test_update_bn_cnn (__main__.TestSWAUtils) ... ok (0.042s) 2022-12-01T10:14:11.6289081Z test_update_bn_dnn (__main__.TestSWAUtils) ... ok (0.031s) 2022-12-01T10:14:11.6289231Z 2022-12-01T10:14:11.6289436Z ---------------------------------------------------------------------- 2022-12-01T10:14:11.6289670Z Ran 149 tests in 104.007s 2022-12-01T10:14:11.6289784Z 2022-12-01T10:14:11.6289857Z OK (skipped=8) 2022-12-01T10:14:11.6289962Z 2022-12-01T10:14:11.6290046Z Generating XML reports... 2022-12-01T10:14:11.6290472Z Generated XML report: test-reports/python-unittest/test_optim/TEST-TestDifferentiableOptimizer-20221201101227.xml 2022-12-01T10:14:11.6291004Z Generated XML report: test-reports/python-unittest/test_optim/TEST-TestLRScheduler-20221201101227.xml 2022-12-01T10:14:11.6291479Z Generated XML report: test-reports/python-unittest/test_optim/TEST-TestOptim-20221201101227.xml 2022-12-01T10:14:11.6291948Z Generated XML report: test-reports/python-unittest/test_optim/TEST-TestSWAUtils-20221201101227.xml 2022-12-01T10:14:11.6292164Z 2022-12-01T10:14:11.6292496Z ##[endgroup] 2022-12-01T10:14:11.6292863Z FINISHED PRINTING LOG FILE of test_optim (/var/lib/jenkins/workspace/test/test-reports/test_optim_k9_trpun) 2022-12-01T10:14:11.6293073Z 2022-12-01T10:14:13.0664086Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:14:13.1281785Z Ignoring disabled issues: [] 2022-12-01T10:14:13.1422749Z Running test_fx_experimental ... [2022-12-01 10:14:13.141931] 2022-12-01T10:14:13.1424965Z Executing ['/opt/conda/bin/python', '-bb', 'test_fx_experimental.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:14:13.142277] 2022-12-01T10:14:54.0312209Z 2022-12-01T10:14:54.0312751Z Expand the folded group to see the log file of test_binary_ufuncs 2022-12-01T10:14:54.0313805Z ##[group]PRINTING LOG FILE of test_binary_ufuncs (/var/lib/jenkins/workspace/test/test-reports/test_binary_ufuncs_tmgqnvlv) 2022-12-01T10:14:54.0323497Z Test results will be stored in test-reports/python-unittest/test_binary_ufuncs 2022-12-01T10:14:54.0329328Z 2022-12-01T10:14:54.0329813Z Running tests... 2022-12-01T10:14:54.0330453Z ---------------------------------------------------------------------- 2022-12-01T10:14:54.0419223Z test___add___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0419951Z test___add___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0420550Z test___add___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0421165Z test___add___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0433672Z test___add___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0434385Z test___add___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0434986Z test___add___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0435584Z test___add___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0436260Z test___and___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0437168Z test___and___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0437708Z test___and___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0438259Z test___and___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0438787Z test___and___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0531618Z test___and___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0532623Z test___and___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0533288Z test___and___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0534156Z test___eq___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0535041Z test___eq___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0535911Z test___eq___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0536769Z test___eq___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0537670Z test___eq___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0538552Z test___eq___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0539373Z test___eq___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0540191Z test___eq___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0541039Z test___floordiv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0541886Z test___floordiv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0542876Z test___floordiv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0543729Z test___floordiv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0544574Z test___floordiv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0545444Z test___floordiv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0546303Z test___floordiv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0547199Z test___floordiv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0548061Z test___ge___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0548913Z test___ge___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0549723Z test___ge___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0550871Z test___ge___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0551513Z test___ge___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0552140Z test___ge___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0552777Z test___ge___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0553392Z test___ge___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0554014Z test___gt___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0554638Z test___gt___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0555259Z test___gt___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0556134Z test___gt___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0556819Z test___gt___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0557349Z test___gt___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0557881Z test___gt___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0558410Z test___gt___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0559008Z test___iadd___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0559564Z test___iadd___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0560112Z test___iadd___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0560642Z test___iadd___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0561194Z test___iadd___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0561743Z test___iadd___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0562284Z test___iadd___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0562944Z test___iadd___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0564447Z test___iand___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0565087Z test___iand___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0565697Z test___iand___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0566311Z test___iand___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0566939Z test___iand___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0567628Z test___iand___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0568241Z test___iand___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0568869Z test___iand___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0569587Z test___ifloordiv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0570159Z test___ifloordiv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0570715Z test___ifloordiv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0571283Z test___ifloordiv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0571844Z test___ifloordiv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0572391Z test___ifloordiv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0572946Z test___ifloordiv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0573502Z test___ifloordiv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0574057Z test___ilshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0574605Z test___ilshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0575163Z test___ilshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0575715Z test___ilshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0576251Z test___ilshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0576852Z test___ilshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0577403Z test___ilshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0577954Z test___ilshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0578590Z test___imod___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0579223Z test___imod___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0579893Z test___imod___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0580515Z test___imod___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0581124Z test___imod___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0581743Z test___imod___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0582559Z test___imod___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0583175Z test___imod___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0583947Z test___imul___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0584563Z test___imul___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0585260Z test___imul___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0585935Z test___imul___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0586557Z test___imul___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0587167Z test___imul___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0587781Z test___imul___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0588398Z test___imul___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0589009Z test___ior___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0589631Z test___ior___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0590247Z test___ior___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0590868Z test___ior___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0591472Z test___ior___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0592088Z test___ior___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0592772Z test___ior___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0593292Z test___ior___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0593835Z test___ipow___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0594380Z test___ipow___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0594920Z test___ipow___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0595447Z test___ipow___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0595988Z test___ipow___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0596521Z test___ipow___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0597060Z test___ipow___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0597583Z test___ipow___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0598226Z test___irshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0598786Z test___irshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0599331Z test___irshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0599883Z test___irshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0600440Z test___irshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0601042Z test___irshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0601572Z test___irshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0602119Z test___irshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0602674Z test___isub___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0603202Z test___isub___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0603745Z test___isub___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0604289Z test___isub___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0604827Z test___isub___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0605352Z test___isub___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0605891Z test___isub___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0606427Z test___isub___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0606975Z test___itruediv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0607600Z test___itruediv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0608158Z test___itruediv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0608717Z test___itruediv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0609260Z test___itruediv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0609816Z test___itruediv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0610380Z test___itruediv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0610934Z test___itruediv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0611466Z test___ixor___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0612018Z test___ixor___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0612558Z test___ixor___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0613080Z test___ixor___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0664799Z test___ixor___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0665483Z test___ixor___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0666122Z test___ixor___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0666734Z test___ixor___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0667352Z test___le___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0667969Z test___le___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0668769Z test___le___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0669300Z test___le___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0669832Z test___le___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0670367Z test___le___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0670882Z test___le___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0671479Z test___le___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0672023Z test___lshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0672577Z test___lshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0673119Z test___lshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0673673Z test___lshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0674212Z test___lshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0674736Z test___lshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0675273Z test___lshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0675819Z test___lshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0676359Z test___lt___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0676883Z test___lt___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0677417Z test___lt___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0677959Z test___lt___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0678472Z test___lt___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0679001Z test___lt___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0679534Z test___lt___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0680060Z test___lt___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0680595Z test___matmul___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0681145Z test___matmul___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0681698Z test___matmul___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0682242Z test___matmul___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0682774Z test___matmul___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0683325Z test___matmul___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0683866Z test___matmul___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0684396Z test___matmul___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0684939Z test___mod___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0685483Z test___mod___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0686021Z test___mod___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0686549Z test___mod___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0687086Z test___mod___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0687746Z test___mod___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0688275Z test___mod___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0688812Z test___mod___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0689358Z test___mul___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0689905Z test___mul___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0690478Z test___mul___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0691014Z test___mul___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0691554Z test___mul___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0692067Z test___mul___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0692601Z test___mul___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0693133Z test___mul___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0693667Z test___ne___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0694191Z test___ne___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0694733Z test___ne___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0695262Z test___ne___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0695790Z test___ne___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0696307Z test___ne___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0696842Z test___ne___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0697375Z test___ne___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0697894Z test___or___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0698433Z test___or___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0698971Z test___or___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0699510Z test___or___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0700027Z test___or___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0700545Z test___or___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0701166Z test___or___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0701765Z test___or___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0702548Z test___pow___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0703180Z test___pow___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0703806Z test___pow___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0704416Z test___pow___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0705048Z test___pow___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0705665Z test___pow___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0706267Z test___pow___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0706882Z test___pow___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0707597Z test___radd___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0708276Z test___radd___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0708806Z test___radd___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0709354Z test___radd___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0728399Z test___radd___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0729304Z test___radd___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0729928Z test___radd___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0730627Z test___radd___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0731330Z test___rand___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0732014Z test___rand___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0732647Z test___rand___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0733276Z test___rand___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0733887Z test___rand___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0734500Z test___rand___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0735123Z test___rand___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0735743Z test___rand___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0736388Z test___rfloordiv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0737037Z test___rfloordiv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0737691Z test___rfloordiv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0738437Z test___rfloordiv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0738989Z test___rfloordiv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0739552Z test___rfloordiv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0740112Z test___rfloordiv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0740671Z test___rfloordiv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0741221Z test___rlshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0741783Z test___rlshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0742460Z test___rlshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0743021Z test___rlshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0743563Z test___rlshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0744112Z test___rlshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0744661Z test___rlshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0745197Z test___rlshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0745754Z test___rmatmul___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0746401Z test___rmatmul___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0746963Z test___rmatmul___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0747504Z test___rmatmul___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0748057Z test___rmatmul___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0748600Z test___rmatmul___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0749182Z test___rmatmul___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0749731Z test___rmatmul___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0750280Z test___rmod___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0750824Z test___rmod___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0751358Z test___rmod___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0751902Z test___rmod___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0752450Z test___rmod___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0752990Z test___rmod___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0753514Z test___rmod___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0754054Z test___rmod___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0754594Z test___rmul___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0755127Z test___rmul___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0755671Z test___rmul___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0756217Z test___rmul___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0756762Z test___rmul___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0757282Z test___rmul___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0757815Z test___rmul___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0758360Z test___rmul___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0758889Z test___ror___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0759432Z test___ror___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0759973Z test___ror___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0760514Z test___ror___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0761025Z test___ror___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0761561Z test___ror___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0762100Z test___ror___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0762616Z test___ror___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0763162Z test___rpow___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0763706Z test___rpow___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0764249Z test___rpow___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0764772Z test___rpow___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0765363Z test___rpow___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0765900Z test___rpow___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0766440Z test___rpow___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0766963Z test___rpow___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0767580Z test___rrshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0768186Z test___rrshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0768734Z test___rrshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0769288Z test___rrshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0769840Z test___rrshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0770546Z test___rrshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0771157Z test___rrshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0771793Z test___rrshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0772435Z test___rshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0773069Z test___rshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0773700Z test___rshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0774334Z test___rshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0774970Z test___rshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0775585Z test___rshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0776215Z test___rshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0776911Z test___rshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0777452Z test___rsub___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0777973Z test___rsub___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0778523Z test___rsub___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0779062Z test___rsub___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0779589Z test___rsub___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0780127Z test___rsub___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0780666Z test___rsub___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0781206Z test___rsub___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0781749Z test___rtruediv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:14:54.0782418Z test___rtruediv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0783003Z test___rtruediv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0783549Z test___rtruediv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0784102Z test___rtruediv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0784776Z test___rtruediv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0785539Z test___rtruediv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0786156Z test___rtruediv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0786802Z test___rxor___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0787430Z test___rxor___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0788062Z test___rxor___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0788733Z test___rxor___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0789359Z test___rxor___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0789986Z test___rxor___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0790597Z test___rxor___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0791297Z test___rxor___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0791839Z test___sub___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0792393Z test___sub___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0792913Z test___sub___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0793446Z test___sub___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0793987Z test___sub___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0794511Z test___sub___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0795050Z test___sub___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0795596Z test___sub___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0796149Z test___truediv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0796695Z test___truediv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0797258Z test___truediv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0797813Z test___truediv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0798363Z test___truediv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0799673Z test___truediv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0800239Z test___truediv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0800797Z test___truediv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0801356Z test___xor___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0801876Z test___xor___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0802418Z test___xor___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0802960Z test___xor___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0803490Z test___xor___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0804021Z test___xor___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0804555Z test___xor___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0805101Z test___xor___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.0805698Z test_add_broadcast_empty_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:14:54.0806180Z test_add_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:14:54.0806671Z test_add_with_tail_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.414s) 2022-12-01T10:14:54.0807202Z test_addcmul_scalars_as_floats_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0807812Z test_addsub_half_tensor_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.0808332Z test_atan2_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.0808862Z test_atan2_edgecases_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:14:54.0809405Z test_batch_vs_slicing___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0809936Z test_batch_vs_slicing___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0810560Z test_batch_vs_slicing___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.0811131Z test_batch_vs_slicing___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0811669Z test_batch_vs_slicing___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0812217Z test_batch_vs_slicing___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0812753Z test_batch_vs_slicing___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0813286Z test_batch_vs_slicing___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0813806Z test_batch_vs_slicing___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0814329Z test_batch_vs_slicing___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0814866Z test_batch_vs_slicing___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0815406Z test_batch_vs_slicing___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0815922Z test_batch_vs_slicing___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0816458Z test_batch_vs_slicing___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0816985Z test_batch_vs_slicing___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0817504Z test_batch_vs_slicing___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0818042Z test_batch_vs_slicing___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0818575Z test_batch_vs_slicing___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0819117Z test_batch_vs_slicing___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0819641Z test_batch_vs_slicing___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0820220Z test_batch_vs_slicing___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.0820795Z test_batch_vs_slicing___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0821341Z test_batch_vs_slicing___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.0821872Z test_batch_vs_slicing___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0822529Z test_batch_vs_slicing___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0823087Z test_batch_vs_slicing___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.0823634Z test_batch_vs_slicing___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0824162Z test_batch_vs_slicing___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0824815Z test_batch_vs_slicing___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0825359Z test_batch_vs_slicing___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0825907Z test_batch_vs_slicing___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0826451Z test_batch_vs_slicing___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.0827004Z test_batch_vs_slicing___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0827599Z test_batch_vs_slicing___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0828129Z test_batch_vs_slicing___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0828683Z test_batch_vs_slicing___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0829239Z test_batch_vs_slicing___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0829809Z test_batch_vs_slicing___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0830349Z test_batch_vs_slicing___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.0830900Z test_batch_vs_slicing___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0831445Z test_batch_vs_slicing___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0831982Z test_batch_vs_slicing___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0832506Z test_batch_vs_slicing___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0833052Z test_batch_vs_slicing___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0833591Z test_batch_vs_slicing___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0834117Z test_batch_vs_slicing___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0834679Z test_batch_vs_slicing___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0835234Z test_batch_vs_slicing___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0835770Z test_batch_vs_slicing___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0836305Z test_batch_vs_slicing___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0836824Z test_batch_vs_slicing___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0837360Z test_batch_vs_slicing___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0838879Z test_batch_vs_slicing___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... /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:14:54.0839835Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:14:54.0840218Z ok (0.004s) 2022-12-01T10:14:54.0840628Z test_batch_vs_slicing___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:14:54.0841202Z test_batch_vs_slicing___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:14:54.0841760Z test_batch_vs_slicing___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.0842302Z test_batch_vs_slicing___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.0842854Z test_batch_vs_slicing___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.0843399Z test_batch_vs_slicing___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0843993Z test_batch_vs_slicing___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0844524Z test_batch_vs_slicing___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0845070Z test_batch_vs_slicing___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0845641Z test_batch_vs_slicing___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0846201Z test_batch_vs_slicing___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0846810Z test_batch_vs_slicing___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.0847446Z test_batch_vs_slicing___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0848005Z test_batch_vs_slicing___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.0848556Z test_batch_vs_slicing___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0849083Z test_batch_vs_slicing___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0849626Z test_batch_vs_slicing___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0850165Z test_batch_vs_slicing___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0850702Z test_batch_vs_slicing___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0851221Z test_batch_vs_slicing___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0851764Z test_batch_vs_slicing___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0852292Z test_batch_vs_slicing___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0852833Z test_batch_vs_slicing___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0853356Z test_batch_vs_slicing___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0853894Z test_batch_vs_slicing___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0854426Z test_batch_vs_slicing___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0854950Z test_batch_vs_slicing___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0855490Z test_batch_vs_slicing_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0856031Z test_batch_vs_slicing_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0856576Z test_batch_vs_slicing_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0857964Z test_batch_vs_slicing_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:14:54.0858849Z r = func(*args, **kwargs) 2022-12-01T10:14:54.0859142Z ok (0.006s) 2022-12-01T10:14:54.0859557Z test_batch_vs_slicing_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0860088Z test_batch_vs_slicing_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0860634Z test_batch_vs_slicing_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0861171Z test_batch_vs_slicing_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0861694Z test_batch_vs_slicing_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0862322Z test_batch_vs_slicing_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0862863Z test_batch_vs_slicing_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0863483Z test_batch_vs_slicing_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0863996Z test_batch_vs_slicing_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0864539Z test_batch_vs_slicing_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0865080Z test_batch_vs_slicing_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0865619Z test_batch_vs_slicing_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0866224Z test_batch_vs_slicing_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0866767Z test_batch_vs_slicing_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0867301Z test_batch_vs_slicing_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0867818Z test_batch_vs_slicing_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0868363Z test_batch_vs_slicing_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0868898Z test_batch_vs_slicing_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0869448Z test_batch_vs_slicing_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0869993Z test_batch_vs_slicing_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0870549Z test_batch_vs_slicing_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0871108Z test_batch_vs_slicing_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0871643Z test_batch_vs_slicing_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0872201Z test_batch_vs_slicing_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0872776Z test_batch_vs_slicing_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0873354Z test_batch_vs_slicing_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0873909Z test_batch_vs_slicing_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0874493Z test_batch_vs_slicing_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0875070Z test_batch_vs_slicing_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0875633Z test_batch_vs_slicing_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0876170Z test_batch_vs_slicing_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0876721Z test_batch_vs_slicing_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0877271Z test_batch_vs_slicing_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0877798Z test_batch_vs_slicing_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0878353Z test_batch_vs_slicing_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0878931Z test_batch_vs_slicing_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0879522Z test_batch_vs_slicing_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0880082Z test_batch_vs_slicing_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0880665Z test_batch_vs_slicing_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0881255Z test_batch_vs_slicing_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0881846Z test_batch_vs_slicing_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0882518Z test_batch_vs_slicing_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0883158Z test_batch_vs_slicing_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0883788Z test_batch_vs_slicing_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0884408Z test_batch_vs_slicing_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0885092Z test_batch_vs_slicing_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0885744Z test_batch_vs_slicing_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0886384Z test_batch_vs_slicing_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0887003Z test_batch_vs_slicing_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.0887709Z test_batch_vs_slicing_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0888348Z test_batch_vs_slicing_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0889065Z test_batch_vs_slicing_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0889618Z test_batch_vs_slicing_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0890171Z test_batch_vs_slicing_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0890721Z test_batch_vs_slicing_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0891253Z test_batch_vs_slicing_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0891913Z test_batch_vs_slicing_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0892556Z test_batch_vs_slicing_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0893179Z test_batch_vs_slicing_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0893830Z test_batch_vs_slicing_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0894476Z test_batch_vs_slicing_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0895112Z test_batch_vs_slicing_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0895730Z test_batch_vs_slicing_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0896359Z test_batch_vs_slicing_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0896980Z test_batch_vs_slicing_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0897617Z test_batch_vs_slicing_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0898241Z test_batch_vs_slicing_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.0898946Z test_batch_vs_slicing_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0899492Z test_batch_vs_slicing_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0900031Z test_batch_vs_slicing_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0900588Z test_batch_vs_slicing_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0901148Z test_batch_vs_slicing_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0901710Z test_batch_vs_slicing_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0902344Z test_batch_vs_slicing_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0902979Z test_batch_vs_slicing_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0903529Z test_batch_vs_slicing_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0904081Z test_batch_vs_slicing_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0904617Z test_batch_vs_slicing_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0905174Z test_batch_vs_slicing_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0905808Z test_batch_vs_slicing_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0906394Z test_batch_vs_slicing_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.0906993Z test_batch_vs_slicing_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0907583Z test_batch_vs_slicing_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0908171Z test_batch_vs_slicing_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0908738Z test_batch_vs_slicing_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0909328Z test_batch_vs_slicing_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0909917Z test_batch_vs_slicing_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0910509Z test_batch_vs_slicing_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0911087Z test_batch_vs_slicing_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0911684Z test_batch_vs_slicing_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0912283Z test_batch_vs_slicing_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.0912891Z test_batch_vs_slicing_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0913493Z test_batch_vs_slicing_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.0914102Z test_batch_vs_slicing_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0914701Z test_batch_vs_slicing_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0915285Z test_batch_vs_slicing_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0915873Z test_batch_vs_slicing_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0916452Z test_batch_vs_slicing_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0917065Z test_batch_vs_slicing_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0917637Z test_batch_vs_slicing_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0918232Z test_batch_vs_slicing_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0918828Z test_batch_vs_slicing_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.0919423Z test_batch_vs_slicing_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0920001Z test_batch_vs_slicing_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0920581Z test_batch_vs_slicing_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0921170Z test_batch_vs_slicing_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0921805Z test_batch_vs_slicing_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0922374Z test_batch_vs_slicing_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0922960Z test_batch_vs_slicing_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0923523Z test_batch_vs_slicing_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0924067Z test_batch_vs_slicing_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0924647Z test_batch_vs_slicing_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0925193Z test_batch_vs_slicing_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.0925736Z test_batch_vs_slicing_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0926268Z test_batch_vs_slicing_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0926790Z test_batch_vs_slicing_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0927377Z test_batch_vs_slicing_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0927891Z test_batch_vs_slicing_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0928417Z test_batch_vs_slicing_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0928935Z test_batch_vs_slicing_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0929463Z test_batch_vs_slicing_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0929979Z test_batch_vs_slicing_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0930703Z test_batch_vs_slicing_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0931357Z test_batch_vs_slicing_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.0932013Z test_batch_vs_slicing_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:14:54.0932670Z test_batch_vs_slicing_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:14:54.0933330Z test_batch_vs_slicing_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.0933974Z test_batch_vs_slicing_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0934619Z test_batch_vs_slicing_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0935267Z test_batch_vs_slicing_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0935905Z test_batch_vs_slicing_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0936539Z test_batch_vs_slicing_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0937232Z test_batch_vs_slicing_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0937784Z test_batch_vs_slicing_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0938259Z test_batch_vs_slicing_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:14:54.0938832Z test_batch_vs_slicing_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.0939412Z test_batch_vs_slicing_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0939977Z test_batch_vs_slicing_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0940544Z test_batch_vs_slicing_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0941088Z test_batch_vs_slicing_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0941719Z test_batch_vs_slicing_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0942361Z test_batch_vs_slicing_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0943032Z test_batch_vs_slicing_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0943660Z test_batch_vs_slicing_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0944284Z test_batch_vs_slicing_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0944991Z test_batch_vs_slicing_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.0945610Z test_batch_vs_slicing_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0946237Z test_batch_vs_slicing_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0946857Z test_batch_vs_slicing_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0947482Z test_batch_vs_slicing_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0948077Z test_batch_vs_slicing_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0948693Z test_batch_vs_slicing_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0949311Z test_batch_vs_slicing_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0949983Z test_batch_vs_slicing_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0950539Z test_batch_vs_slicing_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0951076Z test_batch_vs_slicing_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.0951614Z test_batch_vs_slicing_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0952142Z test_batch_vs_slicing_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0952679Z test_batch_vs_slicing_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0953198Z test_batch_vs_slicing_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0953715Z test_batch_vs_slicing_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0954239Z test_batch_vs_slicing_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0954772Z test_batch_vs_slicing_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0955317Z test_batch_vs_slicing_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0955841Z test_batch_vs_slicing_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.0956378Z test_batch_vs_slicing_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0956931Z test_batch_vs_slicing_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0957458Z test_batch_vs_slicing_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0957969Z test_batch_vs_slicing_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0958502Z test_batch_vs_slicing_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0959024Z test_batch_vs_slicing_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0959538Z test_batch_vs_slicing_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0960220Z test_batch_vs_slicing_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0960826Z test_batch_vs_slicing_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0961438Z test_batch_vs_slicing_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0962113Z test_batch_vs_slicing_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0962723Z test_batch_vs_slicing_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0963339Z test_batch_vs_slicing_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0963946Z test_batch_vs_slicing_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0964551Z test_batch_vs_slicing_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0965214Z test_batch_vs_slicing_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0965812Z test_batch_vs_slicing_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0966476Z test_batch_vs_slicing_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0967000Z test_batch_vs_slicing_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0967636Z test_batch_vs_slicing_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0968143Z test_batch_vs_slicing_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0968660Z test_batch_vs_slicing_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0969193Z test_batch_vs_slicing_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0969717Z test_batch_vs_slicing_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0970389Z test_batch_vs_slicing_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0970996Z test_batch_vs_slicing_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0971598Z test_batch_vs_slicing_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0972188Z test_batch_vs_slicing_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0972794Z test_batch_vs_slicing_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0973404Z test_batch_vs_slicing_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0974017Z test_batch_vs_slicing_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0974617Z test_batch_vs_slicing_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0975259Z test_batch_vs_slicing_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0975914Z test_batch_vs_slicing_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0976651Z test_batch_vs_slicing_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.0977233Z test_batch_vs_slicing_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0977791Z test_batch_vs_slicing_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0978351Z test_batch_vs_slicing_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0978898Z test_batch_vs_slicing_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0979453Z test_batch_vs_slicing_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0980007Z test_batch_vs_slicing_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0980570Z test_batch_vs_slicing_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.0981121Z test_batch_vs_slicing_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0981664Z test_batch_vs_slicing_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0982347Z test_batch_vs_slicing_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0982969Z test_batch_vs_slicing_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0983524Z test_batch_vs_slicing_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.0984073Z test_batch_vs_slicing_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.0984621Z test_batch_vs_slicing_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.0985165Z test_batch_vs_slicing_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0985779Z test_batch_vs_slicing_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.0986335Z test_batch_vs_slicing_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.0986868Z test_batch_vs_slicing_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.0987422Z test_batch_vs_slicing_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.0987977Z test_batch_vs_slicing_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.0988534Z test_batch_vs_slicing_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.0989098Z test_batch_vs_slicing_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.0989655Z test_batch_vs_slicing_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.0990204Z test_batch_vs_slicing_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.0990752Z test_batch_vs_slicing_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.0991273Z test_batch_vs_slicing_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.0991820Z test_batch_vs_slicing_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.0992365Z test_batch_vs_slicing_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.0992901Z test_batch_vs_slicing_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.0993442Z test_batch_vs_slicing_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.0994038Z test_batch_vs_slicing_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.0994697Z test_batch_vs_slicing_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.0995350Z test_batch_vs_slicing_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.0996013Z test_batch_vs_slicing_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.0996662Z test_batch_vs_slicing_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.0997320Z test_batch_vs_slicing_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.0997958Z test_batch_vs_slicing_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.0998601Z test_batch_vs_slicing_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.0999251Z test_batch_vs_slicing_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.0999895Z test_batch_vs_slicing_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.1000524Z test_batch_vs_slicing_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.1001165Z test_batch_vs_slicing_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.1001897Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.1002574Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.1003270Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.1004025Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.1004729Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.1005419Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.1006202Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.1006996Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.1007865Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.1008651Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.1009428Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.1010223Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.1010924Z test_batch_vs_slicing_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1011526Z test_batch_vs_slicing_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1012139Z test_batch_vs_slicing_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1012844Z test_batch_vs_slicing_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1013367Z test_batch_vs_slicing_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1013892Z test_batch_vs_slicing_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1014446Z test_batch_vs_slicing_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1014997Z test_batch_vs_slicing_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:14:54.1015564Z test_batch_vs_slicing_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.1016106Z test_batch_vs_slicing_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1016652Z test_batch_vs_slicing_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1017197Z test_batch_vs_slicing_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1017728Z test_batch_vs_slicing_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1018266Z test_batch_vs_slicing_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1018805Z test_batch_vs_slicing_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1019497Z test_batch_vs_slicing_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1020104Z test_batch_vs_slicing_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1020725Z test_batch_vs_slicing_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1021396Z test_batch_vs_slicing_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1021991Z test_batch_vs_slicing_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1022722Z test_batch_vs_slicing_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1023334Z test_batch_vs_slicing_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1023941Z test_batch_vs_slicing_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1024623Z test_batch_vs_slicing_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1025233Z test_batch_vs_slicing_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1025935Z test_batch_vs_slicing_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1026465Z test_batch_vs_slicing_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1027023Z test_batch_vs_slicing_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1027593Z test_batch_vs_slicing_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1028168Z test_batch_vs_slicing_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1028738Z test_batch_vs_slicing_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1029309Z test_batch_vs_slicing_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1029882Z test_batch_vs_slicing_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1030445Z test_batch_vs_slicing_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1030991Z test_batch_vs_slicing_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1031554Z test_batch_vs_slicing_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1032109Z test_batch_vs_slicing_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1032655Z test_batch_vs_slicing_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1033219Z test_batch_vs_slicing_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1033789Z test_batch_vs_slicing_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1034350Z test_batch_vs_slicing_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1034902Z test_batch_vs_slicing_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1035479Z test_batch_vs_slicing_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1036050Z test_batch_vs_slicing_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1036599Z test_batch_vs_slicing_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1037156Z test_batch_vs_slicing_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1037867Z test_batch_vs_slicing_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1038507Z test_batch_vs_slicing_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1039118Z test_batch_vs_slicing_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1039757Z test_batch_vs_slicing_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1040394Z test_batch_vs_slicing_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1041043Z test_batch_vs_slicing_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1041754Z test_batch_vs_slicing_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1042407Z test_batch_vs_slicing_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1043077Z test_batch_vs_slicing_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1043722Z test_batch_vs_slicing_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1044373Z test_batch_vs_slicing_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1045057Z test_batch_vs_slicing_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1045702Z test_batch_vs_slicing_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1046355Z test_batch_vs_slicing_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1046988Z test_batch_vs_slicing_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1047692Z test_batch_vs_slicing_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1048320Z test_batch_vs_slicing_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1048950Z test_batch_vs_slicing_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1049574Z test_batch_vs_slicing_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1050194Z test_batch_vs_slicing_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1050801Z test_batch_vs_slicing_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1051415Z test_batch_vs_slicing_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1052016Z test_batch_vs_slicing_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1052627Z test_batch_vs_slicing_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1053225Z test_batch_vs_slicing_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1053909Z test_batch_vs_slicing_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1054454Z test_batch_vs_slicing_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1054982Z test_batch_vs_slicing_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1055546Z test_batch_vs_slicing_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1056111Z test_batch_vs_slicing_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1056677Z test_batch_vs_slicing_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1057217Z test_batch_vs_slicing_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1057799Z test_batch_vs_slicing_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1058355Z test_batch_vs_slicing_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1058910Z test_batch_vs_slicing_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1059446Z test_batch_vs_slicing_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1059997Z test_batch_vs_slicing_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1060554Z test_batch_vs_slicing_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1061085Z test_batch_vs_slicing_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1061624Z test_batch_vs_slicing_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1062325Z test_batch_vs_slicing_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1063121Z test_batch_vs_slicing_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1063647Z test_batch_vs_slicing_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1064188Z test_batch_vs_slicing_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1064732Z test_batch_vs_slicing_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1065362Z test_batch_vs_slicing_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1065893Z test_batch_vs_slicing_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1066456Z test_batch_vs_slicing_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1067020Z test_batch_vs_slicing_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1067569Z test_batch_vs_slicing_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1068129Z test_batch_vs_slicing_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1068692Z test_batch_vs_slicing_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1069249Z test_batch_vs_slicing_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1069786Z test_batch_vs_slicing_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1070340Z test_batch_vs_slicing_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1070889Z test_batch_vs_slicing_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1071426Z test_batch_vs_slicing_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1071975Z test_batch_vs_slicing_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1072521Z test_batch_vs_slicing_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1073068Z test_batch_vs_slicing_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1073599Z test_batch_vs_slicing_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1074142Z test_batch_vs_slicing_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1074694Z test_batch_vs_slicing_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1075225Z test_batch_vs_slicing_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1075769Z test_batch_vs_slicing_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1076316Z test_batch_vs_slicing_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1076860Z test_batch_vs_slicing_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1077390Z test_batch_vs_slicing_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1077928Z test_batch_vs_slicing_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1078469Z test_batch_vs_slicing_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1079023Z test_batch_vs_slicing_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1079560Z test_batch_vs_slicing_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1080105Z test_batch_vs_slicing_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1080638Z test_batch_vs_slicing_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1081162Z test_batch_vs_slicing_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1081763Z test_batch_vs_slicing_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1082284Z test_batch_vs_slicing_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1082803Z test_batch_vs_slicing_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1083499Z test_batch_vs_slicing_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1084111Z test_batch_vs_slicing_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1084770Z test_batch_vs_slicing_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1085368Z test_batch_vs_slicing_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1085987Z test_batch_vs_slicing_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1086618Z test_batch_vs_slicing_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1087311Z test_batch_vs_slicing_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1087916Z test_batch_vs_slicing_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1088529Z test_batch_vs_slicing_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1089136Z test_batch_vs_slicing_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1089811Z test_batch_vs_slicing_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1090343Z test_batch_vs_slicing_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1090867Z test_batch_vs_slicing_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1091387Z test_batch_vs_slicing_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1091925Z test_batch_vs_slicing_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1092486Z test_batch_vs_slicing_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1093046Z test_batch_vs_slicing_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1093586Z test_batch_vs_slicing_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1094128Z test_batch_vs_slicing_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1094679Z test_batch_vs_slicing_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1095233Z test_batch_vs_slicing_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:14:54.1095871Z test_batch_vs_slicing_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:14:54.1096493Z test_batch_vs_slicing_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1097117Z test_batch_vs_slicing_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1097726Z test_batch_vs_slicing_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1098327Z test_batch_vs_slicing_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1098935Z test_batch_vs_slicing_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1099547Z test_batch_vs_slicing_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1100150Z test_batch_vs_slicing_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1100757Z test_batch_vs_slicing_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1101395Z test_batch_vs_slicing_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1102046Z test_batch_vs_slicing_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1102916Z test_batch_vs_slicing_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1103484Z test_batch_vs_slicing_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1104046Z test_batch_vs_slicing_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1104591Z test_batch_vs_slicing_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1105147Z test_batch_vs_slicing_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1105771Z test_batch_vs_slicing_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1106326Z test_batch_vs_slicing_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1106868Z test_batch_vs_slicing_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1107425Z test_batch_vs_slicing_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1107982Z test_batch_vs_slicing_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1108539Z test_batch_vs_slicing_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1109069Z test_batch_vs_slicing_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1109610Z test_batch_vs_slicing_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1110143Z test_batch_vs_slicing_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1110654Z test_batch_vs_slicing_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1111185Z test_batch_vs_slicing_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1111708Z test_batch_vs_slicing_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1112249Z test_batch_vs_slicing_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1112818Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1113460Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1114094Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1114722Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1115335Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1115951Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1116585Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1117212Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1117847Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1118493Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1119117Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1119741Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1120365Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1120976Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1121666Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1122280Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1123352Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1124508Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1125575Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1126601Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1127728Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1128771Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1129832Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1130880Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1131905Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1132974Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1134034Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1135094Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1136148Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1137165Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1138217Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1139255Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1139983Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1140602Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1141233Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1141871Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1142673Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1143276Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1143907Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1144532Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1145241Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1145846Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1146481Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1147116Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1147733Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1148338Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1148954Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1149587Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1150224Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1150852Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1151485Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1152121Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1152725Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1153343Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1153964Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1154587Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1155541Z test_batch_vs_slicing_special_legendre_polynomial_p_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1156606Z test_batch_vs_slicing_special_legendre_polynomial_p_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1157656Z test_batch_vs_slicing_special_legendre_polynomial_p_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1158700Z test_batch_vs_slicing_special_legendre_polynomial_p_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1159748Z test_batch_vs_slicing_special_legendre_polynomial_p_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1160768Z test_batch_vs_slicing_special_legendre_polynomial_p_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1161801Z test_batch_vs_slicing_special_legendre_polynomial_p_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1162895Z test_batch_vs_slicing_special_legendre_polynomial_p_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1163964Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1165094Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1166181Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1167334Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1168431Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1169517Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1170615Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1171684Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1172767Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1173864Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1174946Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1176021Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1177105Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1178183Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1179258Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1180334Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1181393Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1182582Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1183745Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1184842Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1185980Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1187032Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1188115Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1189199Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1190379Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1191634Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1192870Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1194128Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1195381Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1196614Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1197848Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1198895Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1199780Z test_batch_vs_slicing_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1200463Z test_batch_vs_slicing_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1201143Z test_batch_vs_slicing_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1201804Z test_batch_vs_slicing_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1202470Z test_batch_vs_slicing_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1203145Z test_batch_vs_slicing_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1203789Z test_batch_vs_slicing_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1204460Z test_batch_vs_slicing_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1205122Z test_batch_vs_slicing_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1205936Z test_batch_vs_slicing_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1206495Z test_batch_vs_slicing_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1207072Z test_batch_vs_slicing_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:14:54.1207709Z test_batch_vs_slicing_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:14:54.1208279Z test_batch_vs_slicing_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:14:54.1208879Z test_batch_vs_slicing_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:14:54.1209447Z test_batch_vs_slicing_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:14:54.1210010Z test_batch_vs_slicing_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:14:54.1210571Z test_batch_vs_slicing_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:14:54.1211115Z test_batch_vs_slicing_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1211665Z test_batch_vs_slicing_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1212220Z test_batch_vs_slicing_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.1212759Z test_batch_vs_slicing_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1213303Z test_batch_vs_slicing_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1213851Z test_batch_vs_slicing_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1214381Z test_batch_vs_slicing_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1214901Z test_batch_vs_slicing_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1215437Z test_batch_vs_slicing_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1215963Z test_batch_vs_slicing_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1216479Z test_batch_vs_slicing_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1217003Z test_batch_vs_slicing_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1217543Z test_batch_vs_slicing_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1218107Z test_batch_vs_slicing_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1218678Z test_batch_vs_slicing_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1219255Z test_batch_vs_slicing_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1219834Z test_batch_vs_slicing_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1220381Z test_batch_vs_slicing_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1220939Z test_batch_vs_slicing_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1221494Z test_batch_vs_slicing_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1222051Z test_batch_vs_slicing_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1222693Z test_batch_vs_slicing_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1223251Z test_batch_vs_slicing_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1223812Z test_batch_vs_slicing_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1224371Z test_batch_vs_slicing_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1224993Z test_batch_vs_slicing_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1225538Z test_batch_vs_slicing_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1226089Z test_batch_vs_slicing_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1226622Z test_batch_vs_slicing_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1227161Z test_batch_vs_slicing_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1227751Z test_batch_vs_slicing_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1228284Z test_batch_vs_slicing_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1228805Z test_batch_vs_slicing_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1229341Z test_batch_vs_slicing_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1229887Z test_binary_op_mem_overlap_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.274s) 2022-12-01T10:14:54.1230499Z test_binary_op_scalar_device_unspecified_cpu (__main__.TestBinaryUfuncsCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-12-01T10:14:54.1231103Z test_binary_ops_with_scalars_cpu (__main__.TestBinaryUfuncsCPU) ... ok (11.992s) 2022-12-01T10:14:54.1231620Z test_bitwise_ops_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.139s) 2022-12-01T10:14:54.1232127Z test_bitwise_ops_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.131s) 2022-12-01T10:14:54.1232611Z test_bitwise_ops_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.138s) 2022-12-01T10:14:54.1233118Z test_bitwise_ops_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.112s) 2022-12-01T10:14:54.1233754Z test_bitwise_ops_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.140s) 2022-12-01T10:14:54.1234318Z test_bitwise_ops_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.136s) 2022-12-01T10:14:54.1234910Z test_bool_tensor_comparison_ops_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1235530Z test_broadcasting_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:14:54.1236143Z test_broadcasting_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:14:54.1236754Z test_broadcasting_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:14:54.1237394Z test_broadcasting_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:14:54.1238031Z test_broadcasting_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:14:54.1238656Z test_broadcasting_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:14:54.1239283Z test_broadcasting_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:14:54.1240006Z test_broadcasting_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:14:54.1240574Z test_broadcasting_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:14:54.1241091Z test_broadcasting_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:14:54.1241753Z test_broadcasting_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:14:54.1242384Z test_broadcasting_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:14:54.1243009Z test_broadcasting_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:14:54.1243655Z test_broadcasting_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:14:54.1244309Z test_broadcasting_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:14:54.1244941Z test_broadcasting_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:14:54.1245606Z test_broadcasting_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:14:54.1246209Z test_broadcasting_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:14:54.1246821Z test_broadcasting_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:14:54.1247493Z test_broadcasting_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:14:54.1248177Z test_broadcasting_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:14:54.1248710Z test_broadcasting_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:14:54.1249297Z test_broadcasting_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:14:54.1249840Z test_broadcasting_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:14:54.1250393Z test_broadcasting_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:14:54.1250940Z test_broadcasting_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:14:54.1251539Z test_broadcasting_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.1252164Z test_broadcasting_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.1252825Z test_broadcasting_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.1253513Z test_broadcasting_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.1254115Z test_broadcasting_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:14:54.1254629Z test_broadcasting_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:14:54.1255151Z test_broadcasting_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:14:54.1255696Z test_broadcasting_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:14:54.1256243Z test_broadcasting_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:14:54.1256790Z test_broadcasting_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:14:54.1257351Z test_broadcasting_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:14:54.1257905Z test_broadcasting_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:14:54.1258440Z test_broadcasting_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:14:54.1258981Z test_broadcasting_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:14:54.1259511Z test_broadcasting_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:14:54.1260036Z test_broadcasting_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:14:54.1260588Z test_broadcasting_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:14:54.1261128Z test_broadcasting_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:14:54.1261668Z test_broadcasting_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:14:54.1262302Z test_broadcasting_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:14:54.1262858Z test_broadcasting_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:14:54.1263414Z test_broadcasting_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:14:54.1263950Z test_broadcasting_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:14:54.1264490Z test_broadcasting_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:14:54.1265020Z test_broadcasting_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:14:54.1265636Z test_broadcasting_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:14:54.1266151Z test_broadcasting_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:14:54.1266702Z test_broadcasting_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:14:54.1267257Z test_broadcasting_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:14:54.1267786Z test_broadcasting_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:14:54.1268367Z test_broadcasting_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:14:54.1268873Z test_cdiv_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:14:54.1269352Z test_cmul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:14:54.1270043Z test_comparison_ops_type_promotion_and_broadcasting_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:3059: RuntimeWarning: invalid value encountered in less 2022-12-01T10:14:54.1270725Z lambda inp: np_fn(inp, y_np, out=out) if out else np_fn(inp, y_np), 2022-12-01T10:14:54.1271238Z test_binary_ufuncs.py:3059: RuntimeWarning: invalid value encountered in less_equal 2022-12-01T10:14:54.1271733Z lambda inp: np_fn(inp, y_np, out=out) if out else np_fn(inp, y_np), 2022-12-01T10:14:54.1272241Z test_binary_ufuncs.py:3059: RuntimeWarning: invalid value encountered in greater 2022-12-01T10:14:54.1272746Z lambda inp: np_fn(inp, y_np, out=out) if out else np_fn(inp, y_np), 2022-12-01T10:14:54.1273268Z test_binary_ufuncs.py:3059: RuntimeWarning: invalid value encountered in greater_equal 2022-12-01T10:14:54.1273764Z lambda inp: np_fn(inp, y_np, out=out) if out else np_fn(inp, y_np), 2022-12-01T10:14:54.1274126Z ok (0.114s) 2022-12-01T10:14:54.1274612Z test_comparison_ops_type_promotion_and_broadcasting_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.109s) 2022-12-01T10:14:54.1275275Z test_comparison_ops_type_promotion_and_broadcasting_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.103s) 2022-12-01T10:14:54.1275945Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:14:54.1276629Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex128_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:14:54.1277316Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-12-01T10:14:54.1277991Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:14:54.1278672Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:14:54.1279347Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:14:54.1280027Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:14:54.1280691Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:14:54.1281373Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-12-01T10:14:54.1282054Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.120s) 2022-12-01T10:14:54.1282719Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.107s) 2022-12-01T10:14:54.1283368Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.106s) 2022-12-01T10:14:54.1284035Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.110s) 2022-12-01T10:14:54.1284747Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.106s) 2022-12-01T10:14:54.1285416Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:14:54.1286080Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:14:54.1286817Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.123s) 2022-12-01T10:14:54.1287566Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.105s) 2022-12-01T10:14:54.1288231Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.109s) 2022-12-01T10:14:54.1288880Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.104s) 2022-12-01T10:14:54.1289536Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.107s) 2022-12-01T10:14:54.1290199Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.104s) 2022-12-01T10:14:54.1290867Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.104s) 2022-12-01T10:14:54.1291517Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.105s) 2022-12-01T10:14:54.1292191Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.110s) 2022-12-01T10:14:54.1292855Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.106s) 2022-12-01T10:14:54.1293531Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:14:54.1294196Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:14:54.1294866Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.108s) 2022-12-01T10:14:54.1295537Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.105s) 2022-12-01T10:14:54.1296201Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.105s) 2022-12-01T10:14:54.1296839Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.109s) 2022-12-01T10:14:54.1297490Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.105s) 2022-12-01T10:14:54.1298154Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.105s) 2022-12-01T10:14:54.1298791Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.104s) 2022-12-01T10:14:54.1299445Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.108s) 2022-12-01T10:14:54.1300098Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.103s) 2022-12-01T10:14:54.1300761Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:14:54.1301416Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:14:54.1302074Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.106s) 2022-12-01T10:14:54.1302891Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.100s) 2022-12-01T10:14:54.1303546Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.103s) 2022-12-01T10:14:54.1304183Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.102s) 2022-12-01T10:14:54.1304851Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.108s) 2022-12-01T10:14:54.1305575Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.103s) 2022-12-01T10:14:54.1306242Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:14:54.1306905Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:14:54.1307568Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.106s) 2022-12-01T10:14:54.1308222Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.100s) 2022-12-01T10:14:54.1308866Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.102s) 2022-12-01T10:14:54.1309507Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.110s) 2022-12-01T10:14:54.1310176Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.104s) 2022-12-01T10:14:54.1310839Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:14:54.1311506Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:14:54.1312161Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.107s) 2022-12-01T10:14:54.1312816Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.100s) 2022-12-01T10:14:54.1313468Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.109s) 2022-12-01T10:14:54.1314127Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.103s) 2022-12-01T10:14:54.1314773Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:14:54.1315443Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:14:54.1316106Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.106s) 2022-12-01T10:14:54.1316770Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.101s) 2022-12-01T10:14:54.1317408Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.102s) 2022-12-01T10:14:54.1318058Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.102s) 2022-12-01T10:14:54.1318700Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.100s) 2022-12-01T10:14:54.1319341Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.109s) 2022-12-01T10:14:54.1319999Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.104s) 2022-12-01T10:14:54.1320659Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:14:54.1321390Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:14:54.1322043Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.106s) 2022-12-01T10:14:54.1322695Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.102s) 2022-12-01T10:14:54.1323351Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.101s) 2022-12-01T10:14:54.1324046Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.101s) 2022-12-01T10:14:54.1324683Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.102s) 2022-12-01T10:14:54.1325343Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.100s) 2022-12-01T10:14:54.1325967Z test_complex_scalar_pow_tensor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:14:54.1326543Z test_complex_scalar_pow_tensor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:14:54.1327096Z test_complex_scalar_pow_tensor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:14:54.1327725Z test_complex_scalar_pow_tensor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:14:54.1328287Z test_complex_scalar_pow_tensor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.1328832Z test_complex_scalar_pow_tensor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:14:54.1329383Z test_complex_scalar_pow_tensor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:14:54.1329926Z test_complex_scalar_pow_tensor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.1330504Z test_complex_scalar_pow_tensor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.1331039Z test_complex_scalar_pow_tensor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:14:54.1331577Z test_contig_size1___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1332109Z test_contig_size1___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1332649Z test_contig_size1___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1333181Z test_contig_size1___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1333725Z test_contig_size1___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1334250Z test_contig_size1___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1334757Z test_contig_size1___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1335280Z test_contig_size1___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1335801Z test_contig_size1___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1336314Z test_contig_size1___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1336811Z test_contig_size1___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1337329Z test_contig_size1___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1337851Z test_contig_size1___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1338360Z test_contig_size1___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1338884Z test_contig_size1___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1339398Z test_contig_size1___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1339967Z test_contig_size1___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1340475Z test_contig_size1___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1340999Z test_contig_size1___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1341515Z test_contig_size1___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1342030Z test_contig_size1___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1342722Z test_contig_size1___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1343261Z test_contig_size1___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1343793Z test_contig_size1___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1344301Z test_contig_size1___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1344824Z test_contig_size1___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1345341Z test_contig_size1___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1345848Z test_contig_size1___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1346364Z test_contig_size1___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1346884Z test_contig_size1___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1347424Z test_contig_size1___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1347943Z test_contig_size1___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1348505Z test_contig_size1___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1349042Z test_contig_size1___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1349576Z test_contig_size1___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1350091Z test_contig_size1___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1350620Z test_contig_size1___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1351156Z test_contig_size1___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1351680Z test_contig_size1___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1352208Z test_contig_size1___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1352733Z test_contig_size1___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1353255Z test_contig_size1___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1353758Z test_contig_size1___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1354273Z test_contig_size1___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1354787Z test_contig_size1___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1355293Z test_contig_size1___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1355810Z test_contig_size1___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1356325Z test_contig_size1___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1356842Z test_contig_size1___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1357338Z test_contig_size1___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1357850Z test_contig_size1___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1358429Z test_contig_size1___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1358939Z test_contig_size1___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1359483Z test_contig_size1___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1360025Z test_contig_size1___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1360562Z test_contig_size1___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1361124Z test_contig_size1___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1361651Z test_contig_size1___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1362172Z test_contig_size1___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1362687Z test_contig_size1___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1363183Z test_contig_size1___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1363696Z test_contig_size1___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1364212Z test_contig_size1___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1364730Z test_contig_size1___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1365270Z test_contig_size1___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1365817Z test_contig_size1___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1366333Z test_contig_size1___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1366854Z test_contig_size1___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1367451Z test_contig_size1___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1367983Z test_contig_size1___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1368491Z test_contig_size1___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1369008Z test_contig_size1___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1369525Z test_contig_size1___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1370050Z test_contig_size1___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1370550Z test_contig_size1___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1371063Z test_contig_size1___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1371576Z test_contig_size1___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1372077Z test_contig_size1___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1372607Z test_contig_size1___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1373125Z test_contig_size1___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1373647Z test_contig_size1_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1374161Z test_contig_size1_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1374683Z test_contig_size1_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1375226Z test_contig_size1_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1375743Z test_contig_size1_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1376269Z test_contig_size1_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1376785Z test_contig_size1_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1377365Z test_contig_size1_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1377867Z test_contig_size1_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1378374Z test_contig_size1_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1378880Z test_contig_size1_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1379380Z test_contig_size1_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1379937Z test_contig_size1_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1380467Z test_contig_size1_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1380994Z test_contig_size1_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1381501Z test_contig_size1_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1382028Z test_contig_size1_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1382651Z test_contig_size1_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1383165Z test_contig_size1_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1383686Z test_contig_size1_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1384202Z test_contig_size1_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1384722Z test_contig_size1_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1385240Z test_contig_size1_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1385781Z test_contig_size1_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1386323Z test_contig_size1_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1386858Z test_contig_size1_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1387402Z test_contig_size1_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1387945Z test_contig_size1_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1388496Z test_contig_size1_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1389040Z test_contig_size1_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1389602Z test_contig_size1_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1390163Z test_contig_size1_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1390713Z test_contig_size1_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1391265Z test_contig_size1_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1391804Z test_contig_size1_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1392340Z test_contig_size1_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1392856Z test_contig_size1_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1393394Z test_contig_size1_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1393932Z test_contig_size1_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1394491Z test_contig_size1_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1395043Z test_contig_size1_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1395605Z test_contig_size1_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1396257Z test_contig_size1_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1396815Z test_contig_size1_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1397370Z test_contig_size1_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1397915Z test_contig_size1_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1398456Z test_contig_size1_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1399037Z test_contig_size1_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1399572Z test_contig_size1_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1400102Z test_contig_size1_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1473751Z test_contig_size1_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1474323Z test_contig_size1_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1474871Z test_contig_size1_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1475404Z test_contig_size1_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1475954Z test_contig_size1_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1476487Z test_contig_size1_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1477029Z test_contig_size1_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1477562Z test_contig_size1_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1478095Z test_contig_size1_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1478636Z test_contig_size1_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1479162Z test_contig_size1_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1479701Z test_contig_size1_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1480238Z test_contig_size1_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1480766Z test_contig_size1_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1481308Z test_contig_size1_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1481843Z test_contig_size1_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1482362Z test_contig_size1_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1482877Z test_contig_size1_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1483410Z test_contig_size1_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1483946Z test_contig_size1_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1484462Z test_contig_size1_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1484988Z test_contig_size1_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1485512Z test_contig_size1_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1486045Z test_contig_size1_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1486577Z test_contig_size1_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1487115Z test_contig_size1_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1487738Z test_contig_size1_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1488507Z test_contig_size1_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1489048Z test_contig_size1_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1489290Z test_contig_size1_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1489537Z test_contig_size1_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1489786Z test_contig_size1_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1490125Z test_contig_size1_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1490403Z test_contig_size1_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1490665Z test_contig_size1_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1490937Z test_contig_size1_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1491204Z test_contig_size1_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1491471Z test_contig_size1_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1491739Z test_contig_size1_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1492006Z test_contig_size1_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1492273Z test_contig_size1_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1492538Z test_contig_size1_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1492817Z test_contig_size1_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1493075Z test_contig_size1_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1493361Z test_contig_size1_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1493639Z test_contig_size1_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1493912Z test_contig_size1_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1494180Z test_contig_size1_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1494450Z test_contig_size1_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1494715Z test_contig_size1_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1494986Z test_contig_size1_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1495258Z test_contig_size1_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1495511Z test_contig_size1_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1495780Z test_contig_size1_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1496057Z test_contig_size1_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1496326Z test_contig_size1_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1496595Z test_contig_size1_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1496858Z test_contig_size1_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1497128Z test_contig_size1_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1497392Z test_contig_size1_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1497741Z test_contig_size1_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1497995Z test_contig_size1_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1498256Z test_contig_size1_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1498519Z test_contig_size1_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1498755Z test_contig_size1_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1499041Z test_contig_size1_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1499290Z test_contig_size1_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1499531Z test_contig_size1_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1499773Z test_contig_size1_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1500002Z test_contig_size1_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1500239Z test_contig_size1_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1500479Z test_contig_size1_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1500712Z test_contig_size1_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1500953Z test_contig_size1_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1501190Z test_contig_size1_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1501424Z test_contig_size1_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1501683Z test_contig_size1_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1501926Z test_contig_size1_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1502298Z test_contig_size1_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1502565Z test_contig_size1_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1502822Z test_contig_size1_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1503075Z test_contig_size1_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1503337Z test_contig_size1_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1503592Z test_contig_size1_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1503841Z test_contig_size1_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1504092Z test_contig_size1_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1504333Z test_contig_size1_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1504581Z test_contig_size1_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1504871Z test_contig_size1_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:14:54.1505132Z test_contig_size1_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1505391Z test_contig_size1_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1505644Z test_contig_size1_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1505900Z test_contig_size1_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1506152Z test_contig_size1_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1506444Z test_contig_size1_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1506694Z test_contig_size1_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1506942Z test_contig_size1_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1507190Z test_contig_size1_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1507433Z test_contig_size1_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1507675Z test_contig_size1_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1507961Z test_contig_size1_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1508202Z test_contig_size1_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1508439Z test_contig_size1_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1508663Z test_contig_size1_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1508897Z test_contig_size1_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1509133Z test_contig_size1_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1509371Z test_contig_size1_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1509612Z test_contig_size1_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1509849Z test_contig_size1_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1510090Z test_contig_size1_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1510328Z test_contig_size1_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1510545Z test_contig_size1_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1510780Z test_contig_size1_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1511020Z test_contig_size1_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1511256Z test_contig_size1_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1511493Z test_contig_size1_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1511726Z test_contig_size1_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1511973Z test_contig_size1_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1512219Z test_contig_size1_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1512447Z test_contig_size1_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1512676Z test_contig_size1_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1512916Z test_contig_size1_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1513152Z test_contig_size1_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1513384Z test_contig_size1_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1513618Z test_contig_size1_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1513852Z test_contig_size1_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1514088Z test_contig_size1_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1514310Z test_contig_size1_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1514546Z test_contig_size1_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1514778Z test_contig_size1_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1515018Z test_contig_size1_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1515301Z test_contig_size1_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1515533Z test_contig_size1_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1515764Z test_contig_size1_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1515995Z test_contig_size1_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1516218Z test_contig_size1_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1516453Z test_contig_size1_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1516717Z test_contig_size1_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1516947Z test_contig_size1_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1517173Z test_contig_size1_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1517404Z test_contig_size1_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1517641Z test_contig_size1_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1517872Z test_contig_size1_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1518095Z test_contig_size1_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1518329Z test_contig_size1_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1518560Z test_contig_size1_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1518795Z test_contig_size1_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1519019Z test_contig_size1_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1519244Z test_contig_size1_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1519474Z test_contig_size1_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1519705Z test_contig_size1_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1519957Z test_contig_size1_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1520198Z test_contig_size1_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1520446Z test_contig_size1_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1520693Z test_contig_size1_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1520946Z test_contig_size1_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1521191Z test_contig_size1_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1521434Z test_contig_size1_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1521676Z test_contig_size1_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1521927Z test_contig_size1_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1522160Z test_contig_size1_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1522403Z test_contig_size1_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1522642Z test_contig_size1_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1522880Z test_contig_size1_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1523131Z test_contig_size1_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1523373Z test_contig_size1_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1523613Z test_contig_size1_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1523895Z test_contig_size1_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1524132Z test_contig_size1_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1524373Z test_contig_size1_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1524622Z test_contig_size1_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1524863Z test_contig_size1_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1525102Z test_contig_size1_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1525385Z test_contig_size1_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1525641Z test_contig_size1_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1525888Z test_contig_size1_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1526133Z test_contig_size1_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1526367Z test_contig_size1_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1526604Z test_contig_size1_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1526849Z test_contig_size1_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1527089Z test_contig_size1_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1527394Z test_contig_size1_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1527644Z test_contig_size1_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1527885Z test_contig_size1_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1528190Z test_contig_size1_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.1528479Z test_contig_size1_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.1528788Z test_contig_size1_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.1529091Z test_contig_size1_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.1529390Z test_contig_size1_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.1529687Z test_contig_size1_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.1529971Z test_contig_size1_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.1530263Z test_contig_size1_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.1530557Z test_contig_size1_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.1530841Z test_contig_size1_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.1531135Z test_contig_size1_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.1531422Z test_contig_size1_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.1531746Z test_contig_size1_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.1532063Z test_contig_size1_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.1532391Z test_contig_size1_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.1532764Z test_contig_size1_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.1533087Z test_contig_size1_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.1533406Z test_contig_size1_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.1533757Z test_contig_size1_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.1534073Z test_contig_size1_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.1534391Z test_contig_size1_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.1534702Z test_contig_size1_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.1535017Z test_contig_size1_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.1535329Z test_contig_size1_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.1535596Z test_contig_size1_large_dim___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1535857Z test_contig_size1_large_dim___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1536133Z test_contig_size1_large_dim___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:14:54.1536405Z test_contig_size1_large_dim___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1536666Z test_contig_size1_large_dim___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:14:54.1536934Z test_contig_size1_large_dim___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1537186Z test_contig_size1_large_dim___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1537440Z test_contig_size1_large_dim___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1537698Z test_contig_size1_large_dim___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1537962Z test_contig_size1_large_dim___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1538218Z test_contig_size1_large_dim___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1538469Z test_contig_size1_large_dim___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1538726Z test_contig_size1_large_dim___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1538983Z test_contig_size1_large_dim___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1539232Z test_contig_size1_large_dim___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1539472Z test_contig_size1_large_dim___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1539725Z test_contig_size1_large_dim___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1539981Z test_contig_size1_large_dim___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1540245Z test_contig_size1_large_dim___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1540495Z test_contig_size1_large_dim___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1540767Z test_contig_size1_large_dim___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:14:54.1541076Z test_contig_size1_large_dim___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1541335Z test_contig_size1_large_dim___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:14:54.1541582Z test_contig_size1_large_dim___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1541848Z test_contig_size1_large_dim___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1542104Z test_contig_size1_large_dim___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1542552Z test_contig_size1_large_dim___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1542816Z test_contig_size1_large_dim___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1543069Z test_contig_size1_large_dim___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1543329Z test_contig_size1_large_dim___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1543587Z test_contig_size1_large_dim___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1543845Z test_contig_size1_large_dim___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:14:54.1544096Z test_contig_size1_large_dim___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1544354Z test_contig_size1_large_dim___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1544616Z test_contig_size1_large_dim___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1544869Z test_contig_size1_large_dim___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1545137Z test_contig_size1_large_dim___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:14:54.1545406Z test_contig_size1_large_dim___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.1545663Z test_contig_size1_large_dim___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:14:54.1550964Z test_contig_size1_large_dim___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1551226Z test_contig_size1_large_dim___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1551469Z test_contig_size1_large_dim___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1551738Z test_contig_size1_large_dim___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1551997Z test_contig_size1_large_dim___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1552251Z test_contig_size1_large_dim___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1552510Z test_contig_size1_large_dim___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1552765Z test_contig_size1_large_dim___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1553013Z test_contig_size1_large_dim___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1553268Z test_contig_size1_large_dim___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1553521Z test_contig_size1_large_dim___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1553767Z test_contig_size1_large_dim___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1554017Z test_contig_size1_large_dim___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1554277Z test_contig_size1_large_dim___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1554659Z test_contig_size1_large_dim___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.1554929Z test_contig_size1_large_dim___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:14:54.1555186Z test_contig_size1_large_dim___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:14:54.1555448Z test_contig_size1_large_dim___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1555705Z test_contig_size1_large_dim___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1556035Z test_contig_size1_large_dim___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1556278Z test_contig_size1_large_dim___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1556537Z test_contig_size1_large_dim___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1556796Z test_contig_size1_large_dim___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1557052Z test_contig_size1_large_dim___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1557315Z test_contig_size1_large_dim___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1557581Z test_contig_size1_large_dim___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:14:54.1557845Z test_contig_size1_large_dim___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1558105Z test_contig_size1_large_dim___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:14:54.1558357Z test_contig_size1_large_dim___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1558611Z test_contig_size1_large_dim___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1558860Z test_contig_size1_large_dim___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1559122Z test_contig_size1_large_dim___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1559375Z test_contig_size1_large_dim___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1559627Z test_contig_size1_large_dim___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1559879Z test_contig_size1_large_dim___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1560137Z test_contig_size1_large_dim___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1560393Z test_contig_size1_large_dim___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1560631Z test_contig_size1_large_dim___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1560885Z test_contig_size1_large_dim___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1561138Z test_contig_size1_large_dim___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1561390Z test_contig_size1_large_dim___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1561647Z test_contig_size1_large_dim_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1561896Z test_contig_size1_large_dim_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1562155Z test_contig_size1_large_dim_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:14:54.1562417Z test_contig_size1_large_dim_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.1562676Z test_contig_size1_large_dim_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1562920Z test_contig_size1_large_dim_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:14:54.1563215Z test_contig_size1_large_dim_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1563460Z test_contig_size1_large_dim_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1563711Z test_contig_size1_large_dim_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1563961Z test_contig_size1_large_dim_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1564216Z test_contig_size1_large_dim_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1564500Z test_contig_size1_large_dim_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1564755Z test_contig_size1_large_dim_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1565008Z test_contig_size1_large_dim_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1565265Z test_contig_size1_large_dim_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1565521Z test_contig_size1_large_dim_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1565780Z test_contig_size1_large_dim_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1566030Z test_contig_size1_large_dim_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1566282Z test_contig_size1_large_dim_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1566540Z test_contig_size1_large_dim_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1566799Z test_contig_size1_large_dim_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1567052Z test_contig_size1_large_dim_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1567418Z test_contig_size1_large_dim_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1567691Z test_contig_size1_large_dim_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1567959Z test_contig_size1_large_dim_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1568219Z test_contig_size1_large_dim_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1568480Z test_contig_size1_large_dim_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1568745Z test_contig_size1_large_dim_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1569030Z test_contig_size1_large_dim_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1569304Z test_contig_size1_large_dim_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1569590Z test_contig_size1_large_dim_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1569860Z test_contig_size1_large_dim_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1570142Z test_contig_size1_large_dim_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1570405Z test_contig_size1_large_dim_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1570669Z test_contig_size1_large_dim_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1570936Z test_contig_size1_large_dim_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1571199Z test_contig_size1_large_dim_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1571460Z test_contig_size1_large_dim_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1571720Z test_contig_size1_large_dim_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1572044Z test_contig_size1_large_dim_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1572319Z test_contig_size1_large_dim_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1572598Z test_contig_size1_large_dim_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1572882Z test_contig_size1_large_dim_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1573203Z test_contig_size1_large_dim_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1573472Z test_contig_size1_large_dim_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1573734Z test_contig_size1_large_dim_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1574000Z test_contig_size1_large_dim_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1574261Z test_contig_size1_large_dim_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1574514Z test_contig_size1_large_dim_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1574782Z test_contig_size1_large_dim_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1575054Z test_contig_size1_large_dim_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1575323Z test_contig_size1_large_dim_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1575593Z test_contig_size1_large_dim_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:14:54.1575857Z test_contig_size1_large_dim_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1576124Z test_contig_size1_large_dim_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1576385Z test_contig_size1_large_dim_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1576645Z test_contig_size1_large_dim_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1576903Z test_contig_size1_large_dim_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1577165Z test_contig_size1_large_dim_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1577429Z test_contig_size1_large_dim_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1577696Z test_contig_size1_large_dim_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1577958Z test_contig_size1_large_dim_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1578226Z test_contig_size1_large_dim_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:14:54.1578490Z test_contig_size1_large_dim_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1578758Z test_contig_size1_large_dim_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1579018Z test_contig_size1_large_dim_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1579265Z test_contig_size1_large_dim_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1579530Z test_contig_size1_large_dim_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1579793Z test_contig_size1_large_dim_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1580056Z test_contig_size1_large_dim_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1580323Z test_contig_size1_large_dim_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:14:54.1580630Z test_contig_size1_large_dim_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1580899Z test_contig_size1_large_dim_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1581169Z test_contig_size1_large_dim_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1581430Z test_contig_size1_large_dim_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1581730Z test_contig_size1_large_dim_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:14:54.1582000Z test_contig_size1_large_dim_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1582357Z test_contig_size1_large_dim_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1582625Z test_contig_size1_large_dim_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1582900Z test_contig_size1_large_dim_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1583164Z test_contig_size1_large_dim_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1583426Z test_contig_size1_large_dim_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1583684Z test_contig_size1_large_dim_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1583969Z test_contig_size1_large_dim_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1584253Z test_contig_size1_large_dim_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:14:54.1584539Z test_contig_size1_large_dim_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1584820Z test_contig_size1_large_dim_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1585103Z test_contig_size1_large_dim_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1585389Z test_contig_size1_large_dim_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1585669Z test_contig_size1_large_dim_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1585952Z test_contig_size1_large_dim_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1586239Z test_contig_size1_large_dim_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1586517Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1586809Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1587111Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:14:54.1587406Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1587695Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:14:54.1587984Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1588275Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1588560Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1588850Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1589201Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1589475Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1589762Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1590057Z test_contig_size1_large_dim_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1590340Z test_contig_size1_large_dim_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:14:54.1590675Z test_contig_size1_large_dim_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1590960Z test_contig_size1_large_dim_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1591246Z test_contig_size1_large_dim_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1591530Z test_contig_size1_large_dim_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1591811Z test_contig_size1_large_dim_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1592080Z test_contig_size1_large_dim_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1592364Z test_contig_size1_large_dim_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1592626Z test_contig_size1_large_dim_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1592876Z test_contig_size1_large_dim_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1593138Z test_contig_size1_large_dim_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:14:54.1593398Z test_contig_size1_large_dim_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:14:54.1593665Z test_contig_size1_large_dim_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1593921Z test_contig_size1_large_dim_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:14:54.1594164Z test_contig_size1_large_dim_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1594418Z test_contig_size1_large_dim_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1594667Z test_contig_size1_large_dim_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1594910Z test_contig_size1_large_dim_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1595156Z test_contig_size1_large_dim_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1595411Z test_contig_size1_large_dim_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1595664Z test_contig_size1_large_dim_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1595940Z test_contig_size1_large_dim_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1596207Z test_contig_size1_large_dim_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1596479Z test_contig_size1_large_dim_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.1596760Z test_contig_size1_large_dim_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:14:54.1597047Z test_contig_size1_large_dim_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:14:54.1597317Z test_contig_size1_large_dim_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1597591Z test_contig_size1_large_dim_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.1597900Z test_contig_size1_large_dim_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1598162Z test_contig_size1_large_dim_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1598420Z test_contig_size1_large_dim_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1598686Z test_contig_size1_large_dim_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1598941Z test_contig_size1_large_dim_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1599291Z test_contig_size1_large_dim_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:14:54.1599565Z test_contig_size1_large_dim_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:14:54.1599839Z test_contig_size1_large_dim_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1600111Z test_contig_size1_large_dim_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1600383Z test_contig_size1_large_dim_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1600644Z test_contig_size1_large_dim_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1600906Z test_contig_size1_large_dim_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1601176Z test_contig_size1_large_dim_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1601431Z test_contig_size1_large_dim_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1601695Z test_contig_size1_large_dim_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1601950Z test_contig_size1_large_dim_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1602216Z test_contig_size1_large_dim_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:14:54.1602476Z test_contig_size1_large_dim_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1602736Z test_contig_size1_large_dim_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1602989Z test_contig_size1_large_dim_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1603243Z test_contig_size1_large_dim_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1603484Z test_contig_size1_large_dim_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1603738Z test_contig_size1_large_dim_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1603988Z test_contig_size1_large_dim_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1604250Z test_contig_size1_large_dim_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1604505Z test_contig_size1_large_dim_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1604766Z test_contig_size1_large_dim_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:14:54.1605022Z test_contig_size1_large_dim_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1605278Z test_contig_size1_large_dim_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1605534Z test_contig_size1_large_dim_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1605778Z test_contig_size1_large_dim_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1606027Z test_contig_size1_large_dim_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1606282Z test_contig_size1_large_dim_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1606574Z test_contig_size1_large_dim_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1606838Z test_contig_size1_large_dim_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1607095Z test_contig_size1_large_dim_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:14:54.1607425Z test_contig_size1_large_dim_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1607680Z test_contig_size1_large_dim_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1607979Z test_contig_size1_large_dim_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1608225Z test_contig_size1_large_dim_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1608478Z test_contig_size1_large_dim_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1608737Z test_contig_size1_large_dim_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1608988Z test_contig_size1_large_dim_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1609237Z test_contig_size1_large_dim_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1609491Z test_contig_size1_large_dim_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1609745Z test_contig_size1_large_dim_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1609999Z test_contig_size1_large_dim_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1610240Z test_contig_size1_large_dim_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1610503Z test_contig_size1_large_dim_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1610762Z test_contig_size1_large_dim_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1611016Z test_contig_size1_large_dim_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:14:54.1611272Z test_contig_size1_large_dim_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1611521Z test_contig_size1_large_dim_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1611770Z test_contig_size1_large_dim_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1612016Z test_contig_size1_large_dim_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1612267Z test_contig_size1_large_dim_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1612503Z test_contig_size1_large_dim_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1612756Z test_contig_size1_large_dim_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1613013Z test_contig_size1_large_dim_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1613266Z test_contig_size1_large_dim_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1613518Z test_contig_size1_large_dim_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:14:54.1613775Z test_contig_size1_large_dim_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1614026Z test_contig_size1_large_dim_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1614276Z test_contig_size1_large_dim_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1614508Z test_contig_size1_large_dim_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1614758Z test_contig_size1_large_dim_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1615004Z test_contig_size1_large_dim_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1615298Z test_contig_size1_large_dim_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1615575Z test_contig_size1_large_dim_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1615846Z test_contig_size1_large_dim_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1616120Z test_contig_size1_large_dim_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:14:54.1616385Z test_contig_size1_large_dim_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1616712Z test_contig_size1_large_dim_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1616967Z test_contig_size1_large_dim_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1617238Z test_contig_size1_large_dim_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1617509Z test_contig_size1_large_dim_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1617776Z test_contig_size1_large_dim_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1618050Z test_contig_size1_large_dim_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1618319Z test_contig_size1_large_dim_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1618584Z test_contig_size1_large_dim_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1618851Z test_contig_size1_large_dim_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1619110Z test_contig_size1_large_dim_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1619367Z test_contig_size1_large_dim_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:14:54.1619638Z test_contig_size1_large_dim_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1619902Z test_contig_size1_large_dim_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.1620170Z test_contig_size1_large_dim_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1620441Z test_contig_size1_large_dim_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:14:54.1620707Z test_contig_size1_large_dim_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1620979Z test_contig_size1_large_dim_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:14:54.1621246Z test_contig_size1_large_dim_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1621491Z test_contig_size1_large_dim_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1621763Z test_contig_size1_large_dim_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:14:54.1622038Z test_contig_size1_large_dim_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1622430Z test_contig_size1_large_dim_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:14:54.1622699Z test_contig_size1_large_dim_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1622968Z test_contig_size1_large_dim_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1623233Z test_contig_size1_large_dim_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1623497Z test_contig_size1_large_dim_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1623761Z test_contig_size1_large_dim_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1624008Z test_contig_size1_large_dim_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1624337Z test_contig_size1_large_dim_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1624664Z test_contig_size1_large_dim_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:14:54.1624983Z test_contig_size1_large_dim_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:14:54.1625314Z test_contig_size1_large_dim_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:14:54.1625690Z test_contig_size1_large_dim_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:14:54.1626016Z test_contig_size1_large_dim_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:14:54.1626334Z test_contig_size1_large_dim_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:14:54.1626663Z test_contig_size1_large_dim_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:14:54.1626972Z test_contig_size1_large_dim_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:14:54.1627292Z test_contig_size1_large_dim_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:14:54.1627611Z test_contig_size1_large_dim_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:14:54.1627928Z test_contig_size1_large_dim_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:14:54.1628245Z test_contig_size1_large_dim_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:14:54.1628590Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:14:54.1628932Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:14:54.1629282Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:14:54.1629626Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:14:54.1629972Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:14:54.1630313Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:14:54.1630649Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:14:54.1630987Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:14:54.1631329Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:14:54.1631659Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:14:54.1631997Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:14:54.1632332Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:14:54.1632627Z test_contig_size1_large_dim_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1632884Z test_contig_size1_large_dim_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1633138Z test_contig_size1_large_dim_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1633377Z test_contig_size1_large_dim_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1633629Z test_contig_size1_large_dim_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1633975Z test_contig_size1_large_dim_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1634234Z test_contig_size1_large_dim_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1634509Z test_contig_size1_large_dim_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:14:54.1634782Z test_contig_size1_large_dim_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:14:54.1635051Z test_contig_size1_large_dim_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:14:54.1635312Z test_contig_size1_large_dim_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1635570Z test_contig_size1_large_dim_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.1635811Z test_contig_size1_large_dim_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1636067Z test_contig_size1_large_dim_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1636323Z test_contig_size1_large_dim_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1636580Z test_contig_size1_large_dim_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1636832Z test_contig_size1_large_dim_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1637097Z test_contig_size1_large_dim_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1637352Z test_contig_size1_large_dim_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1637607Z test_contig_size1_large_dim_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:14:54.1637858Z test_contig_size1_large_dim_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1638095Z test_contig_size1_large_dim_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1638351Z test_contig_size1_large_dim_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1638598Z test_contig_size1_large_dim_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1638848Z test_contig_size1_large_dim_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1639100Z test_contig_size1_large_dim_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1639353Z test_contig_size1_large_dim_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1639631Z test_contig_size1_large_dim_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1639900Z test_contig_size1_large_dim_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1640173Z test_contig_size1_large_dim_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:14:54.1640459Z test_contig_size1_large_dim_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1640734Z test_contig_size1_large_dim_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:14:54.1641013Z test_contig_size1_large_dim_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1641283Z test_contig_size1_large_dim_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1641593Z test_contig_size1_large_dim_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1641856Z test_contig_size1_large_dim_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1642117Z test_contig_size1_large_dim_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1642390Z test_contig_size1_large_dim_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1642687Z test_contig_size1_large_dim_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1642962Z test_contig_size1_large_dim_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1643230Z test_contig_size1_large_dim_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1643510Z test_contig_size1_large_dim_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:14:54.1643791Z test_contig_size1_large_dim_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1644062Z test_contig_size1_large_dim_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:14:54.1644328Z test_contig_size1_large_dim_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1644595Z test_contig_size1_large_dim_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1644865Z test_contig_size1_large_dim_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1645121Z test_contig_size1_large_dim_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1645387Z test_contig_size1_large_dim_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1645656Z test_contig_size1_large_dim_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1645928Z test_contig_size1_large_dim_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1646210Z test_contig_size1_large_dim_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1646475Z test_contig_size1_large_dim_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1646759Z test_contig_size1_large_dim_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:14:54.1647046Z test_contig_size1_large_dim_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1647391Z test_contig_size1_large_dim_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:14:54.1647651Z test_contig_size1_large_dim_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1647929Z test_contig_size1_large_dim_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1648200Z test_contig_size1_large_dim_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1648468Z test_contig_size1_large_dim_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1648730Z test_contig_size1_large_dim_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1648998Z test_contig_size1_large_dim_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1649276Z test_contig_size1_large_dim_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1649536Z test_contig_size1_large_dim_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1649774Z test_contig_size1_large_dim_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1650032Z test_contig_size1_large_dim_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:14:54.1650335Z test_contig_size1_large_dim_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1650590Z test_contig_size1_large_dim_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1650841Z test_contig_size1_large_dim_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1651090Z test_contig_size1_large_dim_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1651340Z test_contig_size1_large_dim_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1651635Z test_contig_size1_large_dim_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1651888Z test_contig_size1_large_dim_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1652151Z test_contig_size1_large_dim_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1652422Z test_contig_size1_large_dim_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1652693Z test_contig_size1_large_dim_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:14:54.1652963Z test_contig_size1_large_dim_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1653232Z test_contig_size1_large_dim_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1653496Z test_contig_size1_large_dim_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1653767Z test_contig_size1_large_dim_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1654030Z test_contig_size1_large_dim_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1654296Z test_contig_size1_large_dim_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1654552Z test_contig_size1_large_dim_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1654819Z test_contig_size1_large_dim_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1655083Z test_contig_size1_large_dim_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1655351Z test_contig_size1_large_dim_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:14:54.1655616Z test_contig_size1_large_dim_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1655882Z test_contig_size1_large_dim_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1656148Z test_contig_size1_large_dim_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1656408Z test_contig_size1_large_dim_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1656661Z test_contig_size1_large_dim_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1656921Z test_contig_size1_large_dim_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1657177Z test_contig_size1_large_dim_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1657451Z test_contig_size1_large_dim_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1657717Z test_contig_size1_large_dim_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1657994Z test_contig_size1_large_dim_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:14:54.1658262Z test_contig_size1_large_dim_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1658532Z test_contig_size1_large_dim_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1658841Z test_contig_size1_large_dim_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1659093Z test_contig_size1_large_dim_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1659355Z test_contig_size1_large_dim_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1659623Z test_contig_size1_large_dim_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1659887Z test_contig_size1_large_dim_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1660190Z test_contig_size1_large_dim_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1660457Z test_contig_size1_large_dim_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1660726Z test_contig_size1_large_dim_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:14:54.1660992Z test_contig_size1_large_dim_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1661255Z test_contig_size1_large_dim_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1661501Z test_contig_size1_large_dim_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1661760Z test_contig_size1_large_dim_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1662020Z test_contig_size1_large_dim_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1662379Z test_contig_size1_large_dim_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1662643Z test_contig_size1_large_dim_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1662899Z test_contig_size1_large_dim_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1663155Z test_contig_size1_large_dim_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1663426Z test_contig_size1_large_dim_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:14:54.1663674Z test_contig_size1_large_dim_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.1663934Z test_contig_size1_large_dim_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1664196Z test_contig_size1_large_dim_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:14:54.1664453Z test_contig_size1_large_dim_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1664714Z test_contig_size1_large_dim_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1664969Z test_contig_size1_large_dim_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1665223Z test_contig_size1_large_dim_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1665481Z test_contig_size1_large_dim_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1665727Z test_contig_size1_large_dim_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1665968Z test_contig_size1_large_dim_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1666229Z test_contig_size1_large_dim_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1666478Z test_contig_size1_large_dim_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1666748Z test_contig_size1_large_dim_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:14:54.1667012Z test_contig_size1_large_dim_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1667269Z test_contig_size1_large_dim_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:14:54.1667526Z test_contig_size1_large_dim_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1667855Z test_contig_size1_large_dim_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1668095Z test_contig_size1_large_dim_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1668344Z test_contig_size1_large_dim_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1668593Z test_contig_size1_large_dim_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1668842Z test_contig_size1_large_dim_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1669146Z test_contig_size1_large_dim_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1669427Z test_contig_size1_large_dim_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1669700Z test_contig_size1_large_dim_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1669974Z test_contig_size1_large_dim_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1670235Z test_contig_size1_large_dim_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1670485Z test_contig_size1_large_dim_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.1670747Z test_contig_size1_large_dim_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1671014Z test_contig_size1_large_dim_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.1671279Z test_contig_size1_large_dim_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:14:54.1671537Z test_contig_size1_large_dim_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:14:54.1671794Z test_contig_size1_large_dim_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1672053Z test_contig_size1_large_dim_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1672307Z test_contig_size1_large_dim_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1672561Z test_contig_size1_large_dim_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1672800Z test_contig_size1_large_dim_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1673051Z test_contig_size1_large_dim_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1673303Z test_contig_size1_large_dim_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1673582Z test_contig_size1_large_dim_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1673854Z test_contig_size1_large_dim_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:14:54.1674121Z test_contig_size1_large_dim_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1674396Z test_contig_size1_large_dim_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1674665Z test_contig_size1_large_dim_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1674921Z test_contig_size1_large_dim_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1675191Z test_contig_size1_large_dim_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1675461Z test_contig_size1_large_dim_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1675726Z test_contig_size1_large_dim_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1675991Z test_contig_size1_large_dim_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1676264Z test_contig_size1_large_dim_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:14:54.1676587Z test_contig_size1_large_dim_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1676846Z test_contig_size1_large_dim_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:14:54.1677110Z test_contig_size1_large_dim_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1677355Z test_contig_size1_large_dim_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1677609Z test_contig_size1_large_dim_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1677937Z test_contig_size1_large_dim_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1678191Z test_contig_size1_large_dim_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1678445Z test_contig_size1_large_dim_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1678703Z test_contig_size1_large_dim_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1679018Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1679333Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1679650Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1679948Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1680253Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1680555Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1680865Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1681173Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1681479Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1681791Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1682104Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1682409Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1682699Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1683002Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1683309Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1683615Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1684394Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1685056Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1685706Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1686390Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1687028Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1687737Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1688423Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1689063Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1689689Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1690324Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1690968Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1691606Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1692237Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1692868Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1693500Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1694131Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1694438Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1694750Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1695058Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1695361Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1695644Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1695956Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1696270Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1696572Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1696874Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1697234Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1697548Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1697855Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1698157Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1698501Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1698793Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1699093Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1699409Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1699723Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1700034Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1700337Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1700637Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1700942Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1701247Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1701541Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1702291Z test_contig_size1_large_dim_special_legendre_polynomial_p_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1702957Z test_contig_size1_large_dim_special_legendre_polynomial_p_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1703609Z test_contig_size1_large_dim_special_legendre_polynomial_p_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1704247Z test_contig_size1_large_dim_special_legendre_polynomial_p_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1704888Z test_contig_size1_large_dim_special_legendre_polynomial_p_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1705515Z test_contig_size1_large_dim_special_legendre_polynomial_p_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1706146Z test_contig_size1_large_dim_special_legendre_polynomial_p_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1706789Z test_contig_size1_large_dim_special_legendre_polynomial_p_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1707449Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1708117Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1708855Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1709516Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1710217Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1710879Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1711544Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1712194Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1712851Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1713522Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1714193Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1714858Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1715510Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1716161Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1716824Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1717495Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1718158Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1718816Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1719486Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1720130Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1720840Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1721501Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1722151Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1722854Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1723517Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1724177Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1724840Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1725505Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1726166Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1726828Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1727532Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1728184Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1728471Z test_contig_size1_large_dim_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1728745Z test_contig_size1_large_dim_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1729032Z test_contig_size1_large_dim_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:14:54.1729318Z test_contig_size1_large_dim_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1729603Z test_contig_size1_large_dim_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.1729887Z test_contig_size1_large_dim_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1730165Z test_contig_size1_large_dim_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1730447Z test_contig_size1_large_dim_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1730728Z test_contig_size1_large_dim_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1731008Z test_contig_size1_large_dim_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1731269Z test_contig_size1_large_dim_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1731549Z test_contig_size1_large_dim_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:14:54.1731868Z test_contig_size1_large_dim_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:14:54.1732140Z test_contig_size1_large_dim_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:14:54.1732413Z test_contig_size1_large_dim_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:14:54.1732679Z test_contig_size1_large_dim_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:14:54.1732992Z test_contig_size1_large_dim_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:14:54.1733259Z test_contig_size1_large_dim_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:14:54.1733506Z test_contig_size1_large_dim_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1733771Z test_contig_size1_large_dim_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:14:54.1734040Z test_contig_size1_large_dim_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.1734305Z test_contig_size1_large_dim_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1734564Z test_contig_size1_large_dim_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:14:54.1734823Z test_contig_size1_large_dim_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1735084Z test_contig_size1_large_dim_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1735337Z test_contig_size1_large_dim_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1735591Z test_contig_size1_large_dim_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1735833Z test_contig_size1_large_dim_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1736087Z test_contig_size1_large_dim_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1736338Z test_contig_size1_large_dim_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1736618Z test_contig_size1_large_dim_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1736888Z test_contig_size1_large_dim_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1737169Z test_contig_size1_large_dim_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:14:54.1737454Z test_contig_size1_large_dim_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.1737727Z test_contig_size1_large_dim_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:14:54.1737997Z test_contig_size1_large_dim_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1738260Z test_contig_size1_large_dim_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1738530Z test_contig_size1_large_dim_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1738794Z test_contig_size1_large_dim_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1739064Z test_contig_size1_large_dim_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1739330Z test_contig_size1_large_dim_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1739603Z test_contig_size1_large_dim_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1739868Z test_contig_size1_large_dim_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1740129Z test_contig_size1_large_dim_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1740434Z test_contig_size1_large_dim_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:14:54.1740681Z test_contig_size1_large_dim_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1740943Z test_contig_size1_large_dim_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1741200Z test_contig_size1_large_dim_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1741458Z test_contig_size1_large_dim_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1741759Z test_contig_size1_large_dim_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.1742018Z test_contig_size1_large_dim_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1742372Z test_contig_size1_large_dim_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.1742617Z test_contig_size1_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1742840Z test_contig_size1_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1743078Z test_contig_size1_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1743313Z test_contig_size1_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1743547Z test_contig_size1_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1743800Z test_contig_size1_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1744047Z test_contig_size1_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1744303Z test_contig_size1_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1744555Z test_contig_size1_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1744792Z test_contig_size1_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1745034Z test_contig_size1_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1745273Z test_contig_size1_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1745518Z test_contig_size1_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1745760Z test_contig_size1_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1746002Z test_contig_size1_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1746244Z test_contig_size1_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1746489Z test_contig_size1_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1746710Z test_contig_size1_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1746945Z test_contig_size1_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1747184Z test_contig_size1_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1747418Z test_contig_size1_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1747657Z test_contig_size1_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1747889Z test_contig_size1_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1748123Z test_contig_size1_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1748361Z test_contig_size1_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1748594Z test_contig_size1_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1748814Z test_contig_size1_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1749074Z test_contig_size1_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1749401Z test_contig_size1_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1749668Z test_contig_size1_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1749933Z test_contig_size1_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1750185Z test_contig_size1_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1750441Z test_contig_size1_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1750750Z test_contig_size1_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1750992Z test_contig_size1_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1751244Z test_contig_size1_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1751497Z test_contig_size1_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1751746Z test_contig_size1_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1752001Z test_contig_size1_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1752253Z test_contig_size1_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1752499Z test_contig_size1_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1752761Z test_contig_size1_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1753010Z test_contig_size1_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1753263Z test_contig_size1_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1753518Z test_contig_size1_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1753773Z test_contig_size1_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1754020Z test_contig_size1_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1754271Z test_contig_size1_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1754521Z test_contig_size1_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1754772Z test_contig_size1_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1755020Z test_contig_size1_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1755263Z test_contig_size1_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1755515Z test_contig_size1_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1755776Z test_contig_size1_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1756043Z test_contig_size1_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1756302Z test_contig_size1_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1756554Z test_contig_size1_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1756806Z test_contig_size1_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1757052Z test_contig_size1_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1757295Z test_contig_size1_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1757545Z test_contig_size1_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1757788Z test_contig_size1_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1758083Z test_contig_size1_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1758325Z test_contig_size1_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1758559Z test_contig_size1_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1758799Z test_contig_size1_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1759040Z test_contig_size1_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1759273Z test_contig_size1_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1759536Z test_contig_size1_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1759770Z test_contig_size1_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1760002Z test_contig_size1_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1760232Z test_contig_size1_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1760466Z test_contig_size1_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1760723Z test_contig_size1_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1760976Z test_contig_size1_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1761228Z test_contig_size1_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1761469Z test_contig_size1_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1761728Z test_contig_size1_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1761976Z test_contig_size1_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1762225Z test_contig_size1_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1762476Z test_contig_size1_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1762723Z test_contig_size1_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1762968Z test_contig_size1_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1763214Z test_contig_size1_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1763450Z test_contig_size1_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1763702Z test_contig_size1_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1763955Z test_contig_size1_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1764200Z test_contig_size1_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1764443Z test_contig_size1_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1764689Z test_contig_size1_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1764926Z test_contig_size1_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1765169Z test_contig_size1_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1765411Z test_contig_size1_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1765656Z test_contig_size1_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1765908Z test_contig_size1_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1766162Z test_contig_size1_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1766412Z test_contig_size1_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1766667Z test_contig_size1_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1766953Z test_contig_size1_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1767202Z test_contig_size1_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1767519Z test_contig_size1_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1767750Z test_contig_size1_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1767999Z test_contig_size1_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1768286Z test_contig_size1_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1768529Z test_contig_size1_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1768777Z test_contig_size1_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1769023Z test_contig_size1_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1769274Z test_contig_size1_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1769523Z test_contig_size1_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1769750Z test_contig_size1_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1769988Z test_contig_size1_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1770234Z test_contig_size1_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1770478Z test_contig_size1_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1770719Z test_contig_size1_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1770954Z test_contig_size1_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1771203Z test_contig_size1_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1771452Z test_contig_size1_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1771690Z test_contig_size1_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1771918Z test_contig_size1_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1772153Z test_contig_size1_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1772392Z test_contig_size1_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1772631Z test_contig_size1_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1772867Z test_contig_size1_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1773101Z test_contig_size1_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1773336Z test_contig_size1_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1773574Z test_contig_size1_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1773799Z test_contig_size1_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1774030Z test_contig_size1_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1774272Z test_contig_size1_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1774518Z test_contig_size1_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1774757Z test_contig_size1_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1774994Z test_contig_size1_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1775231Z test_contig_size1_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1775462Z test_contig_size1_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1775725Z test_contig_size1_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1775957Z test_contig_size1_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1776191Z test_contig_size1_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1776425Z test_contig_size1_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1776682Z test_contig_size1_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1776936Z test_contig_size1_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1777238Z test_contig_size1_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1777486Z test_contig_size1_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1777716Z test_contig_size1_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1777966Z test_contig_size1_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1778217Z test_contig_size1_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1778463Z test_contig_size1_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1778701Z test_contig_size1_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1778937Z test_contig_size1_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1779170Z test_contig_size1_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1779410Z test_contig_size1_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1779634Z test_contig_size1_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1779871Z test_contig_size1_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1780109Z test_contig_size1_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1780344Z test_contig_size1_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1780600Z test_contig_size1_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1780855Z test_contig_size1_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1781110Z test_contig_size1_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1781365Z test_contig_size1_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1781617Z test_contig_size1_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1781853Z test_contig_size1_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1782099Z test_contig_size1_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1782461Z test_contig_size1_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1782713Z test_contig_size1_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1782959Z test_contig_size1_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1783210Z test_contig_size1_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1783462Z test_contig_size1_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1783710Z test_contig_size1_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1783940Z test_contig_size1_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1784178Z test_contig_size1_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1784418Z test_contig_size1_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1784759Z test_contig_size1_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1784994Z test_contig_size1_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1785232Z test_contig_size1_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1785467Z test_contig_size1_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1785768Z test_contig_size1_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1786101Z test_contig_size1_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1786403Z test_contig_size1_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1786703Z test_contig_size1_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1786993Z test_contig_size1_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1787285Z test_contig_size1_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1787578Z test_contig_size1_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1787867Z test_contig_size1_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1788151Z test_contig_size1_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1788451Z test_contig_size1_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1788745Z test_contig_size1_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1789027Z test_contig_size1_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1789325Z test_contig_size1_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1789613Z test_contig_size1_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1789903Z test_contig_size1_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1790189Z test_contig_size1_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1790866Z test_contig_size1_special_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1791488Z test_contig_size1_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1792110Z test_contig_size1_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1792727Z test_contig_size1_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1793337Z test_contig_size1_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1793942Z test_contig_size1_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1794548Z test_contig_size1_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1795170Z test_contig_size1_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1795830Z test_contig_size1_special_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1796448Z test_contig_size1_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1797111Z test_contig_size1_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1797723Z test_contig_size1_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1798323Z test_contig_size1_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1798940Z test_contig_size1_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1799547Z test_contig_size1_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1800156Z test_contig_size1_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1800446Z test_contig_size1_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1800727Z test_contig_size1_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1801022Z test_contig_size1_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1801312Z test_contig_size1_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1801601Z test_contig_size1_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1801889Z test_contig_size1_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1802179Z test_contig_size1_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1802469Z test_contig_size1_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1802752Z test_contig_size1_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1803047Z test_contig_size1_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1803332Z test_contig_size1_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1803621Z test_contig_size1_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1803911Z test_contig_size1_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1804197Z test_contig_size1_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1804486Z test_contig_size1_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1804774Z test_contig_size1_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1805067Z test_contig_size1_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1805358Z test_contig_size1_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1805708Z test_contig_size1_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1805986Z test_contig_size1_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1806273Z test_contig_size1_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1806560Z test_contig_size1_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1806888Z test_contig_size1_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1807178Z test_contig_size1_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1807858Z test_contig_size1_special_legendre_polynomial_p_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1808482Z test_contig_size1_special_legendre_polynomial_p_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1809103Z test_contig_size1_special_legendre_polynomial_p_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1809719Z test_contig_size1_special_legendre_polynomial_p_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1810326Z test_contig_size1_special_legendre_polynomial_p_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1810946Z test_contig_size1_special_legendre_polynomial_p_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1811538Z test_contig_size1_special_legendre_polynomial_p_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1812158Z test_contig_size1_special_legendre_polynomial_p_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1812798Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1813444Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1814086Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1814719Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1815359Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1816005Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1816638Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1817271Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1817948Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1818587Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1819218Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1819899Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1820532Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1821158Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1821784Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1822497Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1823136Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1823772Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1824406Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1825036Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1825664Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1826304Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1826926Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1827555Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1828187Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1828821Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1829452Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1830080Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1830774Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1831401Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1832073Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1832698Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1832969Z test_contig_size1_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1833237Z test_contig_size1_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1833507Z test_contig_size1_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1833774Z test_contig_size1_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1834021Z test_contig_size1_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1834286Z test_contig_size1_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1834549Z test_contig_size1_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1834807Z test_contig_size1_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1835065Z test_contig_size1_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1835327Z test_contig_size1_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1835583Z test_contig_size1_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1835840Z test_contig_size1_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1836098Z test_contig_size1_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1836340Z test_contig_size1_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1836595Z test_contig_size1_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1836847Z test_contig_size1_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1837097Z test_contig_size1_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1837349Z test_contig_size1_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1837600Z test_contig_size1_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1837846Z test_contig_size1_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1838093Z test_contig_size1_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1838323Z test_contig_size1_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1838563Z test_contig_size1_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1838803Z test_contig_size1_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1839040Z test_contig_size1_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1839278Z test_contig_size1_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1839512Z test_contig_size1_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1839788Z test_contig_size1_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1840022Z test_contig_size1_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1840242Z test_contig_size1_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1840499Z test_contig_size1_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1840749Z test_contig_size1_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1841085Z test_contig_size1_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1841345Z test_contig_size1_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1841604Z test_contig_size1_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1841857Z test_contig_size1_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1842112Z test_contig_size1_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1842361Z test_contig_size1_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1842598Z test_contig_size1_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1842846Z test_contig_size1_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1843093Z test_contig_size1_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1843347Z test_contig_size1_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1843593Z test_contig_size1_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1843832Z test_contig_size1_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1844078Z test_contig_size1_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1844323Z test_contig_size1_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1844552Z test_contig_size1_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1844792Z test_contig_size1_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1845020Z test_contig_size1_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1845251Z test_contig_size1_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1845490Z test_contig_size1_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1845731Z test_contig_size1_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1845999Z test_contig_vs_every_other___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1846260Z test_contig_vs_every_other___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1846522Z test_contig_vs_every_other___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1846790Z test_contig_vs_every_other___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1847055Z test_contig_vs_every_other___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1847391Z test_contig_vs_every_other___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1847658Z test_contig_vs_every_other___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1847919Z test_contig_vs_every_other___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1848177Z test_contig_vs_every_other___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1848433Z test_contig_vs_every_other___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1848747Z test_contig_vs_every_other___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1848991Z test_contig_vs_every_other___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1849247Z test_contig_vs_every_other___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1849501Z test_contig_vs_every_other___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1849752Z test_contig_vs_every_other___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1850051Z test_contig_vs_every_other___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1850308Z test_contig_vs_every_other___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1850566Z test_contig_vs_every_other___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1850832Z test_contig_vs_every_other___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1851085Z test_contig_vs_every_other___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1851343Z test_contig_vs_every_other___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1851606Z test_contig_vs_every_other___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1851868Z test_contig_vs_every_other___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1852134Z test_contig_vs_every_other___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1852397Z test_contig_vs_every_other___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1852652Z test_contig_vs_every_other___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1852910Z test_contig_vs_every_other___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1853162Z test_contig_vs_every_other___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1853403Z test_contig_vs_every_other___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1853656Z test_contig_vs_every_other___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1853916Z test_contig_vs_every_other___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1854181Z test_contig_vs_every_other___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1854443Z test_contig_vs_every_other___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1854704Z test_contig_vs_every_other___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1854966Z test_contig_vs_every_other___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1855221Z test_contig_vs_every_other___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1855488Z test_contig_vs_every_other___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1855744Z test_contig_vs_every_other___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1856005Z test_contig_vs_every_other___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1856266Z test_contig_vs_every_other___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1856524Z test_contig_vs_every_other___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1856780Z test_contig_vs_every_other___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1857073Z test_contig_vs_every_other___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1857327Z test_contig_vs_every_other___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1857586Z test_contig_vs_every_other___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1857841Z test_contig_vs_every_other___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1858082Z test_contig_vs_every_other___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1858366Z test_contig_vs_every_other___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1858618Z test_contig_vs_every_other___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1858869Z test_contig_vs_every_other___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1859121Z test_contig_vs_every_other___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1859376Z test_contig_vs_every_other___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1859641Z test_contig_vs_every_other___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1859915Z test_contig_vs_every_other___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.1860172Z test_contig_vs_every_other___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1860435Z test_contig_vs_every_other___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1860695Z test_contig_vs_every_other___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1860956Z test_contig_vs_every_other___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1861212Z test_contig_vs_every_other___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1861471Z test_contig_vs_every_other___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1861726Z test_contig_vs_every_other___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1861979Z test_contig_vs_every_other___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1862325Z test_contig_vs_every_other___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1862577Z test_contig_vs_every_other___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1862851Z test_contig_vs_every_other___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1863121Z test_contig_vs_every_other___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1863383Z test_contig_vs_every_other___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1863649Z test_contig_vs_every_other___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1863906Z test_contig_vs_every_other___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1864167Z test_contig_vs_every_other___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1864421Z test_contig_vs_every_other___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1864672Z test_contig_vs_every_other___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1864915Z test_contig_vs_every_other___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1865171Z test_contig_vs_every_other___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1865428Z test_contig_vs_every_other___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1865733Z test_contig_vs_every_other___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1865982Z test_contig_vs_every_other___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1866235Z test_contig_vs_every_other___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1866487Z test_contig_vs_every_other___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1866739Z test_contig_vs_every_other___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1867027Z test_contig_vs_every_other_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1867286Z test_contig_vs_every_other_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1867555Z test_contig_vs_every_other_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1867818Z test_contig_vs_every_other_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1868084Z test_contig_vs_every_other_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1868341Z test_contig_vs_every_other_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1868595Z test_contig_vs_every_other_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1868851Z test_contig_vs_every_other_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1869103Z test_contig_vs_every_other_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1869347Z test_contig_vs_every_other_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1869595Z test_contig_vs_every_other_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1869847Z test_contig_vs_every_other_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1870106Z test_contig_vs_every_other_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1870364Z test_contig_vs_every_other_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1870619Z test_contig_vs_every_other_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1870877Z test_contig_vs_every_other_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1871134Z test_contig_vs_every_other_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1871375Z test_contig_vs_every_other_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1871629Z test_contig_vs_every_other_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1871879Z test_contig_vs_every_other_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1872132Z test_contig_vs_every_other_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1872389Z test_contig_vs_every_other_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1872660Z test_contig_vs_every_other_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1872926Z test_contig_vs_every_other_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1873195Z test_contig_vs_every_other_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1873464Z test_contig_vs_every_other_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1873718Z test_contig_vs_every_other_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1873985Z test_contig_vs_every_other_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1874263Z test_contig_vs_every_other_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1874584Z test_contig_vs_every_other_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1874857Z test_contig_vs_every_other_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1875134Z test_contig_vs_every_other_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1875413Z test_contig_vs_every_other_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1875712Z test_contig_vs_every_other_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1875976Z test_contig_vs_every_other_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1876228Z test_contig_vs_every_other_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1876490Z test_contig_vs_every_other_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1876759Z test_contig_vs_every_other_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1877021Z test_contig_vs_every_other_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1877308Z test_contig_vs_every_other_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1877586Z test_contig_vs_every_other_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1877870Z test_contig_vs_every_other_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1878153Z test_contig_vs_every_other_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1878434Z test_contig_vs_every_other_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1878696Z test_contig_vs_every_other_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1878962Z test_contig_vs_every_other_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1879225Z test_contig_vs_every_other_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1879490Z test_contig_vs_every_other_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1879754Z test_contig_vs_every_other_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1880020Z test_contig_vs_every_other_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1880295Z test_contig_vs_every_other_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1880560Z test_contig_vs_every_other_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1880820Z test_contig_vs_every_other_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1881081Z test_contig_vs_every_other_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1881348Z test_contig_vs_every_other_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1881613Z test_contig_vs_every_other_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1881877Z test_contig_vs_every_other_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1882146Z test_contig_vs_every_other_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1882409Z test_contig_vs_every_other_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1882668Z test_contig_vs_every_other_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1882941Z test_contig_vs_every_other_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1883225Z test_contig_vs_every_other_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1883493Z test_contig_vs_every_other_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1883758Z test_contig_vs_every_other_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1884020Z test_contig_vs_every_other_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1884333Z test_contig_vs_every_other_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1884597Z test_contig_vs_every_other_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1884855Z test_contig_vs_every_other_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1885115Z test_contig_vs_every_other_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1885380Z test_contig_vs_every_other_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1885627Z test_contig_vs_every_other_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1885889Z test_contig_vs_every_other_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1886147Z test_contig_vs_every_other_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1886421Z test_contig_vs_every_other_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1886689Z test_contig_vs_every_other_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1886960Z test_contig_vs_every_other_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1887274Z test_contig_vs_every_other_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1887549Z test_contig_vs_every_other_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1887814Z test_contig_vs_every_other_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1888066Z test_contig_vs_every_other_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1888329Z test_contig_vs_every_other_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1888588Z test_contig_vs_every_other_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1888859Z test_contig_vs_every_other_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1889152Z test_contig_vs_every_other_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1889445Z test_contig_vs_every_other_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1889737Z test_contig_vs_every_other_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1890026Z test_contig_vs_every_other_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1890294Z test_contig_vs_every_other_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1890580Z test_contig_vs_every_other_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1890864Z test_contig_vs_every_other_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1891144Z test_contig_vs_every_other_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1891430Z test_contig_vs_every_other_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1891724Z test_contig_vs_every_other_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1892055Z test_contig_vs_every_other_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1892355Z test_contig_vs_every_other_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1892650Z test_contig_vs_every_other_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1892940Z test_contig_vs_every_other_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1893247Z test_contig_vs_every_other_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1893533Z test_contig_vs_every_other_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1893816Z test_contig_vs_every_other_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1894102Z test_contig_vs_every_other_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1894384Z test_contig_vs_every_other_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1894662Z test_contig_vs_every_other_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1894945Z test_contig_vs_every_other_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1895238Z test_contig_vs_every_other_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1895521Z test_contig_vs_every_other_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1895790Z test_contig_vs_every_other_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1896068Z test_contig_vs_every_other_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1896353Z test_contig_vs_every_other_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1896628Z test_contig_vs_every_other_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1896909Z test_contig_vs_every_other_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1897192Z test_contig_vs_every_other_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1897479Z test_contig_vs_every_other_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1897738Z test_contig_vs_every_other_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1897991Z test_contig_vs_every_other_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1898239Z test_contig_vs_every_other_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1898497Z test_contig_vs_every_other_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1898756Z test_contig_vs_every_other_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1899010Z test_contig_vs_every_other_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1899261Z test_contig_vs_every_other_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1899518Z test_contig_vs_every_other_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1899768Z test_contig_vs_every_other_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1900013Z test_contig_vs_every_other_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1900251Z test_contig_vs_every_other_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1900539Z test_contig_vs_every_other_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1900787Z test_contig_vs_every_other_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1901065Z test_contig_vs_every_other_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1901334Z test_contig_vs_every_other_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1901616Z test_contig_vs_every_other_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1901929Z test_contig_vs_every_other_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1902294Z test_contig_vs_every_other_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1902566Z test_contig_vs_every_other_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1902822Z test_contig_vs_every_other_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1903090Z test_contig_vs_every_other_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1903357Z test_contig_vs_every_other_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1903624Z test_contig_vs_every_other_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1903893Z test_contig_vs_every_other_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1904165Z test_contig_vs_every_other_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1904471Z test_contig_vs_every_other_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:14:54.1904746Z test_contig_vs_every_other_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1905022Z test_contig_vs_every_other_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1905272Z test_contig_vs_every_other_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1905543Z test_contig_vs_every_other_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1905806Z test_contig_vs_every_other_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1906077Z test_contig_vs_every_other_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1906349Z test_contig_vs_every_other_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1906622Z test_contig_vs_every_other_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1906882Z test_contig_vs_every_other_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1907138Z test_contig_vs_every_other_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1907384Z test_contig_vs_every_other_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1907641Z test_contig_vs_every_other_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1907898Z test_contig_vs_every_other_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1908152Z test_contig_vs_every_other_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1908407Z test_contig_vs_every_other_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1908662Z test_contig_vs_every_other_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1908917Z test_contig_vs_every_other_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1909225Z test_contig_vs_every_other_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1909486Z test_contig_vs_every_other_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1909723Z test_contig_vs_every_other_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1909977Z test_contig_vs_every_other_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1910233Z test_contig_vs_every_other_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1910527Z test_contig_vs_every_other_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1910781Z test_contig_vs_every_other_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1911031Z test_contig_vs_every_other_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1911283Z test_contig_vs_every_other_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1911539Z test_contig_vs_every_other_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1911777Z test_contig_vs_every_other_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1912066Z test_contig_vs_every_other_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:14:54.1912327Z test_contig_vs_every_other_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1912584Z test_contig_vs_every_other_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1912846Z test_contig_vs_every_other_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1913094Z test_contig_vs_every_other_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1913342Z test_contig_vs_every_other_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1913590Z test_contig_vs_every_other_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1913843Z test_contig_vs_every_other_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1914082Z test_contig_vs_every_other_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1914331Z test_contig_vs_every_other_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1914584Z test_contig_vs_every_other_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1914836Z test_contig_vs_every_other_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1915084Z test_contig_vs_every_other_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1915337Z test_contig_vs_every_other_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1915594Z test_contig_vs_every_other_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1915843Z test_contig_vs_every_other_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1916081Z test_contig_vs_every_other_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1916331Z test_contig_vs_every_other_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1916583Z test_contig_vs_every_other_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1916833Z test_contig_vs_every_other_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1917086Z test_contig_vs_every_other_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1917335Z test_contig_vs_every_other_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1917581Z test_contig_vs_every_other_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1917866Z test_contig_vs_every_other_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1918122Z test_contig_vs_every_other_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1918353Z test_contig_vs_every_other_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1918605Z test_contig_vs_every_other_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1918854Z test_contig_vs_every_other_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1919104Z test_contig_vs_every_other_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1919385Z test_contig_vs_every_other_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1919634Z test_contig_vs_every_other_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1919878Z test_contig_vs_every_other_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1920128Z test_contig_vs_every_other_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1920365Z test_contig_vs_every_other_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1920643Z test_contig_vs_every_other_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1920911Z test_contig_vs_every_other_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1921182Z test_contig_vs_every_other_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1921459Z test_contig_vs_every_other_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1921725Z test_contig_vs_every_other_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1921993Z test_contig_vs_every_other_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1922263Z test_contig_vs_every_other_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1922531Z test_contig_vs_every_other_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1922787Z test_contig_vs_every_other_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1923052Z test_contig_vs_every_other_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1923315Z test_contig_vs_every_other_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1923582Z test_contig_vs_every_other_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1923843Z test_contig_vs_every_other_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1924108Z test_contig_vs_every_other_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1924377Z test_contig_vs_every_other_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1924641Z test_contig_vs_every_other_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1924904Z test_contig_vs_every_other_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1925161Z test_contig_vs_every_other_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1925422Z test_contig_vs_every_other_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1925692Z test_contig_vs_every_other_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1925955Z test_contig_vs_every_other_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1926225Z test_contig_vs_every_other_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1926487Z test_contig_vs_every_other_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1926794Z test_contig_vs_every_other_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1927062Z test_contig_vs_every_other_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1927374Z test_contig_vs_every_other_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1927638Z test_contig_vs_every_other_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1927900Z test_contig_vs_every_other_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1928233Z test_contig_vs_every_other_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1928492Z test_contig_vs_every_other_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1928749Z test_contig_vs_every_other_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1929012Z test_contig_vs_every_other_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1929267Z test_contig_vs_every_other_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1929597Z test_contig_vs_every_other_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.1929905Z test_contig_vs_every_other_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.1930236Z test_contig_vs_every_other_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.1930560Z test_contig_vs_every_other_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.1930882Z test_contig_vs_every_other_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.1931204Z test_contig_vs_every_other_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.1931520Z test_contig_vs_every_other_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.1931835Z test_contig_vs_every_other_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.1932148Z test_contig_vs_every_other_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.1932465Z test_contig_vs_every_other_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.1932781Z test_contig_vs_every_other_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.1933076Z test_contig_vs_every_other_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.1933427Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.1933766Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.1934116Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.1934471Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.1934809Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.1935149Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.1935529Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.1935864Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.1936189Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.1936544Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.1936880Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.1937218Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.1937472Z test_contig_vs_every_other_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1937724Z test_contig_vs_every_other_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1937974Z test_contig_vs_every_other_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1938226Z test_contig_vs_every_other_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1938477Z test_contig_vs_every_other_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1938746Z test_contig_vs_every_other_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1938994Z test_contig_vs_every_other_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1939265Z test_contig_vs_every_other_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1939504Z test_contig_vs_every_other_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1939712Z test_contig_vs_every_other_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1939932Z test_contig_vs_every_other_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1940178Z test_contig_vs_every_other_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1940435Z test_contig_vs_every_other_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1940698Z test_contig_vs_every_other_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1940957Z test_contig_vs_every_other_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1941200Z test_contig_vs_every_other_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1941457Z test_contig_vs_every_other_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1941717Z test_contig_vs_every_other_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1941967Z test_contig_vs_every_other_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1942317Z test_contig_vs_every_other_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1942576Z test_contig_vs_every_other_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1942828Z test_contig_vs_every_other_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1943079Z test_contig_vs_every_other_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1943329Z test_contig_vs_every_other_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1943565Z test_contig_vs_every_other_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1943891Z test_contig_vs_every_other_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1944144Z test_contig_vs_every_other_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1944426Z test_contig_vs_every_other_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1944701Z test_contig_vs_every_other_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1944984Z test_contig_vs_every_other_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1945331Z test_contig_vs_every_other_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1945609Z test_contig_vs_every_other_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1945864Z test_contig_vs_every_other_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1946135Z test_contig_vs_every_other_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1946403Z test_contig_vs_every_other_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1946673Z test_contig_vs_every_other_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1946943Z test_contig_vs_every_other_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1947211Z test_contig_vs_every_other_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1947481Z test_contig_vs_every_other_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1947760Z test_contig_vs_every_other_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1948031Z test_contig_vs_every_other_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1948296Z test_contig_vs_every_other_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1948572Z test_contig_vs_every_other_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1948841Z test_contig_vs_every_other_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1949114Z test_contig_vs_every_other_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1949379Z test_contig_vs_every_other_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1949649Z test_contig_vs_every_other_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1949912Z test_contig_vs_every_other_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1950177Z test_contig_vs_every_other_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1950444Z test_contig_vs_every_other_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1950701Z test_contig_vs_every_other_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1950979Z test_contig_vs_every_other_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1951248Z test_contig_vs_every_other_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1951529Z test_contig_vs_every_other_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1951813Z test_contig_vs_every_other_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1952088Z test_contig_vs_every_other_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1952356Z test_contig_vs_every_other_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1952671Z test_contig_vs_every_other_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1952937Z test_contig_vs_every_other_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1953190Z test_contig_vs_every_other_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1953454Z test_contig_vs_every_other_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1953720Z test_contig_vs_every_other_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1954022Z test_contig_vs_every_other_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1954281Z test_contig_vs_every_other_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1954531Z test_contig_vs_every_other_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1954783Z test_contig_vs_every_other_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1955044Z test_contig_vs_every_other_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1955282Z test_contig_vs_every_other_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1955532Z test_contig_vs_every_other_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1955773Z test_contig_vs_every_other_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1956020Z test_contig_vs_every_other_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1956273Z test_contig_vs_every_other_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1956523Z test_contig_vs_every_other_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1956799Z test_contig_vs_every_other_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1957067Z test_contig_vs_every_other_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1957340Z test_contig_vs_every_other_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1957592Z test_contig_vs_every_other_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1957858Z test_contig_vs_every_other_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1958124Z test_contig_vs_every_other_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1958395Z test_contig_vs_every_other_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1958659Z test_contig_vs_every_other_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1958922Z test_contig_vs_every_other_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1959189Z test_contig_vs_every_other_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1959457Z test_contig_vs_every_other_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1959706Z test_contig_vs_every_other_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1959972Z test_contig_vs_every_other_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1960234Z test_contig_vs_every_other_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1960498Z test_contig_vs_every_other_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1960760Z test_contig_vs_every_other_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1961022Z test_contig_vs_every_other_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1961282Z test_contig_vs_every_other_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1961589Z test_contig_vs_every_other_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1961847Z test_contig_vs_every_other_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1962106Z test_contig_vs_every_other_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1962370Z test_contig_vs_every_other_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1962674Z test_contig_vs_every_other_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1962944Z test_contig_vs_every_other_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1963208Z test_contig_vs_every_other_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1963474Z test_contig_vs_every_other_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1963743Z test_contig_vs_every_other_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1964001Z test_contig_vs_every_other_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1964263Z test_contig_vs_every_other_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1964520Z test_contig_vs_every_other_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1964789Z test_contig_vs_every_other_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1965051Z test_contig_vs_every_other_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1965311Z test_contig_vs_every_other_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1965572Z test_contig_vs_every_other_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1965838Z test_contig_vs_every_other_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1966095Z test_contig_vs_every_other_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1966354Z test_contig_vs_every_other_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1966599Z test_contig_vs_every_other_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1966855Z test_contig_vs_every_other_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1967116Z test_contig_vs_every_other_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1967442Z test_contig_vs_every_other_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1967693Z test_contig_vs_every_other_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1967963Z test_contig_vs_every_other_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1968223Z test_contig_vs_every_other_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1968481Z test_contig_vs_every_other_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1968738Z test_contig_vs_every_other_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1968983Z test_contig_vs_every_other_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1969242Z test_contig_vs_every_other_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1969494Z test_contig_vs_every_other_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1969746Z test_contig_vs_every_other_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1969996Z test_contig_vs_every_other_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1970287Z test_contig_vs_every_other_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1970533Z test_contig_vs_every_other_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1970790Z test_contig_vs_every_other_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1971025Z test_contig_vs_every_other_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1971283Z test_contig_vs_every_other_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1971580Z test_contig_vs_every_other_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1971835Z test_contig_vs_every_other_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1972085Z test_contig_vs_every_other_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1972338Z test_contig_vs_every_other_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1972593Z test_contig_vs_every_other_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1972838Z test_contig_vs_every_other_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1973088Z test_contig_vs_every_other_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1973324Z test_contig_vs_every_other_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1973578Z test_contig_vs_every_other_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1973852Z test_contig_vs_every_other_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1974126Z test_contig_vs_every_other_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1974394Z test_contig_vs_every_other_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1974659Z test_contig_vs_every_other_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1974925Z test_contig_vs_every_other_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1975183Z test_contig_vs_every_other_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1975433Z test_contig_vs_every_other_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1975694Z test_contig_vs_every_other_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1975956Z test_contig_vs_every_other_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1976213Z test_contig_vs_every_other_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1976467Z test_contig_vs_every_other_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1976720Z test_contig_vs_every_other_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1976972Z test_contig_vs_every_other_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1977222Z test_contig_vs_every_other_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1977473Z test_contig_vs_every_other_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1977707Z test_contig_vs_every_other_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1978016Z test_contig_vs_every_other_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:14:54.1978286Z test_contig_vs_every_other_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1978552Z test_contig_vs_every_other_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1978863Z test_contig_vs_every_other_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1979130Z test_contig_vs_every_other_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1979393Z test_contig_vs_every_other_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1979657Z test_contig_vs_every_other_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1979920Z test_contig_vs_every_other_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1980212Z test_contig_vs_every_other_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1980470Z test_contig_vs_every_other_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1980735Z test_contig_vs_every_other_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1980998Z test_contig_vs_every_other_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1981256Z test_contig_vs_every_other_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1981516Z test_contig_vs_every_other_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1981768Z test_contig_vs_every_other_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1982021Z test_contig_vs_every_other_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1982470Z test_contig_vs_every_other_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1982724Z test_contig_vs_every_other_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1982974Z test_contig_vs_every_other_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1983228Z test_contig_vs_every_other_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1983548Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1983864Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1984181Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1984495Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1984808Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1985099Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1985404Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1985713Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1986020Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1986328Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1986643Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1986958Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1987262Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1987561Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1987956Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1988249Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1988988Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1989689Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1990338Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1990982Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1991614Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1992242Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1992872Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1993514Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1994138Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1994780Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1995413Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1996051Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1996680Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1997305Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1997942Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1998576Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.1998888Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1999199Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1999505Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.1999853Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2000156Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2000453Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2000740Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2001079Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2001380Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2001689Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2002000Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2002304Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2002600Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2002897Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2003203Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2003512Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2003799Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2004118Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2004427Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2004731Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2005030Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2005331Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2005634Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2005940Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2006576Z test_contig_vs_every_other_special_legendre_polynomial_p_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2007214Z test_contig_vs_every_other_special_legendre_polynomial_p_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2007917Z test_contig_vs_every_other_special_legendre_polynomial_p_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2008553Z test_contig_vs_every_other_special_legendre_polynomial_p_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2009176Z test_contig_vs_every_other_special_legendre_polynomial_p_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2009851Z test_contig_vs_every_other_special_legendre_polynomial_p_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2010484Z test_contig_vs_every_other_special_legendre_polynomial_p_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2011116Z test_contig_vs_every_other_special_legendre_polynomial_p_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2011824Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2012495Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2013159Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2013824Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2014482Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2015150Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2015813Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2016470Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2017109Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2017775Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2018434Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2019079Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2019739Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2020407Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2021065Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2021717Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2022492Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2023224Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2023891Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2024592Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2025248Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2025903Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2026548Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2027201Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2027862Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2028531Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2029202Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2029849Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2030505Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2031156Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2031808Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2032458Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2032747Z test_contig_vs_every_other_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2033036Z test_contig_vs_every_other_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2033329Z test_contig_vs_every_other_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2033599Z test_contig_vs_every_other_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2033881Z test_contig_vs_every_other_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2034199Z test_contig_vs_every_other_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2034473Z test_contig_vs_every_other_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2034743Z test_contig_vs_every_other_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2035021Z test_contig_vs_every_other_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2035291Z test_contig_vs_every_other_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2035596Z test_contig_vs_every_other_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2035878Z test_contig_vs_every_other_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2036140Z test_contig_vs_every_other_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2036418Z test_contig_vs_every_other_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2036688Z test_contig_vs_every_other_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2036963Z test_contig_vs_every_other_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2037231Z test_contig_vs_every_other_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2037504Z test_contig_vs_every_other_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2037769Z test_contig_vs_every_other_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2038037Z test_contig_vs_every_other_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2038288Z test_contig_vs_every_other_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2038552Z test_contig_vs_every_other_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2038808Z test_contig_vs_every_other_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2039064Z test_contig_vs_every_other_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2039317Z test_contig_vs_every_other_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2039566Z test_contig_vs_every_other_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2039819Z test_contig_vs_every_other_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2040065Z test_contig_vs_every_other_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2040314Z test_contig_vs_every_other_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2040552Z test_contig_vs_every_other_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2040831Z test_contig_vs_every_other_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2041096Z test_contig_vs_every_other_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2041381Z test_contig_vs_every_other_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2041660Z test_contig_vs_every_other_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2041931Z test_contig_vs_every_other_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2042205Z test_contig_vs_every_other_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2042473Z test_contig_vs_every_other_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2042742Z test_contig_vs_every_other_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2043035Z test_contig_vs_every_other_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2043304Z test_contig_vs_every_other_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2043574Z test_contig_vs_every_other_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2043839Z test_contig_vs_every_other_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2044103Z test_contig_vs_every_other_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2044391Z test_contig_vs_every_other_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2044655Z test_contig_vs_every_other_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2044911Z test_contig_vs_every_other_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2045165Z test_contig_vs_every_other_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2045422Z test_contig_vs_every_other_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2045678Z test_contig_vs_every_other_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2045931Z test_contig_vs_every_other_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2046180Z test_contig_vs_every_other_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2046441Z test_contig_vs_every_other_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2046712Z test_contig_vs_transposed___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2046976Z test_contig_vs_transposed___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:14:54.2047317Z test_contig_vs_transposed___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:14:54.2047576Z test_contig_vs_transposed___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:14:54.2047838Z test_contig_vs_transposed___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:14:54.2048103Z test_contig_vs_transposed___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:14:54.2048369Z test_contig_vs_transposed___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:14:54.2048637Z test_contig_vs_transposed___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:14:54.2048897Z test_contig_vs_transposed___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:14:54.2049155Z test_contig_vs_transposed___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2049414Z test_contig_vs_transposed___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:14:54.2049675Z test_contig_vs_transposed___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:14:54.2049921Z test_contig_vs_transposed___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:14:54.2050180Z test_contig_vs_transposed___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:14:54.2050435Z test_contig_vs_transposed___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:14:54.2050695Z test_contig_vs_transposed___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2050956Z test_contig_vs_transposed___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:14:54.2051211Z test_contig_vs_transposed___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:14:54.2051482Z test_contig_vs_transposed___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:14:54.2051782Z test_contig_vs_transposed___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2052043Z test_contig_vs_transposed___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:14:54.2052312Z test_contig_vs_transposed___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:14:54.2052574Z test_contig_vs_transposed___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:14:54.2052833Z test_contig_vs_transposed___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:14:54.2053130Z test_contig_vs_transposed___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:14:54.2053386Z test_contig_vs_transposed___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:14:54.2053642Z test_contig_vs_transposed___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:14:54.2053899Z test_contig_vs_transposed___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:14:54.2054157Z test_contig_vs_transposed___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:14:54.2054400Z test_contig_vs_transposed___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2054666Z test_contig_vs_transposed___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:14:54.2054932Z test_contig_vs_transposed___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:14:54.2055201Z test_contig_vs_transposed___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:14:54.2055464Z test_contig_vs_transposed___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:14:54.2055728Z test_contig_vs_transposed___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.2055993Z test_contig_vs_transposed___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2056264Z test_contig_vs_transposed___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:14:54.2056520Z test_contig_vs_transposed___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:14:54.2056780Z test_contig_vs_transposed___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:14:54.2057044Z test_contig_vs_transposed___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2057309Z test_contig_vs_transposed___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:14:54.2057568Z test_contig_vs_transposed___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:14:54.2057823Z test_contig_vs_transposed___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:14:54.2058077Z test_contig_vs_transposed___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2058339Z test_contig_vs_transposed___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2058594Z test_contig_vs_transposed___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2058839Z test_contig_vs_transposed___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2059095Z test_contig_vs_transposed___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2059351Z test_contig_vs_transposed___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:14:54.2059605Z test_contig_vs_transposed___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:14:54.2059860Z test_contig_vs_transposed___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2060111Z test_contig_vs_transposed___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.2060421Z test_contig_vs_transposed___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2060692Z test_contig_vs_transposed___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:14:54.2060958Z test_contig_vs_transposed___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:14:54.2061210Z test_contig_vs_transposed___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:14:54.2061469Z test_contig_vs_transposed___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.2061767Z test_contig_vs_transposed___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:14:54.2062026Z test_contig_vs_transposed___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:14:54.2062379Z test_contig_vs_transposed___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:14:54.2062644Z test_contig_vs_transposed___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:14:54.2062903Z test_contig_vs_transposed___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:14:54.2063160Z test_contig_vs_transposed___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:14:54.2063411Z test_contig_vs_transposed___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:14:54.2063683Z test_contig_vs_transposed___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:14:54.2063954Z test_contig_vs_transposed___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:14:54.2064215Z test_contig_vs_transposed___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:14:54.2064480Z test_contig_vs_transposed___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2064748Z test_contig_vs_transposed___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:14:54.2065005Z test_contig_vs_transposed___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.2065261Z test_contig_vs_transposed___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:14:54.2065514Z test_contig_vs_transposed___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:14:54.2065757Z test_contig_vs_transposed___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2066020Z test_contig_vs_transposed___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.2066283Z test_contig_vs_transposed___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2066538Z test_contig_vs_transposed___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2066793Z test_contig_vs_transposed___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:14:54.2067049Z test_contig_vs_transposed___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:14:54.2067309Z test_contig_vs_transposed___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2067564Z test_contig_vs_transposed___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2067826Z test_contig_vs_transposed_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:14:54.2068068Z test_contig_vs_transposed_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.2068336Z test_contig_vs_transposed_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:14:54.2068599Z test_contig_vs_transposed_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.111s) 2022-12-01T10:14:54.2068863Z test_contig_vs_transposed_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:14:54.2069187Z test_contig_vs_transposed_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:14:54.2069443Z test_contig_vs_transposed_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.2069700Z test_contig_vs_transposed_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:14:54.2069957Z test_contig_vs_transposed_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.2070199Z test_contig_vs_transposed_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.2070494Z test_contig_vs_transposed_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2070752Z test_contig_vs_transposed_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2071009Z test_contig_vs_transposed_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2071275Z test_contig_vs_transposed_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:14:54.2071533Z test_contig_vs_transposed_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2071795Z test_contig_vs_transposed_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:14:54.2072054Z test_contig_vs_transposed_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:14:54.2072312Z test_contig_vs_transposed_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:14:54.2072558Z test_contig_vs_transposed_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2072818Z test_contig_vs_transposed_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.2073076Z test_contig_vs_transposed_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:14:54.2073334Z test_contig_vs_transposed_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:14:54.2073611Z test_contig_vs_transposed_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:14:54.2073881Z test_contig_vs_transposed_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.2074158Z test_contig_vs_transposed_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.2074425Z test_contig_vs_transposed_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:14:54.2074681Z test_contig_vs_transposed_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.2074956Z test_contig_vs_transposed_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2075239Z test_contig_vs_transposed_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2075529Z test_contig_vs_transposed_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:14:54.2075816Z test_contig_vs_transposed_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:14:54.2076098Z test_contig_vs_transposed_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2076380Z test_contig_vs_transposed_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.2076646Z test_contig_vs_transposed_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.2076916Z test_contig_vs_transposed_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2077171Z test_contig_vs_transposed_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.2077439Z test_contig_vs_transposed_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:14:54.2077708Z test_contig_vs_transposed_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2078032Z test_contig_vs_transposed_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2078321Z test_contig_vs_transposed_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2078606Z test_contig_vs_transposed_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:14:54.2078892Z test_contig_vs_transposed_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:14:54.2079178Z test_contig_vs_transposed_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2079519Z test_contig_vs_transposed_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.2079775Z test_contig_vs_transposed_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.2080045Z test_contig_vs_transposed_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2080318Z test_contig_vs_transposed_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:14:54.2080586Z test_contig_vs_transposed_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:14:54.2080851Z test_contig_vs_transposed_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2081120Z test_contig_vs_transposed_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:14:54.2081399Z test_contig_vs_transposed_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:14:54.2081669Z test_contig_vs_transposed_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.2081928Z test_contig_vs_transposed_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:14:54.2082202Z test_contig_vs_transposed_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2082473Z test_contig_vs_transposed_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:14:54.2082740Z test_contig_vs_transposed_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:14:54.2083001Z test_contig_vs_transposed_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:14:54.2083265Z test_contig_vs_transposed_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:14:54.2083531Z test_contig_vs_transposed_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2083806Z test_contig_vs_transposed_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:14:54.2084076Z test_contig_vs_transposed_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:14:54.2084328Z test_contig_vs_transposed_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2084601Z test_contig_vs_transposed_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:14:54.2084870Z test_contig_vs_transposed_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:14:54.2085140Z test_contig_vs_transposed_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:14:54.2085408Z test_contig_vs_transposed_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:14:54.2085667Z test_contig_vs_transposed_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:14:54.2085933Z test_contig_vs_transposed_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2086196Z test_contig_vs_transposed_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2086460Z test_contig_vs_transposed_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.2086713Z test_contig_vs_transposed_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:14:54.2087015Z test_contig_vs_transposed_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.084s) 2022-12-01T10:14:54.2087343Z test_contig_vs_transposed_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:14:54.2087617Z test_contig_vs_transposed_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:14:54.2087884Z test_contig_vs_transposed_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:14:54.2088152Z test_contig_vs_transposed_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:14:54.2088460Z test_contig_vs_transposed_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.2088731Z test_contig_vs_transposed_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:14:54.2088982Z test_contig_vs_transposed_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:14:54.2089251Z test_contig_vs_transposed_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2089514Z test_contig_vs_transposed_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.2089775Z test_contig_vs_transposed_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:14:54.2090044Z test_contig_vs_transposed_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:14:54.2090335Z test_contig_vs_transposed_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.2090628Z test_contig_vs_transposed_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:14:54.2090919Z test_contig_vs_transposed_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:14:54.2091204Z test_contig_vs_transposed_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:14:54.2091475Z test_contig_vs_transposed_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:14:54.2091755Z test_contig_vs_transposed_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:14:54.2092040Z test_contig_vs_transposed_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.2092327Z test_contig_vs_transposed_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:14:54.2092612Z test_contig_vs_transposed_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:14:54.2092903Z test_contig_vs_transposed_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:14:54.2093193Z test_contig_vs_transposed_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:14:54.2093494Z test_contig_vs_transposed_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:14:54.2093795Z test_contig_vs_transposed_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:14:54.2094072Z test_contig_vs_transposed_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:14:54.2094362Z test_contig_vs_transposed_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2094651Z test_contig_vs_transposed_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:14:54.2094943Z test_contig_vs_transposed_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:14:54.2095228Z test_contig_vs_transposed_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:14:54.2095513Z test_contig_vs_transposed_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.2095835Z test_contig_vs_transposed_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:14:54.2096125Z test_contig_vs_transposed_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:14:54.2096419Z test_contig_vs_transposed_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2096694Z test_contig_vs_transposed_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:14:54.2097021Z test_contig_vs_transposed_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:14:54.2097301Z test_contig_vs_transposed_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2097582Z test_contig_vs_transposed_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:14:54.2097863Z test_contig_vs_transposed_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:14:54.2098148Z test_contig_vs_transposed_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2098436Z test_contig_vs_transposed_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:14:54.2098717Z test_contig_vs_transposed_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:14:54.2098982Z test_contig_vs_transposed_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2099223Z test_contig_vs_transposed_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.2099485Z test_contig_vs_transposed_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:14:54.2099748Z test_contig_vs_transposed_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:14:54.2100009Z test_contig_vs_transposed_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:14:54.2100267Z test_contig_vs_transposed_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:14:54.2100520Z test_contig_vs_transposed_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:14:54.2100777Z test_contig_vs_transposed_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:14:54.2101033Z test_contig_vs_transposed_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2101282Z test_contig_vs_transposed_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.2101524Z test_contig_vs_transposed_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:14:54.2101774Z test_contig_vs_transposed_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.2102029Z test_contig_vs_transposed_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2102412Z test_contig_vs_transposed_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:14:54.2102686Z test_contig_vs_transposed_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:14:54.2102967Z test_contig_vs_transposed_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.125s) 2022-12-01T10:14:54.2103249Z test_contig_vs_transposed_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:14:54.2103531Z test_contig_vs_transposed_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:14:54.2103797Z test_contig_vs_transposed_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:14:54.2104071Z test_contig_vs_transposed_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:14:54.2104338Z test_contig_vs_transposed_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:14:54.2104666Z test_contig_vs_transposed_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:14:54.2104935Z test_contig_vs_transposed_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:14:54.2105205Z test_contig_vs_transposed_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:14:54.2105473Z test_contig_vs_transposed_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:14:54.2105783Z test_contig_vs_transposed_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:14:54.2106100Z test_contig_vs_transposed_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:14:54.2106362Z test_contig_vs_transposed_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2106632Z test_contig_vs_transposed_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:14:54.2106908Z test_contig_vs_transposed_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.2107181Z test_contig_vs_transposed_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:14:54.2107449Z test_contig_vs_transposed_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:14:54.2107720Z test_contig_vs_transposed_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:14:54.2107991Z test_contig_vs_transposed_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:14:54.2108259Z test_contig_vs_transposed_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:14:54.2108518Z test_contig_vs_transposed_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.2108767Z test_contig_vs_transposed_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:14:54.2109030Z test_contig_vs_transposed_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.2109290Z test_contig_vs_transposed_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:14:54.2109546Z test_contig_vs_transposed_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2109806Z test_contig_vs_transposed_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.2110065Z test_contig_vs_transposed_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:14:54.2110322Z test_contig_vs_transposed_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2110579Z test_contig_vs_transposed_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.2110827Z test_contig_vs_transposed_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:14:54.2111083Z test_contig_vs_transposed_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.2111343Z test_contig_vs_transposed_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:14:54.2111602Z test_contig_vs_transposed_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:14:54.2111855Z test_contig_vs_transposed_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:14:54.2112107Z test_contig_vs_transposed_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2112365Z test_contig_vs_transposed_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.2112627Z test_contig_vs_transposed_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.2112880Z test_contig_vs_transposed_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2113118Z test_contig_vs_transposed_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.2113378Z test_contig_vs_transposed_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:14:54.2113677Z test_contig_vs_transposed_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:14:54.2113938Z test_contig_vs_transposed_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:14:54.2114196Z test_contig_vs_transposed_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:14:54.2114446Z test_contig_vs_transposed_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.2114695Z test_contig_vs_transposed_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:14:54.2114978Z test_contig_vs_transposed_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2115221Z test_contig_vs_transposed_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.2115477Z test_contig_vs_transposed_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.2115732Z test_contig_vs_transposed_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:14:54.2115983Z test_contig_vs_transposed_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2116238Z test_contig_vs_transposed_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2116492Z test_contig_vs_transposed_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:14:54.2116749Z test_contig_vs_transposed_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:14:54.2117012Z test_contig_vs_transposed_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:14:54.2117266Z test_contig_vs_transposed_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2117507Z test_contig_vs_transposed_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:14:54.2117760Z test_contig_vs_transposed_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:14:54.2118017Z test_contig_vs_transposed_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2118269Z test_contig_vs_transposed_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2118519Z test_contig_vs_transposed_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.2118770Z test_contig_vs_transposed_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:14:54.2119024Z test_contig_vs_transposed_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:14:54.2119280Z test_contig_vs_transposed_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2119532Z test_contig_vs_transposed_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:14:54.2119781Z test_contig_vs_transposed_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2120037Z test_contig_vs_transposed_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:14:54.2120297Z test_contig_vs_transposed_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:14:54.2120553Z test_contig_vs_transposed_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:14:54.2120801Z test_contig_vs_transposed_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2121051Z test_contig_vs_transposed_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.2121306Z test_contig_vs_transposed_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:14:54.2121558Z test_contig_vs_transposed_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2121797Z test_contig_vs_transposed_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.2122071Z test_contig_vs_transposed_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:14:54.2122374Z test_contig_vs_transposed_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.2122645Z test_contig_vs_transposed_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:14:54.2122920Z test_contig_vs_transposed_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:14:54.2123192Z test_contig_vs_transposed_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2123461Z test_contig_vs_transposed_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.2123764Z test_contig_vs_transposed_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.2124022Z test_contig_vs_transposed_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:14:54.2124291Z test_contig_vs_transposed_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2124560Z test_contig_vs_transposed_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.2124828Z test_contig_vs_transposed_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:14:54.2125090Z test_contig_vs_transposed_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2125352Z test_contig_vs_transposed_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:14:54.2125613Z test_contig_vs_transposed_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:14:54.2125880Z test_contig_vs_transposed_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:14:54.2126145Z test_contig_vs_transposed_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:14:54.2126398Z test_contig_vs_transposed_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:14:54.2126667Z test_contig_vs_transposed_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:14:54.2126941Z test_contig_vs_transposed_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:14:54.2127203Z test_contig_vs_transposed_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:14:54.2127530Z test_contig_vs_transposed_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:14:54.2127805Z test_contig_vs_transposed_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.2128067Z test_contig_vs_transposed_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:14:54.2128344Z test_contig_vs_transposed_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:14:54.2128620Z test_contig_vs_transposed_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:14:54.2128873Z test_contig_vs_transposed_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:14:54.2129143Z test_contig_vs_transposed_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:14:54.2129410Z test_contig_vs_transposed_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:14:54.2129669Z test_contig_vs_transposed_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:14:54.2129931Z test_contig_vs_transposed_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:14:54.2130186Z test_contig_vs_transposed_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2130453Z test_contig_vs_transposed_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:14:54.2130717Z test_contig_vs_transposed_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:14:54.2131031Z test_contig_vs_transposed_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:14:54.2131400Z test_contig_vs_transposed_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:14:54.2131724Z test_contig_vs_transposed_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:14:54.2132052Z test_contig_vs_transposed_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:14:54.2132376Z test_contig_vs_transposed_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:14:54.2132729Z test_contig_vs_transposed_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:14:54.2133047Z test_contig_vs_transposed_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:14:54.2133364Z test_contig_vs_transposed_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:14:54.2133685Z test_contig_vs_transposed_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:14:54.2133996Z test_contig_vs_transposed_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:14:54.2134291Z test_contig_vs_transposed_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:14:54.2134603Z test_contig_vs_transposed_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:14:54.2134954Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:14:54.2135293Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:14:54.2135651Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:14:54.2135997Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:14:54.2136341Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:14:54.2136684Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:14:54.2137019Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:14:54.2137362Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:14:54.2137682Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:14:54.2138028Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:14:54.2138362Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:14:54.2138694Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:14:54.2138954Z test_contig_vs_transposed_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:14:54.2139214Z test_contig_vs_transposed_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2139471Z test_contig_vs_transposed_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:14:54.2139726Z test_contig_vs_transposed_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2140020Z test_contig_vs_transposed_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:14:54.2140286Z test_contig_vs_transposed_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:14:54.2140533Z test_contig_vs_transposed_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:14:54.2140804Z test_contig_vs_transposed_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:14:54.2141077Z test_contig_vs_transposed_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:14:54.2141398Z test_contig_vs_transposed_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.080s) 2022-12-01T10:14:54.2141663Z test_contig_vs_transposed_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:14:54.2141926Z test_contig_vs_transposed_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:14:54.2142284Z test_contig_vs_transposed_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:14:54.2142548Z test_contig_vs_transposed_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:14:54.2142793Z test_contig_vs_transposed_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:14:54.2143048Z test_contig_vs_transposed_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2143306Z test_contig_vs_transposed_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:14:54.2143568Z test_contig_vs_transposed_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:14:54.2143824Z test_contig_vs_transposed_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2144083Z test_contig_vs_transposed_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:14:54.2144339Z test_contig_vs_transposed_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:14:54.2144600Z test_contig_vs_transposed_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:14:54.2144852Z test_contig_vs_transposed_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2145090Z test_contig_vs_transposed_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.2145342Z test_contig_vs_transposed_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:14:54.2145595Z test_contig_vs_transposed_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2145855Z test_contig_vs_transposed_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.2146133Z test_contig_vs_transposed_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:14:54.2146404Z test_contig_vs_transposed_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2146692Z test_contig_vs_transposed_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:14:54.2146975Z test_contig_vs_transposed_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2147238Z test_contig_vs_transposed_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:14:54.2147509Z test_contig_vs_transposed_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:14:54.2147775Z test_contig_vs_transposed_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:14:54.2148052Z test_contig_vs_transposed_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2148323Z test_contig_vs_transposed_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.2148591Z test_contig_vs_transposed_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:14:54.2148926Z test_contig_vs_transposed_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2149197Z test_contig_vs_transposed_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2149470Z test_contig_vs_transposed_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:14:54.2149725Z test_contig_vs_transposed_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2150009Z test_contig_vs_transposed_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:14:54.2150330Z test_contig_vs_transposed_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2150603Z test_contig_vs_transposed_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:14:54.2150875Z test_contig_vs_transposed_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:14:54.2151150Z test_contig_vs_transposed_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:14:54.2151421Z test_contig_vs_transposed_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2151685Z test_contig_vs_transposed_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.2151955Z test_contig_vs_transposed_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:14:54.2152208Z test_contig_vs_transposed_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2152475Z test_contig_vs_transposed_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2152754Z test_contig_vs_transposed_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:14:54.2153027Z test_contig_vs_transposed_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2153317Z test_contig_vs_transposed_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:14:54.2153602Z test_contig_vs_transposed_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:14:54.2153879Z test_contig_vs_transposed_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:14:54.2154147Z test_contig_vs_transposed_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:14:54.2154402Z test_contig_vs_transposed_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:14:54.2154678Z test_contig_vs_transposed_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2154947Z test_contig_vs_transposed_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.2155220Z test_contig_vs_transposed_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:14:54.2155494Z test_contig_vs_transposed_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2155762Z test_contig_vs_transposed_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.2156021Z test_contig_vs_transposed_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:14:54.2156272Z test_contig_vs_transposed_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2156534Z test_contig_vs_transposed_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:14:54.2156778Z test_contig_vs_transposed_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:14:54.2157032Z test_contig_vs_transposed_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:14:54.2157283Z test_contig_vs_transposed_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2157530Z test_contig_vs_transposed_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.2157823Z test_contig_vs_transposed_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:14:54.2158079Z test_contig_vs_transposed_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2158335Z test_contig_vs_transposed_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.2158609Z test_contig_vs_transposed_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:14:54.2158867Z test_contig_vs_transposed_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.2159173Z test_contig_vs_transposed_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:14:54.2159445Z test_contig_vs_transposed_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:14:54.2159712Z test_contig_vs_transposed_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:14:54.2159982Z test_contig_vs_transposed_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:14:54.2160245Z test_contig_vs_transposed_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:14:54.2160510Z test_contig_vs_transposed_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2160774Z test_contig_vs_transposed_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2161041Z test_contig_vs_transposed_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.2161299Z test_contig_vs_transposed_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:14:54.2161561Z test_contig_vs_transposed_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2161826Z test_contig_vs_transposed_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:14:54.2162091Z test_contig_vs_transposed_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:14:54.2162358Z test_contig_vs_transposed_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2162630Z test_contig_vs_transposed_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2162882Z test_contig_vs_transposed_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:14:54.2163145Z test_contig_vs_transposed_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:14:54.2163410Z test_contig_vs_transposed_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2163672Z test_contig_vs_transposed_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.2163952Z test_contig_vs_transposed_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:14:54.2164223Z test_contig_vs_transposed_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2164502Z test_contig_vs_transposed_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:14:54.2164780Z test_contig_vs_transposed_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:14:54.2165036Z test_contig_vs_transposed_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2165306Z test_contig_vs_transposed_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:14:54.2165573Z test_contig_vs_transposed_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:14:54.2165846Z test_contig_vs_transposed_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2166109Z test_contig_vs_transposed_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2166374Z test_contig_vs_transposed_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.2166677Z test_contig_vs_transposed_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:14:54.2166942Z test_contig_vs_transposed_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2167213Z test_contig_vs_transposed_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:14:54.2167546Z test_contig_vs_transposed_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.2167813Z test_contig_vs_transposed_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:14:54.2168112Z test_contig_vs_transposed_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2168378Z test_contig_vs_transposed_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:14:54.2168643Z test_contig_vs_transposed_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:14:54.2168910Z test_contig_vs_transposed_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2169173Z test_contig_vs_transposed_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.2169433Z test_contig_vs_transposed_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:14:54.2169692Z test_contig_vs_transposed_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.2169943Z test_contig_vs_transposed_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:14:54.2170216Z test_contig_vs_transposed_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:14:54.2170481Z test_contig_vs_transposed_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:14:54.2170747Z test_contig_vs_transposed_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:14:54.2171006Z test_contig_vs_transposed_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:14:54.2171270Z test_contig_vs_transposed_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:14:54.2171523Z test_contig_vs_transposed_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:14:54.2171780Z test_contig_vs_transposed_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:14:54.2172021Z test_contig_vs_transposed_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2172275Z test_contig_vs_transposed_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2172533Z test_contig_vs_transposed_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.2172797Z test_contig_vs_transposed_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:14:54.2173052Z test_contig_vs_transposed_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2173322Z test_contig_vs_transposed_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:14:54.2173590Z test_contig_vs_transposed_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:14:54.2173846Z test_contig_vs_transposed_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:14:54.2174106Z test_contig_vs_transposed_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:14:54.2174348Z test_contig_vs_transposed_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:14:54.2174604Z test_contig_vs_transposed_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2174862Z test_contig_vs_transposed_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.2175112Z test_contig_vs_transposed_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:14:54.2175370Z test_contig_vs_transposed_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2175657Z test_contig_vs_transposed_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.2175935Z test_contig_vs_transposed_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:14:54.2176210Z test_contig_vs_transposed_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:14:54.2176468Z test_contig_vs_transposed_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:14:54.2176737Z test_contig_vs_transposed_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:14:54.2177031Z test_contig_vs_transposed_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:14:54.2177295Z test_contig_vs_transposed_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:14:54.2177564Z test_contig_vs_transposed_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.072s) 2022-12-01T10:14:54.2177832Z test_contig_vs_transposed_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:14:54.2178095Z test_contig_vs_transposed_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:14:54.2178353Z test_contig_vs_transposed_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.2178613Z test_contig_vs_transposed_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:14:54.2178855Z test_contig_vs_transposed_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:14:54.2179110Z test_contig_vs_transposed_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:14:54.2179365Z test_contig_vs_transposed_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.2179622Z test_contig_vs_transposed_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:14:54.2179877Z test_contig_vs_transposed_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:14:54.2180163Z test_contig_vs_transposed_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:14:54.2180436Z test_contig_vs_transposed_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:14:54.2180714Z test_contig_vs_transposed_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.2180975Z test_contig_vs_transposed_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:14:54.2181243Z test_contig_vs_transposed_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:14:54.2181511Z test_contig_vs_transposed_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:14:54.2181780Z test_contig_vs_transposed_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.2182050Z test_contig_vs_transposed_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:14:54.2182412Z test_contig_vs_transposed_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.2182682Z test_contig_vs_transposed_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:14:54.2182949Z test_contig_vs_transposed_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:14:54.2183219Z test_contig_vs_transposed_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:14:54.2183461Z test_contig_vs_transposed_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:14:54.2183727Z test_contig_vs_transposed_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:14:54.2183987Z test_contig_vs_transposed_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:14:54.2184249Z test_contig_vs_transposed_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2184503Z test_contig_vs_transposed_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:14:54.2184818Z test_contig_vs_transposed_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:14:54.2185079Z test_contig_vs_transposed_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.2185336Z test_contig_vs_transposed_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.2185638Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:14:54.2185998Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:14:54.2186310Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:14:54.2186621Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:14:54.2186937Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:14:54.2187243Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:14:54.2187555Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2187859Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:14:54.2188172Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:14:54.2188488Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.2188783Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:14:54.2189096Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2189407Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2189716Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:14:54.2190026Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:14:54.2190335Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:14:54.2191051Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2191703Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2192343Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2192989Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2193613Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2194247Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2194881Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2195553Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2196189Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2196875Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2197521Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2198151Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2198791Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2199422Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2200058Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2200694Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2201008Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2201306Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:14:54.2201617Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:14:54.2201924Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2202227Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:14:54.2202542Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:14:54.2202848Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:14:54.2203152Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:14:54.2203463Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2203779Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.2204084Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:14:54.2204385Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:14:54.2204690Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2204994Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:14:54.2205303Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2205646Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:14:54.2205955Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:14:54.2206267Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:14:54.2206572Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:14:54.2206926Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:14:54.2207215Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:14:54.2207583Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:14:54.2207892Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2208198Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:14:54.2208841Z test_contig_vs_transposed_special_legendre_polynomial_p_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:14:54.2209489Z test_contig_vs_transposed_special_legendre_polynomial_p_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2210133Z test_contig_vs_transposed_special_legendre_polynomial_p_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2210775Z test_contig_vs_transposed_special_legendre_polynomial_p_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2211424Z test_contig_vs_transposed_special_legendre_polynomial_p_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2212064Z test_contig_vs_transposed_special_legendre_polynomial_p_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2212698Z test_contig_vs_transposed_special_legendre_polynomial_p_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2213324Z test_contig_vs_transposed_special_legendre_polynomial_p_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2213963Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2214640Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2215313Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2215969Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2216634Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2217292Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2217989Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2218664Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2219387Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2220059Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2220720Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2221382Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2222034Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2222779Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2223413Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2224068Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2224712Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2225387Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2226049Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2226702Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2227364Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2228007Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2228670Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2229324Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2229987Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2230713Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2231369Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2232069Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2232707Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2233371Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2234031Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2234684Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2234980Z test_contig_vs_transposed_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2235265Z test_contig_vs_transposed_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:14:54.2235551Z test_contig_vs_transposed_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:14:54.2235839Z test_contig_vs_transposed_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:14:54.2236129Z test_contig_vs_transposed_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:14:54.2236409Z test_contig_vs_transposed_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:14:54.2236678Z test_contig_vs_transposed_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:14:54.2236956Z test_contig_vs_transposed_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:14:54.2237239Z test_contig_vs_transposed_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:14:54.2237517Z test_contig_vs_transposed_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:14:54.2237791Z test_contig_vs_transposed_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:14:54.2238070Z test_contig_vs_transposed_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:14:54.2238343Z test_contig_vs_transposed_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:14:54.2238613Z test_contig_vs_transposed_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:14:54.2238893Z test_contig_vs_transposed_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:14:54.2239152Z test_contig_vs_transposed_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:14:54.2239429Z test_contig_vs_transposed_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:14:54.2239705Z test_contig_vs_transposed_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.100s) 2022-12-01T10:14:54.2239971Z test_contig_vs_transposed_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.2240273Z test_contig_vs_transposed_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:14:54.2240538Z test_contig_vs_transposed_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:14:54.2240806Z test_contig_vs_transposed_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:14:54.2241069Z test_contig_vs_transposed_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:14:54.2241330Z test_contig_vs_transposed_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:14:54.2241604Z test_contig_vs_transposed_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:14:54.2241859Z test_contig_vs_transposed_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:14:54.2242111Z test_contig_vs_transposed_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:14:54.2242365Z test_contig_vs_transposed_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:14:54.2242623Z test_contig_vs_transposed_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2242875Z test_contig_vs_transposed_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.2243153Z test_contig_vs_transposed_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:14:54.2243427Z test_contig_vs_transposed_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:14:54.2243700Z test_contig_vs_transposed_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:14:54.2243979Z test_contig_vs_transposed_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:14:54.2244257Z test_contig_vs_transposed_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:14:54.2244527Z test_contig_vs_transposed_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:14:54.2244805Z test_contig_vs_transposed_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2245074Z test_contig_vs_transposed_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:14:54.2245348Z test_contig_vs_transposed_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:14:54.2245619Z test_contig_vs_transposed_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.2245887Z test_contig_vs_transposed_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:14:54.2246144Z test_contig_vs_transposed_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:14:54.2246410Z test_contig_vs_transposed_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:14:54.2246673Z test_contig_vs_transposed_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2246940Z test_contig_vs_transposed_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:14:54.2247197Z test_contig_vs_transposed_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2247508Z test_contig_vs_transposed_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:14:54.2247772Z test_contig_vs_transposed_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2248032Z test_contig_vs_transposed_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:14:54.2248294Z test_contig_vs_transposed_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:14:54.2248537Z test_contig_vs_transposed_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2248795Z test_contig_vs_transposed_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:14:54.2249087Z test_copysign_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:14:54.2249333Z test_copysign_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:14:54.2249580Z test_copysign_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2249818Z test_copysign_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:14:54.2250062Z test_copysign_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:14:54.2250306Z test_copysign_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:14:54.2250565Z test_copysign_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:14:54.2250806Z test_copysign_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:14:54.2251048Z test_copysign_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:14:54.2251288Z test_copysign_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:14:54.2251536Z test_copysign_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:14:54.2251773Z test_copysign_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:14:54.2252016Z test_copysign_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:14:54.2252254Z test_copysign_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:14:54.2252475Z test_copysign_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:14:54.2252715Z test_copysign_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:14:54.2252946Z test_copysign_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2253177Z test_copysign_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2293271Z test_copysign_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2293560Z test_copysign_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2293810Z test_copysign_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:14:54.2294050Z test_copysign_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:14:54.2294322Z test_copysign_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:14:54.2294619Z test_copysign_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:14:54.2294872Z test_copysign_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:14:54.2295147Z test_copysign_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:14:54.2295387Z test_copysign_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:14:54.2295624Z test_copysign_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:14:54.2295858Z test_copysign_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:14:54.2296094Z test_copysign_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:14:54.2296338Z test_copysign_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:14:54.2296575Z test_copysign_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:14:54.2296815Z test_copysign_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:14:54.2297048Z test_copysign_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:14:54.2297288Z test_copysign_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:14:54.2297520Z test_copysign_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:14:54.2297759Z test_copysign_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:14:54.2297989Z test_copysign_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:14:54.2298424Z test_copysign_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:14:54.2298659Z test_copysign_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:14:54.2298907Z test_copysign_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:14:54.2299138Z test_copysign_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:14:54.2299379Z test_copysign_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:14:54.2299674Z test_copysign_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:14:54.2299920Z test_copysign_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:14:54.2300169Z test_copysign_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:14:54.2300422Z test_copysign_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:14:54.2300678Z test_copysign_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:14:54.2300924Z test_copysign_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:14:54.2301169Z test_copysign_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:14:54.2301405Z test_copysign_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:14:54.2301648Z test_copysign_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2301897Z test_copysign_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:14:54.2302142Z test_copysign_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:14:54.2302561Z test_copysign_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:14:54.2302823Z test_copysign_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2303086Z test_copysign_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2303345Z test_copysign_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2303570Z test_copysign_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2303811Z test_copysign_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2304060Z test_copysign_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:14:54.2304301Z test_copysign_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2304549Z test_copysign_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:14:54.2304796Z test_copysign_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:14:54.2305043Z test_copysign_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:14:54.2305284Z test_copysign_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2305517Z test_copysign_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2305764Z test_copysign_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2306008Z test_copysign_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2306251Z test_copysign_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2306502Z test_copysign_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:14:54.2306745Z test_copysign_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2306995Z test_copysign_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:14:54.2307244Z test_copysign_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:14:54.2307476Z test_copysign_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:14:54.2307774Z test_copysign_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2308017Z test_copysign_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2308262Z test_copysign_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2308501Z test_copysign_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2308742Z test_copysign_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2308989Z test_copysign_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:14:54.2309298Z test_copysign_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2309530Z test_copysign_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:14:54.2309778Z test_copysign_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:14:54.2310031Z test_copysign_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:14:54.2310270Z test_copysign_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2310511Z test_copysign_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2310751Z test_copysign_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2310992Z test_copysign_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2311233Z test_copysign_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2311471Z test_copysign_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:14:54.2311712Z test_copysign_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2311959Z test_copysign_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:14:54.2312204Z test_copysign_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:14:54.2312455Z test_copysign_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:14:54.2312700Z test_copysign_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2312943Z test_copysign_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2313183Z test_copysign_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2313411Z test_copysign_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2313649Z test_copysign_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2313943Z test_copysign_subgradient_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2314227Z test_copysign_subgradient_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2314510Z test_copysign_subgradient_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2314796Z test_copysign_subgradient_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2315078Z test_copysign_subgradient_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2315358Z test_copysign_subgradient_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2315637Z test_copysign_subgradient_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2315898Z test_copysign_subgradient_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2316180Z test_copysign_subgradient_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2316460Z test_copysign_subgradient_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2316735Z test_copysign_subgradient_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2317050Z test_copysign_subgradient_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2317325Z test_copysign_subgradient_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2317600Z test_copysign_subgradient_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2317871Z test_copysign_subgradient_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2318128Z test_copysign_subgradient_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2318400Z test_cpow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.2318712Z test_cpu_tensor_pow_cuda_scalar_tensor_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.2318965Z test_cremainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:14:54.2319285Z test_cross_device_binary_ops_cpu (__main__.TestBinaryUfuncsCPU) ... skip: fewer than 2 devices detected (0.002s) 2022-12-01T10:14:54.2319600Z test_cross_device_inplace_error_msg_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.2319846Z test_csub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2320158Z test_cuda_tensor_pow_scalar_tensor_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.2320413Z test_cumulative_trapezoid_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.071s) 2022-12-01T10:14:54.2320673Z test_div_and_floordiv_script_vs_python_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.255s) 2022-12-01T10:14:54.2320932Z test_div_and_floordiv_vs_python_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2321163Z test_div_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2321393Z test_div_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2321663Z test_div_rounding_modes_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2321925Z test_div_rounding_modes_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2322182Z test_div_rounding_modes_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2322434Z test_div_rounding_modes_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2322670Z test_div_rounding_modes_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2322949Z test_div_rounding_modes_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2323205Z test_div_rounding_modes_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2323523Z test_div_rounding_modes_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2330778Z test_div_rounding_modes_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2331086Z test_div_rounding_nonfinite_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2331352Z test_div_rounding_nonfinite_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2331607Z test_div_rounding_nonfinite_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2331862Z test_div_rounding_nonfinite_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2332097Z test_div_rounding_numpy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2332334Z test_div_rounding_numpy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2332571Z test_div_rounding_numpy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2332810Z test_div_rounding_numpy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2333043Z test_div_rounding_numpy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2333332Z test_div_rounding_numpy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2333566Z test_div_rounding_numpy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2333804Z test_div_rounding_numpy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2334194Z test_divide_by_zero_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:1041: RuntimeWarning: divide by zero encountered in true_divide 2022-12-01T10:14:54.2334325Z expect = np.divide(an, 0) 2022-12-01T10:14:54.2334579Z test_binary_ufuncs.py:1041: RuntimeWarning: invalid value encountered in true_divide 2022-12-01T10:14:54.2334755Z expect = np.divide(an, 0) 2022-12-01T10:14:54.2334857Z ok (0.003s) 2022-12-01T10:14:54.2335110Z test_divide_by_zero_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2335359Z test_divide_by_zero_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2335619Z test_divide_by_zero_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2335884Z test_divmul_scalar_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.2336272Z test_float_power_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:4016: RuntimeWarning: invalid value encountered in float_power 2022-12-01T10:14:54.2336502Z expected_scalar_base = torch.from_numpy(np.float_power(i, to_np(exp))) 2022-12-01T10:14:54.2336605Z ok (0.035s) 2022-12-01T10:14:54.2336859Z test_float_power_cpu_bfloat16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:14:54.2337110Z test_float_power_cpu_bfloat16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:14:54.2337351Z test_float_power_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:14:54.2337593Z test_float_power_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:14:54.2337828Z test_float_power_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:14:54.2338070Z test_float_power_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:14:54.2338306Z test_float_power_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:14:54.2338537Z test_float_power_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:14:54.2338777Z test_float_power_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:14:54.2339013Z test_float_power_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:14:54.2339261Z test_float_power_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:14:54.2339519Z test_float_power_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:14:54.2339764Z test_float_power_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:14:54.2360648Z test_float_power_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:14:54.2360906Z test_float_power_cpu_complex128_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:14:54.2361157Z test_float_power_cpu_complex128_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:14:54.2361402Z test_float_power_cpu_complex128_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:14:54.2361642Z test_float_power_cpu_complex128_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:14:54.2361887Z test_float_power_cpu_complex128_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:14:54.2362128Z test_float_power_cpu_complex128_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:14:54.2362373Z test_float_power_cpu_complex128_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:14:54.2362614Z test_float_power_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:14:54.2362939Z test_float_power_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:14:54.2363192Z test_float_power_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.065s) 2022-12-01T10:14:54.2363437Z test_float_power_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:14:54.2363684Z test_float_power_cpu_complex64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:14:54.2363926Z test_float_power_cpu_complex64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:14:54.2364209Z test_float_power_cpu_complex64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:14:54.2364448Z test_float_power_cpu_complex64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:14:54.2364675Z test_float_power_cpu_complex64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:14:54.2364922Z test_float_power_cpu_complex64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:14:54.2365156Z test_float_power_cpu_complex64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:14:54.2365400Z test_float_power_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:14:54.2365646Z test_float_power_cpu_float16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:14:54.2365893Z test_float_power_cpu_float16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:14:54.2366135Z test_float_power_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:14:54.2366371Z test_float_power_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:14:54.2366608Z test_float_power_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:14:54.2366834Z test_float_power_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:14:54.2367068Z test_float_power_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:14:54.2367354Z test_float_power_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:14:54.2367592Z test_float_power_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:14:54.2367822Z test_float_power_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:14:54.2368069Z test_float_power_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:14:54.2368318Z test_float_power_cpu_float32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:14:54.2368564Z test_float_power_cpu_float32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:14:54.2368799Z test_float_power_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:14:54.2369036Z test_float_power_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:14:54.2369275Z test_float_power_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:14:54.2369511Z test_float_power_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:14:54.2369743Z test_float_power_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:14:54.2369975Z test_float_power_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:14:54.2370214Z test_float_power_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:14:54.2370448Z test_float_power_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:14:54.2370686Z test_float_power_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:14:54.2370935Z test_float_power_cpu_float64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:14:54.2371184Z test_float_power_cpu_float64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:14:54.2371467Z test_float_power_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:14:54.2371702Z test_float_power_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:14:54.2371939Z test_float_power_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:14:54.2372176Z test_float_power_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:14:54.2372408Z test_float_power_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:14:54.2372670Z test_float_power_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:14:54.2372898Z test_float_power_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:14:54.2373134Z test_float_power_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:14:54.2373370Z test_float_power_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:14:54.2373618Z test_float_power_cpu_int16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:14:54.2373862Z test_float_power_cpu_int16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:14:54.2374096Z test_float_power_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:14:54.2374330Z test_float_power_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:14:54.2374557Z test_float_power_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:14:54.2374787Z test_float_power_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:14:54.2375018Z test_float_power_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:14:54.2375252Z test_float_power_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:14:54.2375483Z test_float_power_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:14:54.2375720Z test_float_power_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:14:54.2375964Z test_float_power_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:14:54.2376208Z test_float_power_cpu_int32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:14:54.2376451Z test_float_power_cpu_int32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:14:54.2376678Z test_float_power_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:14:54.2376910Z test_float_power_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:14:54.2377147Z test_float_power_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:14:54.2377377Z test_float_power_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:14:54.2377607Z test_float_power_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:14:54.2377842Z test_float_power_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:14:54.2378074Z test_float_power_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:14:54.2378302Z test_float_power_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:14:54.2378528Z test_float_power_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:14:54.2378771Z test_float_power_cpu_int64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:14:54.2379009Z test_float_power_cpu_int64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:14:54.2379249Z test_float_power_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:14:54.2379483Z test_float_power_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:14:54.2379714Z test_float_power_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:14:54.2379980Z test_float_power_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:14:54.2380209Z test_float_power_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:14:54.2380442Z test_float_power_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:14:54.2380679Z test_float_power_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:14:54.2380915Z test_float_power_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:14:54.2381144Z test_float_power_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:14:54.2381426Z test_float_power_cpu_int8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:14:54.2381672Z test_float_power_cpu_int8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:14:54.2381913Z test_float_power_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:14:54.2382285Z test_float_power_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:14:54.2382526Z test_float_power_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:14:54.2382765Z test_float_power_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:14:54.2383005Z test_float_power_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:14:54.2383239Z test_float_power_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:14:54.2383464Z test_float_power_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:14:54.2383700Z test_float_power_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:14:54.2383953Z test_float_power_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:14:54.2384208Z test_float_power_cpu_uint8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:14:54.2384459Z test_float_power_cpu_uint8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:14:54.2384704Z test_float_power_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:14:54.2384946Z test_float_power_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:14:54.2385183Z test_float_power_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:14:54.2385406Z test_float_power_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:14:54.2385646Z test_float_power_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:14:54.2385887Z test_float_power_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:14:54.2386126Z test_float_power_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:14:54.2386368Z test_float_power_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:14:54.2388263Z test_float_power_exceptions_cpu (__main__.TestBinaryUfuncsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: An output with one or more elements was resized since it had shape [1], 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:14:54.2388400Z r = func(*args, **kwargs) 2022-12-01T10:14:54.2388513Z ok (0.031s) 2022-12-01T10:14:54.2388915Z test_float_scalar_pow_float_tensor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:1384: RuntimeWarning: invalid value encountered in power 2022-12-01T10:14:54.2389106Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-12-01T10:14:54.2389344Z test_binary_ufuncs.py:1384: RuntimeWarning: divide by zero encountered in power 2022-12-01T10:14:54.2389592Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-12-01T10:14:54.2389703Z ok (0.054s) 2022-12-01T10:14:54.2389973Z test_float_scalar_pow_float_tensor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:14:54.2390226Z test_floor_divide_scalar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2390473Z test_floor_divide_scalar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2390725Z test_floor_divide_scalar_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2391007Z test_floor_divide_scalar_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2391232Z test_floor_divide_scalar_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2391478Z test_floor_divide_scalar_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2391721Z test_floor_divide_scalar_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2391972Z test_floor_divide_tensor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2392218Z test_floor_divide_tensor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2392461Z test_floor_divide_tensor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2392696Z test_floor_divide_tensor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2392934Z test_floor_divide_tensor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2393166Z test_floor_divide_tensor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2393406Z test_floor_divide_tensor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2393645Z test_floor_divide_zero_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2393886Z test_floor_divide_zero_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2394129Z test_floor_divide_zero_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2394368Z test_floor_divide_zero_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2394608Z test_floor_divide_zero_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2394878Z test_fmod_remainder_by_zero_float_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.2395132Z test_fmod_remainder_by_zero_float_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.2395402Z test_fmod_remainder_by_zero_float_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2395675Z test_fmod_remainder_by_zero_integral_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:14:54.2395942Z test_fmod_remainder_by_zero_integral_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:14:54.2396217Z test_fmod_remainder_by_zero_integral_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:14:54.2396483Z test_fmod_remainder_by_zero_integral_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:14:54.2396751Z test_fmod_remainder_by_zero_integral_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:14:54.2396996Z test_fmod_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:14:54.2397240Z test_fmod_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:14:54.2397466Z test_fmod_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:14:54.2397707Z test_fmod_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:14:54.2397944Z test_fmod_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:14:54.2398182Z test_fmod_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:14:54.2398452Z test_fmod_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:14:54.2398687Z test_fmod_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:14:54.2398904Z test_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2399118Z test_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2399313Z test_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2399524Z test_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2399736Z test_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2400071Z test_heaviside_complex_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:14:54.2400353Z test_heaviside_complex_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:14:54.2400632Z test_heaviside_complex_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:14:54.2400917Z test_heaviside_complex_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:14:54.2401172Z test_heaviside_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2401404Z test_heaviside_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2401653Z test_heaviside_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2401895Z test_heaviside_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2402142Z test_heaviside_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2402385Z test_heaviside_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2402622Z test_heaviside_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2402859Z test_heaviside_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2403104Z test_heaviside_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2403335Z test_heaviside_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2403578Z test_heaviside_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2403817Z test_heaviside_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2404063Z test_heaviside_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2404304Z test_heaviside_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2404548Z test_heaviside_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2404787Z test_heaviside_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2405020Z test_heaviside_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2405245Z test_heaviside_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2405479Z test_heaviside_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2405713Z test_heaviside_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2405961Z test_heaviside_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2406204Z test_heaviside_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2406454Z test_heaviside_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2406697Z test_heaviside_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2406939Z test_heaviside_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2407179Z test_heaviside_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2407475Z test_heaviside_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2407756Z test_heaviside_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2407997Z test_heaviside_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2408246Z test_heaviside_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2408500Z test_heaviside_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2408741Z test_heaviside_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2409030Z test_heaviside_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2409275Z test_heaviside_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2409499Z test_heaviside_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2409737Z test_heaviside_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2409985Z test_heaviside_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2410226Z test_heaviside_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2410462Z test_heaviside_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2410702Z test_heaviside_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2410950Z test_heaviside_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2411194Z test_heaviside_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2411428Z test_heaviside_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2411669Z test_heaviside_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2411910Z test_heaviside_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2412150Z test_heaviside_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2412388Z test_heaviside_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2412628Z test_heaviside_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2412864Z test_heaviside_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2413102Z test_heaviside_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2413334Z test_heaviside_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2413577Z test_heaviside_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2413815Z test_heaviside_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2414057Z test_heaviside_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2414299Z test_heaviside_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2414535Z test_heaviside_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2414773Z test_heaviside_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2415008Z test_heaviside_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2415228Z test_heaviside_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2415465Z test_heaviside_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2415713Z test_heaviside_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2415951Z test_heaviside_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2416189Z test_heaviside_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2416470Z test_heaviside_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2416712Z test_heaviside_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2416948Z test_heaviside_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2417182Z test_heaviside_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2417401Z test_heaviside_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2417639Z test_heaviside_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2417915Z test_heaviside_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2418163Z test_heaviside_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2418398Z test_heaviside_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2418638Z test_heaviside_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2418885Z test_heaviside_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2419124Z test_heaviside_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2419345Z test_heaviside_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2419577Z test_heaviside_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2419814Z test_heaviside_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2420052Z test_heaviside_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2420291Z test_heaviside_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2420528Z test_heaviside_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2420769Z test_heaviside_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2421016Z test_heaviside_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2421241Z test_heaviside_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2421482Z test_heaviside_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2421714Z test_heaviside_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2421950Z test_heaviside_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2422279Z test_heaviside_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2422517Z test_heaviside_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2422752Z test_heaviside_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2422999Z test_heaviside_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2423223Z test_heaviside_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2423469Z test_heaviside_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2423712Z test_heaviside_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2423956Z test_heaviside_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2424192Z test_heaviside_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2424431Z test_heaviside_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2424673Z test_heaviside_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2424913Z test_heaviside_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.2425131Z test_heaviside_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2425420Z test_heaviside_cross_device_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.2425747Z test_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2425975Z test_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2426197Z test_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2426458Z test_idiv_and_ifloordiv_vs_python_cpu (__main__.TestBinaryUfuncsCPU) ... ok (7.612s) 2022-12-01T10:14:54.2426693Z test_inplace_division_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.2426927Z test_inplace_dunders_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.2427320Z test_int_and_float_pow_cpu (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:1384: RuntimeWarning: invalid value encountered in power 2022-12-01T10:14:54.2427516Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-12-01T10:14:54.2427630Z ok (1.296s) 2022-12-01T10:14:54.2427869Z test_int_tensor_pow_neg_ints_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:14:54.2428085Z test_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2428297Z test_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2428508Z test_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2428717Z test_ldexp_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2430538Z test_lerp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: An output with one or more elements was resized since it had shape [], 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:14:54.2430675Z r = func(*args, **kwargs) 2022-12-01T10:14:54.2432292Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5, 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:14:54.2432424Z r = func(*args, **kwargs) 2022-12-01T10:14:54.2432518Z ok (0.115s) 2022-12-01T10:14:54.2432750Z test_lerp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.142s) 2022-12-01T10:14:54.2432969Z test_lerp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:14:54.2433188Z test_lerp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:14:54.2433470Z test_lerp_lowp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:14:54.2433715Z test_lerp_lowp_cpu_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2433986Z test_lerp_lowp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.2434208Z test_logaddexp2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2434447Z test_logaddexp2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2434687Z test_logaddexp2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2434922Z test_logaddexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2435157Z test_logaddexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2435390Z test_logaddexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2435687Z test_logical_and_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2435937Z test_logical_and_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2437001Z test_logical_and_cpu_bfloat16_complex128 (__main__.TestBinaryUfuncsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:14:54.2437115Z r = func(*args, **kwargs) 2022-12-01T10:14:54.2437264Z ok (0.002s) 2022-12-01T10:14:54.2437528Z test_logical_and_cpu_bfloat16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2437785Z test_logical_and_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2438038Z test_logical_and_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2438294Z test_logical_and_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2438545Z test_logical_and_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2438793Z test_logical_and_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2439015Z test_logical_and_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2439265Z test_logical_and_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2439510Z test_logical_and_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2439755Z test_logical_and_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2439995Z test_logical_and_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2440253Z test_logical_and_cpu_bool_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2440509Z test_logical_and_cpu_bool_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2440754Z test_logical_and_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2440982Z test_logical_and_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2441216Z test_logical_and_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2441461Z test_logical_and_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2441699Z test_logical_and_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2441947Z test_logical_and_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2442185Z test_logical_and_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2442425Z test_logical_and_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2442687Z test_logical_and_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2442944Z test_logical_and_cpu_complex128_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2443191Z test_logical_and_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2443454Z test_logical_and_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2443710Z test_logical_and_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2443970Z test_logical_and_cpu_complex128_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2444226Z test_logical_and_cpu_complex128_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2444472Z test_logical_and_cpu_complex128_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2444726Z test_logical_and_cpu_complex128_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2445020Z test_logical_and_cpu_complex128_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2445259Z test_logical_and_cpu_complex128_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2445513Z test_logical_and_cpu_complex128_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2445773Z test_logical_and_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2446025Z test_logical_and_cpu_complex64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2446320Z test_logical_and_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2446583Z test_logical_and_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2446840Z test_logical_and_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2447098Z test_logical_and_cpu_complex64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2447388Z test_logical_and_cpu_complex64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2447644Z test_logical_and_cpu_complex64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2447891Z test_logical_and_cpu_complex64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2448140Z test_logical_and_cpu_complex64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2448391Z test_logical_and_cpu_complex64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2448637Z test_logical_and_cpu_complex64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2448885Z test_logical_and_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2449134Z test_logical_and_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2449389Z test_logical_and_cpu_float16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2449630Z test_logical_and_cpu_float16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2449877Z test_logical_and_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2450120Z test_logical_and_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2450361Z test_logical_and_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2450605Z test_logical_and_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2450849Z test_logical_and_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2451082Z test_logical_and_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2451324Z test_logical_and_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2451548Z test_logical_and_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2451800Z test_logical_and_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2452049Z test_logical_and_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2452303Z test_logical_and_cpu_float32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2452557Z test_logical_and_cpu_float32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2452810Z test_logical_and_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2453056Z test_logical_and_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2453299Z test_logical_and_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2453529Z test_logical_and_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2453812Z test_logical_and_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2454043Z test_logical_and_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2454285Z test_logical_and_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2454521Z test_logical_and_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2454770Z test_logical_and_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2455018Z test_logical_and_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2455308Z test_logical_and_cpu_float64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2455566Z test_logical_and_cpu_float64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2455799Z test_logical_and_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2456046Z test_logical_and_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2456288Z test_logical_and_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2456536Z test_logical_and_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2456776Z test_logical_and_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2457015Z test_logical_and_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2457257Z test_logical_and_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2457499Z test_logical_and_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2457727Z test_logical_and_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2457968Z test_logical_and_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2458220Z test_logical_and_cpu_int16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2458469Z test_logical_and_cpu_int16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2458708Z test_logical_and_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2458948Z test_logical_and_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2459182Z test_logical_and_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2459423Z test_logical_and_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2459650Z test_logical_and_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2459892Z test_logical_and_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2460134Z test_logical_and_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2460377Z test_logical_and_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2460626Z test_logical_and_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2460863Z test_logical_and_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2461117Z test_logical_and_cpu_int32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2461366Z test_logical_and_cpu_int32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2461591Z test_logical_and_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2461835Z test_logical_and_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2462068Z test_logical_and_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2462398Z test_logical_and_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2462639Z test_logical_and_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2462946Z test_logical_and_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2463189Z test_logical_and_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2463423Z test_logical_and_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2463674Z test_logical_and_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2463897Z test_logical_and_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2464209Z test_logical_and_cpu_int64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2464464Z test_logical_and_cpu_int64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2464709Z test_logical_and_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2464953Z test_logical_and_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2465191Z test_logical_and_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2465433Z test_logical_and_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2465670Z test_logical_and_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2465893Z test_logical_and_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2466132Z test_logical_and_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2466370Z test_logical_and_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2466618Z test_logical_and_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2466859Z test_logical_and_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2467112Z test_logical_and_cpu_int8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2467367Z test_logical_and_cpu_int8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2467611Z test_logical_and_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2467832Z test_logical_and_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2468068Z test_logical_and_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2468305Z test_logical_and_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2468546Z test_logical_and_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2468784Z test_logical_and_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2469019Z test_logical_and_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2469254Z test_logical_and_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2469504Z test_logical_and_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2469729Z test_logical_and_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2469983Z test_logical_and_cpu_uint8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2470239Z test_logical_and_cpu_uint8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2470483Z test_logical_and_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2470721Z test_logical_and_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2470965Z test_logical_and_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2471202Z test_logical_and_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2471438Z test_logical_and_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2471716Z test_logical_and_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2471942Z test_logical_and_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2472178Z test_logical_and_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2472412Z test_logical_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2472636Z test_logical_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2472862Z test_logical_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2473121Z test_logical_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2473346Z test_logical_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2473575Z test_logical_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2473782Z test_logical_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2474006Z test_logical_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2474230Z test_logical_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2474456Z test_logical_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2474710Z test_logical_or_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2474957Z test_logical_or_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2475214Z test_logical_or_cpu_bfloat16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2475471Z test_logical_or_cpu_bfloat16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2475704Z test_logical_or_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2475948Z test_logical_or_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2476193Z test_logical_or_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2476438Z test_logical_or_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2476677Z test_logical_or_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2476915Z test_logical_or_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2477155Z test_logical_or_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2477393Z test_logical_or_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2477620Z test_logical_or_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2477858Z test_logical_or_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2478109Z test_logical_or_cpu_bool_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2478356Z test_logical_or_cpu_bool_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2478597Z test_logical_or_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2478841Z test_logical_or_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2479080Z test_logical_or_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2479319Z test_logical_or_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2479540Z test_logical_or_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2479782Z test_logical_or_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2480021Z test_logical_or_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2480259Z test_logical_or_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2480519Z test_logical_or_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2480801Z test_logical_or_cpu_complex128_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2481061Z test_logical_or_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2481316Z test_logical_or_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2481554Z test_logical_or_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2481806Z test_logical_or_cpu_complex128_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2482090Z test_logical_or_cpu_complex128_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2482338Z test_logical_or_cpu_complex128_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2482581Z test_logical_or_cpu_complex128_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2482826Z test_logical_or_cpu_complex128_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2483070Z test_logical_or_cpu_complex128_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2483311Z test_logical_or_cpu_complex128_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2483563Z test_logical_or_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2483797Z test_logical_or_cpu_complex64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2484056Z test_logical_or_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2484316Z test_logical_or_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2484571Z test_logical_or_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2484820Z test_logical_or_cpu_complex64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2485078Z test_logical_or_cpu_complex64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2485325Z test_logical_or_cpu_complex64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2485570Z test_logical_or_cpu_complex64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2485793Z test_logical_or_cpu_complex64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2486036Z test_logical_or_cpu_complex64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2486273Z test_logical_or_cpu_complex64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2486524Z test_logical_or_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2486764Z test_logical_or_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2487016Z test_logical_or_cpu_float16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2487333Z test_logical_or_cpu_float16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2487582Z test_logical_or_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2487806Z test_logical_or_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2488046Z test_logical_or_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2488279Z test_logical_or_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2488523Z test_logical_or_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2488762Z test_logical_or_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2489127Z test_logical_or_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2489399Z test_logical_or_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2489723Z test_logical_or_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2490001Z test_logical_or_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2490272Z test_logical_or_cpu_float32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2490560Z test_logical_or_cpu_float32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2490844Z test_logical_or_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2491117Z test_logical_or_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2491438Z test_logical_or_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2491699Z test_logical_or_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2491968Z test_logical_or_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2492244Z test_logical_or_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2492504Z test_logical_or_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2492780Z test_logical_or_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2493063Z test_logical_or_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2493336Z test_logical_or_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2493627Z test_logical_or_cpu_float64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2493918Z test_logical_or_cpu_float64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2494200Z test_logical_or_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2494476Z test_logical_or_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2494738Z test_logical_or_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2495011Z test_logical_or_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2495285Z test_logical_or_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2495554Z test_logical_or_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2495821Z test_logical_or_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2496098Z test_logical_or_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2496375Z test_logical_or_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2496645Z test_logical_or_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2496922Z test_logical_or_cpu_int16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2497203Z test_logical_or_cpu_int16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2497484Z test_logical_or_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2497749Z test_logical_or_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2498017Z test_logical_or_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2498293Z test_logical_or_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2498560Z test_logical_or_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2498834Z test_logical_or_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2499101Z test_logical_or_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2499354Z test_logical_or_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2499637Z test_logical_or_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2499956Z test_logical_or_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2500245Z test_logical_or_cpu_int32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2500529Z test_logical_or_cpu_int32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2500811Z test_logical_or_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2501084Z test_logical_or_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2501389Z test_logical_or_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2501649Z test_logical_or_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2501888Z test_logical_or_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2502248Z test_logical_or_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2502523Z test_logical_or_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2502796Z test_logical_or_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2503076Z test_logical_or_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2503350Z test_logical_or_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2503629Z test_logical_or_cpu_int64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2503900Z test_logical_or_cpu_int64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2504175Z test_logical_or_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2504447Z test_logical_or_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2504787Z test_logical_or_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2505041Z test_logical_or_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2505289Z test_logical_or_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2505523Z test_logical_or_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2505760Z test_logical_or_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2505976Z test_logical_or_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2506225Z test_logical_or_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2506460Z test_logical_or_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2506702Z test_logical_or_cpu_int8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2506946Z test_logical_or_cpu_int8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2507193Z test_logical_or_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2507430Z test_logical_or_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2507666Z test_logical_or_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2507883Z test_logical_or_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2508120Z test_logical_or_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2508349Z test_logical_or_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2508582Z test_logical_or_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2508816Z test_logical_or_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2509054Z test_logical_or_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2509288Z test_logical_or_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2509609Z test_logical_or_cpu_uint8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2509840Z test_logical_or_cpu_uint8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2510079Z test_logical_or_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2510317Z test_logical_or_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2510551Z test_logical_or_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2510836Z test_logical_or_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2511076Z test_logical_or_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2511317Z test_logical_or_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2511548Z test_logical_or_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2511789Z test_logical_or_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2512027Z test_logical_xor_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2512276Z test_logical_xor_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2512536Z test_logical_xor_cpu_bfloat16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2512797Z test_logical_xor_cpu_bfloat16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2513051Z test_logical_xor_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2513302Z test_logical_xor_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2513554Z test_logical_xor_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2513803Z test_logical_xor_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2514030Z test_logical_xor_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2514268Z test_logical_xor_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2514507Z test_logical_xor_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2514750Z test_logical_xor_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2514999Z test_logical_xor_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2515243Z test_logical_xor_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2515492Z test_logical_xor_cpu_bool_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2515740Z test_logical_xor_cpu_bool_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2515968Z test_logical_xor_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2516214Z test_logical_xor_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2516449Z test_logical_xor_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2516687Z test_logical_xor_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2516925Z test_logical_xor_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2517160Z test_logical_xor_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2517399Z test_logical_xor_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2517633Z test_logical_xor_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2517876Z test_logical_xor_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2518126Z test_logical_xor_cpu_complex128_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2518433Z test_logical_xor_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2518694Z test_logical_xor_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2518948Z test_logical_xor_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2519207Z test_logical_xor_cpu_complex128_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2519459Z test_logical_xor_cpu_complex128_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2519747Z test_logical_xor_cpu_complex128_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2519995Z test_logical_xor_cpu_complex128_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2520228Z test_logical_xor_cpu_complex128_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2520475Z test_logical_xor_cpu_complex128_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2520727Z test_logical_xor_cpu_complex128_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2520983Z test_logical_xor_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2521229Z test_logical_xor_cpu_complex64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2521486Z test_logical_xor_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2521746Z test_logical_xor_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2522003Z test_logical_xor_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2522238Z test_logical_xor_cpu_complex64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2522490Z test_logical_xor_cpu_complex64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2522742Z test_logical_xor_cpu_complex64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2522983Z test_logical_xor_cpu_complex64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2523221Z test_logical_xor_cpu_complex64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2523470Z test_logical_xor_cpu_complex64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2523712Z test_logical_xor_cpu_complex64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2523960Z test_logical_xor_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2524194Z test_logical_xor_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2524446Z test_logical_xor_cpu_float16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2524699Z test_logical_xor_cpu_float16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2524950Z test_logical_xor_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2525193Z test_logical_xor_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2525431Z test_logical_xor_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2525675Z test_logical_xor_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2525911Z test_logical_xor_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2526148Z test_logical_xor_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2526376Z test_logical_xor_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2526616Z test_logical_xor_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2526867Z test_logical_xor_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2527149Z test_logical_xor_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2527468Z test_logical_xor_cpu_float32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2527722Z test_logical_xor_cpu_float32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2527970Z test_logical_xor_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2528214Z test_logical_xor_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2528489Z test_logical_xor_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2528731Z test_logical_xor_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2528966Z test_logical_xor_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2529203Z test_logical_xor_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2529448Z test_logical_xor_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2529691Z test_logical_xor_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2529942Z test_logical_xor_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2530283Z test_logical_xor_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2530561Z test_logical_xor_cpu_float64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2530857Z test_logical_xor_cpu_float64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2531142Z test_logical_xor_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2531424Z test_logical_xor_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2531698Z test_logical_xor_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2531987Z test_logical_xor_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2532259Z test_logical_xor_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2532529Z test_logical_xor_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2532808Z test_logical_xor_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2533065Z test_logical_xor_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2533351Z test_logical_xor_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2533627Z test_logical_xor_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2533914Z test_logical_xor_cpu_int16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2534194Z test_logical_xor_cpu_int16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2534483Z test_logical_xor_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2534757Z test_logical_xor_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2535029Z test_logical_xor_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2535288Z test_logical_xor_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2535562Z test_logical_xor_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2535838Z test_logical_xor_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2536112Z test_logical_xor_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2536388Z test_logical_xor_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2536665Z test_logical_xor_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2536991Z test_logical_xor_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2537280Z test_logical_xor_cpu_int32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2537552Z test_logical_xor_cpu_int32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2537827Z test_logical_xor_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2538100Z test_logical_xor_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2538380Z test_logical_xor_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2538691Z test_logical_xor_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2539062Z test_logical_xor_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2539311Z test_logical_xor_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2539551Z test_logical_xor_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2539773Z test_logical_xor_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2540018Z test_logical_xor_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2540257Z test_logical_xor_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2540505Z test_logical_xor_cpu_int64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2540756Z test_logical_xor_cpu_int64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2541006Z test_logical_xor_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2541367Z test_logical_xor_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2541632Z test_logical_xor_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2541910Z test_logical_xor_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2542320Z test_logical_xor_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2542591Z test_logical_xor_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2542867Z test_logical_xor_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2543139Z test_logical_xor_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2543418Z test_logical_xor_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2543698Z test_logical_xor_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2543983Z test_logical_xor_cpu_int8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2544267Z test_logical_xor_cpu_int8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2544532Z test_logical_xor_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2544813Z test_logical_xor_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2545083Z test_logical_xor_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2545358Z test_logical_xor_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2545630Z test_logical_xor_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2545901Z test_logical_xor_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2546180Z test_logical_xor_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2546451Z test_logical_xor_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2546724Z test_logical_xor_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2546998Z test_logical_xor_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2547362Z test_logical_xor_cpu_uint8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2547655Z test_logical_xor_cpu_uint8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2547942Z test_logical_xor_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2548216Z test_logical_xor_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2548485Z test_logical_xor_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2548815Z test_logical_xor_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2549074Z test_logical_xor_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2549346Z test_logical_xor_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2549617Z test_logical_xor_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2549894Z test_logical_xor_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2550304Z test_logical_xor_with_nontrivial_alignment_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.225s) 2022-12-01T10:14:54.2550557Z test_long_tensor_pow_floats_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:14:54.2550848Z test_maximum_and_minimum_subgradient_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2551140Z test_maximum_and_minimum_subgradient_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2551435Z test_maximum_and_minimum_subgradient_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2551700Z test_maximum_and_minimum_subgradient_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2551989Z test_maximum_and_minimum_subgradient_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2552280Z test_maximum_and_minimum_subgradient_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2552570Z test_maximum_and_minimum_subgradient_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2552853Z test_maximum_and_minimum_subgradient_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2553142Z test_maximum_and_minimum_subgradient_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2553427Z test_maximum_and_minimum_subgradient_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2553704Z test_maximum_and_minimum_subgradient_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2553988Z test_maximum_and_minimum_subgradient_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2554256Z test_maximum_and_minimum_subgradient_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2554534Z test_maximum_and_minimum_subgradient_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2554816Z test_maximum_and_minimum_subgradient_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2555098Z test_maximum_and_minimum_subgradient_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2555381Z test_maximum_minimum_complex_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:14:54.2555662Z test_maximum_minimum_complex_cpu_complex128_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:14:54.2555950Z test_maximum_minimum_complex_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:14:54.2556236Z test_maximum_minimum_complex_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:14:54.2556560Z test_maximum_minimum_complex_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:14:54.2556821Z test_maximum_minimum_complex_cpu_complex128_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:14:54.2557094Z test_maximum_minimum_complex_cpu_complex128_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:14:54.2557370Z test_maximum_minimum_complex_cpu_complex128_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:14:54.2557642Z test_maximum_minimum_complex_cpu_complex128_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:14:54.2557941Z test_maximum_minimum_complex_cpu_complex128_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:14:54.2558211Z test_maximum_minimum_complex_cpu_complex128_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:14:54.2558487Z test_maximum_minimum_complex_cpu_complex128_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:14:54.2558770Z test_maximum_minimum_complex_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:14:54.2559044Z test_maximum_minimum_complex_cpu_complex64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:14:54.2559315Z test_maximum_minimum_complex_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:14:54.2559597Z test_maximum_minimum_complex_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:14:54.2559872Z test_maximum_minimum_complex_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:14:54.2560150Z test_maximum_minimum_complex_cpu_complex64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:14:54.2560418Z test_maximum_minimum_complex_cpu_complex64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:14:54.2560694Z test_maximum_minimum_complex_cpu_complex64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:14:54.2560967Z test_maximum_minimum_complex_cpu_complex64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:14:54.2561237Z test_maximum_minimum_complex_cpu_complex64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:14:54.2561495Z test_maximum_minimum_complex_cpu_complex64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:14:54.2561768Z test_maximum_minimum_complex_cpu_complex64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:14:54.2562198Z test_maximum_minimum_cross_device_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:14:54.2562496Z test_maximum_minimum_float_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2562785Z test_maximum_minimum_float_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2563080Z test_maximum_minimum_float_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2563375Z test_maximum_minimum_float_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2563695Z test_maximum_minimum_float_nan_and_inf_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2564012Z test_maximum_minimum_float_nan_and_inf_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2564304Z test_maximum_minimum_float_nan_and_inf_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2564610Z test_maximum_minimum_float_nan_and_inf_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2564918Z test_maximum_minimum_forward_ad_float32_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:14:54.2565218Z test_maximum_minimum_int_and_bool_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2565517Z test_maximum_minimum_int_and_bool_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2565812Z test_maximum_minimum_int_and_bool_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2566152Z test_maximum_minimum_int_and_bool_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2566446Z test_maximum_minimum_int_and_bool_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2566740Z test_maximum_minimum_int_and_bool_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2567056Z test_maximum_minimum_type_promotion_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2567526Z test_maximum_minimum_type_promotion_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2567857Z test_maximum_minimum_type_promotion_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2568191Z test_maximum_minimum_type_promotion_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2568520Z test_maximum_minimum_type_promotion_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2568859Z test_maximum_minimum_type_promotion_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2569187Z test_maximum_minimum_type_promotion_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2569515Z test_maximum_minimum_type_promotion_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2569841Z test_maximum_minimum_type_promotion_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2570156Z test_maximum_minimum_type_promotion_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2570482Z test_maximum_minimum_type_promotion_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2570806Z test_maximum_minimum_type_promotion_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2571137Z test_maximum_minimum_type_promotion_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2571457Z test_maximum_minimum_type_promotion_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2571777Z test_maximum_minimum_type_promotion_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2572101Z test_maximum_minimum_type_promotion_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2572412Z test_maximum_minimum_type_promotion_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2572722Z test_maximum_minimum_type_promotion_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2573021Z test_maximum_minimum_type_promotion_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2573326Z test_maximum_minimum_type_promotion_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2573656Z test_maximum_minimum_type_promotion_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2573972Z test_maximum_minimum_type_promotion_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2574293Z test_maximum_minimum_type_promotion_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2574619Z test_maximum_minimum_type_promotion_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2575047Z test_maximum_minimum_type_promotion_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2575346Z test_maximum_minimum_type_promotion_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2575604Z test_maximum_minimum_type_promotion_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2575878Z test_maximum_minimum_type_promotion_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2576189Z test_maximum_minimum_type_promotion_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2576466Z test_maximum_minimum_type_promotion_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2576758Z test_maximum_minimum_type_promotion_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2577033Z test_maximum_minimum_type_promotion_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2577350Z test_maximum_minimum_type_promotion_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2577636Z test_maximum_minimum_type_promotion_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2577919Z test_maximum_minimum_type_promotion_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2578184Z test_maximum_minimum_type_promotion_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2578465Z test_maximum_minimum_type_promotion_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2578745Z test_maximum_minimum_type_promotion_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2579022Z test_maximum_minimum_type_promotion_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2579301Z test_maximum_minimum_type_promotion_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2579591Z test_maximum_minimum_type_promotion_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2579868Z test_maximum_minimum_type_promotion_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2580148Z test_maximum_minimum_type_promotion_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2580435Z test_maximum_minimum_type_promotion_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2580702Z test_maximum_minimum_type_promotion_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2580984Z test_maximum_minimum_type_promotion_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2581263Z test_maximum_minimum_type_promotion_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2581543Z test_maximum_minimum_type_promotion_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2581822Z test_maximum_minimum_type_promotion_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2582101Z test_maximum_minimum_type_promotion_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2582501Z test_maximum_minimum_type_promotion_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2582784Z test_maximum_minimum_type_promotion_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2583063Z test_maximum_minimum_type_promotion_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2583328Z test_maximum_minimum_type_promotion_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2583604Z test_maximum_minimum_type_promotion_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2583888Z test_maximum_minimum_type_promotion_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2584166Z test_maximum_minimum_type_promotion_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2584439Z test_maximum_minimum_type_promotion_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2584718Z test_maximum_minimum_type_promotion_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2585054Z test_maximum_minimum_type_promotion_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2585334Z test_maximum_minimum_type_promotion_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2585610Z test_maximum_minimum_type_promotion_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2585874Z test_maximum_minimum_type_promotion_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2586199Z test_maximum_minimum_type_promotion_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2586479Z test_maximum_minimum_type_promotion_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2586753Z test_maximum_minimum_type_promotion_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2587024Z test_maximum_minimum_type_promotion_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2587290Z test_maximum_minimum_type_promotion_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2587559Z test_maximum_minimum_type_promotion_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2587832Z test_maximum_minimum_type_promotion_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2588115Z test_maximum_minimum_type_promotion_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2588384Z test_maximum_minimum_type_promotion_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2588666Z test_maximum_minimum_type_promotion_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2588942Z test_maximum_minimum_type_promotion_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2589220Z test_maximum_minimum_type_promotion_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2589499Z test_maximum_minimum_type_promotion_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2589770Z test_maximum_minimum_type_promotion_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2590036Z test_maximum_minimum_type_promotion_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2590307Z test_maximum_minimum_type_promotion_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2590577Z test_maximum_minimum_type_promotion_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2590840Z test_maximum_minimum_type_promotion_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2591120Z test_maximum_minimum_type_promotion_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2591403Z test_maximum_minimum_type_promotion_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2591682Z test_maximum_minimum_type_promotion_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2591954Z test_maximum_minimum_type_promotion_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2592228Z test_maximum_minimum_type_promotion_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2592498Z test_maximum_minimum_type_promotion_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2592771Z test_maximum_minimum_type_promotion_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2593042Z test_maximum_minimum_type_promotion_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2593300Z test_maximum_minimum_type_promotion_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2593623Z test_maximum_minimum_type_promotion_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2593899Z test_maximum_minimum_type_promotion_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2594182Z test_maximum_minimum_type_promotion_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2594464Z test_maximum_minimum_type_promotion_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2594743Z test_maximum_minimum_type_promotion_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2595071Z test_maximum_minimum_type_promotion_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2595350Z test_maximum_minimum_type_promotion_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2595618Z test_maximum_minimum_type_promotion_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2595879Z test_maximum_minimum_type_promotion_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2596151Z test_maximum_minimum_type_promotion_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2596402Z test_min_max_binary_op_nan_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.100s) 2022-12-01T10:14:54.2596652Z test_min_max_binary_op_nan_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.101s) 2022-12-01T10:14:54.2596971Z test_mul_chalf_tensor_and_cpu_scalar_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.2597177Z test_mul_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2597429Z test_mul_intertype_scalar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2597682Z test_mul_intertype_scalar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2597907Z test_muldiv_scalar_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2598152Z test_muldiv_scalar_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2598398Z test_muldiv_scalar_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2598761Z test_muldiv_scalar_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2599030Z test_muldiv_scalar_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2599305Z test_muldiv_scalar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2599583Z test_muldiv_scalar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2599856Z test_muldiv_scalar_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2600109Z test_muldiv_scalar_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2600373Z test_muldiv_scalar_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2600648Z test_muldiv_scalar_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2600914Z test_muldiv_scalar_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2601201Z test_nextafter_bfloat16_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2601471Z test_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2601739Z test_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2602024Z test_non_contig___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2602290Z test_non_contig___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2602557Z test_non_contig___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2602834Z test_non_contig___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2603168Z test_non_contig___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2603442Z test_non_contig___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2603715Z test_non_contig___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2603993Z test_non_contig___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2604267Z test_non_contig___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2604535Z test_non_contig___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2604830Z test_non_contig___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2605096Z test_non_contig___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2605370Z test_non_contig___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2605738Z test_non_contig___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2605975Z test_non_contig___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2606207Z test_non_contig___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2606440Z test_non_contig___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2606669Z test_non_contig___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2606900Z test_non_contig___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2607145Z test_non_contig___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2607466Z test_non_contig___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2607722Z test_non_contig___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2608103Z test_non_contig___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2608376Z test_non_contig___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2608649Z test_non_contig___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2608933Z test_non_contig___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2609188Z test_non_contig___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2609460Z test_non_contig___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2609739Z test_non_contig___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2610022Z test_non_contig___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2610305Z test_non_contig___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2610591Z test_non_contig___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2610867Z test_non_contig___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2611137Z test_non_contig___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2611417Z test_non_contig___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2611681Z test_non_contig___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2611974Z test_non_contig___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2612260Z test_non_contig___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2612538Z test_non_contig___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2612808Z test_non_contig___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2613127Z test_non_contig___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2613398Z test_non_contig___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2613661Z test_non_contig___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2613908Z test_non_contig___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2614176Z test_non_contig___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2614480Z test_non_contig___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2614751Z test_non_contig___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2615019Z test_non_contig___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2615284Z test_non_contig___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2615623Z test_non_contig___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2615858Z test_non_contig___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2616077Z test_non_contig___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2617235Z test_non_contig___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... /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:14:54.2617467Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:14:54.2617577Z ok (0.003s) 2022-12-01T10:14:54.2617831Z test_non_contig___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2618083Z test_non_contig___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2618328Z test_non_contig___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2618568Z test_non_contig___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2618804Z test_non_contig___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2619025Z test_non_contig___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2619260Z test_non_contig___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2619494Z test_non_contig___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2619731Z test_non_contig___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2619964Z test_non_contig___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2620211Z test_non_contig___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2620465Z test_non_contig___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2620716Z test_non_contig___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2620942Z test_non_contig___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2621179Z test_non_contig___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2621415Z test_non_contig___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2621656Z test_non_contig___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2621890Z test_non_contig___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2622124Z test_non_contig___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2622474Z test_non_contig___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2622779Z test_non_contig___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2623016Z test_non_contig___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2623235Z test_non_contig___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2623468Z test_non_contig___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2623699Z test_non_contig___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2623975Z test_non_contig___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2624210Z test_non_contig___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2624450Z test_non_contig_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2624689Z test_non_contig_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2624941Z test_non_contig_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2625173Z test_non_contig_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2625411Z test_non_contig_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2625654Z test_non_contig_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2625898Z test_non_contig_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2626138Z test_non_contig_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2626374Z test_non_contig_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2626613Z test_non_contig_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2626846Z test_non_contig_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2627067Z test_non_contig_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2627300Z test_non_contig_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2627541Z test_non_contig_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2627780Z test_non_contig_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2628023Z test_non_contig_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2628267Z test_non_contig_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2628511Z test_non_contig_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2628748Z test_non_contig_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2628972Z test_non_contig_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2629207Z test_non_contig_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2629441Z test_non_contig_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2629689Z test_non_contig_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2629940Z test_non_contig_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2630191Z test_non_contig_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2630439Z test_non_contig_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2630689Z test_non_contig_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2630936Z test_non_contig_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2631183Z test_non_contig_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2631477Z test_non_contig_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2631734Z test_non_contig_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2631994Z test_non_contig_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2632249Z test_non_contig_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2632495Z test_non_contig_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2632785Z test_non_contig_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2633032Z test_non_contig_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2633257Z test_non_contig_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2633506Z test_non_contig_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2633752Z test_non_contig_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2634022Z test_non_contig_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2634290Z test_non_contig_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2634558Z test_non_contig_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2634823Z test_non_contig_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2635088Z test_non_contig_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2635339Z test_non_contig_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2635573Z test_non_contig_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2635821Z test_non_contig_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2636069Z test_non_contig_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2636316Z test_non_contig_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2636567Z test_non_contig_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2636822Z test_non_contig_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2637066Z test_non_contig_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2637317Z test_non_contig_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2637555Z test_non_contig_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2637799Z test_non_contig_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2638052Z test_non_contig_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2638295Z test_non_contig_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2638533Z test_non_contig_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2638779Z test_non_contig_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2639017Z test_non_contig_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2639271Z test_non_contig_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2639507Z test_non_contig_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2639751Z test_non_contig_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2640000Z test_non_contig_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2640283Z test_non_contig_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2640526Z test_non_contig_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2640767Z test_non_contig_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2641008Z test_non_contig_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2641258Z test_non_contig_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2641483Z test_non_contig_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2641760Z test_non_contig_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2642003Z test_non_contig_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2642246Z test_non_contig_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2642499Z test_non_contig_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2642749Z test_non_contig_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2642999Z test_non_contig_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2643244Z test_non_contig_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2643486Z test_non_contig_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2643717Z test_non_contig_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2643958Z test_non_contig_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2644199Z test_non_contig_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2644441Z test_non_contig_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2644687Z test_non_contig_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2644959Z test_non_contig_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2645231Z test_non_contig_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2645498Z test_non_contig_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2645753Z test_non_contig_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2646014Z test_non_contig_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2646273Z test_non_contig_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2646527Z test_non_contig_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2646786Z test_non_contig_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2647045Z test_non_contig_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2647376Z test_non_contig_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2647646Z test_non_contig_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2647925Z test_non_contig_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2648188Z test_non_contig_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2648457Z test_non_contig_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2648726Z test_non_contig_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2648995Z test_non_contig_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2649310Z test_non_contig_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2649574Z test_non_contig_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2649842Z test_non_contig_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2650104Z test_non_contig_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2650409Z test_non_contig_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2650663Z test_non_contig_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2650933Z test_non_contig_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2651199Z test_non_contig_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2651472Z test_non_contig_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2651733Z test_non_contig_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2651994Z test_non_contig_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2652250Z test_non_contig_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2652511Z test_non_contig_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2652753Z test_non_contig_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2652992Z test_non_contig_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2653225Z test_non_contig_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2653478Z test_non_contig_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2653725Z test_non_contig_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2653968Z test_non_contig_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2654207Z test_non_contig_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2654446Z test_non_contig_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2654667Z test_non_contig_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2654900Z test_non_contig_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2655125Z test_non_contig_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2655360Z test_non_contig_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2655591Z test_non_contig_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2655822Z test_non_contig_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2656081Z test_non_contig_expand___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2656337Z test_non_contig_expand___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2656603Z test_non_contig_expand___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2656852Z test_non_contig_expand___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2657112Z test_non_contig_expand___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2657371Z test_non_contig_expand___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2657628Z test_non_contig_expand___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2657936Z test_non_contig_expand___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2658186Z test_non_contig_expand___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2658436Z test_non_contig_expand___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2658687Z test_non_contig_expand___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2658926Z test_non_contig_expand___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2659232Z test_non_contig_expand___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2659483Z test_non_contig_expand___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2659729Z test_non_contig_expand___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2659976Z test_non_contig_expand___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2660231Z test_non_contig_expand___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2660483Z test_non_contig_expand___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2660739Z test_non_contig_expand___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2660990Z test_non_contig_expand___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2661243Z test_non_contig_expand___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2661510Z test_non_contig_expand___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2661768Z test_non_contig_expand___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2662029Z test_non_contig_expand___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2662377Z test_non_contig_expand___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2662632Z test_non_contig_expand___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2662883Z test_non_contig_expand___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2663131Z test_non_contig_expand___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2663368Z test_non_contig_expand___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2663623Z test_non_contig_expand___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2663885Z test_non_contig_expand___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2664139Z test_non_contig_expand___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2664395Z test_non_contig_expand___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2664654Z test_non_contig_expand___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2664915Z test_non_contig_expand___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2665166Z test_non_contig_expand___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2665432Z test_non_contig_expand___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2665683Z test_non_contig_expand___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2665945Z test_non_contig_expand___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2666202Z test_non_contig_expand___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2666453Z test_non_contig_expand___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2666765Z test_non_contig_expand___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2667015Z test_non_contig_expand___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2667262Z test_non_contig_expand___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2667511Z test_non_contig_expand___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2667746Z test_non_contig_expand___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2668039Z test_non_contig_expand___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2668286Z test_non_contig_expand___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2668536Z test_non_contig_expand___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2668789Z test_non_contig_expand___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2669040Z test_non_contig_expand___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2669286Z test_non_contig_expand___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2669549Z test_non_contig_expand___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2669816Z test_non_contig_expand___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2670066Z test_non_contig_expand___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2670327Z test_non_contig_expand___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2670583Z test_non_contig_expand___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2670840Z test_non_contig_expand___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2671095Z test_non_contig_expand___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2671347Z test_non_contig_expand___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2671596Z test_non_contig_expand___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2671849Z test_non_contig_expand___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2672086Z test_non_contig_expand___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2672348Z test_non_contig_expand___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2672612Z test_non_contig_expand___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2672874Z test_non_contig_expand___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2673131Z test_non_contig_expand___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2673393Z test_non_contig_expand___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2673642Z test_non_contig_expand___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2673893Z test_non_contig_expand___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2674144Z test_non_contig_expand___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2674373Z test_non_contig_expand___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2674626Z test_non_contig_expand___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2674877Z test_non_contig_expand___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2675123Z test_non_contig_expand___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2675409Z test_non_contig_expand___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2675655Z test_non_contig_expand___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2675903Z test_non_contig_expand___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2676154Z test_non_contig_expand___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2676390Z test_non_contig_expand___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2676678Z test_non_contig_expand_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2676929Z test_non_contig_expand_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2677186Z test_non_contig_expand_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2677445Z test_non_contig_expand_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2677704Z test_non_contig_expand_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2677959Z test_non_contig_expand_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2678213Z test_non_contig_expand_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2678473Z test_non_contig_expand_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2678706Z test_non_contig_expand_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2678951Z test_non_contig_expand_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2679193Z test_non_contig_expand_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2679441Z test_non_contig_expand_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2679682Z test_non_contig_expand_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2679941Z test_non_contig_expand_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2680192Z test_non_contig_expand_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2680441Z test_non_contig_expand_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2680682Z test_non_contig_expand_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2680935Z test_non_contig_expand_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2681188Z test_non_contig_expand_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2681436Z test_non_contig_expand_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2681687Z test_non_contig_expand_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2681940Z test_non_contig_expand_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2682204Z test_non_contig_expand_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2682464Z test_non_contig_expand_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2682724Z test_non_contig_expand_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2682966Z test_non_contig_expand_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2683229Z test_non_contig_expand_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2683487Z test_non_contig_expand_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2683766Z test_non_contig_expand_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2684039Z test_non_contig_expand_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2684346Z test_non_contig_expand_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2684623Z test_non_contig_expand_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2684901Z test_non_contig_expand_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2685147Z test_non_contig_expand_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2685439Z test_non_contig_expand_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2685699Z test_non_contig_expand_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2685953Z test_non_contig_expand_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2686209Z test_non_contig_expand_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2686469Z test_non_contig_expand_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2686750Z test_non_contig_expand_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2687024Z test_non_contig_expand_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2687366Z test_non_contig_expand_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2687629Z test_non_contig_expand_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2687902Z test_non_contig_expand_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2688166Z test_non_contig_expand_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2688429Z test_non_contig_expand_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2688694Z test_non_contig_expand_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2688952Z test_non_contig_expand_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2689211Z test_non_contig_expand_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2689470Z test_non_contig_expand_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2689742Z test_non_contig_expand_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2689992Z test_non_contig_expand_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2690259Z test_non_contig_expand_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2690526Z test_non_contig_expand_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2690796Z test_non_contig_expand_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2691058Z test_non_contig_expand_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2691320Z test_non_contig_expand_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2691574Z test_non_contig_expand_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2691835Z test_non_contig_expand_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2692081Z test_non_contig_expand_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2692352Z test_non_contig_expand_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2692611Z test_non_contig_expand_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2692877Z test_non_contig_expand_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2693174Z test_non_contig_expand_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2693435Z test_non_contig_expand_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2693692Z test_non_contig_expand_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2693952Z test_non_contig_expand_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2694207Z test_non_contig_expand_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2694486Z test_non_contig_expand_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2694740Z test_non_contig_expand_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2695005Z test_non_contig_expand_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2695257Z test_non_contig_expand_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2695513Z test_non_contig_expand_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2695777Z test_non_contig_expand_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2696038Z test_non_contig_expand_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2696301Z test_non_contig_expand_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2696553Z test_non_contig_expand_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2696820Z test_non_contig_expand_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2697080Z test_non_contig_expand_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2697344Z test_non_contig_expand_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2697601Z test_non_contig_expand_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2697860Z test_non_contig_expand_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2698122Z test_non_contig_expand_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2698406Z test_non_contig_expand_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2698696Z test_non_contig_expand_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2698964Z test_non_contig_expand_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2699245Z test_non_contig_expand_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2699527Z test_non_contig_expand_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2699803Z test_non_contig_expand_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2700077Z test_non_contig_expand_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2700353Z test_non_contig_expand_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2700623Z test_non_contig_expand_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2700914Z test_non_contig_expand_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2701193Z test_non_contig_expand_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2701470Z test_non_contig_expand_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2701795Z test_non_contig_expand_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2702078Z test_non_contig_expand_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2702456Z test_non_contig_expand_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2702744Z test_non_contig_expand_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2703023Z test_non_contig_expand_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2703357Z test_non_contig_expand_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2703640Z test_non_contig_expand_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2703920Z test_non_contig_expand_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2704188Z test_non_contig_expand_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2704473Z test_non_contig_expand_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2704750Z test_non_contig_expand_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2705033Z test_non_contig_expand_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2705311Z test_non_contig_expand_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2705594Z test_non_contig_expand_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2705869Z test_non_contig_expand_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2706141Z test_non_contig_expand_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2706428Z test_non_contig_expand_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2706697Z test_non_contig_expand_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2706953Z test_non_contig_expand_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2707203Z test_non_contig_expand_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2707461Z test_non_contig_expand_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2707725Z test_non_contig_expand_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2707984Z test_non_contig_expand_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2708234Z test_non_contig_expand_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2708489Z test_non_contig_expand_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2708723Z test_non_contig_expand_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2708965Z test_non_contig_expand_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2709209Z test_non_contig_expand_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2709448Z test_non_contig_expand_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2709693Z test_non_contig_expand_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2709938Z test_non_contig_expand_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2710207Z test_non_contig_expand_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2710478Z test_non_contig_expand_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2710812Z test_non_contig_expand_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2711085Z test_non_contig_expand_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2711353Z test_non_contig_expand_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2711622Z test_non_contig_expand_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2711890Z test_non_contig_expand_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2712186Z test_non_contig_expand_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2712449Z test_non_contig_expand_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2712710Z test_non_contig_expand_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2712977Z test_non_contig_expand_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2713222Z test_non_contig_expand_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2713523Z test_non_contig_expand_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:14:54.2713794Z test_non_contig_expand_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2714065Z test_non_contig_expand_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2714340Z test_non_contig_expand_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2714606Z test_non_contig_expand_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2714874Z test_non_contig_expand_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2715149Z test_non_contig_expand_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2715409Z test_non_contig_expand_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2715657Z test_non_contig_expand_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2715914Z test_non_contig_expand_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2716169Z test_non_contig_expand_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2716425Z test_non_contig_expand_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2716681Z test_non_contig_expand_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2716935Z test_non_contig_expand_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2717185Z test_non_contig_expand_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2717434Z test_non_contig_expand_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2717669Z test_non_contig_expand_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2717919Z test_non_contig_expand_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2718170Z test_non_contig_expand_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2718427Z test_non_contig_expand_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2718679Z test_non_contig_expand_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2718931Z test_non_contig_expand_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2719182Z test_non_contig_expand_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2719438Z test_non_contig_expand_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2719722Z test_non_contig_expand_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2719958Z test_non_contig_expand_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2720206Z test_non_contig_expand_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2720452Z test_non_contig_expand_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2720701Z test_non_contig_expand_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2721000Z test_non_contig_expand_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2721256Z test_non_contig_expand_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2721507Z test_non_contig_expand_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2721761Z test_non_contig_expand_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2722000Z test_non_contig_expand_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2722249Z test_non_contig_expand_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2722494Z test_non_contig_expand_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2722746Z test_non_contig_expand_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2722993Z test_non_contig_expand_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2723246Z test_non_contig_expand_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2723491Z test_non_contig_expand_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2723735Z test_non_contig_expand_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2723971Z test_non_contig_expand_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2724213Z test_non_contig_expand_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2724465Z test_non_contig_expand_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2724712Z test_non_contig_expand_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2724962Z test_non_contig_expand_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2725210Z test_non_contig_expand_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2725464Z test_non_contig_expand_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2725710Z test_non_contig_expand_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2725954Z test_non_contig_expand_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2726179Z test_non_contig_expand_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2726426Z test_non_contig_expand_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2726669Z test_non_contig_expand_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2726920Z test_non_contig_expand_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2727168Z test_non_contig_expand_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2727479Z test_non_contig_expand_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:14:54.2727729Z test_non_contig_expand_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2727975Z test_non_contig_expand_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:14:54.2728203Z test_non_contig_expand_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2728494Z test_non_contig_expand_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2728732Z test_non_contig_expand_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2728976Z test_non_contig_expand_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2729215Z test_non_contig_expand_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2729485Z test_non_contig_expand_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2729780Z test_non_contig_expand_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2730053Z test_non_contig_expand_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2730305Z test_non_contig_expand_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2730571Z test_non_contig_expand_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2730836Z test_non_contig_expand_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2731100Z test_non_contig_expand_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2731360Z test_non_contig_expand_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2731624Z test_non_contig_expand_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2731885Z test_non_contig_expand_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2732146Z test_non_contig_expand_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2732405Z test_non_contig_expand_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2732650Z test_non_contig_expand_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2732916Z test_non_contig_expand_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2733172Z test_non_contig_expand_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2733427Z test_non_contig_expand_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2733685Z test_non_contig_expand_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2733954Z test_non_contig_expand_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2734218Z test_non_contig_expand_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2734481Z test_non_contig_expand_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2734722Z test_non_contig_expand_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2734985Z test_non_contig_expand_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2735248Z test_non_contig_expand_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2735516Z test_non_contig_expand_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2735781Z test_non_contig_expand_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2736044Z test_non_contig_expand_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2736306Z test_non_contig_expand_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2736565Z test_non_contig_expand_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2736822Z test_non_contig_expand_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2737064Z test_non_contig_expand_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2737353Z test_non_contig_expand_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2737607Z test_non_contig_expand_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2737858Z test_non_contig_expand_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2738185Z test_non_contig_expand_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.2738504Z test_non_contig_expand_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.2738863Z test_non_contig_expand_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.2739186Z test_non_contig_expand_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.2739499Z test_non_contig_expand_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.2739800Z test_non_contig_expand_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.2740115Z test_non_contig_expand_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.2740424Z test_non_contig_expand_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.2740736Z test_non_contig_expand_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.2741052Z test_non_contig_expand_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.2741359Z test_non_contig_expand_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.2741670Z test_non_contig_expand_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.2742018Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.2742443Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.2742789Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.2743119Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.2743461Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.2743800Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.2744142Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.2744476Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.2744803Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.2745127Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.2745464Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.2745788Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.2746097Z test_non_contig_expand_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2746324Z test_non_contig_expand_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2746567Z test_non_contig_expand_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2746820Z test_non_contig_expand_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2747060Z test_non_contig_expand_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2747365Z test_non_contig_expand_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2747622Z test_non_contig_expand_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2747889Z test_non_contig_expand_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2748154Z test_non_contig_expand_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2748414Z test_non_contig_expand_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2748657Z test_non_contig_expand_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2748913Z test_non_contig_expand_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2749169Z test_non_contig_expand_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2749423Z test_non_contig_expand_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2749678Z test_non_contig_expand_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2749930Z test_non_contig_expand_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2750184Z test_non_contig_expand_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2750439Z test_non_contig_expand_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2750671Z test_non_contig_expand_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2750916Z test_non_contig_expand_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2751165Z test_non_contig_expand_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2751411Z test_non_contig_expand_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2751655Z test_non_contig_expand_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2751902Z test_non_contig_expand_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2752143Z test_non_contig_expand_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2752388Z test_non_contig_expand_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2752618Z test_non_contig_expand_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2752890Z test_non_contig_expand_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2753154Z test_non_contig_expand_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2753433Z test_non_contig_expand_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2753707Z test_non_contig_expand_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2753981Z test_non_contig_expand_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2754249Z test_non_contig_expand_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2754523Z test_non_contig_expand_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2754787Z test_non_contig_expand_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2755078Z test_non_contig_expand_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2755333Z test_non_contig_expand_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2755595Z test_non_contig_expand_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2755855Z test_non_contig_expand_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2756122Z test_non_contig_expand_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2756418Z test_non_contig_expand_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2756693Z test_non_contig_expand_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2756969Z test_non_contig_expand_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2757242Z test_non_contig_expand_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2757494Z test_non_contig_expand_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2757760Z test_non_contig_expand_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2758022Z test_non_contig_expand_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2758282Z test_non_contig_expand_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2758543Z test_non_contig_expand_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2758803Z test_non_contig_expand_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2759059Z test_non_contig_expand_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2759335Z test_non_contig_expand_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2759580Z test_non_contig_expand_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2759858Z test_non_contig_expand_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2760131Z test_non_contig_expand_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2760400Z test_non_contig_expand_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2760670Z test_non_contig_expand_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2760937Z test_non_contig_expand_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2761202Z test_non_contig_expand_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2761464Z test_non_contig_expand_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2761718Z test_non_contig_expand_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2761967Z test_non_contig_expand_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2762229Z test_non_contig_expand_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2762482Z test_non_contig_expand_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2762736Z test_non_contig_expand_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2762991Z test_non_contig_expand_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2763245Z test_non_contig_expand_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2763495Z test_non_contig_expand_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2763773Z test_non_contig_expand_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2763999Z test_non_contig_expand_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2764237Z test_non_contig_expand_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2764479Z test_non_contig_expand_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2764724Z test_non_contig_expand_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2765025Z test_non_contig_expand_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2765291Z test_non_contig_expand_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2765556Z test_non_contig_expand_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2765824Z test_non_contig_expand_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2766094Z test_non_contig_expand_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2766337Z test_non_contig_expand_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2766596Z test_non_contig_expand_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2766854Z test_non_contig_expand_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2767113Z test_non_contig_expand_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2767469Z test_non_contig_expand_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2767731Z test_non_contig_expand_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2767989Z test_non_contig_expand_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2768254Z test_non_contig_expand_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2768500Z test_non_contig_expand_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2768754Z test_non_contig_expand_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2769083Z test_non_contig_expand_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2769337Z test_non_contig_expand_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2769595Z test_non_contig_expand_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2769851Z test_non_contig_expand_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2770107Z test_non_contig_expand_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2770375Z test_non_contig_expand_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2770638Z test_non_contig_expand_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2770887Z test_non_contig_expand_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2771150Z test_non_contig_expand_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2771417Z test_non_contig_expand_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2771678Z test_non_contig_expand_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2771940Z test_non_contig_expand_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2772195Z test_non_contig_expand_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2772459Z test_non_contig_expand_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2772763Z test_non_contig_expand_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2773004Z test_non_contig_expand_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2773256Z test_non_contig_expand_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2773516Z test_non_contig_expand_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2773779Z test_non_contig_expand_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2774070Z test_non_contig_expand_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2774328Z test_non_contig_expand_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2774583Z test_non_contig_expand_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2774837Z test_non_contig_expand_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2775094Z test_non_contig_expand_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2775332Z test_non_contig_expand_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2775583Z test_non_contig_expand_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2775832Z test_non_contig_expand_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2776094Z test_non_contig_expand_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2776352Z test_non_contig_expand_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2776607Z test_non_contig_expand_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2776861Z test_non_contig_expand_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2777115Z test_non_contig_expand_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2777351Z test_non_contig_expand_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2777599Z test_non_contig_expand_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2777841Z test_non_contig_expand_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2778083Z test_non_contig_expand_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2778326Z test_non_contig_expand_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2778572Z test_non_contig_expand_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2778824Z test_non_contig_expand_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2779072Z test_non_contig_expand_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2779316Z test_non_contig_expand_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2779572Z test_non_contig_expand_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2779821Z test_non_contig_expand_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2780070Z test_non_contig_expand_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2780315Z test_non_contig_expand_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2780568Z test_non_contig_expand_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2780811Z test_non_contig_expand_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2781049Z test_non_contig_expand_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2781291Z test_non_contig_expand_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2781550Z test_non_contig_expand_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2781818Z test_non_contig_expand_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2782083Z test_non_contig_expand_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2782446Z test_non_contig_expand_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2782706Z test_non_contig_expand_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2783041Z test_non_contig_expand_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2783298Z test_non_contig_expand_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2783560Z test_non_contig_expand_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2783799Z test_non_contig_expand_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2784058Z test_non_contig_expand_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2784308Z test_non_contig_expand_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2784562Z test_non_contig_expand_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2784812Z test_non_contig_expand_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2785058Z test_non_contig_expand_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2785304Z test_non_contig_expand_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2785552Z test_non_contig_expand_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2785795Z test_non_contig_expand_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2786050Z test_non_contig_expand_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2786317Z test_non_contig_expand_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2786584Z test_non_contig_expand_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2786846Z test_non_contig_expand_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2787108Z test_non_contig_expand_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2787371Z test_non_contig_expand_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2787629Z test_non_contig_expand_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2787888Z test_non_contig_expand_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2788129Z test_non_contig_expand_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2788390Z test_non_contig_expand_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2788652Z test_non_contig_expand_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2788912Z test_non_contig_expand_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2789164Z test_non_contig_expand_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2789419Z test_non_contig_expand_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2789676Z test_non_contig_expand_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2789929Z test_non_contig_expand_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2790177Z test_non_contig_expand_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2790461Z test_non_contig_expand_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2790705Z test_non_contig_expand_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2790952Z test_non_contig_expand_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2791264Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2791580Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2791916Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2792222Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2792530Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2792842Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2793129Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2793430Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2793736Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2794048Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2794358Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2794660Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2794966Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2795270Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2795570Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2795854Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2796588Z test_non_contig_expand_special_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2797235Z test_non_contig_expand_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2797875Z test_non_contig_expand_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2798507Z test_non_contig_expand_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2799136Z test_non_contig_expand_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2799771Z test_non_contig_expand_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2800398Z test_non_contig_expand_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2801021Z test_non_contig_expand_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2801682Z test_non_contig_expand_special_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2802313Z test_non_contig_expand_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2802974Z test_non_contig_expand_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2803586Z test_non_contig_expand_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2804213Z test_non_contig_expand_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2804836Z test_non_contig_expand_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2805456Z test_non_contig_expand_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2806094Z test_non_contig_expand_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2806396Z test_non_contig_expand_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2806704Z test_non_contig_expand_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2807015Z test_non_contig_expand_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2807361Z test_non_contig_expand_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2807665Z test_non_contig_expand_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2807967Z test_non_contig_expand_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2808258Z test_non_contig_expand_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2808559Z test_non_contig_expand_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2808858Z test_non_contig_expand_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2809168Z test_non_contig_expand_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2809481Z test_non_contig_expand_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2809781Z test_non_contig_expand_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2810080Z test_non_contig_expand_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2810384Z test_non_contig_expand_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2810691Z test_non_contig_expand_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2810978Z test_non_contig_expand_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2811281Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2811631Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2811931Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2812230Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2812527Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2812863Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2813168Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2813464Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2814109Z test_non_contig_expand_special_legendre_polynomial_p_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2814729Z test_non_contig_expand_special_legendre_polynomial_p_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2815362Z test_non_contig_expand_special_legendre_polynomial_p_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2815990Z test_non_contig_expand_special_legendre_polynomial_p_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2816626Z test_non_contig_expand_special_legendre_polynomial_p_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2817253Z test_non_contig_expand_special_legendre_polynomial_p_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2817882Z test_non_contig_expand_special_legendre_polynomial_p_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2818499Z test_non_contig_expand_special_legendre_polynomial_p_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2819149Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2819804Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2820476Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2821133Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2821785Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2822523Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2823163Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2823870Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2824512Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2825207Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2825865Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2826512Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2827153Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2827799Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2828452Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2829097Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2829745Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2830395Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2831046Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2831705Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2832332Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2832981Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2833618Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2834262Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2834899Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2835554Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2836248Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2836890Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2837533Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2838207Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2838856Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2839510Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.2839796Z test_non_contig_expand_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2840057Z test_non_contig_expand_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2840339Z test_non_contig_expand_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2840620Z test_non_contig_expand_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2840891Z test_non_contig_expand_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2841165Z test_non_contig_expand_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2841444Z test_non_contig_expand_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2841722Z test_non_contig_expand_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2841995Z test_non_contig_expand_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2842268Z test_non_contig_expand_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2842522Z test_non_contig_expand_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2842794Z test_non_contig_expand_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2843065Z test_non_contig_expand_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2843332Z test_non_contig_expand_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2843605Z test_non_contig_expand_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2843867Z test_non_contig_expand_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2844131Z test_non_contig_expand_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2844394Z test_non_contig_expand_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2844650Z test_non_contig_expand_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2844899Z test_non_contig_expand_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2845159Z test_non_contig_expand_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2845415Z test_non_contig_expand_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2845668Z test_non_contig_expand_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2845953Z test_non_contig_expand_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2846205Z test_non_contig_expand_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2846451Z test_non_contig_expand_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2846692Z test_non_contig_expand_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2846924Z test_non_contig_expand_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2847207Z test_non_contig_expand_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2847516Z test_non_contig_expand_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2847788Z test_non_contig_expand_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2848053Z test_non_contig_expand_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2848337Z test_non_contig_expand_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2848611Z test_non_contig_expand_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.2848880Z test_non_contig_expand_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2849153Z test_non_contig_expand_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2849409Z test_non_contig_expand_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2849677Z test_non_contig_expand_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2849944Z test_non_contig_expand_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2850205Z test_non_contig_expand_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2850470Z test_non_contig_expand_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2850728Z test_non_contig_expand_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2850991Z test_non_contig_expand_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2851247Z test_non_contig_expand_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2851489Z test_non_contig_expand_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2851751Z test_non_contig_expand_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2852007Z test_non_contig_expand_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2852263Z test_non_contig_expand_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2852521Z test_non_contig_expand_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2852773Z test_non_contig_expand_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2853029Z test_non_contig_expand_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2853286Z test_non_contig_expand_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.2853538Z test_non_contig_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2853780Z test_non_contig_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2854043Z test_non_contig_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2854303Z test_non_contig_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.2854556Z test_non_contig_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2854846Z test_non_contig_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2855099Z test_non_contig_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2855353Z test_non_contig_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2855602Z test_non_contig_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2855836Z test_non_contig_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2856158Z test_non_contig_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2856406Z test_non_contig_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2856693Z test_non_contig_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:14:54.2856948Z test_non_contig_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2857208Z test_non_contig_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2857462Z test_non_contig_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2857713Z test_non_contig_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2857966Z test_non_contig_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2858199Z test_non_contig_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2858450Z test_non_contig_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2858702Z test_non_contig_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2858943Z test_non_contig_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2859179Z test_non_contig_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2859425Z test_non_contig_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2859668Z test_non_contig_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2859910Z test_non_contig_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2860130Z test_non_contig_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2860367Z test_non_contig_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2860607Z test_non_contig_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2860850Z test_non_contig_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2861082Z test_non_contig_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2861329Z test_non_contig_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2861570Z test_non_contig_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2861815Z test_non_contig_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2862039Z test_non_contig_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2862358Z test_non_contig_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2862593Z test_non_contig_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2862835Z test_non_contig_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2863073Z test_non_contig_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2863305Z test_non_contig_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2863541Z test_non_contig_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2863870Z test_non_contig_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:14:54.2864099Z test_non_contig_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2864334Z test_non_contig_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2864575Z test_non_contig_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2864814Z test_non_contig_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2865052Z test_non_contig_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2865330Z test_non_contig_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2865569Z test_non_contig_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2865802Z test_non_contig_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2866026Z test_non_contig_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2866259Z test_non_contig_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2866497Z test_non_contig_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2866730Z test_non_contig_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2866966Z test_non_contig_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2867210Z test_non_contig_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2867447Z test_non_contig_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2867687Z test_non_contig_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2867907Z test_non_contig_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2868145Z test_non_contig_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2868379Z test_non_contig_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2868615Z test_non_contig_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2868845Z test_non_contig_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2869079Z test_non_contig_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2869307Z test_non_contig_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2869553Z test_non_contig_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2869769Z test_non_contig_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2870000Z test_non_contig_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2870233Z test_non_contig_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2870472Z test_non_contig_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2870697Z test_non_contig_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2870928Z test_non_contig_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2871152Z test_non_contig_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2871386Z test_non_contig_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2871613Z test_non_contig_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2871862Z test_non_contig_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2872115Z test_non_contig_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2872370Z test_non_contig_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2872623Z test_non_contig_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2872912Z test_non_contig_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2873162Z test_non_contig_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2873415Z test_non_contig_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2873658Z test_non_contig_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2873889Z test_non_contig_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2874164Z test_non_contig_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2874406Z test_non_contig_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2874648Z test_non_contig_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2874888Z test_non_contig_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2875135Z test_non_contig_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2875372Z test_non_contig_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2875609Z test_non_contig_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2875830Z test_non_contig_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2876082Z test_non_contig_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2876328Z test_non_contig_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2876568Z test_non_contig_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2876809Z test_non_contig_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.2877069Z test_non_contig_index___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2877327Z test_non_contig_index___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2877595Z test_non_contig_index___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2877844Z test_non_contig_index___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2878099Z test_non_contig_index___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2878354Z test_non_contig_index___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2878609Z test_non_contig_index___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2878861Z test_non_contig_index___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2879115Z test_non_contig_index___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2879362Z test_non_contig_index___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2879611Z test_non_contig_index___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2879856Z test_non_contig_index___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2880091Z test_non_contig_index___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2880339Z test_non_contig_index___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2880644Z test_non_contig_index___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2880888Z test_non_contig_index___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2881136Z test_non_contig_index___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2881385Z test_non_contig_index___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2881688Z test_non_contig_index___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2881936Z test_non_contig_index___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2882199Z test_non_contig_index___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2882442Z test_non_contig_index___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2882696Z test_non_contig_index___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2882990Z test_non_contig_index___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2883241Z test_non_contig_index___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2883492Z test_non_contig_index___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2883743Z test_non_contig_index___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2883990Z test_non_contig_index___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2884240Z test_non_contig_index___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2884474Z test_non_contig_index___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2884729Z test_non_contig_index___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2884982Z test_non_contig_index___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2885236Z test_non_contig_index___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2885487Z test_non_contig_index___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2885743Z test_non_contig_index___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2885995Z test_non_contig_index___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2886261Z test_non_contig_index___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2886521Z test_non_contig_index___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2886756Z test_non_contig_index___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2887005Z test_non_contig_index___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2887298Z test_non_contig_index___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2887545Z test_non_contig_index___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2887792Z test_non_contig_index___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2888039Z test_non_contig_index___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2888285Z test_non_contig_index___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2888536Z test_non_contig_index___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2888771Z test_non_contig_index___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2889017Z test_non_contig_index___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2889268Z test_non_contig_index___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2889509Z test_non_contig_index___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2889756Z test_non_contig_index___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2889998Z test_non_contig_index___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2890304Z test_non_contig_index___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2890570Z test_non_contig_index___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2890812Z test_non_contig_index___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2891065Z test_non_contig_index___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2891319Z test_non_contig_index___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2891607Z test_non_contig_index___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2891857Z test_non_contig_index___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2892104Z test_non_contig_index___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2892355Z test_non_contig_index___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2892605Z test_non_contig_index___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2892848Z test_non_contig_index___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2893090Z test_non_contig_index___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2893356Z test_non_contig_index___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2893617Z test_non_contig_index___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2893868Z test_non_contig_index___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2894121Z test_non_contig_index___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2894369Z test_non_contig_index___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2894620Z test_non_contig_index___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2894869Z test_non_contig_index___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2895117Z test_non_contig_index___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2895348Z test_non_contig_index___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2895595Z test_non_contig_index___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2895847Z test_non_contig_index___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2896095Z test_non_contig_index___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2896345Z test_non_contig_index___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2896592Z test_non_contig_index___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2896840Z test_non_contig_index___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2897088Z test_non_contig_index___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2897323Z test_non_contig_index_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2897573Z test_non_contig_index_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2897833Z test_non_contig_index_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2898090Z test_non_contig_index_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2898349Z test_non_contig_index_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2898601Z test_non_contig_index_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2898892Z test_non_contig_index_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2899142Z test_non_contig_index_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2899376Z test_non_contig_index_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2899622Z test_non_contig_index_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2899859Z test_non_contig_index_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2900140Z test_non_contig_index_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2900383Z test_non_contig_index_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2900637Z test_non_contig_index_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2900884Z test_non_contig_index_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2901138Z test_non_contig_index_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2901391Z test_non_contig_index_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2901622Z test_non_contig_index_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2901868Z test_non_contig_index_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2902115Z test_non_contig_index_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2902446Z test_non_contig_index_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2902697Z test_non_contig_index_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2902960Z test_non_contig_index_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2903226Z test_non_contig_index_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2903491Z test_non_contig_index_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2903733Z test_non_contig_index_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2903992Z test_non_contig_index_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2904246Z test_non_contig_index_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2904521Z test_non_contig_index_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2904796Z test_non_contig_index_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2905066Z test_non_contig_index_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2905336Z test_non_contig_index_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2905605Z test_non_contig_index_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2905865Z test_non_contig_index_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2906108Z test_non_contig_index_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2906363Z test_non_contig_index_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2906620Z test_non_contig_index_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2906876Z test_non_contig_index_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2907130Z test_non_contig_index_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2907412Z test_non_contig_index_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2907766Z test_non_contig_index_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2908034Z test_non_contig_index_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2908290Z test_non_contig_index_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2908561Z test_non_contig_index_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2908816Z test_non_contig_index_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2909120Z test_non_contig_index_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2909379Z test_non_contig_index_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2909633Z test_non_contig_index_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2909893Z test_non_contig_index_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2910151Z test_non_contig_index_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2910413Z test_non_contig_index_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2910651Z test_non_contig_index_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2910913Z test_non_contig_index_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2911177Z test_non_contig_index_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2911439Z test_non_contig_index_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2911698Z test_non_contig_index_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2911951Z test_non_contig_index_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2912206Z test_non_contig_index_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2912462Z test_non_contig_index_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2912706Z test_non_contig_index_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2912967Z test_non_contig_index_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2913219Z test_non_contig_index_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2913483Z test_non_contig_index_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2913743Z test_non_contig_index_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2914002Z test_non_contig_index_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2914265Z test_non_contig_index_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2914517Z test_non_contig_index_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2914768Z test_non_contig_index_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2915004Z test_non_contig_index_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2915260Z test_non_contig_index_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2915516Z test_non_contig_index_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2915773Z test_non_contig_index_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2916024Z test_non_contig_index_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2916287Z test_non_contig_index_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2916577Z test_non_contig_index_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2916847Z test_non_contig_index_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2917089Z test_non_contig_index_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2917351Z test_non_contig_index_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2917608Z test_non_contig_index_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2917910Z test_non_contig_index_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2918165Z test_non_contig_index_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2918422Z test_non_contig_index_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2918681Z test_non_contig_index_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2918969Z test_non_contig_index_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2919249Z test_non_contig_index_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2919509Z test_non_contig_index_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2919779Z test_non_contig_index_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2920057Z test_non_contig_index_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2920325Z test_non_contig_index_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2920588Z test_non_contig_index_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2920865Z test_non_contig_index_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2921134Z test_non_contig_index_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2921419Z test_non_contig_index_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2921700Z test_non_contig_index_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2921975Z test_non_contig_index_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2922270Z test_non_contig_index_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2922549Z test_non_contig_index_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2922835Z test_non_contig_index_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2923123Z test_non_contig_index_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2923401Z test_non_contig_index_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2923674Z test_non_contig_index_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2923945Z test_non_contig_index_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2924221Z test_non_contig_index_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2924478Z test_non_contig_index_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2924763Z test_non_contig_index_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2925043Z test_non_contig_index_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2925357Z test_non_contig_index_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2925628Z test_non_contig_index_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2925902Z test_non_contig_index_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2926171Z test_non_contig_index_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2926469Z test_non_contig_index_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2926742Z test_non_contig_index_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2926991Z test_non_contig_index_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2927326Z test_non_contig_index_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2927578Z test_non_contig_index_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2927837Z test_non_contig_index_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2928088Z test_non_contig_index_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2928342Z test_non_contig_index_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2928586Z test_non_contig_index_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2928833Z test_non_contig_index_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2929062Z test_non_contig_index_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2929310Z test_non_contig_index_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2929550Z test_non_contig_index_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2929790Z test_non_contig_index_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2930035Z test_non_contig_index_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2930275Z test_non_contig_index_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2930547Z test_non_contig_index_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2930807Z test_non_contig_index_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2931087Z test_non_contig_index_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2931344Z test_non_contig_index_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2931613Z test_non_contig_index_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2931882Z test_non_contig_index_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2932141Z test_non_contig_index_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2932398Z test_non_contig_index_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2932657Z test_non_contig_index_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2932914Z test_non_contig_index_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2933180Z test_non_contig_index_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2933424Z test_non_contig_index_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2933719Z test_non_contig_index_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:14:54.2933985Z test_non_contig_index_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2934295Z test_non_contig_index_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2934559Z test_non_contig_index_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2934822Z test_non_contig_index_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2935088Z test_non_contig_index_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2935386Z test_non_contig_index_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2935648Z test_non_contig_index_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2935892Z test_non_contig_index_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2936145Z test_non_contig_index_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2936401Z test_non_contig_index_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2936652Z test_non_contig_index_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2936907Z test_non_contig_index_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2937154Z test_non_contig_index_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2937404Z test_non_contig_index_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2937653Z test_non_contig_index_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2937879Z test_non_contig_index_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2938126Z test_non_contig_index_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2938367Z test_non_contig_index_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2938626Z test_non_contig_index_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2938873Z test_non_contig_index_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2939123Z test_non_contig_index_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2939366Z test_non_contig_index_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2939616Z test_non_contig_index_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2939864Z test_non_contig_index_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2940088Z test_non_contig_index_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2940330Z test_non_contig_index_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2940577Z test_non_contig_index_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2940820Z test_non_contig_index_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2941052Z test_non_contig_index_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2941256Z test_non_contig_index_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2941461Z test_non_contig_index_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2941696Z test_non_contig_index_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2941928Z test_non_contig_index_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2942279Z test_non_contig_index_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2942518Z test_non_contig_index_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2942842Z test_non_contig_index_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2943084Z test_non_contig_index_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2943324Z test_non_contig_index_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2943567Z test_non_contig_index_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2943804Z test_non_contig_index_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2944034Z test_non_contig_index_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2944327Z test_non_contig_index_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2944579Z test_non_contig_index_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2944823Z test_non_contig_index_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2945077Z test_non_contig_index_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2945320Z test_non_contig_index_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2945561Z test_non_contig_index_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2945803Z test_non_contig_index_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2946028Z test_non_contig_index_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2946270Z test_non_contig_index_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2946511Z test_non_contig_index_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2946751Z test_non_contig_index_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2947002Z test_non_contig_index_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2947252Z test_non_contig_index_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2947501Z test_non_contig_index_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2947744Z test_non_contig_index_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2947984Z test_non_contig_index_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2948210Z test_non_contig_index_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2948450Z test_non_contig_index_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2948686Z test_non_contig_index_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2948927Z test_non_contig_index_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2949160Z test_non_contig_index_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2949435Z test_non_contig_index_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2949696Z test_non_contig_index_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2949962Z test_non_contig_index_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2950209Z test_non_contig_index_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2950470Z test_non_contig_index_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2950733Z test_non_contig_index_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2950991Z test_non_contig_index_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2951249Z test_non_contig_index_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2951507Z test_non_contig_index_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2951803Z test_non_contig_index_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2952055Z test_non_contig_index_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2952311Z test_non_contig_index_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2952554Z test_non_contig_index_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2952812Z test_non_contig_index_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2953101Z test_non_contig_index_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2953360Z test_non_contig_index_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2953615Z test_non_contig_index_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2953879Z test_non_contig_index_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2954135Z test_non_contig_index_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2954392Z test_non_contig_index_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2954629Z test_non_contig_index_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2954889Z test_non_contig_index_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2955142Z test_non_contig_index_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2955409Z test_non_contig_index_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2955679Z test_non_contig_index_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2955939Z test_non_contig_index_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2956197Z test_non_contig_index_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2956454Z test_non_contig_index_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2956704Z test_non_contig_index_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2956943Z test_non_contig_index_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2957201Z test_non_contig_index_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2957456Z test_non_contig_index_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2957707Z test_non_contig_index_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2958025Z test_non_contig_index_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.2958341Z test_non_contig_index_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.2958665Z test_non_contig_index_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.2958988Z test_non_contig_index_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.2959302Z test_non_contig_index_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.2959605Z test_non_contig_index_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.2959916Z test_non_contig_index_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.2960229Z test_non_contig_index_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.2960578Z test_non_contig_index_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.2960886Z test_non_contig_index_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.2961192Z test_non_contig_index_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.2961498Z test_non_contig_index_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.2961869Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.2962202Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.2962528Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.2962869Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.2963207Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.2963542Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.2963881Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.2964210Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.2964531Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.2964855Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.2965181Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.2965504Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.2965749Z test_non_contig_index_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2965981Z test_non_contig_index_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2966218Z test_non_contig_index_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2966463Z test_non_contig_index_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2966705Z test_non_contig_index_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2966967Z test_non_contig_index_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2967219Z test_non_contig_index_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2967546Z test_non_contig_index_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2967807Z test_non_contig_index_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2968051Z test_non_contig_index_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2968310Z test_non_contig_index_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2968564Z test_non_contig_index_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2968815Z test_non_contig_index_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2969112Z test_non_contig_index_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2969364Z test_non_contig_index_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2969620Z test_non_contig_index_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2969871Z test_non_contig_index_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2970109Z test_non_contig_index_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2970360Z test_non_contig_index_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2970643Z test_non_contig_index_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2970886Z test_non_contig_index_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2971127Z test_non_contig_index_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2971374Z test_non_contig_index_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2971610Z test_non_contig_index_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2971847Z test_non_contig_index_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2972086Z test_non_contig_index_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2972310Z test_non_contig_index_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2972581Z test_non_contig_index_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2972849Z test_non_contig_index_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2973124Z test_non_contig_index_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2973399Z test_non_contig_index_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2973671Z test_non_contig_index_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2973937Z test_non_contig_index_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2974200Z test_non_contig_index_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2974450Z test_non_contig_index_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2974712Z test_non_contig_index_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2974972Z test_non_contig_index_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2975230Z test_non_contig_index_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2975484Z test_non_contig_index_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2975751Z test_non_contig_index_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2976014Z test_non_contig_index_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2976290Z test_non_contig_index_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2976563Z test_non_contig_index_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2976814Z test_non_contig_index_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2977075Z test_non_contig_index_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2977330Z test_non_contig_index_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2977589Z test_non_contig_index_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2977850Z test_non_contig_index_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2978139Z test_non_contig_index_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2978395Z test_non_contig_index_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2978644Z test_non_contig_index_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2978899Z test_non_contig_index_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2979160Z test_non_contig_index_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2979487Z test_non_contig_index_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2979762Z test_non_contig_index_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2980025Z test_non_contig_index_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2980292Z test_non_contig_index_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2980554Z test_non_contig_index_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2980813Z test_non_contig_index_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2981071Z test_non_contig_index_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2981310Z test_non_contig_index_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2981571Z test_non_contig_index_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2981827Z test_non_contig_index_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2982078Z test_non_contig_index_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2982415Z test_non_contig_index_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2982666Z test_non_contig_index_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2982913Z test_non_contig_index_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2983154Z test_non_contig_index_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2983386Z test_non_contig_index_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2983632Z test_non_contig_index_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2983871Z test_non_contig_index_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2984115Z test_non_contig_index_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2984355Z test_non_contig_index_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2984623Z test_non_contig_index_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2984881Z test_non_contig_index_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2985148Z test_non_contig_index_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2985412Z test_non_contig_index_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2985656Z test_non_contig_index_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2985918Z test_non_contig_index_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2986176Z test_non_contig_index_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2986435Z test_non_contig_index_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2986693Z test_non_contig_index_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2987004Z test_non_contig_index_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2987263Z test_non_contig_index_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2987522Z test_non_contig_index_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2987765Z test_non_contig_index_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2988021Z test_non_contig_index_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2988316Z test_non_contig_index_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2988572Z test_non_contig_index_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2988825Z test_non_contig_index_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2989080Z test_non_contig_index_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2989335Z test_non_contig_index_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2989588Z test_non_contig_index_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2989857Z test_non_contig_index_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2990100Z test_non_contig_index_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2990365Z test_non_contig_index_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2990624Z test_non_contig_index_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2990884Z test_non_contig_index_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2991142Z test_non_contig_index_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2991399Z test_non_contig_index_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2991651Z test_non_contig_index_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2991906Z test_non_contig_index_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2992145Z test_non_contig_index_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2992404Z test_non_contig_index_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2992664Z test_non_contig_index_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2992920Z test_non_contig_index_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2993175Z test_non_contig_index_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2993432Z test_non_contig_index_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2993682Z test_non_contig_index_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2993942Z test_non_contig_index_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2994194Z test_non_contig_index_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2994435Z test_non_contig_index_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2994689Z test_non_contig_index_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2994938Z test_non_contig_index_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2995182Z test_non_contig_index_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2995435Z test_non_contig_index_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2995754Z test_non_contig_index_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2996004Z test_non_contig_index_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2996252Z test_non_contig_index_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2996481Z test_non_contig_index_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2996733Z test_non_contig_index_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2997016Z test_non_contig_index_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2997257Z test_non_contig_index_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2997498Z test_non_contig_index_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2997738Z test_non_contig_index_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2997985Z test_non_contig_index_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2998233Z test_non_contig_index_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2998462Z test_non_contig_index_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2998714Z test_non_contig_index_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2998964Z test_non_contig_index_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2999210Z test_non_contig_index_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2999451Z test_non_contig_index_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2999691Z test_non_contig_index_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.2999933Z test_non_contig_index_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3000175Z test_non_contig_index_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3000411Z test_non_contig_index_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3000637Z test_non_contig_index_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3000874Z test_non_contig_index_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3001135Z test_non_contig_index_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3001401Z test_non_contig_index_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3001664Z test_non_contig_index_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3001918Z test_non_contig_index_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3002171Z test_non_contig_index_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3002426Z test_non_contig_index_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3002668Z test_non_contig_index_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3002921Z test_non_contig_index_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3003170Z test_non_contig_index_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3003422Z test_non_contig_index_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3003676Z test_non_contig_index_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3003921Z test_non_contig_index_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3004162Z test_non_contig_index_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3004448Z test_non_contig_index_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3004679Z test_non_contig_index_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3004920Z test_non_contig_index_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3005189Z test_non_contig_index_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3005450Z test_non_contig_index_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3005714Z test_non_contig_index_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3006011Z test_non_contig_index_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3006272Z test_non_contig_index_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3006532Z test_non_contig_index_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3006790Z test_non_contig_index_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3007031Z test_non_contig_index_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3007369Z test_non_contig_index_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3007625Z test_non_contig_index_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3007881Z test_non_contig_index_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3008141Z test_non_contig_index_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3008392Z test_non_contig_index_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3008647Z test_non_contig_index_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3008899Z test_non_contig_index_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3009137Z test_non_contig_index_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3009382Z test_non_contig_index_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3009623Z test_non_contig_index_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3009870Z test_non_contig_index_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3010115Z test_non_contig_index_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3010431Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3010742Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3011051Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3011357Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3011645Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3011948Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3012250Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3012553Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3012856Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3013162Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3013516Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3013818Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3014115Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3014420Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3014736Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3015035Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3015762Z test_non_contig_index_special_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3016403Z test_non_contig_index_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3017036Z test_non_contig_index_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3017655Z test_non_contig_index_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3018283Z test_non_contig_index_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3018898Z test_non_contig_index_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3019524Z test_non_contig_index_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3020134Z test_non_contig_index_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3020749Z test_non_contig_index_special_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3021390Z test_non_contig_index_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3022006Z test_non_contig_index_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3022729Z test_non_contig_index_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3023356Z test_non_contig_index_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3023968Z test_non_contig_index_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3024592Z test_non_contig_index_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3025208Z test_non_contig_index_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3025581Z test_non_contig_index_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3025884Z test_non_contig_index_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3026184Z test_non_contig_index_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3026487Z test_non_contig_index_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3026826Z test_non_contig_index_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3027103Z test_non_contig_index_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3027399Z test_non_contig_index_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3040711Z test_non_contig_index_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3041113Z test_non_contig_index_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3041423Z test_non_contig_index_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3041714Z test_non_contig_index_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3042017Z test_non_contig_index_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3042322Z test_non_contig_index_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3042616Z test_non_contig_index_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3042909Z test_non_contig_index_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3043207Z test_non_contig_index_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3043506Z test_non_contig_index_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3043808Z test_non_contig_index_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3044110Z test_non_contig_index_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3044413Z test_non_contig_index_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3044700Z test_non_contig_index_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3044993Z test_non_contig_index_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3045293Z test_non_contig_index_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3045589Z test_non_contig_index_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3046288Z test_non_contig_index_special_legendre_polynomial_p_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3046920Z test_non_contig_index_special_legendre_polynomial_p_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3047646Z test_non_contig_index_special_legendre_polynomial_p_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3048270Z test_non_contig_index_special_legendre_polynomial_p_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3049034Z test_non_contig_index_special_legendre_polynomial_p_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3049642Z test_non_contig_index_special_legendre_polynomial_p_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3050304Z test_non_contig_index_special_legendre_polynomial_p_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3050894Z test_non_contig_index_special_legendre_polynomial_p_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3051528Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3052180Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3052839Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3053477Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3054125Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3054765Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3055412Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3056050Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3056697Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3057351Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3058002Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3058650Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3059284Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3059904Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3060556Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3061229Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3061862Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3062685Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3063429Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3064081Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3064733Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3065368Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3066001Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3066635Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3067269Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3067917Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3068550Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3069190Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3069827Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3070471Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3071114Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3071745Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3072024Z test_non_contig_index_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3072301Z test_non_contig_index_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3072576Z test_non_contig_index_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3072849Z test_non_contig_index_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3073170Z test_non_contig_index_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3073426Z test_non_contig_index_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3073696Z test_non_contig_index_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3073962Z test_non_contig_index_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3074228Z test_non_contig_index_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3074528Z test_non_contig_index_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3074789Z test_non_contig_index_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3075052Z test_non_contig_index_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3075316Z test_non_contig_index_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3075583Z test_non_contig_index_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3075833Z test_non_contig_index_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3076093Z test_non_contig_index_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3076352Z test_non_contig_index_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3076613Z test_non_contig_index_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3076869Z test_non_contig_index_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3077125Z test_non_contig_index_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3077385Z test_non_contig_index_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3077642Z test_non_contig_index_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3077881Z test_non_contig_index_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3078129Z test_non_contig_index_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3078374Z test_non_contig_index_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3078619Z test_non_contig_index_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3078866Z test_non_contig_index_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3079102Z test_non_contig_index_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3079349Z test_non_contig_index_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3079585Z test_non_contig_index_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3079854Z test_non_contig_index_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3080104Z test_non_contig_index_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3080380Z test_non_contig_index_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3080647Z test_non_contig_index_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3080911Z test_non_contig_index_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3081179Z test_non_contig_index_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3081439Z test_non_contig_index_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3081696Z test_non_contig_index_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3081984Z test_non_contig_index_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3082228Z test_non_contig_index_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3082483Z test_non_contig_index_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3082731Z test_non_contig_index_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3082984Z test_non_contig_index_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3083263Z test_non_contig_index_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3083514Z test_non_contig_index_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3083770Z test_non_contig_index_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3084017Z test_non_contig_index_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3084269Z test_non_contig_index_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3084499Z test_non_contig_index_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3084744Z test_non_contig_index_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3084988Z test_non_contig_index_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3085232Z test_non_contig_index_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3085479Z test_non_contig_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3085719Z test_non_contig_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3085976Z test_non_contig_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3086224Z test_non_contig_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3086456Z test_non_contig_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3086695Z test_non_contig_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3086931Z test_non_contig_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3087172Z test_non_contig_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3087477Z test_non_contig_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3087716Z test_non_contig_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3087957Z test_non_contig_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3088199Z test_non_contig_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3088491Z test_non_contig_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3088796Z test_non_contig_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3089106Z test_non_contig_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3089416Z test_non_contig_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3089719Z test_non_contig_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3090017Z test_non_contig_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3090312Z test_non_contig_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3090612Z test_non_contig_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3090946Z test_non_contig_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3091242Z test_non_contig_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3091522Z test_non_contig_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3091818Z test_non_contig_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3092175Z test_non_contig_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3092493Z test_non_contig_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3092825Z test_non_contig_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3093155Z test_non_contig_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3093482Z test_non_contig_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3093805Z test_non_contig_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3094130Z test_non_contig_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3094444Z test_non_contig_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3094744Z test_non_contig_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3095060Z test_non_contig_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3095373Z test_non_contig_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3095690Z test_non_contig_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3095921Z test_non_contig_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3096161Z test_non_contig_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3096392Z test_non_contig_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3096624Z test_non_contig_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3096841Z test_non_contig_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3097091Z test_non_contig_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3097328Z test_non_contig_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3097577Z test_non_contig_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3097821Z test_non_contig_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3098062Z test_non_contig_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3098301Z test_non_contig_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3098536Z test_non_contig_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3098773Z test_non_contig_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3098998Z test_non_contig_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3099274Z test_non_contig_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3099507Z test_non_contig_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3099742Z test_non_contig_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3099977Z test_non_contig_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3100207Z test_non_contig_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3100435Z test_non_contig_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3100701Z test_non_contig_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3100920Z test_non_contig_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3101153Z test_non_contig_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3101383Z test_non_contig_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3101613Z test_non_contig_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3101844Z test_non_contig_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3102070Z test_non_contig_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3102446Z test_non_contig_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3102700Z test_non_contig_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3102952Z test_non_contig_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3103217Z test_non_contig_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3103471Z test_non_contig_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3103727Z test_non_contig_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3103985Z test_non_contig_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3104235Z test_non_contig_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3104485Z test_non_contig_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3104734Z test_non_contig_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3104964Z test_non_contig_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3105217Z test_non_contig_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3105470Z test_non_contig_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3105721Z test_non_contig_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3105981Z test_non_contig_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3106240Z test_non_contig_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3106488Z test_non_contig_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3106741Z test_non_contig_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3106994Z test_non_contig_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3107228Z test_non_contig_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3107469Z test_non_contig_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3107705Z test_non_contig_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3107950Z test_non_contig_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3108253Z test_non_contig_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3108506Z test_non_contig_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3108746Z test_non_contig_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3109001Z test_non_contig_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3109246Z test_non_contig_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3109498Z test_non_contig_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3109798Z test_non_contig_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3110051Z test_non_contig_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3110300Z test_non_contig_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3110550Z test_non_contig_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3110797Z test_non_contig_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3111045Z test_non_contig_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3111292Z test_non_contig_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3111515Z test_non_contig_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3111749Z test_non_contig_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3111994Z test_non_contig_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3112226Z test_non_contig_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3112461Z test_non_contig_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3112692Z test_non_contig_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3112922Z test_non_contig_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3113147Z test_non_contig_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3113363Z test_non_contig_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3113586Z test_non_contig_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3113842Z test_non_contig_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3114093Z test_non_contig_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3114344Z test_non_contig_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3114593Z test_non_contig_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3114843Z test_non_contig_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3115083Z test_non_contig_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3115310Z test_non_contig_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3115542Z test_non_contig_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3115787Z test_non_contig_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3116024Z test_non_contig_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3116265Z test_non_contig_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3116508Z test_non_contig_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3116756Z test_non_contig_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3117031Z test_non_contig_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3117260Z test_non_contig_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3117502Z test_non_contig_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3117738Z test_non_contig_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3117973Z test_non_contig_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3118209Z test_non_contig_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3118486Z test_non_contig_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3118742Z test_non_contig_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3118985Z test_non_contig_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3119222Z test_non_contig_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3119470Z test_non_contig_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3119719Z test_non_contig_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3119958Z test_non_contig_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3120198Z test_non_contig_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3120435Z test_non_contig_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3120683Z test_non_contig_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3120919Z test_non_contig_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3121156Z test_non_contig_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3121386Z test_non_contig_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3121628Z test_non_contig_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3121869Z test_non_contig_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3122104Z test_non_contig_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3122346Z test_non_contig_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3122583Z test_non_contig_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3122821Z test_non_contig_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3123062Z test_non_contig_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3123286Z test_non_contig_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3123526Z test_non_contig_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3123756Z test_non_contig_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3124001Z test_non_contig_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3124238Z test_non_contig_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3124473Z test_non_contig_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3124714Z test_non_contig_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3124951Z test_non_contig_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3125172Z test_non_contig_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3125405Z test_non_contig_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3125640Z test_non_contig_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3125905Z test_non_contig_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3126135Z test_non_contig_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3126366Z test_non_contig_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3126599Z test_non_contig_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3126830Z test_non_contig_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3127109Z test_non_contig_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3127404Z test_non_contig_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3127644Z test_non_contig_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3127880Z test_non_contig_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3128120Z test_non_contig_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3128353Z test_non_contig_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3128585Z test_non_contig_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3128815Z test_non_contig_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3129029Z test_non_contig_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3129258Z test_non_contig_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3129515Z test_non_contig_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3129769Z test_non_contig_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3130024Z test_non_contig_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3130274Z test_non_contig_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3130511Z test_non_contig_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3130752Z test_non_contig_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3131000Z test_non_contig_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3131231Z test_non_contig_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3131470Z test_non_contig_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3131711Z test_non_contig_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3131954Z test_non_contig_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3132185Z test_non_contig_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3132423Z test_non_contig_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3132657Z test_non_contig_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3132886Z test_non_contig_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3133109Z test_non_contig_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3133394Z test_non_contig_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:14:54.3133644Z test_non_contig_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3133906Z test_non_contig_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3134155Z test_non_contig_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3134402Z test_non_contig_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3134650Z test_non_contig_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3134926Z test_non_contig_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3135159Z test_non_contig_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3135398Z test_non_contig_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3135639Z test_non_contig_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3135882Z test_non_contig_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3136156Z test_non_contig_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3136402Z test_non_contig_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3136641Z test_non_contig_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3136879Z test_non_contig_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3137103Z test_non_contig_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3137337Z test_non_contig_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3137571Z test_non_contig_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3137804Z test_non_contig_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3138035Z test_non_contig_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3138329Z test_non_contig_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3138627Z test_non_contig_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3138925Z test_non_contig_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3139222Z test_non_contig_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3139496Z test_non_contig_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3139783Z test_non_contig_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3140065Z test_non_contig_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3140352Z test_non_contig_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3140639Z test_non_contig_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3140928Z test_non_contig_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3141219Z test_non_contig_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3141507Z test_non_contig_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3141791Z test_non_contig_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3142056Z test_non_contig_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3142436Z test_non_contig_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3142728Z test_non_contig_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3143393Z test_non_contig_special_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3144010Z test_non_contig_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3144692Z test_non_contig_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3145302Z test_non_contig_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3145908Z test_non_contig_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3146557Z test_non_contig_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3147168Z test_non_contig_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3147777Z test_non_contig_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3148366Z test_non_contig_special_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3148981Z test_non_contig_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3149600Z test_non_contig_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3150204Z test_non_contig_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3150806Z test_non_contig_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3151408Z test_non_contig_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3152015Z test_non_contig_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3152618Z test_non_contig_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3152911Z test_non_contig_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3153204Z test_non_contig_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3153498Z test_non_contig_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3153767Z test_non_contig_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3154049Z test_non_contig_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3154333Z test_non_contig_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3154621Z test_non_contig_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3154912Z test_non_contig_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3155194Z test_non_contig_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3155485Z test_non_contig_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3155817Z test_non_contig_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3156106Z test_non_contig_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3156378Z test_non_contig_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3156661Z test_non_contig_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3157008Z test_non_contig_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3157294Z test_non_contig_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3157583Z test_non_contig_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3157880Z test_non_contig_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3158173Z test_non_contig_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3158457Z test_non_contig_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3158739Z test_non_contig_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3159010Z test_non_contig_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3159297Z test_non_contig_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3159582Z test_non_contig_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3160194Z test_non_contig_special_legendre_polynomial_p_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3160807Z test_non_contig_special_legendre_polynomial_p_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3161417Z test_non_contig_special_legendre_polynomial_p_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3162027Z test_non_contig_special_legendre_polynomial_p_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3162627Z test_non_contig_special_legendre_polynomial_p_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3163231Z test_non_contig_special_legendre_polynomial_p_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3163838Z test_non_contig_special_legendre_polynomial_p_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3164433Z test_non_contig_special_legendre_polynomial_p_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3165062Z test_non_contig_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3165677Z test_non_contig_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3166309Z test_non_contig_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3166976Z test_non_contig_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3167684Z test_non_contig_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3168311Z test_non_contig_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3168966Z test_non_contig_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3169593Z test_non_contig_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3170223Z test_non_contig_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3170852Z test_non_contig_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3171493Z test_non_contig_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3172112Z test_non_contig_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3172740Z test_non_contig_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3173374Z test_non_contig_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3173981Z test_non_contig_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3174607Z test_non_contig_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3175240Z test_non_contig_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3175873Z test_non_contig_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3176507Z test_non_contig_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3177128Z test_non_contig_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3177749Z test_non_contig_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3178379Z test_non_contig_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3179002Z test_non_contig_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3179668Z test_non_contig_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3180286Z test_non_contig_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3180921Z test_non_contig_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3181578Z test_non_contig_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3182289Z test_non_contig_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3182935Z test_non_contig_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3183559Z test_non_contig_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3184178Z test_non_contig_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3184794Z test_non_contig_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3185062Z test_non_contig_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3185331Z test_non_contig_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3185602Z test_non_contig_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3185867Z test_non_contig_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3186123Z test_non_contig_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3186381Z test_non_contig_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3186628Z test_non_contig_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3186884Z test_non_contig_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3187137Z test_non_contig_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3187401Z test_non_contig_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3187662Z test_non_contig_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3187917Z test_non_contig_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3188175Z test_non_contig_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3188421Z test_non_contig_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3188662Z test_non_contig_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3188914Z test_non_contig_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3189164Z test_non_contig_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3189413Z test_non_contig_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3189653Z test_non_contig_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3189967Z test_non_contig_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3190209Z test_non_contig_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3190443Z test_non_contig_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3190668Z test_non_contig_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3190904Z test_non_contig_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3191181Z test_non_contig_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3191417Z test_non_contig_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3191651Z test_non_contig_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3191884Z test_non_contig_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3192117Z test_non_contig_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3192349Z test_non_contig_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3192590Z test_non_contig_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3192841Z test_non_contig_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3193102Z test_non_contig_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3193364Z test_non_contig_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3193616Z test_non_contig_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3193871Z test_non_contig_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3194115Z test_non_contig_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3194365Z test_non_contig_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3194612Z test_non_contig_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3194845Z test_non_contig_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3195087Z test_non_contig_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3195330Z test_non_contig_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3195577Z test_non_contig_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3195815Z test_non_contig_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3196055Z test_non_contig_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3196294Z test_non_contig_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3196528Z test_non_contig_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3196752Z test_non_contig_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3196987Z test_non_contig_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3197222Z test_non_contig_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3197458Z test_non_contig_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3197696Z test_non_contig_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3197958Z test_not_broadcastable___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:14:54.3198216Z test_not_broadcastable___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:14:54.3198469Z test_not_broadcastable___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:14:54.3198752Z test_not_broadcastable___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:14:54.3199012Z test_not_broadcastable___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:14:54.3199265Z test_not_broadcastable___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:14:54.3199522Z test_not_broadcastable_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:14:54.3199784Z test_not_broadcastable_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:14:54.3200105Z test_not_broadcastable_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:14:54.3200377Z test_not_broadcastable_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:14:54.3200638Z test_not_broadcastable_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:14:54.3200903Z test_not_broadcastable_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:14:54.3201177Z test_not_broadcastable_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:14:54.3201463Z test_not_broadcastable_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:14:54.3201749Z test_not_broadcastable_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:14:54.3202001Z test_not_broadcastable_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:14:54.3202277Z test_not_broadcastable_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:14:54.3202549Z test_not_broadcastable_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:14:54.3202810Z test_not_broadcastable_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:14:54.3203071Z test_not_broadcastable_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:14:54.3203325Z test_not_broadcastable_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:14:54.3203567Z test_not_broadcastable_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:14:54.3203815Z test_not_broadcastable_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:14:54.3204084Z test_not_broadcastable_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:14:54.3204352Z test_not_broadcastable_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:14:54.3204620Z test_not_broadcastable_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:14:54.3204889Z test_not_broadcastable_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:14:54.3205154Z test_not_broadcastable_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:14:54.3205476Z test_not_broadcastable_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3205811Z test_not_broadcastable_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3206074Z test_not_broadcastable_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:14:54.3206326Z test_not_broadcastable_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:14:54.3206600Z test_not_broadcastable_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:14:54.3206868Z test_not_broadcastable_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:14:54.3207136Z test_not_broadcastable_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:14:54.3207469Z test_not_broadcastable_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:14:54.3207776Z test_not_broadcastable_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:14:54.3208044Z test_not_broadcastable_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:14:54.3208299Z test_not_broadcastable_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:14:54.3208563Z test_not_broadcastable_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:14:54.3208818Z test_not_broadcastable_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:14:54.3209102Z test_not_broadcastable_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:14:54.3209373Z test_not_broadcastable_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:14:54.3209634Z test_not_broadcastable_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:14:54.3209894Z test_not_broadcastable_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:14:54.3210162Z test_not_broadcastable_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:14:54.3210405Z test_not_broadcastable_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:14:54.3210718Z test_not_broadcastable_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:14:54.3211029Z test_not_broadcastable_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:14:54.3211681Z test_not_broadcastable_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3212325Z test_not_broadcastable_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3212639Z test_not_broadcastable_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:14:54.3212954Z test_not_broadcastable_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:14:54.3213262Z test_not_broadcastable_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:14:54.3213897Z test_not_broadcastable_special_legendre_polynomial_p_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3214569Z test_not_broadcastable_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3215232Z test_not_broadcastable_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3215875Z test_not_broadcastable_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3216528Z test_not_broadcastable_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:14:54.3216810Z test_not_broadcastable_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:14:54.3217086Z test_not_broadcastable_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:14:54.3217345Z test_not_broadcastable_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:14:54.3217619Z test_not_broadcastable_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:14:54.3217884Z test_not_broadcastable_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:14:54.3218162Z test_out_resize_warning_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3218381Z test_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.119s) 2022-12-01T10:14:54.3218596Z test_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.124s) 2022-12-01T10:14:54.3218818Z test_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.122s) 2022-12-01T10:14:54.3219032Z test_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.073s) 2022-12-01T10:14:54.3219250Z test_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.120s) 2022-12-01T10:14:54.3219493Z test_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.120s) 2022-12-01T10:14:54.3219706Z test_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.116s) 2022-12-01T10:14:54.3219915Z test_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.115s) 2022-12-01T10:14:54.3220120Z test_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.115s) 2022-12-01T10:14:54.3220319Z test_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.115s) 2022-12-01T10:14:54.3220530Z test_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.115s) 2022-12-01T10:14:54.3220855Z test_pow_cuda_complex_extremal_failing_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3221182Z test_pow_cuda_complex_extremal_failing_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3221445Z test_pow_inplace_resizing_exception_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:14:54.3221675Z test_pow_scalar_base_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3221954Z test_pow_scalar_overloads_mem_overlap_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:14:54.3223873Z test_pow_scalar_type_promotion_cpu (__main__.TestBinaryUfuncsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:14:54.3224014Z r = func(*args, **kwargs) 2022-12-01T10:14:54.3224129Z ok (0.003s) 2022-12-01T10:14:54.3224348Z test_rdiv_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3224574Z test_rdiv_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3224794Z test_rdiv_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3225015Z test_rdiv_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3225240Z test_rdiv_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3225454Z test_rdiv_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3225662Z test_rdiv_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3225879Z test_rdiv_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3226075Z test_rdiv_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3226334Z test_reference_numerics_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:14:54.3226588Z test_reference_numerics_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:14:54.3226855Z test_reference_numerics_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.125s) 2022-12-01T10:14:54.3227123Z test_reference_numerics_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.228s) 2022-12-01T10:14:54.3227383Z test_reference_numerics_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.085s) 2022-12-01T10:14:54.3227718Z test_reference_numerics_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.101s) 2022-12-01T10:14:54.3227974Z test_reference_numerics_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:14:54.3228219Z test_reference_numerics_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:14:54.3228470Z test_reference_numerics_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:14:54.3228715Z test_reference_numerics_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:14:54.3229008Z test_reference_numerics_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:14:54.3229259Z test_reference_numerics_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:14:54.3229513Z test_reference_numerics_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:14:54.3229789Z test_reference_numerics_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:14:54.3230063Z test_reference_numerics_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:14:54.3230333Z test_reference_numerics_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:14:54.3230589Z test_reference_numerics_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:14:54.3230856Z test_reference_numerics_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:14:54.3231128Z test_reference_numerics_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:14:54.3231394Z test_reference_numerics_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:14:54.3231658Z test_reference_numerics_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:14:54.3231923Z test_reference_numerics_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:14:54.3232185Z test_reference_numerics_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:14:54.3232445Z test_reference_numerics_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:14:54.3232691Z test_reference_numerics_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:14:54.3232953Z test_reference_numerics_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:14:54.3233216Z test_reference_numerics_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:14:54.3233483Z test_reference_numerics_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:14:54.3233749Z test_reference_numerics_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:14:54.3234011Z test_reference_numerics_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:14:54.3234275Z test_reference_numerics_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:14:54.3234545Z test_reference_numerics_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:14:54.3234806Z test_reference_numerics_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:14:54.3235055Z test_reference_numerics_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.101s) 2022-12-01T10:14:54.3235320Z test_reference_numerics_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:14:54.3235587Z test_reference_numerics_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.073s) 2022-12-01T10:14:54.3235854Z test_reference_numerics_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:14:54.3236114Z test_reference_numerics_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:14:54.3236415Z test_reference_numerics_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:14:54.3236672Z test_reference_numerics_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:14:54.3236925Z test_reference_numerics_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:14:54.3237194Z test_reference_numerics_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:14:54.3237446Z test_reference_numerics_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:14:54.3237751Z test_reference_numerics_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.101s) 2022-12-01T10:14:54.3238013Z test_reference_numerics_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:14:54.3238284Z test_reference_numerics_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.071s) 2022-12-01T10:14:54.3238542Z test_reference_numerics_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:14:54.3238804Z test_reference_numerics_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.075s) 2022-12-01T10:14:54.3239058Z test_reference_numerics_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:14:54.3239316Z test_reference_numerics_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:14:54.3239560Z test_reference_numerics_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:14:54.3239811Z test_reference_numerics_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:14:54.3240061Z test_reference_numerics_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:14:54.3240324Z test_reference_numerics_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.089s) 2022-12-01T10:14:54.3240583Z test_reference_numerics_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.119s) 2022-12-01T10:14:54.3240845Z test_reference_numerics_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:14:54.3241100Z test_reference_numerics_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.076s) 2022-12-01T10:14:54.3241349Z test_reference_numerics_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:14:54.3241601Z test_reference_numerics_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:14:54.3241837Z test_reference_numerics_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:14:54.3242077Z test_reference_numerics_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:14:54.3242317Z test_reference_numerics_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:14:54.3242565Z test_reference_numerics_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:14:54.3242808Z test_reference_numerics_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:14:54.3243661Z test_reference_numerics_extremal_values_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:8264: RuntimeWarning: invalid value encountered in add 2022-12-01T10:14:54.3243888Z ref=lambda input, other, *, alpha=1: np.add(input, other) if alpha == 1 \ 2022-12-01T10:14:54.3243995Z ok (0.006s) 2022-12-01T10:14:54.3244308Z test_reference_numerics_extremal_values_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:14:54.3244635Z test_reference_numerics_extremal_values_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:14:54.3244926Z test_reference_numerics_extremal_values_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.3245222Z test_reference_numerics_extremal_values_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3245513Z test_reference_numerics_extremal_values_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3245866Z test_reference_numerics_extremal_values_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3246168Z test_reference_numerics_extremal_values_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3246472Z test_reference_numerics_extremal_values_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3246769Z test_reference_numerics_extremal_values_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3247092Z test_reference_numerics_extremal_values_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3247474Z test_reference_numerics_extremal_values_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.3247774Z test_reference_numerics_extremal_values_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3248076Z test_reference_numerics_extremal_values_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3248365Z test_reference_numerics_extremal_values_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3248657Z test_reference_numerics_extremal_values_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.3248950Z test_reference_numerics_extremal_values_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3249241Z test_reference_numerics_extremal_values_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3249532Z test_reference_numerics_extremal_values_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3249819Z test_reference_numerics_extremal_values_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3250246Z test_reference_numerics_extremal_values_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: divide by zero encountered in float_power 2022-12-01T10:14:54.3250410Z expected = op.ref(l_numpy, r_numpy) 2022-12-01T10:14:54.3250671Z test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in float_power 2022-12-01T10:14:54.3250825Z expected = op.ref(l_numpy, r_numpy) 2022-12-01T10:14:54.3250933Z ok (0.005s) 2022-12-01T10:14:54.3251269Z test_reference_numerics_extremal_values_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:14:54.3251608Z test_reference_numerics_extremal_values_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:14:54.3251913Z test_reference_numerics_extremal_values_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.3252202Z test_reference_numerics_extremal_values_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3252509Z test_reference_numerics_extremal_values_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3252834Z test_reference_numerics_extremal_values_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:14:54.3253164Z test_reference_numerics_extremal_values_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:14:54.3254055Z test_reference_numerics_extremal_values_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:2069: RuntimeWarning: invalid value encountered in floor_divide 2022-12-01T10:14:54.3254197Z return np.floor_divide(a, b) 2022-12-01T10:14:54.3254303Z ok (0.004s) 2022-12-01T10:14:54.3254606Z test_reference_numerics_extremal_values_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.3255073Z test_reference_numerics_extremal_values_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in fmod 2022-12-01T10:14:54.3255225Z expected = op.ref(l_numpy, r_numpy) 2022-12-01T10:14:54.3255318Z ok (0.004s) 2022-12-01T10:14:54.3255614Z test_reference_numerics_extremal_values_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.3255907Z test_reference_numerics_extremal_values_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3256229Z test_reference_numerics_extremal_values_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.3256653Z test_reference_numerics_extremal_values_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in greater_equal 2022-12-01T10:14:54.3256807Z expected = op.ref(l_numpy, r_numpy) 2022-12-01T10:14:54.3256915Z ok (0.003s) 2022-12-01T10:14:54.3257200Z test_reference_numerics_extremal_values_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3257474Z test_reference_numerics_extremal_values_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3257763Z test_reference_numerics_extremal_values_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3258182Z test_reference_numerics_extremal_values_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in greater 2022-12-01T10:14:54.3258338Z expected = op.ref(l_numpy, r_numpy) 2022-12-01T10:14:54.3258446Z ok (0.003s) 2022-12-01T10:14:54.3258729Z test_reference_numerics_extremal_values_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3259020Z test_reference_numerics_extremal_values_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3259305Z test_reference_numerics_extremal_values_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3259621Z test_reference_numerics_extremal_values_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:14:54.3259945Z test_reference_numerics_extremal_values_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:14:54.3260271Z test_reference_numerics_extremal_values_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:14:54.3260598Z test_reference_numerics_extremal_values_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:14:54.3260916Z test_reference_numerics_extremal_values_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:14:54.3261240Z test_reference_numerics_extremal_values_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:14:54.3261574Z test_reference_numerics_extremal_values_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:14:54.3261891Z test_reference_numerics_extremal_values_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:14:54.3262305Z test_reference_numerics_extremal_values_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:14:54.3262628Z test_reference_numerics_extremal_values_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:14:54.3262974Z test_reference_numerics_extremal_values_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:14:54.3263336Z test_reference_numerics_extremal_values_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:14:54.3263693Z test_reference_numerics_extremal_values_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:14:54.3264103Z test_reference_numerics_extremal_values_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:14:54.3264451Z test_reference_numerics_extremal_values_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:14:54.3264797Z test_reference_numerics_extremal_values_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:14:54.3265237Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:14:54.3265619Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:14:54.3265995Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:14:54.3266368Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:14:54.3266740Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:14:54.3267098Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3267530Z test_reference_numerics_extremal_values_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in less_equal 2022-12-01T10:14:54.3267690Z expected = op.ref(l_numpy, r_numpy) 2022-12-01T10:14:54.3267798Z ok (0.004s) 2022-12-01T10:14:54.3268091Z test_reference_numerics_extremal_values_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.3268387Z test_reference_numerics_extremal_values_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3268673Z test_reference_numerics_extremal_values_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3268979Z test_reference_numerics_extremal_values_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3269288Z test_reference_numerics_extremal_values_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.3269589Z test_reference_numerics_extremal_values_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.3269892Z test_reference_numerics_extremal_values_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.3270195Z test_reference_numerics_extremal_values_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3270501Z test_reference_numerics_extremal_values_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3270802Z test_reference_numerics_extremal_values_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3271105Z test_reference_numerics_extremal_values_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.3271404Z test_reference_numerics_extremal_values_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.3271711Z test_reference_numerics_extremal_values_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.3272008Z test_reference_numerics_extremal_values_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3272293Z test_reference_numerics_extremal_values_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3272646Z test_reference_numerics_extremal_values_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3272955Z test_reference_numerics_extremal_values_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.3273266Z test_reference_numerics_extremal_values_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.3273569Z test_reference_numerics_extremal_values_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.3273898Z test_reference_numerics_extremal_values_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3274204Z test_reference_numerics_extremal_values_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3274608Z test_reference_numerics_extremal_values_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in less 2022-12-01T10:14:54.3274766Z expected = op.ref(l_numpy, r_numpy) 2022-12-01T10:14:54.3274858Z ok (0.004s) 2022-12-01T10:14:54.3275143Z test_reference_numerics_extremal_values_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.3275425Z test_reference_numerics_extremal_values_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3275709Z test_reference_numerics_extremal_values_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3276010Z test_reference_numerics_extremal_values_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.3276315Z test_reference_numerics_extremal_values_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.3276613Z test_reference_numerics_extremal_values_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.3276915Z test_reference_numerics_extremal_values_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.3277217Z test_reference_numerics_extremal_values_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.3277501Z test_reference_numerics_extremal_values_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.3277801Z test_reference_numerics_extremal_values_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.3278090Z test_reference_numerics_extremal_values_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.3278393Z test_reference_numerics_extremal_values_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3278694Z test_reference_numerics_extremal_values_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.3278990Z test_reference_numerics_extremal_values_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3279291Z test_reference_numerics_extremal_values_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3279583Z test_reference_numerics_extremal_values_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3279870Z test_reference_numerics_extremal_values_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.3280146Z test_reference_numerics_extremal_values_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3280443Z test_reference_numerics_extremal_values_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3280734Z test_reference_numerics_extremal_values_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3281024Z test_reference_numerics_extremal_values_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3281360Z test_reference_numerics_extremal_values_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3281646Z test_reference_numerics_extremal_values_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3281932Z test_reference_numerics_extremal_values_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3282220Z test_reference_numerics_extremal_values_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3282679Z test_reference_numerics_extremal_values_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: divide by zero encountered in power 2022-12-01T10:14:54.3282832Z expected = op.ref(l_numpy, r_numpy) 2022-12-01T10:14:54.3283063Z test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in power 2022-12-01T10:14:54.3283214Z expected = op.ref(l_numpy, r_numpy) 2022-12-01T10:14:54.3283321Z ok (0.004s) 2022-12-01T10:14:54.3283643Z test_reference_numerics_extremal_values_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:14:54.3283960Z test_reference_numerics_extremal_values_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:14:54.3284369Z test_reference_numerics_extremal_values_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: overflow encountered in power 2022-12-01T10:14:54.3284521Z expected = op.ref(l_numpy, r_numpy) 2022-12-01T10:14:54.3284625Z ok (0.005s) 2022-12-01T10:14:54.3284905Z test_reference_numerics_extremal_values_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3285192Z test_reference_numerics_extremal_values_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.3285627Z test_reference_numerics_extremal_values_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in remainder 2022-12-01T10:14:54.3285782Z expected = op.ref(l_numpy, r_numpy) 2022-12-01T10:14:54.3285888Z ok (0.004s) 2022-12-01T10:14:54.3286191Z test_reference_numerics_extremal_values_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.3286498Z test_reference_numerics_extremal_values_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3286794Z test_reference_numerics_extremal_values_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.3287731Z test_reference_numerics_extremal_values_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:8407: RuntimeWarning: invalid value encountered in subtract 2022-12-01T10:14:54.3287986Z ref=lambda input, other, *, alpha=1: np.subtract(input, np.multiply(alpha, other)), 2022-12-01T10:14:54.3288094Z ok (0.004s) 2022-12-01T10:14:54.3288953Z test_reference_numerics_extremal_values_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:8407: RuntimeWarning: invalid value encountered in multiply 2022-12-01T10:14:54.3289210Z ref=lambda input, other, *, alpha=1: np.subtract(input, np.multiply(alpha, other)), 2022-12-01T10:14:54.3289321Z ok (0.007s) 2022-12-01T10:14:54.3289617Z test_reference_numerics_extremal_values_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.3289908Z test_reference_numerics_extremal_values_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.3290200Z test_reference_numerics_extremal_values_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3290475Z test_reference_numerics_extremal_values_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3290752Z test_reference_numerics_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.092s) 2022-12-01T10:14:54.3291076Z test_reference_numerics_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:14:54.3291358Z test_reference_numerics_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.257s) 2022-12-01T10:14:54.3291636Z test_reference_numerics_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.323s) 2022-12-01T10:14:54.3291915Z test_reference_numerics_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.142s) 2022-12-01T10:14:54.3292194Z test_reference_numerics_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.124s) 2022-12-01T10:14:54.3292500Z test_reference_numerics_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.128s) 2022-12-01T10:14:54.3292769Z test_reference_numerics_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.106s) 2022-12-01T10:14:54.3293020Z test_reference_numerics_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.082s) 2022-12-01T10:14:54.3293288Z test_reference_numerics_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.075s) 2022-12-01T10:14:54.3293547Z test_reference_numerics_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.109s) 2022-12-01T10:14:54.3293808Z test_reference_numerics_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.111s) 2022-12-01T10:14:54.3294111Z test_reference_numerics_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:14:54.3294385Z test_reference_numerics_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.127s) 2022-12-01T10:14:54.3294661Z test_reference_numerics_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:14:54.3294931Z test_reference_numerics_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.077s) 2022-12-01T10:14:54.3295194Z test_reference_numerics_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:14:54.3295453Z test_reference_numerics_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:14:54.3295722Z test_reference_numerics_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:14:54.3295987Z test_reference_numerics_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:14:54.3296250Z test_reference_numerics_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:14:54.3296537Z test_reference_numerics_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:14:54.3296796Z test_reference_numerics_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.109s) 2022-12-01T10:14:54.3297053Z test_reference_numerics_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:14:54.3297306Z test_reference_numerics_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.085s) 2022-12-01T10:14:54.3297566Z test_reference_numerics_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:14:54.3297810Z test_reference_numerics_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:14:54.3298062Z test_reference_numerics_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:14:54.3298312Z test_reference_numerics_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:14:54.3298565Z test_reference_numerics_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:14:54.3298817Z test_reference_numerics_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:14:54.3299070Z test_reference_numerics_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:14:54.3299322Z test_reference_numerics_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:14:54.3299573Z test_reference_numerics_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:14:54.3299851Z test_reference_numerics_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:14:54.3300107Z test_reference_numerics_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:14:54.3300361Z test_reference_numerics_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:14:54.3300614Z test_reference_numerics_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:14:54.3300868Z test_reference_numerics_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:14:54.3301152Z test_reference_numerics_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:14:54.3301402Z test_reference_numerics_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:14:54.3301642Z test_reference_numerics_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:14:54.3301870Z test_reference_numerics_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:14:54.3302119Z test_reference_numerics_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:14:54.3302453Z test_reference_numerics_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:14:54.3302713Z test_reference_numerics_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:14:54.3302963Z test_reference_numerics_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:14:54.3303215Z test_reference_numerics_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:14:54.3303471Z test_reference_numerics_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:14:54.3303724Z test_reference_numerics_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:14:54.3303976Z test_reference_numerics_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:14:54.3304203Z test_reference_numerics_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:14:54.3304446Z test_reference_numerics_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:14:54.3304693Z test_reference_numerics_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:14:54.3304936Z test_reference_numerics_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:14:54.3305210Z test_reference_numerics_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:14:54.3305477Z test_reference_numerics_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:14:54.3305739Z test_reference_numerics_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.086s) 2022-12-01T10:14:54.3305984Z test_reference_numerics_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:14:54.3306238Z test_reference_numerics_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:14:54.3306501Z test_reference_numerics_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:14:54.3306761Z test_reference_numerics_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:14:54.3307020Z test_reference_numerics_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:14:54.3307282Z test_reference_numerics_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:14:54.3307542Z test_reference_numerics_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:14:54.3307810Z test_reference_numerics_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:14:54.3308068Z test_reference_numerics_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:14:54.3308337Z test_reference_numerics_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.120s) 2022-12-01T10:14:54.3308597Z test_reference_numerics_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-12-01T10:14:54.3308974Z test_reference_numerics_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.188s) 2022-12-01T10:14:54.3309238Z test_reference_numerics_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:14:54.3309498Z test_reference_numerics_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:14:54.3309757Z test_reference_numerics_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:14:54.3310018Z test_reference_numerics_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:14:54.3310315Z test_reference_numerics_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:14:54.3310578Z test_reference_numerics_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:14:54.3310822Z test_reference_numerics_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:14:54.3311150Z test_reference_numerics_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:14:54.3311469Z test_reference_numerics_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3311797Z test_reference_numerics_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3312123Z test_reference_numerics_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3312450Z test_reference_numerics_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3312775Z test_reference_numerics_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3313091Z test_reference_numerics_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3313405Z test_reference_numerics_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3313723Z test_reference_numerics_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3314021Z test_reference_numerics_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3314334Z test_reference_numerics_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3314650Z test_reference_numerics_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3314991Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3315327Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3315677Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3316025Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3316369Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3316717Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3317059Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3317380Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3317748Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3318079Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3318408Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3318775Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3319063Z test_reference_numerics_large_values_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:14:54.3319355Z test_reference_numerics_large_values_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.3319647Z test_reference_numerics_large_values_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.3319932Z test_reference_numerics_large_values_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.3320207Z test_reference_numerics_large_values_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:14:54.3320467Z test_reference_numerics_large_values_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:14:54.3320745Z test_reference_numerics_large_values_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3321021Z test_reference_numerics_large_values_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3321286Z test_reference_numerics_large_values_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3321580Z test_reference_numerics_large_values_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3321883Z test_reference_numerics_large_values_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3322171Z test_reference_numerics_large_values_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3322461Z test_reference_numerics_large_values_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3322747Z test_reference_numerics_large_values_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3323018Z test_reference_numerics_large_values_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3323309Z test_reference_numerics_large_values_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3323599Z test_reference_numerics_large_values_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3323882Z test_reference_numerics_large_values_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3324180Z test_reference_numerics_large_values_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:14:54.3324467Z test_reference_numerics_large_values_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.3324758Z test_reference_numerics_large_values_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:14:54.3325039Z test_reference_numerics_large_values_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:14:54.3325331Z test_reference_numerics_large_values_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3325605Z test_reference_numerics_large_values_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3325892Z test_reference_numerics_large_values_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3326230Z test_reference_numerics_large_values_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:14:54.3326523Z test_reference_numerics_large_values_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.3326814Z test_reference_numerics_large_values_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:14:54.3327100Z test_reference_numerics_large_values_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:14:54.3327455Z test_reference_numerics_large_values_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3327811Z test_reference_numerics_large_values_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3328102Z test_reference_numerics_large_values_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3328369Z test_reference_numerics_large_values_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.3328660Z test_reference_numerics_large_values_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.3328953Z test_reference_numerics_large_values_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3329233Z test_reference_numerics_large_values_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3329511Z test_reference_numerics_large_values_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.3329787Z test_reference_numerics_large_values_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.3330057Z test_reference_numerics_large_values_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3330323Z test_reference_numerics_large_values_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3330584Z test_reference_numerics_large_values_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3331000Z test_reference_numerics_large_values_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: overflow encountered in float_power 2022-12-01T10:14:54.3331155Z expected = op.ref(l_numpy, r_numpy) 2022-12-01T10:14:54.3331262Z ok (0.007s) 2022-12-01T10:14:54.3331597Z test_reference_numerics_large_values_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:14:54.3331930Z test_reference_numerics_large_values_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:14:54.3332233Z test_reference_numerics_large_values_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.3332531Z test_reference_numerics_large_values_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:14:54.3332822Z test_reference_numerics_large_values_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:14:54.3333118Z test_reference_numerics_large_values_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3333392Z test_reference_numerics_large_values_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3333682Z test_reference_numerics_large_values_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3334004Z test_reference_numerics_large_values_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:14:54.3334308Z test_reference_numerics_large_values_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.3334606Z test_reference_numerics_large_values_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:14:54.3334901Z test_reference_numerics_large_values_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:14:54.3335239Z test_reference_numerics_large_values_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3335532Z test_reference_numerics_large_values_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3335823Z test_reference_numerics_large_values_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3336101Z test_reference_numerics_large_values_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:14:54.3336426Z test_reference_numerics_large_values_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.3336711Z test_reference_numerics_large_values_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.3336994Z test_reference_numerics_large_values_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.3337276Z test_reference_numerics_large_values_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3337555Z test_reference_numerics_large_values_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3337831Z test_reference_numerics_large_values_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3338109Z test_reference_numerics_large_values_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3338381Z test_reference_numerics_large_values_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3338639Z test_reference_numerics_large_values_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3338922Z test_reference_numerics_large_values_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.3339199Z test_reference_numerics_large_values_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3339474Z test_reference_numerics_large_values_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.3339745Z test_reference_numerics_large_values_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.3340019Z test_reference_numerics_large_values_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3340292Z test_reference_numerics_large_values_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3340559Z test_reference_numerics_large_values_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3340842Z test_reference_numerics_large_values_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.3341107Z test_reference_numerics_large_values_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3341381Z test_reference_numerics_large_values_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.3341652Z test_reference_numerics_large_values_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.3341924Z test_reference_numerics_large_values_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3342298Z test_reference_numerics_large_values_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3342571Z test_reference_numerics_large_values_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3342874Z test_reference_numerics_large_values_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:14:54.3343172Z test_reference_numerics_large_values_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.3343453Z test_reference_numerics_large_values_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.3343746Z test_reference_numerics_large_values_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.3344101Z test_reference_numerics_large_values_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3344391Z test_reference_numerics_large_values_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3344678Z test_reference_numerics_large_values_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3344971Z test_reference_numerics_large_values_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.3345310Z test_reference_numerics_large_values_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.3345610Z test_reference_numerics_large_values_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.3345899Z test_reference_numerics_large_values_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3346184Z test_reference_numerics_large_values_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.3346465Z test_reference_numerics_large_values_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3346752Z test_reference_numerics_large_values_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3347038Z test_reference_numerics_large_values_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3347325Z test_reference_numerics_large_values_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3347677Z test_reference_numerics_large_values_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3348028Z test_reference_numerics_large_values_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3348378Z test_reference_numerics_large_values_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3348723Z test_reference_numerics_large_values_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3349063Z test_reference_numerics_large_values_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3349388Z test_reference_numerics_large_values_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3349731Z test_reference_numerics_large_values_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3350059Z test_reference_numerics_large_values_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3350383Z test_reference_numerics_large_values_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3350755Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3351122Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3351498Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3351864Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3352220Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3352565Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3352953Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3353288Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3353630Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3353936Z test_reference_numerics_large_values_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3354212Z test_reference_numerics_large_values_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3354481Z test_reference_numerics_large_values_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3354767Z test_reference_numerics_large_values_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3355047Z test_reference_numerics_large_values_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3355322Z test_reference_numerics_large_values_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3355590Z test_reference_numerics_large_values_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3355851Z test_reference_numerics_large_values_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3356122Z test_reference_numerics_large_values_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3356386Z test_reference_numerics_large_values_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3356686Z test_reference_numerics_large_values_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3356994Z test_reference_numerics_large_values_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3357299Z test_reference_numerics_large_values_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3357599Z test_reference_numerics_large_values_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3357896Z test_reference_numerics_large_values_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3358189Z test_reference_numerics_large_values_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3358481Z test_reference_numerics_large_values_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3358765Z test_reference_numerics_large_values_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3359059Z test_reference_numerics_large_values_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3359355Z test_reference_numerics_large_values_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3359653Z test_reference_numerics_large_values_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3359953Z test_reference_numerics_large_values_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3360245Z test_reference_numerics_large_values_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3360542Z test_reference_numerics_large_values_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3360831Z test_reference_numerics_large_values_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3361119Z test_reference_numerics_large_values_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3361434Z test_reference_numerics_large_values_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3361717Z test_reference_numerics_large_values_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3362017Z test_reference_numerics_large_values_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3362321Z test_reference_numerics_large_values_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3362657Z test_reference_numerics_large_values_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3362960Z test_reference_numerics_large_values_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3363249Z test_reference_numerics_large_values_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3363542Z test_reference_numerics_large_values_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3363828Z test_reference_numerics_large_values_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3364108Z test_reference_numerics_large_values_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3364390Z test_reference_numerics_large_values_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3364671Z test_reference_numerics_large_values_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3364952Z test_reference_numerics_large_values_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3365224Z test_reference_numerics_large_values_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3365496Z test_reference_numerics_large_values_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3365775Z test_reference_numerics_large_values_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3366043Z test_reference_numerics_large_values_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3366310Z test_reference_numerics_large_values_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3366591Z test_reference_numerics_large_values_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.3366889Z test_reference_numerics_large_values_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3367180Z test_reference_numerics_large_values_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3367571Z test_reference_numerics_large_values_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3367867Z test_reference_numerics_large_values_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3368159Z test_reference_numerics_large_values_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3368443Z test_reference_numerics_large_values_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3368733Z test_reference_numerics_large_values_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.3369022Z test_reference_numerics_large_values_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3369295Z test_reference_numerics_large_values_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3369585Z test_reference_numerics_large_values_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3369870Z test_reference_numerics_large_values_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3370210Z test_reference_numerics_large_values_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3370494Z test_reference_numerics_large_values_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3370792Z test_reference_numerics_large_values_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.3371091Z test_reference_numerics_large_values_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3371421Z test_reference_numerics_large_values_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3371711Z test_reference_numerics_large_values_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3371988Z test_reference_numerics_large_values_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3372279Z test_reference_numerics_large_values_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3372568Z test_reference_numerics_large_values_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3372853Z test_reference_numerics_large_values_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.3373137Z test_reference_numerics_large_values_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3373427Z test_reference_numerics_large_values_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3373716Z test_reference_numerics_large_values_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3373999Z test_reference_numerics_large_values_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3374283Z test_reference_numerics_large_values_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3374555Z test_reference_numerics_large_values_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3374836Z test_reference_numerics_large_values_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3375118Z test_reference_numerics_large_values_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3375400Z test_reference_numerics_large_values_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3375681Z test_reference_numerics_large_values_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3375959Z test_reference_numerics_large_values_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3376233Z test_reference_numerics_large_values_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3376508Z test_reference_numerics_large_values_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3376781Z test_reference_numerics_large_values_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3377042Z test_reference_numerics_large_values_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3377324Z test_reference_numerics_large_values_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.3377639Z test_reference_numerics_large_values_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:14:54.3377958Z test_reference_numerics_large_values_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:14:54.3378238Z test_reference_numerics_large_values_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3378516Z test_reference_numerics_large_values_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3378788Z test_reference_numerics_large_values_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3379133Z test_reference_numerics_large_values_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.001s) 2022-12-01T10:14:54.3379438Z test_reference_numerics_large_values_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.001s) 2022-12-01T10:14:54.3379725Z test_reference_numerics_large_values_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.001s) 2022-12-01T10:14:54.3380024Z test_reference_numerics_large_values_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.3380357Z test_reference_numerics_large_values_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3380656Z test_reference_numerics_large_values_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3380952Z test_reference_numerics_large_values_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3381248Z test_reference_numerics_large_values_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3381533Z test_reference_numerics_large_values_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3381826Z test_reference_numerics_large_values_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3382108Z test_reference_numerics_large_values_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:14:54.3382473Z test_reference_numerics_large_values_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.3382764Z test_reference_numerics_large_values_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.3383048Z test_reference_numerics_large_values_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.3383331Z test_reference_numerics_large_values_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.3383609Z test_reference_numerics_large_values_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:14:54.3383893Z test_reference_numerics_large_values_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3384170Z test_reference_numerics_large_values_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3384448Z test_reference_numerics_large_values_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3384705Z test_reference_numerics_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:14:54.3384946Z test_reference_numerics_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:14:54.3385197Z test_reference_numerics_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:14:54.3385449Z test_reference_numerics_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:14:54.3385704Z test_reference_numerics_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:14:54.3385963Z test_reference_numerics_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:14:54.3386215Z test_reference_numerics_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:14:54.3386471Z test_reference_numerics_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-12-01T10:14:54.3386723Z test_reference_numerics_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.3386980Z test_reference_numerics_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:14:54.3387213Z test_reference_numerics_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:14:54.3387455Z test_reference_numerics_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:14:54.3387696Z test_reference_numerics_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:14:54.3388003Z test_reference_numerics_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:14:54.3388246Z test_reference_numerics_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:14:54.3388523Z test_reference_numerics_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:14:54.3388794Z test_reference_numerics_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:14:54.3389073Z test_reference_numerics_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:14:54.3389400Z test_reference_numerics_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:14:54.3389676Z test_reference_numerics_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:14:54.3389947Z test_reference_numerics_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:14:54.3390224Z test_reference_numerics_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:14:54.3390497Z test_reference_numerics_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:14:54.3390771Z test_reference_numerics_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:14:54.3391037Z test_reference_numerics_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:14:54.3391303Z test_reference_numerics_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:14:54.3391573Z test_reference_numerics_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:14:54.3391832Z test_reference_numerics_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:14:54.3392094Z test_reference_numerics_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:14:54.3392373Z test_reference_numerics_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.065s) 2022-12-01T10:14:54.3392649Z test_reference_numerics_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:14:54.3392923Z test_reference_numerics_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:14:54.3393195Z test_reference_numerics_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:14:54.3393465Z test_reference_numerics_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:14:54.3393732Z test_reference_numerics_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:14:54.3393982Z test_reference_numerics_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:14:54.3394241Z test_reference_numerics_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:14:54.3394510Z test_reference_numerics_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:14:54.3394771Z test_reference_numerics_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:14:54.3395047Z test_reference_numerics_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:14:54.3395316Z test_reference_numerics_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:14:54.3395593Z test_reference_numerics_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:14:54.3395875Z test_reference_numerics_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:14:54.3396141Z test_reference_numerics_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:14:54.3396396Z test_reference_numerics_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:14:54.3396664Z test_reference_numerics_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:14:54.3396968Z test_reference_numerics_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:14:54.3397236Z test_reference_numerics_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:14:54.3397502Z test_reference_numerics_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:14:54.3397766Z test_reference_numerics_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:14:54.3398061Z test_reference_numerics_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:14:54.3398316Z test_reference_numerics_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:14:54.3398569Z test_reference_numerics_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:14:54.3398809Z test_reference_numerics_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-12-01T10:14:54.3399063Z test_reference_numerics_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.3399317Z test_reference_numerics_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:14:54.3399570Z test_reference_numerics_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:14:54.3399815Z test_reference_numerics_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:14:54.3400053Z test_reference_numerics_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:14:54.3400307Z test_reference_numerics_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:14:54.3400547Z test_reference_numerics_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:14:54.3400802Z test_reference_numerics_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:14:54.3401069Z test_reference_numerics_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:14:54.3401339Z test_reference_numerics_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.079s) 2022-12-01T10:14:54.3401609Z test_reference_numerics_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:14:54.3401880Z test_reference_numerics_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:14:54.3402144Z test_reference_numerics_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:14:54.3402405Z test_reference_numerics_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:14:54.3402665Z test_reference_numerics_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:14:54.3402927Z test_reference_numerics_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:14:54.3403170Z test_reference_numerics_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:14:54.3403436Z test_reference_numerics_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:14:54.3403694Z test_reference_numerics_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:14:54.3403955Z test_reference_numerics_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:14:54.3404217Z test_reference_numerics_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:14:54.3404473Z test_reference_numerics_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:14:54.3404732Z test_reference_numerics_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:14:54.3404991Z test_reference_numerics_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:14:54.3405233Z test_reference_numerics_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:14:54.3405488Z test_reference_numerics_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:14:54.3405783Z test_reference_numerics_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:14:54.3406052Z test_reference_numerics_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:14:54.3406311Z test_reference_numerics_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:14:54.3406540Z test_reference_numerics_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.085s) 2022-12-01T10:14:54.3406846Z test_reference_numerics_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:14:54.3407117Z test_reference_numerics_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:14:54.3407450Z test_reference_numerics_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:14:54.3407698Z test_reference_numerics_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:14:54.3408068Z test_reference_numerics_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:14:54.3408331Z test_reference_numerics_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:14:54.3408597Z test_reference_numerics_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:14:54.3408863Z test_reference_numerics_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:14:54.3409127Z test_reference_numerics_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:14:54.3409395Z test_reference_numerics_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.095s) 2022-12-01T10:14:54.3409658Z test_reference_numerics_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:14:54.3409903Z test_reference_numerics_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:14:54.3410170Z test_reference_numerics_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:14:54.3410430Z test_reference_numerics_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:14:54.3410686Z test_reference_numerics_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:14:54.3410941Z test_reference_numerics_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:14:54.3411200Z test_reference_numerics_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:14:54.3411464Z test_reference_numerics_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:14:54.3411713Z test_reference_numerics_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:14:54.3411975Z test_reference_numerics_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.092s) 2022-12-01T10:14:54.3412215Z test_reference_numerics_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:14:54.3412473Z test_reference_numerics_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:14:54.3412728Z test_reference_numerics_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:14:54.3412981Z test_reference_numerics_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:14:54.3413227Z test_reference_numerics_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:14:54.3413475Z test_reference_numerics_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:14:54.3413716Z test_reference_numerics_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:14:54.3413958Z test_reference_numerics_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:14:54.3414187Z test_reference_numerics_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:14:54.3414442Z test_reference_numerics_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:14:54.3414751Z test_reference_numerics_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.319s) 2022-12-01T10:14:54.3415009Z test_reference_numerics_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.225s) 2022-12-01T10:14:54.3415261Z test_reference_numerics_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.133s) 2022-12-01T10:14:54.3415514Z test_reference_numerics_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:14:54.3415771Z test_reference_numerics_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.153s) 2022-12-01T10:14:54.3416055Z test_reference_numerics_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:14:54.3416307Z test_reference_numerics_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:14:54.3416542Z test_reference_numerics_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:14:54.3416790Z test_reference_numerics_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:14:54.3417045Z test_reference_numerics_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:14:54.3417350Z test_reference_numerics_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:14:54.3417750Z test_reference_numerics_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: overflow encountered in remainder 2022-12-01T10:14:54.3417902Z expected = op.ref(l_numpy, r_numpy) 2022-12-01T10:14:54.3418008Z ok (0.141s) 2022-12-01T10:14:54.3418346Z test_reference_numerics_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.075s) 2022-12-01T10:14:54.3418605Z test_reference_numerics_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.092s) 2022-12-01T10:14:54.3418870Z test_reference_numerics_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:14:54.3419141Z test_reference_numerics_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:14:54.3419404Z test_reference_numerics_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:14:54.3419664Z test_reference_numerics_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:14:54.3419928Z test_reference_numerics_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:14:54.3420219Z test_reference_numerics_small_values_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3420848Z test_reference_numerics_small_values_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:14:54.3421140Z test_reference_numerics_small_values_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:14:54.3421415Z test_reference_numerics_small_values_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:14:54.3421710Z test_reference_numerics_small_values_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:14:54.3421993Z test_reference_numerics_small_values_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3422370Z test_reference_numerics_small_values_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3422646Z test_reference_numerics_small_values_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3422930Z test_reference_numerics_small_values_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:14:54.3423212Z test_reference_numerics_small_values_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:14:54.3423485Z test_reference_numerics_small_values_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:14:54.3423764Z test_reference_numerics_small_values_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3424096Z test_reference_numerics_small_values_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3424627Z test_reference_numerics_small_values_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:14:54.3424917Z test_reference_numerics_small_values_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:14:54.3425211Z test_reference_numerics_small_values_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3425554Z test_reference_numerics_small_values_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3425852Z test_reference_numerics_small_values_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3426140Z test_reference_numerics_small_values_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3426653Z test_reference_numerics_small_values_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:14:54.3426948Z test_reference_numerics_small_values_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3427223Z test_reference_numerics_small_values_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3427507Z test_reference_numerics_small_values_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3427796Z test_reference_numerics_small_values_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3428092Z test_reference_numerics_small_values_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3428596Z test_reference_numerics_small_values_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:14:54.3428887Z test_reference_numerics_small_values_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3429181Z test_reference_numerics_small_values_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3429462Z test_reference_numerics_small_values_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3429749Z test_reference_numerics_small_values_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3430024Z test_reference_numerics_small_values_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3430324Z test_reference_numerics_small_values_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3430828Z test_reference_numerics_small_values_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:14:54.3431122Z test_reference_numerics_small_values_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3431423Z test_reference_numerics_small_values_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3431709Z test_reference_numerics_small_values_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3431996Z test_reference_numerics_small_values_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3432283Z test_reference_numerics_small_values_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3432578Z test_reference_numerics_small_values_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3432852Z test_reference_numerics_small_values_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3433138Z test_reference_numerics_small_values_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3433431Z test_reference_numerics_small_values_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3433971Z test_reference_numerics_small_values_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:14:54.3434265Z test_reference_numerics_small_values_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.3434555Z test_reference_numerics_small_values_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3434842Z test_reference_numerics_small_values_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3435162Z test_reference_numerics_small_values_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3435453Z test_reference_numerics_small_values_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3435739Z test_reference_numerics_small_values_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3436019Z test_reference_numerics_small_values_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3436304Z test_reference_numerics_small_values_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3436584Z test_reference_numerics_small_values_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.3437070Z test_reference_numerics_small_values_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:14:54.3437356Z test_reference_numerics_small_values_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:14:54.3437645Z test_reference_numerics_small_values_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:14:54.3437931Z test_reference_numerics_small_values_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:14:54.3438216Z test_reference_numerics_small_values_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3438493Z test_reference_numerics_small_values_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3438750Z test_reference_numerics_small_values_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3439020Z test_reference_numerics_small_values_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3439290Z test_reference_numerics_small_values_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3439560Z test_reference_numerics_small_values_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3439829Z test_reference_numerics_small_values_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3440103Z test_reference_numerics_small_values_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3440409Z test_reference_numerics_small_values_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3440934Z test_reference_numerics_small_values_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:14:54.3441263Z test_reference_numerics_small_values_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:14:54.3441582Z test_reference_numerics_small_values_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:14:54.3441882Z test_reference_numerics_small_values_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3442242Z test_reference_numerics_small_values_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3442535Z test_reference_numerics_small_values_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3442869Z test_reference_numerics_small_values_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.3443162Z test_reference_numerics_small_values_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.3443455Z test_reference_numerics_small_values_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.3443748Z test_reference_numerics_small_values_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.3444038Z test_reference_numerics_small_values_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.3444419Z test_reference_numerics_small_values_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:14:54.3444723Z test_reference_numerics_small_values_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3445024Z test_reference_numerics_small_values_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3445326Z test_reference_numerics_small_values_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3445618Z test_reference_numerics_small_values_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3445907Z test_reference_numerics_small_values_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3446202Z test_reference_numerics_small_values_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3446521Z test_reference_numerics_small_values_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:14:54.3446812Z test_reference_numerics_small_values_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3447092Z test_reference_numerics_small_values_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3447438Z test_reference_numerics_small_values_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3447728Z test_reference_numerics_small_values_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3448013Z test_reference_numerics_small_values_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3448298Z test_reference_numerics_small_values_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3448576Z test_reference_numerics_small_values_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3448856Z test_reference_numerics_small_values_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3449135Z test_reference_numerics_small_values_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3449444Z test_reference_numerics_small_values_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:14:54.3449713Z test_reference_numerics_small_values_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3449987Z test_reference_numerics_small_values_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3450258Z test_reference_numerics_small_values_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3450570Z test_reference_numerics_small_values_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.004s) 2022-12-01T10:14:54.3450858Z test_reference_numerics_small_values_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3451144Z test_reference_numerics_small_values_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3451632Z test_reference_numerics_small_values_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:14:54.3451965Z test_reference_numerics_small_values_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3452236Z test_reference_numerics_small_values_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3452494Z test_reference_numerics_small_values_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3452766Z test_reference_numerics_small_values_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3453038Z test_reference_numerics_small_values_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3453361Z test_reference_numerics_small_values_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3453633Z test_reference_numerics_small_values_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3453912Z test_reference_numerics_small_values_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3454198Z test_reference_numerics_small_values_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3454683Z test_reference_numerics_small_values_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:14:54.3454963Z test_reference_numerics_small_values_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3455225Z test_reference_numerics_small_values_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3455496Z test_reference_numerics_small_values_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3455774Z test_reference_numerics_small_values_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3456043Z test_reference_numerics_small_values_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3456309Z test_reference_numerics_small_values_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3456582Z test_reference_numerics_small_values_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3456859Z test_reference_numerics_small_values_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3457155Z test_reference_numerics_small_values_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3457666Z test_reference_numerics_small_values_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:14:54.3457952Z test_reference_numerics_small_values_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3458250Z test_reference_numerics_small_values_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3458540Z test_reference_numerics_small_values_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3458831Z test_reference_numerics_small_values_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3459125Z test_reference_numerics_small_values_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3459413Z test_reference_numerics_small_values_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3459707Z test_reference_numerics_small_values_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3459991Z test_reference_numerics_small_values_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3460293Z test_reference_numerics_small_values_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3460775Z test_reference_numerics_small_values_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:14:54.3461073Z test_reference_numerics_small_values_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:14:54.3461407Z test_reference_numerics_small_values_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:14:54.3461695Z test_reference_numerics_small_values_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3461978Z test_reference_numerics_small_values_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3462381Z test_reference_numerics_small_values_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3462735Z test_reference_numerics_small_values_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3463027Z test_reference_numerics_small_values_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3463316Z test_reference_numerics_small_values_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3463588Z test_reference_numerics_small_values_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3463884Z test_reference_numerics_small_values_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3464234Z test_reference_numerics_small_values_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3464579Z test_reference_numerics_small_values_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3464928Z test_reference_numerics_small_values_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3465281Z test_reference_numerics_small_values_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3465629Z test_reference_numerics_small_values_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3465977Z test_reference_numerics_small_values_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3466324Z test_reference_numerics_small_values_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3466662Z test_reference_numerics_small_values_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3466977Z test_reference_numerics_small_values_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3467304Z test_reference_numerics_small_values_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3467638Z test_reference_numerics_small_values_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3467967Z test_reference_numerics_small_values_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3468329Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3468688Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3469055Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3469422Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3469782Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3470188Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3470538Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3470875Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3471249Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3471594Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3471947Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3472296Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3472570Z test_reference_numerics_small_values_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3472841Z test_reference_numerics_small_values_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3473102Z test_reference_numerics_small_values_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3473376Z test_reference_numerics_small_values_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3473648Z test_reference_numerics_small_values_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3473915Z test_reference_numerics_small_values_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3474412Z test_reference_numerics_small_values_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:14:54.3474693Z test_reference_numerics_small_values_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3474967Z test_reference_numerics_small_values_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3475241Z test_reference_numerics_small_values_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3475513Z test_reference_numerics_small_values_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3475787Z test_reference_numerics_small_values_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3476062Z test_reference_numerics_small_values_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3476329Z test_reference_numerics_small_values_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3476596Z test_reference_numerics_small_values_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3476897Z test_reference_numerics_small_values_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3477409Z test_reference_numerics_small_values_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:14:54.3477714Z test_reference_numerics_small_values_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:14:54.3478024Z test_reference_numerics_small_values_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:14:54.3478319Z test_reference_numerics_small_values_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3478616Z test_reference_numerics_small_values_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3478945Z test_reference_numerics_small_values_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3479239Z test_reference_numerics_small_values_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3479517Z test_reference_numerics_small_values_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3479804Z test_reference_numerics_small_values_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3480098Z test_reference_numerics_small_values_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3480422Z test_reference_numerics_small_values_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3480715Z test_reference_numerics_small_values_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3481219Z test_reference_numerics_small_values_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:14:54.3481525Z test_reference_numerics_small_values_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:14:54.3481827Z test_reference_numerics_small_values_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:14:54.3482119Z test_reference_numerics_small_values_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3482410Z test_reference_numerics_small_values_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3482687Z test_reference_numerics_small_values_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3482976Z test_reference_numerics_small_values_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3483263Z test_reference_numerics_small_values_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3483555Z test_reference_numerics_small_values_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3483848Z test_reference_numerics_small_values_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3484138Z test_reference_numerics_small_values_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3484437Z test_reference_numerics_small_values_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3484958Z test_reference_numerics_small_values_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:14:54.3485262Z test_reference_numerics_small_values_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:14:54.3485548Z test_reference_numerics_small_values_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:14:54.3485852Z test_reference_numerics_small_values_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3486154Z test_reference_numerics_small_values_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3486448Z test_reference_numerics_small_values_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3486741Z test_reference_numerics_small_values_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3487034Z test_reference_numerics_small_values_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3487390Z test_reference_numerics_small_values_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3487681Z test_reference_numerics_small_values_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3487971Z test_reference_numerics_small_values_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3488283Z test_reference_numerics_small_values_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3488774Z test_reference_numerics_small_values_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:14:54.3489057Z test_reference_numerics_small_values_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3489337Z test_reference_numerics_small_values_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3489650Z test_reference_numerics_small_values_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3489929Z test_reference_numerics_small_values_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3490207Z test_reference_numerics_small_values_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3490480Z test_reference_numerics_small_values_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3490761Z test_reference_numerics_small_values_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3491023Z test_reference_numerics_small_values_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3491314Z test_reference_numerics_small_values_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3491828Z test_reference_numerics_small_values_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:14:54.3492131Z test_reference_numerics_small_values_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3492426Z test_reference_numerics_small_values_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3492713Z test_reference_numerics_small_values_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3493004Z test_reference_numerics_small_values_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3493293Z test_reference_numerics_small_values_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3493577Z test_reference_numerics_small_values_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3493854Z test_reference_numerics_small_values_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3494145Z test_reference_numerics_small_values_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3494438Z test_reference_numerics_small_values_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3494937Z test_reference_numerics_small_values_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:14:54.3495229Z test_reference_numerics_small_values_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3495513Z test_reference_numerics_small_values_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3495799Z test_reference_numerics_small_values_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3496086Z test_reference_numerics_small_values_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3496370Z test_reference_numerics_small_values_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3496645Z test_reference_numerics_small_values_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3496930Z test_reference_numerics_small_values_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3497213Z test_reference_numerics_small_values_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3497548Z test_reference_numerics_small_values_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3498053Z test_reference_numerics_small_values_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:14:54.3498348Z test_reference_numerics_small_values_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3498641Z test_reference_numerics_small_values_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3498964Z test_reference_numerics_small_values_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3499253Z test_reference_numerics_small_values_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3499542Z test_reference_numerics_small_values_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3499817Z test_reference_numerics_small_values_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3500100Z test_reference_numerics_small_values_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3500386Z test_reference_numerics_small_values_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3500673Z test_reference_numerics_small_values_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3501168Z test_reference_numerics_small_values_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:14:54.3501455Z test_reference_numerics_small_values_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3501742Z test_reference_numerics_small_values_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3502037Z test_reference_numerics_small_values_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3502415Z test_reference_numerics_small_values_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3502688Z test_reference_numerics_small_values_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3502972Z test_reference_numerics_small_values_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3503261Z test_reference_numerics_small_values_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3503546Z test_reference_numerics_small_values_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3503828Z test_reference_numerics_small_values_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3504318Z test_reference_numerics_small_values_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:14:54.3504610Z test_reference_numerics_small_values_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:14:54.3504896Z test_reference_numerics_small_values_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:14:54.3505181Z test_reference_numerics_small_values_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3505442Z test_reference_numerics_small_values_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3505712Z test_reference_numerics_small_values_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3505990Z test_reference_numerics_small_values_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3506261Z test_reference_numerics_small_values_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3506529Z test_reference_numerics_small_values_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3506865Z test_reference_numerics_small_values_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3507144Z test_reference_numerics_small_values_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3507420Z test_reference_numerics_small_values_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3507738Z test_reference_numerics_small_values_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:14:54.3508080Z test_reference_numerics_small_values_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:14:54.3508365Z test_reference_numerics_small_values_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3508643Z test_reference_numerics_small_values_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3508921Z test_reference_numerics_small_values_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3509234Z test_reference_numerics_small_values_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.002s) 2022-12-01T10:14:54.3509544Z test_reference_numerics_small_values_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.002s) 2022-12-01T10:14:54.3509855Z test_reference_numerics_small_values_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.002s) 2022-12-01T10:14:54.3510161Z test_reference_numerics_small_values_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.002s) 2022-12-01T10:14:54.3510445Z test_reference_numerics_small_values_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3510732Z test_reference_numerics_small_values_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3511037Z test_reference_numerics_small_values_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3511339Z test_reference_numerics_small_values_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3511627Z test_reference_numerics_small_values_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3511914Z test_reference_numerics_small_values_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3512204Z test_reference_numerics_small_values_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3512494Z test_reference_numerics_small_values_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3512787Z test_reference_numerics_small_values_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3513105Z test_reference_numerics_small_values_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:14:54.3513381Z test_reference_numerics_small_values_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3513675Z test_reference_numerics_small_values_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:14:54.3513961Z test_reference_numerics_small_values_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:14:54.3514243Z test_reference_numerics_small_values_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:14:54.3514524Z test_reference_numerics_small_values_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3514804Z test_reference_numerics_small_values_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3515078Z test_reference_numerics_small_values_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3515458Z test_reference_numerics_small_values_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3515780Z test_reference_numerics_small_values_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3516035Z test_reference_numerics_small_values_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3516311Z test_reference_numerics_small_values_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3516615Z test_reference_numerics_small_values_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:14:54.3516875Z test_reference_numerics_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.109s) 2022-12-01T10:14:54.3517201Z test_reference_numerics_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.125s) 2022-12-01T10:14:54.3517461Z test_reference_numerics_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.189s) 2022-12-01T10:14:54.3517725Z test_reference_numerics_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.092s) 2022-12-01T10:14:54.3517983Z test_reference_numerics_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.111s) 2022-12-01T10:14:54.3518244Z test_reference_numerics_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:14:54.3518485Z test_reference_numerics_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:14:54.3518732Z test_reference_numerics_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:14:54.3518983Z test_reference_numerics_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:14:54.3519232Z test_reference_numerics_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:14:54.3519488Z test_reference_numerics_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:14:54.3519764Z test_reference_numerics_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:14:54.3520039Z test_remainder_fmod_large_dividend_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3520315Z test_remainder_fmod_large_dividend_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:14:54.3520544Z test_remainder_overflow_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3520751Z test_rpow_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:14:54.3521003Z test_scalar_support_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:14:54.3521255Z test_scalar_support_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.3521502Z test_scalar_support_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:14:54.3521767Z test_scalar_support_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:14:54.3522030Z test_scalar_support_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:14:54.3522286Z test_scalar_support_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:14:54.3522533Z test_scalar_support_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.3522786Z test_scalar_support_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.3523046Z test_scalar_support_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.3523301Z test_scalar_support_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.3523549Z test_scalar_support_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:14:54.3523799Z test_scalar_support_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:14:54.3524037Z test_scalar_support_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.3524308Z test_scalar_support_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:14:54.3524571Z test_scalar_support_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:14:54.3524874Z test_scalar_support_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:14:54.3525141Z test_scalar_support_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:14:54.3525403Z test_scalar_support_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:14:54.3525656Z test_scalar_support_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:14:54.3525907Z test_scalar_support_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.3526193Z test_scalar_support_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.3526439Z test_scalar_support_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:14:54.3526681Z test_scalar_support_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.3526915Z test_scalar_support_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.3527162Z test_scalar_support_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:14:54.3527491Z test_scalar_support_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.3527753Z test_scalar_support_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.3528013Z test_scalar_support_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.3528274Z test_scalar_support_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.3528529Z test_scalar_support_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.3528854Z test_scalar_support_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3529171Z test_scalar_support_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3529469Z test_scalar_support_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3529806Z test_scalar_support_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3530144Z test_scalar_support_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3530474Z test_scalar_support_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:54.3530721Z test_scalar_support_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.3530971Z test_scalar_support_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.3531219Z test_scalar_support_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:14:54.3531498Z test_scalar_support_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.3531761Z test_scalar_support_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.3532007Z test_scalar_support_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.3532274Z test_scalar_support_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.3532536Z test_scalar_support_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.3532789Z test_scalar_support_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.3533057Z test_scalar_support_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.3533323Z test_scalar_support_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.3533576Z test_scalar_support_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.3533871Z test_scalar_support_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.3534097Z test_scalar_support_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:14:54.3534356Z test_scalar_support_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.3534610Z test_scalar_support_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.3534864Z test_scalar_support_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.3535150Z test_scalar_support_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.3535407Z test_scalar_support_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.3535660Z test_scalar_support_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.3535923Z test_scalar_support_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.3536173Z test_scalar_support_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:14:54.3536414Z test_scalar_support_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:14:54.3536662Z test_scalar_support_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.3536899Z test_scalar_support_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:14:54.3537155Z test_scalar_support_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.3537407Z test_scalar_support_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:14:54.3537649Z test_scalar_support_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.3537912Z test_scalar_support_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:14:54.3538168Z test_scalar_support_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.3538405Z test_scalar_support_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:14:54.3538651Z test_scalar_support_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:14:54.3538892Z test_scalar_support_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.3539103Z test_signed_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) 2022-12-01T10:14:54.3539333Z Ensure that signed integer bit shifting works as expected. ... ok (0.003s) 2022-12-01T10:14:54.3539544Z test_signed_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) 2022-12-01T10:14:54.3539771Z Ensure that signed integer bit shifting works as expected. ... ok (0.003s) 2022-12-01T10:14:54.3539978Z test_signed_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) 2022-12-01T10:14:54.3540187Z Ensure that signed integer bit shifting works as expected. ... ok (0.002s) 2022-12-01T10:14:54.3540404Z test_signed_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) 2022-12-01T10:14:54.3540626Z Ensure that signed integer bit shifting works as expected. ... ok (0.003s) 2022-12-01T10:14:54.3540848Z test_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3541062Z test_sub_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:14:54.3541284Z test_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3541507Z test_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3541723Z test_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3541927Z test_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3542140Z test_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3542435Z test_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3542645Z test_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3542930Z test_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3543146Z test_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3543354Z test_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3543558Z test_sub_typing_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:14:54.3543926Z test_tensor_pow_tensor_cpu (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:1384: RuntimeWarning: invalid value encountered in power 2022-12-01T10:14:54.3544161Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-12-01T10:14:54.3544413Z test_binary_ufuncs.py:1384: RuntimeWarning: divide by zero encountered in power 2022-12-01T10:14:54.3544606Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-12-01T10:14:54.3544717Z ok (0.097s) 2022-12-01T10:14:54.3544935Z test_trapezoid_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.3545184Z test_true_divide_out_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3545408Z test_true_divide_out_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3545649Z test_type_promotion___radd___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:14:54.3545887Z test_type_promotion___rand___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:14:54.3546160Z test_type_promotion___rdiv___cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.014s) 2022-12-01T10:14:54.3546396Z test_type_promotion___rmod___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:14:54.3546631Z test_type_promotion___rmul___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:14:54.3546873Z test_type_promotion___ror___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:14:54.3547992Z test_type_promotion___rpow___cpu (__main__.TestBinaryUfuncsCPU) ... /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:14:54.3548234Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:14:54.3548329Z ok (0.015s) 2022-12-01T10:14:54.3548666Z test_type_promotion___rsub___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:14:54.3548909Z test_type_promotion___rxor___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:14:54.3549198Z test_type_promotion__refs_add_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.264s) 2022-12-01T10:14:54.3549447Z test_type_promotion__refs_atan2_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:14:54.3549715Z test_type_promotion__refs_bitwise_and_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:14:54.3549989Z test_type_promotion__refs_bitwise_left_shift_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:14:54.3550256Z test_type_promotion__refs_bitwise_or_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:14:54.3550517Z test_type_promotion__refs_bitwise_xor_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:14:54.3550761Z test_type_promotion__refs_clamp_max_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:14:54.3551019Z test_type_promotion__refs_clamp_min_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:14:54.3551305Z test_type_promotion__refs_copysign_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.009s) 2022-12-01T10:14:54.3551584Z test_type_promotion__refs_div_floor_rounding_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:14:54.3551868Z test_type_promotion__refs_div_no_rounding_mode_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:14:54.3552145Z test_type_promotion__refs_div_trunc_rounding_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:14:54.3552441Z test_type_promotion__refs_eq_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:14:54.3552734Z test_type_promotion__refs_float_power_cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.011s) 2022-12-01T10:14:54.3552990Z test_type_promotion__refs_floor_divide_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.141s) 2022-12-01T10:14:54.3553244Z test_type_promotion__refs_fmax_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:14:54.3553484Z test_type_promotion__refs_fmin_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:14:54.3553776Z test_type_promotion__refs_fmod_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:14:54.3554024Z test_type_promotion__refs_gcd_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:14:54.3554269Z test_type_promotion__refs_ge_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:14:54.3554508Z test_type_promotion__refs_gt_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:14:54.3554778Z test_type_promotion__refs_heaviside_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.073s) 2022-12-01T10:14:54.3555032Z test_type_promotion__refs_hypot_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.3555266Z test_type_promotion__refs_igamma_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.3555517Z test_type_promotion__refs_igammac_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.3555807Z test_type_promotion__refs_isclose_cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.011s) 2022-12-01T10:14:54.3556060Z test_type_promotion__refs_lcm_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:14:54.3556306Z test_type_promotion__refs_le_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:14:54.3556571Z test_type_promotion__refs_logical_and_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:14:54.3556828Z test_type_promotion__refs_logical_or_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:14:54.3557093Z test_type_promotion__refs_logical_xor_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:14:54.3557322Z test_type_promotion__refs_lt_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:14:54.3557578Z test_type_promotion__refs_maximum_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:14:54.3557834Z test_type_promotion__refs_minimum_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:14:54.3558087Z test_type_promotion__refs_mul_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:14:54.3558334Z test_type_promotion__refs_ne_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:14:54.3558596Z test_type_promotion__refs_nextafter_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.3558841Z test_type_promotion__refs_pow_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:14:54.3559098Z test_type_promotion__refs_remainder_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:14:54.3559336Z test_type_promotion__refs_rsub_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:14:54.3559601Z test_type_promotion__refs_special_zeta_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:14:54.3559853Z test_type_promotion__refs_sub_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:14:54.3560113Z test_type_promotion__refs_true_divide_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:14:54.3560356Z test_type_promotion_add_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:14:54.3560602Z test_type_promotion_atan2_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:14:54.3560857Z test_type_promotion_bitwise_and_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:14:54.3561148Z test_type_promotion_bitwise_left_shift_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.009s) 2022-12-01T10:14:54.3561447Z test_type_promotion_bitwise_or_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.3561736Z test_type_promotion_bitwise_right_shift_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.009s) 2022-12-01T10:14:54.3561985Z test_type_promotion_bitwise_xor_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.3562236Z test_type_promotion_clamp_max_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:14:54.3562480Z test_type_promotion_clamp_min_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:14:54.3562756Z test_type_promotion_complex_cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.015s) 2022-12-01T10:14:54.3563040Z test_type_promotion_copysign_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:14:54.3563310Z test_type_promotion_div_floor_rounding_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:14:54.3563581Z test_type_promotion_div_no_rounding_mode_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:14:54.3563834Z test_type_promotion_div_trunc_rounding_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:14:54.3564068Z test_type_promotion_eq_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:14:54.3564347Z test_type_promotion_float_power_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.009s) 2022-12-01T10:14:54.3564604Z test_type_promotion_floor_divide_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:14:54.3564867Z test_type_promotion_fmax_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.009s) 2022-12-01T10:14:54.3565128Z test_type_promotion_fmin_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.009s) 2022-12-01T10:14:54.3565370Z test_type_promotion_fmod_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:14:54.3565608Z test_type_promotion_gcd_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:14:54.3565828Z test_type_promotion_ge_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:14:54.3566069Z test_type_promotion_gt_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:14:54.3566357Z test_type_promotion_heaviside_cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.014s) 2022-12-01T10:14:54.3566598Z test_type_promotion_hypot_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:14:54.3566842Z test_type_promotion_igamma_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:14:54.3567088Z test_type_promotion_igammac_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:14:54.3567432Z test_type_promotion_isclose_cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.012s) 2022-12-01T10:14:54.3567733Z test_type_promotion_jiterator_binary_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.010s) 2022-12-01T10:14:54.3568063Z test_type_promotion_jiterator_binary_return_by_ref_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.010s) 2022-12-01T10:14:54.3568285Z test_type_promotion_lcm_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:14:54.3568534Z test_type_promotion_ldexp_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:14:54.3568766Z test_type_promotion_le_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:14:54.3569027Z test_type_promotion_logical_and_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:14:54.3569278Z test_type_promotion_logical_or_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:14:54.3569530Z test_type_promotion_logical_xor_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:14:54.3569770Z test_type_promotion_lt_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:14:54.3570024Z test_type_promotion_max_binary_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:14:54.3570254Z test_type_promotion_maximum_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:14:54.3570511Z test_type_promotion_min_binary_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:14:54.3570802Z test_type_promotion_minimum_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:14:54.3571039Z test_type_promotion_mul_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:14:54.3571272Z test_type_promotion_ne_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:14:54.3571523Z test_type_promotion_nextafter_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:14:54.3571791Z test_type_promotion_polar_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.009s) 2022-12-01T10:14:54.3572064Z test_type_promotion_pow_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:14:54.3572297Z test_type_promotion_remainder_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:14:54.3572535Z test_type_promotion_rsub_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:14:54.3572830Z test_type_promotion_special_chebyshev_polynomial_t_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:14:54.3573130Z test_type_promotion_special_chebyshev_polynomial_u_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:14:54.3573770Z test_type_promotion_special_chebyshev_polynomial_v_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.009s) 2022-12-01T10:14:54.3574374Z test_type_promotion_special_chebyshev_polynomial_w_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.009s) 2022-12-01T10:14:54.3574660Z test_type_promotion_special_hermite_polynomial_h_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:14:54.3574952Z test_type_promotion_special_hermite_polynomial_he_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:14:54.3575247Z test_type_promotion_special_laguerre_polynomial_l_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:14:54.3575849Z test_type_promotion_special_legendre_polynomial_p_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.009s) 2022-12-01T10:14:54.3576475Z test_type_promotion_special_shifted_chebyshev_polynomial_t_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.009s) 2022-12-01T10:14:54.3577105Z test_type_promotion_special_shifted_chebyshev_polynomial_u_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.009s) 2022-12-01T10:14:54.3577746Z test_type_promotion_special_shifted_chebyshev_polynomial_v_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.009s) 2022-12-01T10:14:54.3578372Z test_type_promotion_special_shifted_chebyshev_polynomial_w_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.009s) 2022-12-01T10:14:54.3578636Z test_type_promotion_special_xlog1py_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:14:54.3578898Z test_type_promotion_special_zeta_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:14:54.3579134Z test_type_promotion_sub_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:14:54.3579386Z test_type_promotion_true_divide_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:14:54.3579627Z test_type_promotion_xlogy_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:14:54.3579853Z test_xlogy_xlog1py_bfloat16_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:14:54.3580099Z test_xlogy_xlog1py_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:14:54.3580349Z test_xlogy_xlog1py_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:14:54.3580593Z test_xlogy_xlog1py_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:14:54.3580832Z test_xlogy_xlog1py_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:14:54.3581114Z test_xlogy_xlog1py_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:14:54.3581354Z test_xlogy_xlog1py_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:14:54.3581590Z test_xlogy_xlog1py_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:14:54.3581829Z test_xlogy_xlog1py_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:14:54.3582056Z test_xlogy_xlog1py_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:14:54.3582406Z test_xlogy_xlog1py_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:14:54.3582737Z test_xlogy_xlog1py_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:14:54.3582990Z test_xlogy_xlog1py_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:14:54.3583243Z test_xlogy_xlog1py_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:14:54.3583494Z test_xlogy_xlog1py_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:14:54.3583741Z test_xlogy_xlog1py_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:14:54.3583983Z test_xlogy_xlog1py_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:14:54.3584210Z test_xlogy_xlog1py_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:14:54.3584463Z test_xlogy_xlog1py_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:14:54.3584712Z test_xlogy_xlog1py_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:14:54.3584965Z test_xlogy_xlog1py_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:14:54.3585215Z test_xlogy_xlog1py_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:14:54.3585465Z test_xlogy_xlog1py_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:14:54.3585717Z test_xlogy_xlog1py_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:14:54.3585955Z test_xlogy_xlog1py_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:14:54.3586178Z test_xlogy_xlog1py_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:14:54.3586418Z test_xlogy_xlog1py_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:14:54.3586658Z test_xlogy_xlog1py_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:14:54.3586904Z test_xlogy_xlog1py_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:14:54.3587153Z test_xlogy_xlog1py_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:14:54.3587403Z test_xlogy_xlog1py_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:14:54.3587650Z test_xlogy_xlog1py_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:14:54.3587904Z test_xlogy_xlog1py_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:14:54.3588147Z test_xlogy_xlog1py_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:14:54.3588373Z test_xlogy_xlog1py_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:14:54.3588617Z test_xlogy_xlog1py_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:14:54.3588862Z test_xlogy_xlog1py_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:14:54.3589109Z test_xlogy_xlog1py_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:14:54.3589348Z test_xlogy_xlog1py_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:14:54.3589586Z test_xlogy_xlog1py_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:14:54.3589820Z test_xlogy_xlog1py_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:14:54.3590144Z test_xlogy_xlog1py_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:14:54.3590366Z test_xlogy_xlog1py_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:14:54.3590603Z test_xlogy_xlog1py_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:14:54.3590843Z test_xlogy_xlog1py_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:14:54.3591081Z test_xlogy_xlog1py_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:14:54.3591357Z test_xlogy_xlog1py_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:14:54.3591604Z test_xlogy_xlog1py_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:14:54.3591841Z test_xlogy_xlog1py_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:14:54.3592081Z test_xlogy_xlog1py_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:14:54.3592308Z test_xlogy_xlog1py_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:14:54.3592550Z test_xlogy_xlog1py_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:14:54.3592787Z test_xlogy_xlog1py_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:14:54.3593028Z test_xlogy_xlog1py_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:14:54.3593266Z test_xlogy_xlog1py_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:14:54.3593510Z test_xlogy_xlog1py_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:14:54.3593753Z test_xlogy_xlog1py_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:14:54.3593994Z test_xlogy_xlog1py_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:14:54.3594234Z test_xlogy_xlog1py_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:14:54.3594462Z test_xlogy_xlog1py_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:14:54.3594699Z test_xlogy_xlog1py_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:14:54.3594936Z test_xlogy_xlog1py_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:14:54.3595171Z test_xlogy_xlog1py_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:14:54.3595403Z test_xlogy_xlog1py_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:14:54.3595651Z test_xlogy_xlog1py_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:14:54.3595897Z test_xlogy_xlog1py_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:14:54.3596138Z test_xlogy_xlog1py_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:14:54.3596364Z test_xlogy_xlog1py_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:14:54.3596609Z test_xlogy_xlog1py_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:14:54.3596846Z test_xlogy_xlog1py_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:14:54.3597081Z test_xlogy_xlog1py_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:14:54.3597323Z test_xlogy_xlog1py_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:14:54.3597568Z test_xlogy_xlog1py_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:14:54.3597809Z test_xlogy_xlog1py_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:14:54.3598060Z test_xlogy_xlog1py_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:14:54.3598287Z test_xlogy_xlog1py_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:14:54.3598527Z test_xlogy_xlog1py_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:14:54.3598813Z test_xlogy_xlog1py_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:14:54.3599056Z test_xlogy_xlog1py_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:14:54.3599295Z test_xlogy_xlog1py_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:14:54.3599539Z test_xlogy_xlog1py_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:14:54.3599778Z test_xlogy_xlog1py_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:14:54.3600065Z test_xlogy_xlog1py_gradients_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3600324Z test_xlogy_xlog1py_scalar_type_promotion_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:14:54.3600671Z test_zeta_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:14:54.3601013Z test_zeta_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:14:54.3601358Z test_zeta_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:14:54.3601695Z test_zeta_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:14:54.3602043Z test_zeta_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:14:54.3602385Z test_zeta_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:14:54.3602720Z test_zeta_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:14:54.3603057Z test_zeta_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:14:54.3603409Z test_zeta_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:14:54.3603754Z test_zeta_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:14:54.3604083Z test_zeta_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:14:54.3604437Z test_zeta_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:14:54.3604781Z test_zeta_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:14:54.3605115Z test_zeta_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:14:54.3605461Z test_zeta_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:14:54.3605799Z test_zeta_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:14:54.3606136Z test_zeta_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:14:54.3606483Z test_zeta_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:14:54.3606828Z test_zeta_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:14:54.3607168Z test_zeta_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:14:54.3607600Z test_zeta_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:14:54.3607921Z test_zeta_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:14:54.3608258Z test_zeta_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:14:54.3608635Z test_zeta_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:14:54.3608971Z test_zeta_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:14:54.3609310Z test_zeta_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:14:54.3609658Z test_zeta_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:14:54.3609996Z test_zeta_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:14:54.3610336Z test_zeta_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:14:54.3610676Z test_zeta_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:14:54.3611007Z test_zeta_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:14:54.3611327Z test_zeta_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:14:54.3611667Z test_zeta_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:14:54.3612007Z test_zeta_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:14:54.3612346Z test_zeta_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:14:54.3612682Z test_zeta_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:14:54.3613014Z test_zeta_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:14:54.3613345Z test_zeta_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:14:54.3613676Z test_zeta_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:14:54.3614011Z test_zeta_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:14:54.3614341Z test_zeta_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:14:54.3614686Z test_zeta_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:14:54.3615013Z test_zeta_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:14:54.3615346Z test_zeta_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:14:54.3615716Z test_zeta_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:14:54.3616045Z test_zeta_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:14:54.3616377Z test_zeta_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:14:54.3616751Z test_zeta_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:14:54.3617088Z test_zeta_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:14:54.3617433Z test_zeta_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:14:54.3617777Z test_zeta_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:14:54.3618106Z test_zeta_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:14:54.3618422Z test_zeta_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:14:54.3618754Z test_zeta_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:14:54.3619085Z test_zeta_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:14:54.3619420Z test_zeta_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:14:54.3619755Z test_zeta_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:14:54.3620094Z test_zeta_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:14:54.3620436Z test_zeta_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:14:54.3620773Z test_zeta_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:14:54.3621111Z test_zeta_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:14:54.3621443Z test_zeta_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:14:54.3621777Z test_zeta_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:14:54.3622100Z test_zeta_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:14:54.3622130Z 2022-12-01T10:14:54.3622676Z ---------------------------------------------------------------------- 2022-12-01T10:14:54.3622807Z Ran 8284 tests in 92.815s 2022-12-01T10:14:54.3622817Z 2022-12-01T10:14:54.3622977Z OK (skipped=901, expected failures=14) 2022-12-01T10:14:54.3622985Z 2022-12-01T10:14:54.3623131Z Generating XML reports... 2022-12-01T10:14:54.3623662Z Generated XML report: test-reports/python-unittest/test_binary_ufuncs/TEST-TestBinaryUfuncsCPU-20221201101319.xml 2022-12-01T10:14:54.3623670Z 2022-12-01T10:14:54.3624185Z ##[endgroup] 2022-12-01T10:14:54.3624693Z FINISHED PRINTING LOG FILE of test_binary_ufuncs (/var/lib/jenkins/workspace/test/test-reports/test_binary_ufuncs_tmgqnvlv) 2022-12-01T10:14:54.3624771Z 2022-12-01T10:14:55.7094696Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:14:55.7713531Z Ignoring disabled issues: [] 2022-12-01T10:14:55.7853326Z Running test_mkldnn_fusion ... [2022-12-01 10:14:55.785046] 2022-12-01T10:14:55.7855621Z Executing ['/opt/conda/bin/python', '-bb', 'test_mkldnn_fusion.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:14:55.785371] 2022-12-01T10:15:10.8766718Z 2022-12-01T10:15:10.8767292Z Expand the folded group to see the log file of test_mkldnn_fusion 2022-12-01T10:15:10.8768529Z ##[group]PRINTING LOG FILE of test_mkldnn_fusion (/var/lib/jenkins/workspace/test/test-reports/test_mkldnn_fusion_gxmxmwro) 2022-12-01T10:15:10.8769415Z Test results will be stored in test-reports/python-unittest/test_mkldnn_fusion 2022-12-01T10:15:10.8769731Z 2022-12-01T10:15:10.8769853Z Running tests... 2022-12-01T10:15:10.8770366Z ---------------------------------------------------------------------- 2022-12-01T10:15:10.8770856Z test_conv_eltwise (__main__.TestMkldnnFusion) ... ok (1.098s) 2022-12-01T10:15:10.8771308Z test_single_conv (__main__.TestMkldnnFusion) ... ok (1.691s) 2022-12-01T10:15:10.8771777Z test_unsupported_conv (__main__.TestMkldnnFusion) ... ok (10.958s) 2022-12-01T10:15:10.8772048Z 2022-12-01T10:15:10.8772378Z ---------------------------------------------------------------------- 2022-12-01T10:15:10.8772763Z Ran 3 tests in 13.747s 2022-12-01T10:15:10.8772950Z 2022-12-01T10:15:10.8773048Z OK 2022-12-01T10:15:10.8773198Z 2022-12-01T10:15:10.8773334Z Generating XML reports... 2022-12-01T10:15:10.8774038Z Generated XML report: test-reports/python-unittest/test_mkldnn_fusion/TEST-TestMkldnnFusion-20221201101456.xml 2022-12-01T10:15:10.8774431Z 2022-12-01T10:15:10.8774795Z ##[endgroup] 2022-12-01T10:15:10.8775454Z FINISHED PRINTING LOG FILE of test_mkldnn_fusion (/var/lib/jenkins/workspace/test/test-reports/test_mkldnn_fusion_gxmxmwro) 2022-12-01T10:15:10.8775823Z 2022-12-01T10:15:12.3082385Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:15:12.3682378Z Ignoring disabled issues: [] 2022-12-01T10:15:12.3821433Z Running test_serialization ... [2022-12-01 10:15:12.381807] 2022-12-01T10:15:12.3823936Z Executing ['/opt/conda/bin/python', '-bb', 'test_serialization.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:15:12.382078] 2022-12-01T10:15:26.0200413Z 2022-12-01T10:15:26.0201286Z Expand the folded group to see the log file of test_fx_experimental 2022-12-01T10:15:26.0202893Z ##[group]PRINTING LOG FILE of test_fx_experimental (/var/lib/jenkins/workspace/test/test-reports/test_fx_experimental_945bpd34) 2022-12-01T10:15:26.0203928Z Test results will be stored in test-reports/python-unittest/test_fx_experimental 2022-12-01T10:15:26.0204366Z 2022-12-01T10:15:26.0205037Z Running tests... 2022-12-01T10:15:26.0205675Z ---------------------------------------------------------------------- 2022-12-01T10:15:26.0206971Z 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:26.0208294Z warnings.warn("The TorchScript type system doesn't support " 2022-12-01T10:15:26.0208681Z ok (1.977s) 2022-12-01T10:15:26.0209085Z test_aot_based_partition (__main__.TestFXExperimental) ... ok (0.009s) 2022-12-01T10:15:26.0209579Z test_call_to_assert_no_msg (__main__.TestFXExperimental) ... ok (0.006s) 2022-12-01T10:15:26.0210116Z test_call_to_assert_with_empty_msg (__main__.TestFXExperimental) ... ok (0.005s) 2022-12-01T10:15:26.0210688Z test_call_to_assert_with_msg (__main__.TestFXExperimental) ... ok (0.005s) 2022-12-01T10:15:26.0211258Z test_call_to_assert_with_multiline_message (__main__.TestFXExperimental) ... ok (0.005s) 2022-12-01T10:15:26.0212085Z test_conv_bn_fusion (__main__.TestFXExperimental) ... ok (1.145s) 2022-12-01T10:15:26.0212626Z test_conv_bn_fusion_not_running_state (__main__.TestFXExperimental) ... ok (0.010s) 2022-12-01T10:15:26.0213154Z test_cost_aware_partition (__main__.TestFXExperimental) ... ok (0.013s) 2022-12-01T10:15:26.0213623Z test_fetch (__main__.TestFXExperimental) ... ok (0.004s) 2022-12-01T10:15:26.0214105Z test_find_single_partition (__main__.TestFXExperimental) ... ok (0.004s) 2022-12-01T10:15:26.0214605Z test_lack_of_devices (__main__.TestFXExperimental) ... ok (0.003s) 2022-12-01T10:15:26.0215176Z test_large_node_error (__main__.TestFXExperimental) ... ok (0.004s) 2022-12-01T10:15:26.0215637Z test_merge_matmuls (__main__.TestFXExperimental) 2022-12-01T10:15:26.0216142Z A collection of test cases for torch.fx.experimental.merge_matmul, ... ok (0.028s) 2022-12-01T10:15:26.0216663Z test_meta_tracer (__main__.TestFXExperimental) ... ok (0.019s) 2022-12-01T10:15:26.0217176Z test_normalize_args (__main__.TestFXExperimental) ... ok (0.678s) 2022-12-01T10:15:26.0218391Z 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:26.0219278Z f"Does not support nested parametric types, got {signature_type}. Please file a bug.") 2022-12-01T10:15:26.0219720Z ok (0.005s) 2022-12-01T10:15:26.0220164Z test_normalize_args_preserve_meta (__main__.TestFXExperimental) ... ok (0.004s) 2022-12-01T10:15:26.0220748Z test_normalize_binary_operators (__main__.TestFXExperimental) ... ok (0.057s) 2022-12-01T10:15:26.0221311Z test_normalize_modules_exhaustive (__main__.TestFXExperimental) 2022-12-01T10:15:26.0222874Z Exhaustively test `Node.normalized_arguments` on all standard ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:26.0223422Z r = func(*args, **kwargs) 2022-12-01T10:15:26.0223600Z ok (1.704s) 2022-12-01T10:15:26.0223842Z test_optimize_for_inference_cpu (__main__.TestFXExperimental) ... ok (0.293s) 2022-12-01T10:15:26.0224161Z test_optimize_for_inference_cpu_torchvision (__main__.TestFXExperimental) ... ok (10.579s) 2022-12-01T10:15:26.0224491Z test_partition_device_mapping (__main__.TestFXExperimental) ... ok (0.013s) 2022-12-01T10:15:26.0224798Z test_partition_latency (__main__.TestFXExperimental) ... ok (0.011s) 2022-12-01T10:15:26.0225091Z test_partition_node_manipulation (__main__.TestFXExperimental) ... ok (0.008s) 2022-12-01T10:15:26.0225411Z test_replace_target_nodes_with (__main__.TestFXExperimental) ... ok (0.005s) 2022-12-01T10:15:26.0225711Z test_saturate_host (__main__.TestFXExperimental) ... [0, 4] 2022-12-01T10:15:26.0225915Z [1, 2] 2022-12-01T10:15:26.0226071Z ok (0.011s) 2022-12-01T10:15:26.0226304Z test_size_based_partition (__main__.TestFXExperimental) ... ok (0.009s) 2022-12-01T10:15:26.0226602Z test_sparse_nn_partition (__main__.TestFXExperimental) ... ok (0.190s) 2022-12-01T10:15:26.0227478Z 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:26.0228036Z warnings.warn(msg, FutureWarning) 2022-12-01T10:15:26.0228234Z ok (0.010s) 2022-12-01T10:15:26.0228481Z test_split_module_kwargs_expansion (__main__.TestFXExperimental) ... ok (0.006s) 2022-12-01T10:15:26.0228783Z test_split_qualname_mapping (__main__.TestFXExperimental) ... ok (0.009s) 2022-12-01T10:15:26.0229175Z test_subgraph_creation (__main__.TestFXExperimental) ... ok (0.013s) 2022-12-01T10:15:26.0229482Z test_subgraph_trivial_resnet (__main__.TestFXExperimental) ... ok (0.480s) 2022-12-01T10:15:26.0229775Z test_subgraph_uniquename (__main__.TestFXExperimental) ... ok (0.009s) 2022-12-01T10:15:26.0230408Z 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:26.0230956Z warnings.warn("Was not able to save the following children modules as reprs -" 2022-12-01T10:15:26.0231200Z ok (0.012s) 2022-12-01T10:15:26.0231452Z test_traceable_function_with_nonstandard_name (__main__.TestFXExperimental) ... ok (0.003s) 2022-12-01T10:15:26.0231765Z test_type_matches (__main__.TestFXExperimental) ... ok (0.002s) 2022-12-01T10:15:26.0232090Z test_normalize_args_op_overload_cpu (__main__.TestNormalizeOperatorsCPU) ... ok (0.001s) 2022-12-01T10:15:26.0232468Z test_normalize_operator_exhaustive_H_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:15:26.0232876Z test_normalize_operator_exhaustive_T_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:15:26.0233297Z test_normalize_operator_exhaustive___getitem___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-12-01T10:15:26.0233717Z test_normalize_operator_exhaustive___radd___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-12-01T10:15:26.0234128Z test_normalize_operator_exhaustive___rdiv___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:15:26.0234549Z test_normalize_operator_exhaustive___rmatmul___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-12-01T10:15:26.0234968Z test_normalize_operator_exhaustive___rmod___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:15:26.0235383Z test_normalize_operator_exhaustive___rmul___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-12-01T10:15:26.0236255Z 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:26.0236837Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:15:26.0237079Z expected failure (0.006s) 2022-12-01T10:15:26.0237398Z test_normalize_operator_exhaustive___rsub___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:15:26.0237787Z test_normalize_operator_exhaustive_abs_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-12-01T10:15:26.0238175Z test_normalize_operator_exhaustive_acos_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-12-01T10:15:26.0238566Z test_normalize_operator_exhaustive_acosh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:15:26.0238953Z test_normalize_operator_exhaustive_add_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.050s) 2022-12-01T10:15:26.0239328Z test_normalize_operator_exhaustive_addbmm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.028s) 2022-12-01T10:15:26.0239725Z test_normalize_operator_exhaustive_addcdiv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.045s) 2022-12-01T10:15:26.0240119Z test_normalize_operator_exhaustive_addcmul_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.045s) 2022-12-01T10:15:26.0240511Z test_normalize_operator_exhaustive_addmm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-12-01T10:15:26.0240939Z test_normalize_operator_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-12-01T10:15:26.0241338Z test_normalize_operator_exhaustive_addmv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.038s) 2022-12-01T10:15:26.0241730Z test_normalize_operator_exhaustive_addr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.035s) 2022-12-01T10:15:26.0242114Z test_normalize_operator_exhaustive_all_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.074s) 2022-12-01T10:15:26.0242523Z test_normalize_operator_exhaustive_allclose_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.102s) 2022-12-01T10:15:26.0242911Z test_normalize_operator_exhaustive_amax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.088s) 2022-12-01T10:15:26.0243293Z test_normalize_operator_exhaustive_amin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.097s) 2022-12-01T10:15:26.0244563Z test_normalize_operator_exhaustive_aminmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:26.0245341Z r = func(*args, **kwargs) 2022-12-01T10:15:26.0245527Z ok (0.039s) 2022-12-01T10:15:26.0245799Z test_normalize_operator_exhaustive_angle_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:15:26.0246187Z test_normalize_operator_exhaustive_any_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.073s) 2022-12-01T10:15:26.0246591Z test_normalize_operator_exhaustive_arange_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.036s) 2022-12-01T10:15:26.0246988Z test_normalize_operator_exhaustive_argmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.062s) 2022-12-01T10:15:26.0247450Z test_normalize_operator_exhaustive_argmin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.052s) 2022-12-01T10:15:26.0247841Z test_normalize_operator_exhaustive_argsort_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.095s) 2022-12-01T10:15:26.0248241Z test_normalize_operator_exhaustive_argwhere_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.023s) 2022-12-01T10:15:26.0248621Z test_normalize_operator_exhaustive_as_strided_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-12-01T10:15:26.0249029Z test_normalize_operator_exhaustive_as_strided_scatter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-12-01T10:15:26.0249421Z test_normalize_operator_exhaustive_asin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-12-01T10:15:26.0249811Z test_normalize_operator_exhaustive_asinh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-12-01T10:15:26.0250184Z test_normalize_operator_exhaustive_atan2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.049s) 2022-12-01T10:15:26.0250566Z test_normalize_operator_exhaustive_atan_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-12-01T10:15:26.0250945Z test_normalize_operator_exhaustive_atanh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-12-01T10:15:26.0251356Z test_normalize_operator_exhaustive_atleast_1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:15:26.0251761Z test_normalize_operator_exhaustive_atleast_2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-12-01T10:15:26.0252167Z test_normalize_operator_exhaustive_atleast_3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:15:26.0252617Z test_normalize_operator_exhaustive_baddbmm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-12-01T10:15:26.0253022Z test_normalize_operator_exhaustive_bernoulli_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.009s) 2022-12-01T10:15:26.0253426Z test_normalize_operator_exhaustive_bfloat16_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:15:26.0253851Z test_normalize_operator_exhaustive_block_diag_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-12-01T10:15:26.0254278Z test_normalize_operator_exhaustive_bmm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:15:26.0254673Z test_normalize_operator_exhaustive_bool_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:15:26.0255091Z test_normalize_operator_exhaustive_broadcast_shapes_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:15:26.0255536Z test_normalize_operator_exhaustive_broadcast_tensors_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:15:26.0255957Z test_normalize_operator_exhaustive_broadcast_to_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-12-01T10:15:26.0256358Z test_normalize_operator_exhaustive_bucketize_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.116s) 2022-12-01T10:15:26.0256747Z test_normalize_operator_exhaustive_byte_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-12-01T10:15:26.0257174Z test_normalize_operator_exhaustive_cartesian_prod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-12-01T10:15:26.0257581Z test_normalize_operator_exhaustive_cat_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-12-01T10:15:26.0257951Z test_normalize_operator_exhaustive_cdist_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.877s) 2022-12-01T10:15:26.0258334Z test_normalize_operator_exhaustive_ceil_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-12-01T10:15:26.0259211Z test_normalize_operator_exhaustive_chalf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:26.0259732Z r = func(*args, **kwargs) 2022-12-01T10:15:26.0259931Z expected failure (0.004s) 2022-12-01T10:15:26.0260230Z test_normalize_operator_exhaustive_char_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-12-01T10:15:26.0261034Z test_normalize_operator_exhaustive_cholesky_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-12-01T10:15:26.0261520Z L = torch.cholesky(A) 2022-12-01T10:15:26.0261701Z should be replaced with 2022-12-01T10:15:26.0262305Z L = torch.linalg.cholesky(A) 2022-12-01T10:15:26.0262492Z and 2022-12-01T10:15:26.0262672Z U = torch.cholesky(A, upper=True) 2022-12-01T10:15:26.0262864Z should be replaced with 2022-12-01T10:15:26.0263071Z U = torch.linalg.cholesky(A).mH(). 2022-12-01T10:15:26.0263498Z 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:26.0263863Z r = func(*args, **kwargs) 2022-12-01T10:15:26.0264040Z ok (0.068s) 2022-12-01T10:15:26.0264331Z test_normalize_operator_exhaustive_cholesky_inverse_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.057s) 2022-12-01T10:15:26.0264792Z test_normalize_operator_exhaustive_cholesky_solve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.065s) 2022-12-01T10:15:26.0265192Z test_normalize_operator_exhaustive_chunk_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.024s) 2022-12-01T10:15:26.0265576Z test_normalize_operator_exhaustive_clamp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-12-01T10:15:26.0265967Z test_normalize_operator_exhaustive_clamp_max_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.047s) 2022-12-01T10:15:26.0266390Z test_normalize_operator_exhaustive_clamp_min_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.044s) 2022-12-01T10:15:26.0266780Z test_normalize_operator_exhaustive_clone_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-12-01T10:15:26.0267185Z test_normalize_operator_exhaustive_column_stack_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-12-01T10:15:26.0267602Z test_normalize_operator_exhaustive_combinations_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.059s) 2022-12-01T10:15:26.0267980Z test_normalize_operator_exhaustive_complex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-12-01T10:15:26.0268367Z test_normalize_operator_exhaustive_conj_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:15:26.0268758Z test_normalize_operator_exhaustive_conj_physical_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-12-01T10:15:26.0269161Z test_normalize_operator_exhaustive_constant_pad_nd_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.166s) 2022-12-01T10:15:26.0269564Z test_normalize_operator_exhaustive_contiguous_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-12-01T10:15:26.0269969Z test_normalize_operator_exhaustive_copysign_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-12-01T10:15:26.0270360Z test_normalize_operator_exhaustive_corrcoef_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-12-01T10:15:26.0270743Z test_normalize_operator_exhaustive_cos_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-12-01T10:15:26.0271112Z test_normalize_operator_exhaustive_cosh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-12-01T10:15:26.0271496Z test_normalize_operator_exhaustive_count_nonzero_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.067s) 2022-12-01T10:15:26.0271880Z test_normalize_operator_exhaustive_cov_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.148s) 2022-12-01T10:15:26.0272254Z test_normalize_operator_exhaustive_cross_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-12-01T10:15:26.0272638Z test_normalize_operator_exhaustive_cummax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-12-01T10:15:26.0273024Z test_normalize_operator_exhaustive_cummin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-12-01T10:15:26.0273416Z test_normalize_operator_exhaustive_cumprod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.057s) 2022-12-01T10:15:26.0273791Z test_normalize_operator_exhaustive_cumsum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.023s) 2022-12-01T10:15:26.0274191Z test_normalize_operator_exhaustive_cumulative_trapezoid_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-12-01T10:15:26.0274593Z test_normalize_operator_exhaustive_deg2rad_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:15:26.0274981Z test_normalize_operator_exhaustive_diag_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.050s) 2022-12-01T10:15:26.0275353Z test_normalize_operator_exhaustive_diag_embed_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.054s) 2022-12-01T10:15:26.0275748Z test_normalize_operator_exhaustive_diagflat_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-12-01T10:15:26.0276171Z test_normalize_operator_exhaustive_diagonal_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.050s) 2022-12-01T10:15:26.0276568Z test_normalize_operator_exhaustive_diagonal_scatter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.055s) 2022-12-01T10:15:26.0276949Z test_normalize_operator_exhaustive_diff_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.225s) 2022-12-01T10:15:26.0277339Z test_normalize_operator_exhaustive_digamma_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-12-01T10:15:26.0277760Z test_normalize_operator_exhaustive_dist_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.169s) 2022-12-01T10:15:26.0278162Z test_normalize_operator_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.043s) 2022-12-01T10:15:26.0278562Z test_normalize_operator_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.042s) 2022-12-01T10:15:26.0278977Z test_normalize_operator_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.045s) 2022-12-01T10:15:26.0279371Z test_normalize_operator_exhaustive_dot_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-12-01T10:15:26.0279755Z test_normalize_operator_exhaustive_double_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-12-01T10:15:26.0280156Z test_normalize_operator_exhaustive_dsplit_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:15:26.0280547Z test_normalize_operator_exhaustive_dstack_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-12-01T10:15:26.0280948Z test_normalize_operator_exhaustive_einsum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-12-01T10:15:26.0281353Z test_normalize_operator_exhaustive_empty_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-12-01T10:15:26.0281768Z test_normalize_operator_exhaustive_empty_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:15:26.0282164Z test_normalize_operator_exhaustive_eq_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.053s) 2022-12-01T10:15:26.0282548Z test_normalize_operator_exhaustive_equal_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.022s) 2022-12-01T10:15:26.0282915Z test_normalize_operator_exhaustive_erf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-12-01T10:15:26.0283294Z test_normalize_operator_exhaustive_erfc_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-12-01T10:15:26.0283682Z test_normalize_operator_exhaustive_erfinv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-12-01T10:15:26.0284064Z test_normalize_operator_exhaustive_exp2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-12-01T10:15:26.0295080Z test_normalize_operator_exhaustive_exp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-12-01T10:15:26.0295629Z test_normalize_operator_exhaustive_expand_as_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:15:26.0296054Z test_normalize_operator_exhaustive_expand_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:15:26.0296466Z test_normalize_operator_exhaustive_expm1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-12-01T10:15:26.0296875Z test_normalize_operator_exhaustive_eye_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-12-01T10:15:26.0297283Z test_normalize_operator_exhaustive_fft_fft2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.103s) 2022-12-01T10:15:26.0297657Z test_normalize_operator_exhaustive_fft_fft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-12-01T10:15:26.0298042Z test_normalize_operator_exhaustive_fft_fftn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.047s) 2022-12-01T10:15:26.0298541Z test_normalize_operator_exhaustive_fft_fftshift_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-12-01T10:15:26.0298938Z test_normalize_operator_exhaustive_fft_hfft2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.038s) 2022-12-01T10:15:26.0299316Z test_normalize_operator_exhaustive_fft_hfft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.043s) 2022-12-01T10:15:26.0299707Z test_normalize_operator_exhaustive_fft_hfftn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.049s) 2022-12-01T10:15:26.0300141Z test_normalize_operator_exhaustive_fft_ifft2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-12-01T10:15:26.0300532Z test_normalize_operator_exhaustive_fft_ifft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.042s) 2022-12-01T10:15:26.0300904Z test_normalize_operator_exhaustive_fft_ifftn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.047s) 2022-12-01T10:15:26.0301300Z test_normalize_operator_exhaustive_fft_ifftshift_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-12-01T10:15:26.0301697Z test_normalize_operator_exhaustive_fft_ihfft2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-12-01T10:15:26.0302073Z test_normalize_operator_exhaustive_fft_ihfft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.041s) 2022-12-01T10:15:26.0302577Z test_normalize_operator_exhaustive_fft_ihfftn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.046s) 2022-12-01T10:15:26.0302969Z test_normalize_operator_exhaustive_fft_irfft2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.038s) 2022-12-01T10:15:26.0303365Z test_normalize_operator_exhaustive_fft_irfft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.039s) 2022-12-01T10:15:26.0303738Z test_normalize_operator_exhaustive_fft_irfftn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.046s) 2022-12-01T10:15:26.0304132Z test_normalize_operator_exhaustive_fft_rfft2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-12-01T10:15:26.0304524Z test_normalize_operator_exhaustive_fft_rfft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-12-01T10:15:26.0304912Z test_normalize_operator_exhaustive_fft_rfftn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-12-01T10:15:26.0305285Z test_normalize_operator_exhaustive_fill_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:15:26.0305670Z test_normalize_operator_exhaustive_flatten_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.023s) 2022-12-01T10:15:26.0306058Z test_normalize_operator_exhaustive_flip_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.036s) 2022-12-01T10:15:26.0306443Z test_normalize_operator_exhaustive_fliplr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-12-01T10:15:26.0306817Z test_normalize_operator_exhaustive_flipud_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-12-01T10:15:26.0307224Z test_normalize_operator_exhaustive_float_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-12-01T10:15:26.0307631Z test_normalize_operator_exhaustive_float_power_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-12-01T10:15:26.0308026Z test_normalize_operator_exhaustive_floor_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-12-01T10:15:26.0308400Z test_normalize_operator_exhaustive_floor_divide_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.035s) 2022-12-01T10:15:26.0308792Z test_normalize_operator_exhaustive_fmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-12-01T10:15:26.0309173Z test_normalize_operator_exhaustive_fmin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-12-01T10:15:26.0309534Z test_normalize_operator_exhaustive_fmod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.043s) 2022-12-01T10:15:26.0309980Z test_normalize_operator_exhaustive_frac_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-12-01T10:15:26.0310364Z test_normalize_operator_exhaustive_frexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-12-01T10:15:26.0310753Z test_normalize_operator_exhaustive_full_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.028s) 2022-12-01T10:15:26.0311128Z test_normalize_operator_exhaustive_gather_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.021s) 2022-12-01T10:15:26.0311553Z test_normalize_operator_exhaustive_ge_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.036s) 2022-12-01T10:15:26.0311936Z test_normalize_operator_exhaustive_geqrf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.138s) 2022-12-01T10:15:26.0312342Z test_normalize_operator_exhaustive_gradient_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.047s) 2022-12-01T10:15:26.0312731Z test_normalize_operator_exhaustive_gt_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.051s) 2022-12-01T10:15:26.0313128Z test_normalize_operator_exhaustive_half_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:15:26.0313531Z test_normalize_operator_exhaustive_heaviside_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.047s) 2022-12-01T10:15:26.0313921Z test_normalize_operator_exhaustive_histc_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.448s) 2022-12-01T10:15:26.0314295Z test_normalize_operator_exhaustive_histogram_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (1.272s) 2022-12-01T10:15:26.0314706Z test_normalize_operator_exhaustive_histogramdd_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.085s) 2022-12-01T10:15:26.0315118Z test_normalize_operator_exhaustive_hsplit_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-12-01T10:15:26.0315488Z test_normalize_operator_exhaustive_hstack_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-12-01T10:15:26.0315871Z test_normalize_operator_exhaustive_hypot_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.047s) 2022-12-01T10:15:26.0316254Z test_normalize_operator_exhaustive_i0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-12-01T10:15:26.0316638Z test_normalize_operator_exhaustive_igamma_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.046s) 2022-12-01T10:15:26.0317011Z test_normalize_operator_exhaustive_igammac_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.046s) 2022-12-01T10:15:26.0317400Z test_normalize_operator_exhaustive_index_add_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.057s) 2022-12-01T10:15:26.0317796Z test_normalize_operator_exhaustive_index_copy_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-12-01T10:15:26.0318190Z test_normalize_operator_exhaustive_index_fill_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.022s) 2022-12-01T10:15:26.0319048Z 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:26.0319618Z f"Does not support nested parametric types, got {signature_type}. Please file a bug.") 2022-12-01T10:15:26.0319884Z expected failure (0.010s) 2022-12-01T10:15:26.0320697Z test_normalize_operator_exhaustive_index_reduce_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:26.0321241Z r = func(*args, **kwargs) 2022-12-01T10:15:26.0321447Z ok (0.188s) 2022-12-01T10:15:26.0321738Z test_normalize_operator_exhaustive_index_select_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.019s) 2022-12-01T10:15:26.0322132Z test_normalize_operator_exhaustive_inner_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-12-01T10:15:26.0322519Z test_normalize_operator_exhaustive_int_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:15:26.0322921Z test_normalize_operator_exhaustive_isclose_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.088s) 2022-12-01T10:15:26.0323342Z test_normalize_operator_exhaustive_isfinite_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-12-01T10:15:26.0323733Z test_normalize_operator_exhaustive_isin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-12-01T10:15:26.0324105Z test_normalize_operator_exhaustive_isinf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-12-01T10:15:26.0324493Z test_normalize_operator_exhaustive_isnan_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-12-01T10:15:26.0324879Z test_normalize_operator_exhaustive_isneginf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-12-01T10:15:26.0325269Z test_normalize_operator_exhaustive_isposinf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-12-01T10:15:26.0325642Z test_normalize_operator_exhaustive_isreal_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-12-01T10:15:26.0326610Z test_normalize_operator_exhaustive_istft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:26.0327261Z r = func(*args, **kwargs) 2022-12-01T10:15:26.0327454Z ok (0.070s) 2022-12-01T10:15:26.0327765Z test_normalize_operator_exhaustive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Only runs on cuda (0.005s) 2022-12-01T10:15:26.0328234Z test_normalize_operator_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Only runs on cuda (0.006s) 2022-12-01T10:15:26.0328694Z test_normalize_operator_exhaustive_jiterator_binary_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Only runs on cuda (0.005s) 2022-12-01T10:15:26.0329152Z test_normalize_operator_exhaustive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Only runs on cuda (0.006s) 2022-12-01T10:15:26.0329590Z test_normalize_operator_exhaustive_jiterator_unary_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Only runs on cuda (0.005s) 2022-12-01T10:15:26.0330001Z test_normalize_operator_exhaustive_kron_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:15:26.0330392Z test_normalize_operator_exhaustive_kthvalue_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.061s) 2022-12-01T10:15:26.0330782Z test_normalize_operator_exhaustive_ldexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.049s) 2022-12-01T10:15:26.0331154Z test_normalize_operator_exhaustive_le_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.052s) 2022-12-01T10:15:26.0331533Z test_normalize_operator_exhaustive_lerp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.081s) 2022-12-01T10:15:26.0331922Z test_normalize_operator_exhaustive_lgamma_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-12-01T10:15:26.0332318Z test_normalize_operator_exhaustive_linalg_cholesky_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.115s) 2022-12-01T10:15:26.0332716Z test_normalize_operator_exhaustive_linalg_cholesky_ex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.093s) 2022-12-01T10:15:26.0333161Z test_normalize_operator_exhaustive_linalg_cond_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.022s) 2022-12-01T10:15:26.0333560Z test_normalize_operator_exhaustive_linalg_cross_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-12-01T10:15:26.0333940Z test_normalize_operator_exhaustive_linalg_det_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.047s) 2022-12-01T10:15:26.0334346Z test_normalize_operator_exhaustive_linalg_det_singular_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.153s) 2022-12-01T10:15:26.0334788Z test_normalize_operator_exhaustive_linalg_eig_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.052s) 2022-12-01T10:15:26.0335190Z test_normalize_operator_exhaustive_linalg_eigh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.049s) 2022-12-01T10:15:26.0335574Z test_normalize_operator_exhaustive_linalg_eigvals_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.048s) 2022-12-01T10:15:26.0335982Z test_normalize_operator_exhaustive_linalg_eigvalsh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.053s) 2022-12-01T10:15:26.0336404Z test_normalize_operator_exhaustive_linalg_householder_product_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.047s) 2022-12-01T10:15:26.0336814Z test_normalize_operator_exhaustive_linalg_inv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.042s) 2022-12-01T10:15:26.0337198Z test_normalize_operator_exhaustive_linalg_inv_ex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.048s) 2022-12-01T10:15:26.0337603Z test_normalize_operator_exhaustive_linalg_ldl_factor_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-12-01T10:15:26.0338014Z test_normalize_operator_exhaustive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.028s) 2022-12-01T10:15:26.0338424Z test_normalize_operator_exhaustive_linalg_ldl_solve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.084s) 2022-12-01T10:15:26.0338811Z test_normalize_operator_exhaustive_linalg_lstsq_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.349s) 2022-12-01T10:15:26.0339222Z test_normalize_operator_exhaustive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.262s) 2022-12-01T10:15:26.0339631Z test_normalize_operator_exhaustive_linalg_lu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.105s) 2022-12-01T10:15:26.0340033Z test_normalize_operator_exhaustive_linalg_lu_factor_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.090s) 2022-12-01T10:15:26.0340427Z test_normalize_operator_exhaustive_linalg_lu_factor_ex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.107s) 2022-12-01T10:15:26.0340829Z test_normalize_operator_exhaustive_linalg_lu_solve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.568s) 2022-12-01T10:15:26.0341232Z test_normalize_operator_exhaustive_linalg_matrix_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.262s) 2022-12-01T10:15:26.0341641Z test_normalize_operator_exhaustive_linalg_matrix_power_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.071s) 2022-12-01T10:15:26.0342032Z test_normalize_operator_exhaustive_linalg_matrix_rank_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.452s) 2022-12-01T10:15:26.0342547Z test_normalize_operator_exhaustive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.054s) 2022-12-01T10:15:26.0342963Z test_normalize_operator_exhaustive_linalg_multi_dot_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-12-01T10:15:26.0343366Z test_normalize_operator_exhaustive_linalg_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.426s) 2022-12-01T10:15:26.0343770Z test_normalize_operator_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.286s) 2022-12-01T10:15:26.0344182Z test_normalize_operator_exhaustive_linalg_pinv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.130s) 2022-12-01T10:15:26.0344646Z test_normalize_operator_exhaustive_linalg_pinv_hermitian_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.055s) 2022-12-01T10:15:26.0345129Z 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:26.0345581Z test_normalize_operator_exhaustive_linalg_qr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.199s) 2022-12-01T10:15:26.0346018Z test_normalize_operator_exhaustive_linalg_slogdet_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.055s) 2022-12-01T10:15:26.0346420Z test_normalize_operator_exhaustive_linalg_solve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.108s) 2022-12-01T10:15:26.0346820Z test_normalize_operator_exhaustive_linalg_solve_ex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.116s) 2022-12-01T10:15:26.0347220Z test_normalize_operator_exhaustive_linalg_solve_triangular_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.695s) 2022-12-01T10:15:26.0347630Z test_normalize_operator_exhaustive_linalg_svd_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (1.089s) 2022-12-01T10:15:26.0348032Z test_normalize_operator_exhaustive_linalg_svdvals_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.160s) 2022-12-01T10:15:26.0348422Z test_normalize_operator_exhaustive_linalg_tensorinv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:15:26.0348830Z test_normalize_operator_exhaustive_linalg_tensorsolve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-12-01T10:15:26.0349234Z test_normalize_operator_exhaustive_linalg_vander_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-12-01T10:15:26.0349636Z test_normalize_operator_exhaustive_linalg_vecdot_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.151s) 2022-12-01T10:15:26.0350024Z test_normalize_operator_exhaustive_linalg_vector_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.609s) 2022-12-01T10:15:26.0350424Z test_normalize_operator_exhaustive_linspace_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.134s) 2022-12-01T10:15:26.0350816Z test_normalize_operator_exhaustive_log10_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-12-01T10:15:26.0351199Z test_normalize_operator_exhaustive_log1p_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-12-01T10:15:26.0351567Z test_normalize_operator_exhaustive_log2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-12-01T10:15:26.0351949Z test_normalize_operator_exhaustive_log_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-12-01T10:15:26.0352335Z test_normalize_operator_exhaustive_log_softmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.024s) 2022-12-01T10:15:26.0352738Z test_normalize_operator_exhaustive_log_softmax_dtype_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.025s) 2022-12-01T10:15:26.0353130Z test_normalize_operator_exhaustive_logaddexp2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-12-01T10:15:26.0353528Z test_normalize_operator_exhaustive_logaddexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-12-01T10:15:26.0353927Z test_normalize_operator_exhaustive_logcumsumexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.024s) 2022-12-01T10:15:26.0354320Z test_normalize_operator_exhaustive_logdet_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-12-01T10:15:26.0354704Z test_normalize_operator_exhaustive_logical_and_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.044s) 2022-12-01T10:15:26.0355100Z test_normalize_operator_exhaustive_logical_not_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-12-01T10:15:26.0355493Z test_normalize_operator_exhaustive_logical_or_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.044s) 2022-12-01T10:15:26.0355920Z test_normalize_operator_exhaustive_logical_xor_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.044s) 2022-12-01T10:15:26.0356292Z test_normalize_operator_exhaustive_logit_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.022s) 2022-12-01T10:15:26.0356685Z test_normalize_operator_exhaustive_logspace_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (1.183s) 2022-12-01T10:15:26.0357077Z test_normalize_operator_exhaustive_logsumexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.159s) 2022-12-01T10:15:26.0357497Z test_normalize_operator_exhaustive_long_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-12-01T10:15:26.0357897Z test_normalize_operator_exhaustive_lt_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.035s) 2022-12-01T10:15:26.0358701Z 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:26.0359202Z LU, pivots = torch.lu(A, compute_pivots) 2022-12-01T10:15:26.0359403Z should be replaced with 2022-12-01T10:15:26.0359638Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-12-01T10:15:26.0359849Z and 2022-12-01T10:15:26.0360063Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-12-01T10:15:26.0360282Z should be replaced with 2022-12-01T10:15:26.0360645Z 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:26.0361043Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-12-01T10:15:26.0361258Z ok (0.159s) 2022-12-01T10:15:26.0361940Z test_normalize_operator_exhaustive_lu_solve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:26.0362461Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-12-01T10:15:26.0362702Z X = torch.lu_solve(B, LU, pivots) 2022-12-01T10:15:26.0362888Z should be replaced with 2022-12-01T10:15:26.0363233Z 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:26.0363555Z r = func(*args, **kwargs) 2022-12-01T10:15:26.0363719Z ok (0.131s) 2022-12-01T10:15:26.0364008Z test_normalize_operator_exhaustive_lu_unpack_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.100s) 2022-12-01T10:15:26.0364412Z test_normalize_operator_exhaustive_mH_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-12-01T10:15:26.0364829Z test_normalize_operator_exhaustive_mT_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-12-01T10:15:26.0365234Z test_normalize_operator_exhaustive_masked_amax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.008s) 2022-12-01T10:15:26.0365661Z test_normalize_operator_exhaustive_masked_amin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.008s) 2022-12-01T10:15:26.0366099Z test_normalize_operator_exhaustive_masked_argmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.008s) 2022-12-01T10:15:26.0366535Z test_normalize_operator_exhaustive_masked_argmin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-12-01T10:15:26.0366954Z test_normalize_operator_exhaustive_masked_cumprod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.009s) 2022-12-01T10:15:26.0367467Z test_normalize_operator_exhaustive_masked_cumsum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.010s) 2022-12-01T10:15:26.0367944Z test_normalize_operator_exhaustive_masked_fill_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.041s) 2022-12-01T10:15:26.0368367Z test_normalize_operator_exhaustive_masked_log_softmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.009s) 2022-12-01T10:15:26.0368794Z test_normalize_operator_exhaustive_masked_logaddexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.011s) 2022-12-01T10:15:26.0369264Z test_normalize_operator_exhaustive_masked_logsumexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.004s) 2022-12-01T10:15:26.0369697Z test_normalize_operator_exhaustive_masked_mean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.008s) 2022-12-01T10:15:26.0370129Z test_normalize_operator_exhaustive_masked_median_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.009s) 2022-12-01T10:15:26.0370542Z test_normalize_operator_exhaustive_masked_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-12-01T10:15:26.0370973Z test_normalize_operator_exhaustive_masked_normalize_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.009s) 2022-12-01T10:15:26.0371407Z test_normalize_operator_exhaustive_masked_prod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:15:26.0371819Z test_normalize_operator_exhaustive_masked_scatter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-12-01T10:15:26.0372214Z test_normalize_operator_exhaustive_masked_select_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.025s) 2022-12-01T10:15:26.0372628Z test_normalize_operator_exhaustive_masked_softmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-12-01T10:15:26.0373057Z test_normalize_operator_exhaustive_masked_softmin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-12-01T10:15:26.0373484Z test_normalize_operator_exhaustive_masked_std_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-12-01T10:15:26.0373889Z test_normalize_operator_exhaustive_masked_sum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:15:26.0374311Z test_normalize_operator_exhaustive_masked_var_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-12-01T10:15:26.0374718Z test_normalize_operator_exhaustive_matmul_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.053s) 2022-12-01T10:15:26.0375099Z test_normalize_operator_exhaustive_matrix_exp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-12-01T10:15:26.0375495Z test_normalize_operator_exhaustive_max_binary_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.051s) 2022-12-01T10:15:26.0375903Z test_normalize_operator_exhaustive_max_reduction_no_dim_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-12-01T10:15:26.0376323Z test_normalize_operator_exhaustive_max_reduction_with_dim_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-12-01T10:15:26.0376711Z test_normalize_operator_exhaustive_maximum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.043s) 2022-12-01T10:15:26.0377098Z test_normalize_operator_exhaustive_mean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.102s) 2022-12-01T10:15:26.0377481Z test_normalize_operator_exhaustive_median_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.052s) 2022-12-01T10:15:26.0377902Z test_normalize_operator_exhaustive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:15:26.0378340Z test_normalize_operator_exhaustive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:15:26.0378764Z test_normalize_operator_exhaustive_min_binary_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-12-01T10:15:26.0379208Z test_normalize_operator_exhaustive_min_reduction_no_dim_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-12-01T10:15:26.0379619Z test_normalize_operator_exhaustive_min_reduction_with_dim_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.025s) 2022-12-01T10:15:26.0380003Z test_normalize_operator_exhaustive_minimum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.043s) 2022-12-01T10:15:26.0380386Z test_normalize_operator_exhaustive_mm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-12-01T10:15:26.0380831Z test_normalize_operator_exhaustive_mode_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.042s) 2022-12-01T10:15:26.0381217Z test_normalize_operator_exhaustive_movedim_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-12-01T10:15:26.0381589Z test_normalize_operator_exhaustive_msort_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-12-01T10:15:26.0381972Z test_normalize_operator_exhaustive_mul_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.057s) 2022-12-01T10:15:26.0382474Z test_normalize_operator_exhaustive_multinomial_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-12-01T10:15:26.0382882Z test_normalize_operator_exhaustive_mv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-12-01T10:15:26.0383265Z test_normalize_operator_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.044s) 2022-12-01T10:15:26.0383684Z test_normalize_operator_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.036s) 2022-12-01T10:15:26.0384095Z test_normalize_operator_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.036s) 2022-12-01T10:15:26.0384498Z test_normalize_operator_exhaustive_nan_to_num_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-12-01T10:15:26.0384879Z test_normalize_operator_exhaustive_nanmean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.115s) 2022-12-01T10:15:26.0385275Z test_normalize_operator_exhaustive_nanmedian_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.052s) 2022-12-01T10:15:26.0385672Z test_normalize_operator_exhaustive_nanquantile_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.241s) 2022-12-01T10:15:26.0386053Z test_normalize_operator_exhaustive_nansum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.112s) 2022-12-01T10:15:26.0386449Z test_normalize_operator_exhaustive_narrow_copy_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.019s) 2022-12-01T10:15:26.0386841Z test_normalize_operator_exhaustive_narrow_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.035s) 2022-12-01T10:15:26.0387239Z test_normalize_operator_exhaustive_native_batch_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.075s) 2022-12-01T10:15:26.0387632Z test_normalize_operator_exhaustive_native_layer_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.131s) 2022-12-01T10:15:26.0388022Z test_normalize_operator_exhaustive_ne_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.061s) 2022-12-01T10:15:26.0388400Z test_normalize_operator_exhaustive_neg_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-12-01T10:15:26.0388802Z test_normalize_operator_exhaustive_new_empty_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-12-01T10:15:26.0389219Z test_normalize_operator_exhaustive_new_empty_strided_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:15:26.0389649Z test_normalize_operator_exhaustive_new_full_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-12-01T10:15:26.0390070Z test_normalize_operator_exhaustive_new_ones_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-12-01T10:15:26.0390546Z test_normalize_operator_exhaustive_new_zeros_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-12-01T10:15:26.0390940Z test_normalize_operator_exhaustive_nextafter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-12-01T10:15:26.0391381Z test_normalize_operator_exhaustive_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:15:26.0391897Z test_normalize_operator_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-12-01T10:15:26.0392348Z test_normalize_operator_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.046s) 2022-12-01T10:15:26.0392771Z test_normalize_operator_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.057s) 2022-12-01T10:15:26.0393216Z test_normalize_operator_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.040s) 2022-12-01T10:15:26.0393655Z test_normalize_operator_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.112s) 2022-12-01T10:15:26.0394094Z test_normalize_operator_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.099s) 2022-12-01T10:15:26.0394511Z test_normalize_operator_exhaustive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.046s) 2022-12-01T10:15:26.0394931Z test_normalize_operator_exhaustive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.040s) 2022-12-01T10:15:26.0395350Z test_normalize_operator_exhaustive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.045s) 2022-12-01T10:15:26.0395773Z test_normalize_operator_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.063s) 2022-12-01T10:15:26.0396183Z test_normalize_operator_exhaustive_nn_functional_bilinear_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.089s) 2022-12-01T10:15:26.0396615Z test_normalize_operator_exhaustive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.054s) 2022-12-01T10:15:26.0397066Z test_normalize_operator_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.125s) 2022-12-01T10:15:26.0397504Z test_normalize_operator_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:15:26.0397900Z test_normalize_operator_exhaustive_nn_functional_conv1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.066s) 2022-12-01T10:15:26.0398313Z test_normalize_operator_exhaustive_nn_functional_conv2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.197s) 2022-12-01T10:15:26.0398737Z test_normalize_operator_exhaustive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.044s) 2022-12-01T10:15:26.0399169Z test_normalize_operator_exhaustive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.054s) 2022-12-01T10:15:26.0399592Z test_normalize_operator_exhaustive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.051s) 2022-12-01T10:15:26.0400034Z test_normalize_operator_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-12-01T10:15:26.0400470Z test_normalize_operator_exhaustive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-12-01T10:15:26.0400900Z test_normalize_operator_exhaustive_nn_functional_cross_entropy_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.114s) 2022-12-01T10:15:26.0401348Z test_normalize_operator_exhaustive_nn_functional_ctc_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-12-01T10:15:26.0402645Z 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:26.0403535Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-12-01T10:15:26.0403808Z expected failure (0.004s) 2022-12-01T10:15:26.0404147Z test_normalize_operator_exhaustive_nn_functional_dropout3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-12-01T10:15:26.0404583Z test_normalize_operator_exhaustive_nn_functional_dropout_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-12-01T10:15:26.0405015Z test_normalize_operator_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:15:26.0405453Z test_normalize_operator_exhaustive_nn_functional_embedding_bag_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-12-01T10:15:26.0405911Z test_normalize_operator_exhaustive_nn_functional_embedding_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-12-01T10:15:26.0406369Z test_normalize_operator_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-12-01T10:15:26.0406869Z test_normalize_operator_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-12-01T10:15:26.0407453Z test_normalize_operator_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-12-01T10:15:26.0407928Z test_normalize_operator_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.009s) 2022-12-01T10:15:26.0408367Z test_normalize_operator_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (1.304s) 2022-12-01T10:15:26.0408798Z test_normalize_operator_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.039s) 2022-12-01T10:15:26.0409212Z test_normalize_operator_exhaustive_nn_functional_glu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.145s) 2022-12-01T10:15:26.0409632Z test_normalize_operator_exhaustive_nn_functional_grid_sample_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.103s) 2022-12-01T10:15:26.0410043Z test_normalize_operator_exhaustive_nn_functional_group_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.036s) 2022-12-01T10:15:26.0410471Z test_normalize_operator_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.040s) 2022-12-01T10:15:26.0410898Z test_normalize_operator_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-12-01T10:15:26.0411323Z test_normalize_operator_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-12-01T10:15:26.0411736Z test_normalize_operator_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.021s) 2022-12-01T10:15:26.0412169Z test_normalize_operator_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-12-01T10:15:26.0412652Z test_normalize_operator_exhaustive_nn_functional_huber_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-12-01T10:15:26.0413076Z test_normalize_operator_exhaustive_nn_functional_instance_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.038s) 2022-12-01T10:15:26.0413494Z test_normalize_operator_exhaustive_nn_functional_interpolate_area_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.042s) 2022-12-01T10:15:26.0413938Z test_normalize_operator_exhaustive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.043s) 2022-12-01T10:15:26.0414417Z test_normalize_operator_exhaustive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.042s) 2022-12-01T10:15:26.0414864Z test_normalize_operator_exhaustive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.040s) 2022-12-01T10:15:26.0415288Z test_normalize_operator_exhaustive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.042s) 2022-12-01T10:15:26.0415736Z test_normalize_operator_exhaustive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.044s) 2022-12-01T10:15:26.0416753Z 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:26.0417489Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:15:26.0417737Z ok (0.058s) 2022-12-01T10:15:26.0418021Z test_normalize_operator_exhaustive_nn_functional_l1_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.022s) 2022-12-01T10:15:26.0418441Z test_normalize_operator_exhaustive_nn_functional_layer_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.023s) 2022-12-01T10:15:26.0418861Z test_normalize_operator_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-12-01T10:15:26.0419278Z test_normalize_operator_exhaustive_nn_functional_linear_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.059s) 2022-12-01T10:15:26.0419692Z test_normalize_operator_exhaustive_nn_functional_local_response_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.041s) 2022-12-01T10:15:26.0420123Z test_normalize_operator_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:15:26.0420552Z test_normalize_operator_exhaustive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.086s) 2022-12-01T10:15:26.0420976Z test_normalize_operator_exhaustive_nn_functional_max_pool1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (4.468s) 2022-12-01T10:15:26.0421384Z test_normalize_operator_exhaustive_nn_functional_max_pool2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (8.783s) 2022-12-01T10:15:26.0421798Z test_normalize_operator_exhaustive_nn_functional_max_pool3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (2.495s) 2022-12-01T10:15:26.0422321Z test_normalize_operator_exhaustive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.659s) 2022-12-01T10:15:26.0422761Z test_normalize_operator_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.145s) 2022-12-01T10:15:26.0423179Z test_normalize_operator_exhaustive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (1.380s) 2022-12-01T10:15:26.0423610Z test_normalize_operator_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.299s) 2022-12-01T10:15:26.0424098Z test_normalize_operator_exhaustive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.434s) 2022-12-01T10:15:26.0424523Z test_normalize_operator_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.127s) 2022-12-01T10:15:26.0424932Z test_normalize_operator_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-12-01T10:15:26.0425339Z test_normalize_operator_exhaustive_nn_functional_mse_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.022s) 2022-12-01T10:15:26.0425805Z test_normalize_operator_exhaustive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.019s) 2022-12-01T10:15:26.0426248Z test_normalize_operator_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:15:26.0426690Z test_normalize_operator_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-12-01T10:15:26.0427124Z test_normalize_operator_exhaustive_nn_functional_nll_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.193s) 2022-12-01T10:15:26.0427538Z test_normalize_operator_exhaustive_nn_functional_normalize_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-12-01T10:15:26.0427960Z test_normalize_operator_exhaustive_nn_functional_pad_circular_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-12-01T10:15:26.0428373Z test_normalize_operator_exhaustive_nn_functional_pad_constant_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.162s) 2022-12-01T10:15:26.0428797Z test_normalize_operator_exhaustive_nn_functional_pad_reflect_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.042s) 2022-12-01T10:15:26.0429225Z test_normalize_operator_exhaustive_nn_functional_pad_replicate_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.042s) 2022-12-01T10:15:26.0429659Z test_normalize_operator_exhaustive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.025s) 2022-12-01T10:15:26.0430067Z test_normalize_operator_exhaustive_nn_functional_pdist_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-12-01T10:15:26.0430486Z test_normalize_operator_exhaustive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-12-01T10:15:26.0430919Z test_normalize_operator_exhaustive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.025s) 2022-12-01T10:15:26.0431347Z test_normalize_operator_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.283s) 2022-12-01T10:15:26.0431753Z test_normalize_operator_exhaustive_nn_functional_prelu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.075s) 2022-12-01T10:15:26.0432163Z test_normalize_operator_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:15:26.0432570Z test_normalize_operator_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-12-01T10:15:26.0432992Z test_normalize_operator_exhaustive_nn_functional_rrelu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-12-01T10:15:26.0433403Z test_normalize_operator_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:15:26.0433813Z test_normalize_operator_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:15:26.0434231Z test_normalize_operator_exhaustive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-12-01T10:15:26.0434663Z test_normalize_operator_exhaustive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.023s) 2022-12-01T10:15:26.0435122Z test_normalize_operator_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.021s) 2022-12-01T10:15:26.0435547Z test_normalize_operator_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.021s) 2022-12-01T10:15:26.0435974Z test_normalize_operator_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-12-01T10:15:26.0436397Z test_normalize_operator_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-12-01T10:15:26.0436841Z test_normalize_operator_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:15:26.0437262Z test_normalize_operator_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:15:26.0437679Z test_normalize_operator_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-12-01T10:15:26.0438113Z test_normalize_operator_exhaustive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.028s) 2022-12-01T10:15:26.0438570Z test_normalize_operator_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-12-01T10:15:26.0439024Z test_normalize_operator_exhaustive_nn_functional_unfold_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.781s) 2022-12-01T10:15:26.0439837Z 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:26.0440436Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:15:26.0440709Z ok (0.016s) 2022-12-01T10:15:26.0441376Z 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:26.0441966Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:15:26.0442247Z ok (0.041s) 2022-12-01T10:15:26.0442536Z test_normalize_operator_exhaustive_nonzero_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-12-01T10:15:26.0442940Z test_normalize_operator_exhaustive_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.131s) 2022-12-01T10:15:26.0443329Z test_normalize_operator_exhaustive_norm_fro_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:15:26.0443723Z test_normalize_operator_exhaustive_norm_inf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-12-01T10:15:26.0444099Z test_normalize_operator_exhaustive_norm_nuc_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:15:26.0444500Z test_normalize_operator_exhaustive_normal_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-12-01T10:15:26.0444932Z test_normalize_operator_exhaustive_normal_number_mean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-12-01T10:15:26.0445345Z test_normalize_operator_exhaustive_ones_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-12-01T10:15:26.0445718Z test_normalize_operator_exhaustive_ones_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.025s) 2022-12-01T10:15:26.0446107Z test_normalize_operator_exhaustive_ormqr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.521s) 2022-12-01T10:15:26.0446554Z test_normalize_operator_exhaustive_outer_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-12-01T10:15:26.0446942Z test_normalize_operator_exhaustive_pca_lowrank_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:15:26.0447431Z test_normalize_operator_exhaustive_permute_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-12-01T10:15:26.0447824Z test_normalize_operator_exhaustive_pinverse_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-12-01T10:15:26.0448216Z test_normalize_operator_exhaustive_polar_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-12-01T10:15:26.0448668Z test_normalize_operator_exhaustive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-12-01T10:15:26.0449122Z test_normalize_operator_exhaustive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:15:26.0449578Z test_normalize_operator_exhaustive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:15:26.0450023Z test_normalize_operator_exhaustive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:15:26.0450456Z test_normalize_operator_exhaustive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:15:26.0450884Z test_normalize_operator_exhaustive_positive_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:15:26.0451277Z test_normalize_operator_exhaustive_pow_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.042s) 2022-12-01T10:15:26.0451662Z test_normalize_operator_exhaustive_prod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.142s) 2022-12-01T10:15:26.0452032Z test_normalize_operator_exhaustive_put_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.075s) 2022-12-01T10:15:26.0452794Z test_normalize_operator_exhaustive_qr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-12-01T10:15:26.0453386Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-12-01T10:15:26.0453642Z Q, R = torch.qr(A, some) 2022-12-01T10:15:26.0453820Z should be replaced with 2022-12-01T10:15:26.0454294Z 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:26.0454637Z r = func(*args, **kwargs) 2022-12-01T10:15:26.0454801Z ok (0.144s) 2022-12-01T10:15:26.0455088Z test_normalize_operator_exhaustive_quantile_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.244s) 2022-12-01T10:15:26.0455479Z test_normalize_operator_exhaustive_rad2deg_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:15:26.0455891Z test_normalize_operator_exhaustive_rand_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-12-01T10:15:26.0456307Z test_normalize_operator_exhaustive_randint_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-12-01T10:15:26.0456728Z test_normalize_operator_exhaustive_randn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-12-01T10:15:26.0457152Z test_normalize_operator_exhaustive_randn_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-12-01T10:15:26.0457556Z test_normalize_operator_exhaustive_ravel_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:15:26.0457928Z test_normalize_operator_exhaustive_real_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:15:26.0458371Z test_normalize_operator_exhaustive_reciprocal_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:15:26.0458766Z test_normalize_operator_exhaustive_remainder_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.041s) 2022-12-01T10:15:26.0459159Z test_normalize_operator_exhaustive_renorm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-12-01T10:15:26.0459554Z test_normalize_operator_exhaustive_repeat_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.008s) 2022-12-01T10:15:26.0460004Z test_normalize_operator_exhaustive_repeat_interleave_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-12-01T10:15:26.0460427Z test_normalize_operator_exhaustive_reshape_as_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:15:26.0460833Z test_normalize_operator_exhaustive_reshape_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.025s) 2022-12-01T10:15:26.0461224Z test_normalize_operator_exhaustive_resize__cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:15:26.0461631Z test_normalize_operator_exhaustive_resize_as__cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:15:26.0462032Z test_normalize_operator_exhaustive_resolve_conj_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-12-01T10:15:26.0462509Z test_normalize_operator_exhaustive_resolve_neg_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-12-01T10:15:26.0462899Z test_normalize_operator_exhaustive_roll_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.056s) 2022-12-01T10:15:26.0463287Z test_normalize_operator_exhaustive_rot90_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.121s) 2022-12-01T10:15:26.0463672Z test_normalize_operator_exhaustive_round_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-12-01T10:15:26.0464051Z test_normalize_operator_exhaustive_round_decimals_0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-12-01T10:15:26.0464462Z test_normalize_operator_exhaustive_round_decimals_3_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-12-01T10:15:26.0464873Z test_normalize_operator_exhaustive_round_decimals_neg_3_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-12-01T10:15:26.0465271Z test_normalize_operator_exhaustive_rsqrt_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:15:26.0465640Z test_normalize_operator_exhaustive_rsub_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.043s) 2022-12-01T10:15:26.0466034Z test_normalize_operator_exhaustive_scatter_add_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-12-01T10:15:26.0466426Z test_normalize_operator_exhaustive_scatter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.109s) 2022-12-01T10:15:26.0467335Z test_normalize_operator_exhaustive_scatter_reduce_amax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:26.0467885Z r = func(*args, **kwargs) 2022-12-01T10:15:26.0468052Z ok (0.080s) 2022-12-01T10:15:26.0468349Z test_normalize_operator_exhaustive_scatter_reduce_amin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.081s) 2022-12-01T10:15:26.0468763Z test_normalize_operator_exhaustive_scatter_reduce_mean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.084s) 2022-12-01T10:15:26.0469161Z test_normalize_operator_exhaustive_scatter_reduce_prod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.081s) 2022-12-01T10:15:26.0469568Z test_normalize_operator_exhaustive_scatter_reduce_sum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.079s) 2022-12-01T10:15:26.0470879Z test_normalize_operator_exhaustive_searchsorted_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:26.0471609Z r = func(*args, **kwargs) 2022-12-01T10:15:26.0472588Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:26.0473221Z r = func(*args, **kwargs) 2022-12-01T10:15:26.0473385Z ok (0.729s) 2022-12-01T10:15:26.0473690Z test_normalize_operator_exhaustive_segment_reduce_lengths_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.350s) 2022-12-01T10:15:26.0474114Z test_normalize_operator_exhaustive_segment_reduce_offsets_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.339s) 2022-12-01T10:15:26.0474503Z test_normalize_operator_exhaustive_select_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.019s) 2022-12-01T10:15:26.0474903Z test_normalize_operator_exhaustive_select_scatter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.021s) 2022-12-01T10:15:26.0475303Z test_normalize_operator_exhaustive_sgn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-12-01T10:15:26.0475702Z test_normalize_operator_exhaustive_short_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-12-01T10:15:26.0476094Z test_normalize_operator_exhaustive_sigmoid_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:15:26.0476483Z test_normalize_operator_exhaustive_sign_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-12-01T10:15:26.0476872Z test_normalize_operator_exhaustive_signbit_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-12-01T10:15:26.0477257Z test_normalize_operator_exhaustive_sin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-12-01T10:15:26.0477626Z test_normalize_operator_exhaustive_sinc_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-12-01T10:15:26.0478002Z test_normalize_operator_exhaustive_sinh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-12-01T10:15:26.0478545Z test_normalize_operator_exhaustive_slice_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: normalize operator doesn't work on torch.ops (0.004s) 2022-12-01T10:15:26.0478992Z test_normalize_operator_exhaustive_slice_scatter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.043s) 2022-12-01T10:15:26.0479374Z test_normalize_operator_exhaustive_softmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.023s) 2022-12-01T10:15:26.0479771Z test_normalize_operator_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.023s) 2022-12-01T10:15:26.0480167Z test_normalize_operator_exhaustive_sort_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.290s) 2022-12-01T10:15:26.0481250Z test_normalize_operator_exhaustive_sparse_sampled_addmm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:26.0481935Z r = func(*args, **kwargs) 2022-12-01T10:15:26.0482116Z ok (0.037s) 2022-12-01T10:15:26.0482409Z test_normalize_operator_exhaustive_special_airy_ai_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:15:26.0482817Z test_normalize_operator_exhaustive_special_bessel_j0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-12-01T10:15:26.0483213Z test_normalize_operator_exhaustive_special_bessel_j1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:15:26.0483650Z test_normalize_operator_exhaustive_special_bessel_y0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:15:26.0484055Z test_normalize_operator_exhaustive_special_bessel_y1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:15:26.0484476Z test_normalize_operator_exhaustive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.036s) 2022-12-01T10:15:26.0484906Z test_normalize_operator_exhaustive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.036s) 2022-12-01T10:15:26.0485542Z 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:26.0486231Z 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:26.0486705Z test_normalize_operator_exhaustive_special_entr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-12-01T10:15:26.0487094Z test_normalize_operator_exhaustive_special_erfcx_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:15:26.0487590Z test_normalize_operator_exhaustive_special_hermite_polynomial_h_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.036s) 2022-12-01T10:15:26.0488031Z test_normalize_operator_exhaustive_special_hermite_polynomial_he_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-12-01T10:15:26.0488451Z test_normalize_operator_exhaustive_special_i0e_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-12-01T10:15:26.0488834Z test_normalize_operator_exhaustive_special_i1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-12-01T10:15:26.0489232Z test_normalize_operator_exhaustive_special_i1e_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-12-01T10:15:26.0489652Z test_normalize_operator_exhaustive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.036s) 2022-12-01T10:15:26.0490286Z 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:26.0490753Z test_normalize_operator_exhaustive_special_log_ndtr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:15:26.0491175Z test_normalize_operator_exhaustive_special_modified_bessel_i0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:15:26.0491608Z test_normalize_operator_exhaustive_special_modified_bessel_i1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:15:26.0492031Z test_normalize_operator_exhaustive_special_modified_bessel_k0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:15:26.0492442Z test_normalize_operator_exhaustive_special_modified_bessel_k1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:15:26.0492850Z test_normalize_operator_exhaustive_special_ndtr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-12-01T10:15:26.0493300Z test_normalize_operator_exhaustive_special_ndtri_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.094s) 2022-12-01T10:15:26.0493748Z test_normalize_operator_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-12-01T10:15:26.0494195Z test_normalize_operator_exhaustive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:15:26.0494636Z test_normalize_operator_exhaustive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:15:26.0495314Z 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:26.0496025Z 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:26.0496719Z test_normalize_operator_exhaustive_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:15:26.0497402Z 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:26.0497900Z test_normalize_operator_exhaustive_special_spherical_bessel_j0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-12-01T10:15:26.0498320Z test_normalize_operator_exhaustive_special_xlog1py_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.036s) 2022-12-01T10:15:26.0498725Z test_normalize_operator_exhaustive_special_zeta_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-12-01T10:15:26.0499106Z test_normalize_operator_exhaustive_split_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-12-01T10:15:26.0499505Z test_normalize_operator_exhaustive_split_list_args_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-12-01T10:15:26.0499909Z test_normalize_operator_exhaustive_split_with_sizes_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-12-01T10:15:26.0500305Z test_normalize_operator_exhaustive_sqrt_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-12-01T10:15:26.0500678Z test_normalize_operator_exhaustive_square_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:15:26.0501067Z test_normalize_operator_exhaustive_squeeze_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.025s) 2022-12-01T10:15:26.0501450Z test_normalize_operator_exhaustive_stack_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-12-01T10:15:26.0501816Z test_normalize_operator_exhaustive_std_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.046s) 2022-12-01T10:15:26.0502302Z test_normalize_operator_exhaustive_std_mean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.046s) 2022-12-01T10:15:26.0503284Z 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:26.0503888Z normalized, onesided, return_complex) 2022-12-01T10:15:26.0504090Z ok (0.034s) 2022-12-01T10:15:26.0504357Z test_normalize_operator_exhaustive_sub_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.050s) 2022-12-01T10:15:26.0504737Z test_normalize_operator_exhaustive_sum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.083s) 2022-12-01T10:15:26.0505214Z test_normalize_operator_exhaustive_sum_to_size_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-12-01T10:15:26.0505602Z test_normalize_operator_exhaustive_svd_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.995s) 2022-12-01T10:15:26.0506011Z test_normalize_operator_exhaustive_svd_lowrank_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-12-01T10:15:26.0506856Z test_normalize_operator_exhaustive_symeig_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-12-01T10:15:26.0507469Z 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:26.0507792Z L, _ = torch.symeig(A, upper=upper) 2022-12-01T10:15:26.0507986Z should be replaced with 2022-12-01T10:15:26.0508282Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-12-01T10:15:26.0508496Z and 2022-12-01T10:15:26.0508674Z L, V = torch.symeig(A, eigenvectors=True) 2022-12-01T10:15:26.0508885Z should be replaced with 2022-12-01T10:15:26.0509351Z 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:26.0509674Z r = func(*args, **kwargs) 2022-12-01T10:15:26.0509852Z ok (0.037s) 2022-12-01T10:15:26.0510134Z test_normalize_operator_exhaustive_t_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:15:26.0510514Z test_normalize_operator_exhaustive_take_along_dim_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.021s) 2022-12-01T10:15:26.0510907Z test_normalize_operator_exhaustive_take_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.035s) 2022-12-01T10:15:26.0511289Z test_normalize_operator_exhaustive_tan_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-12-01T10:15:26.0511673Z test_normalize_operator_exhaustive_tanh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-12-01T10:15:26.0512051Z test_normalize_operator_exhaustive_tensor_split_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.049s) 2022-12-01T10:15:26.0512455Z test_normalize_operator_exhaustive_tensordot_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:15:26.0512842Z test_normalize_operator_exhaustive_tile_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.166s) 2022-12-01T10:15:26.0513240Z test_normalize_operator_exhaustive_to_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:15:26.0513640Z test_normalize_operator_exhaustive_to_sparse_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-12-01T10:15:26.0514039Z test_normalize_operator_exhaustive_topk_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.057s) 2022-12-01T10:15:26.0514423Z test_normalize_operator_exhaustive_trace_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-12-01T10:15:26.0514815Z test_normalize_operator_exhaustive_transpose_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-12-01T10:15:26.0515192Z test_normalize_operator_exhaustive_trapezoid_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-12-01T10:15:26.0515576Z test_normalize_operator_exhaustive_trapz_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-12-01T10:15:26.0516414Z test_normalize_operator_exhaustive_triangular_solve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:26.0517019Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-12-01T10:15:26.0517349Z X = torch.triangular_solve(B, A).solution 2022-12-01T10:15:26.0517563Z should be replaced with 2022-12-01T10:15:26.0517905Z 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:26.0518232Z r = func(*args, **kwargs) 2022-12-01T10:15:26.0518397Z ok (0.055s) 2022-12-01T10:15:26.0518678Z test_normalize_operator_exhaustive_tril_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-12-01T10:15:26.0519098Z test_normalize_operator_exhaustive_triu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-12-01T10:15:26.0519474Z test_normalize_operator_exhaustive_true_divide_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.035s) 2022-12-01T10:15:26.0519866Z test_normalize_operator_exhaustive_trunc_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-12-01T10:15:26.0520256Z test_normalize_operator_exhaustive_unbind_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-12-01T10:15:26.0520645Z test_normalize_operator_exhaustive_unflatten_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.036s) 2022-12-01T10:15:26.0521036Z test_normalize_operator_exhaustive_unfold_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-12-01T10:15:26.0521455Z test_normalize_operator_exhaustive_uniform_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-12-01T10:15:26.0521888Z test_normalize_operator_exhaustive_unique_consecutive_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.027s) 2022-12-01T10:15:26.0522319Z test_normalize_operator_exhaustive_unique_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.027s) 2022-12-01T10:15:26.0522713Z test_normalize_operator_exhaustive_unsqueeze_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-12-01T10:15:26.0523102Z test_normalize_operator_exhaustive_var_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.047s) 2022-12-01T10:15:26.0523492Z test_normalize_operator_exhaustive_var_mean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.049s) 2022-12-01T10:15:26.0523864Z test_normalize_operator_exhaustive_vdot_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-12-01T10:15:26.0524257Z test_normalize_operator_exhaustive_view_as_complex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-12-01T10:15:26.0524671Z test_normalize_operator_exhaustive_view_as_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:15:26.0525088Z test_normalize_operator_exhaustive_view_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:15:26.0525473Z test_normalize_operator_exhaustive_vsplit_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:15:26.0525978Z test_normalize_operator_exhaustive_vstack_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-12-01T10:15:26.0526382Z test_normalize_operator_exhaustive_where_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.010s) 2022-12-01T10:15:26.0526855Z test_normalize_operator_exhaustive_xlogy_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-12-01T10:15:26.0527315Z test_normalize_operator_exhaustive_zero__cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:15:26.0527703Z test_normalize_operator_exhaustive_zeros_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-12-01T10:15:26.0528088Z test_normalize_operator_exhaustive_zeros_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-12-01T10:15:26.0528457Z test_normalize_quantized_eb_cpu (__main__.TestNormalizeOperatorsCPU) ... ok (0.002s) 2022-12-01T10:15:26.0528653Z 2022-12-01T10:15:26.0528938Z ---------------------------------------------------------------------- 2022-12-01T10:15:26.0529190Z Ran 642 tests in 70.173s 2022-12-01T10:15:26.0529307Z 2022-12-01T10:15:26.0529405Z OK (skipped=23, expected failures=101) 2022-12-01T10:15:26.0529540Z 2022-12-01T10:15:26.0529625Z Generating XML reports... 2022-12-01T10:15:26.0530042Z Generated XML report: test-reports/python-unittest/test_fx_experimental/TEST-TestFXExperimental-20221201101415.xml 2022-12-01T10:15:26.0530612Z Generated XML report: test-reports/python-unittest/test_fx_experimental/TEST-TestNormalizeOperatorsCPU-20221201101415.xml 2022-12-01T10:15:26.0530875Z 2022-12-01T10:15:26.0531268Z ##[endgroup] 2022-12-01T10:15:26.0531699Z FINISHED PRINTING LOG FILE of test_fx_experimental (/var/lib/jenkins/workspace/test/test-reports/test_fx_experimental_945bpd34) 2022-12-01T10:15:26.0531934Z 2022-12-01T10:15:27.5249140Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:15:27.5920726Z Ignoring disabled issues: [] 2022-12-01T10:15:27.6795618Z Running test_type_promotion ... [2022-12-01 10:15:27.679175] 2022-12-01T10:15:27.6797061Z Executing ['/opt/conda/bin/python', '-bb', 'test_type_promotion.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:15:27.679483] 2022-12-01T10:15:41.0100032Z 2022-12-01T10:15:41.0100559Z Expand the folded group to see the log file of test_type_promotion 2022-12-01T10:15:41.0101569Z ##[group]PRINTING LOG FILE of test_type_promotion (/var/lib/jenkins/workspace/test/test-reports/test_type_promotion_kqvnsx9r) 2022-12-01T10:15:41.0102474Z Test results will be stored in test-reports/python-unittest/test_type_promotion 2022-12-01T10:15:41.0102765Z 2022-12-01T10:15:41.0102924Z Running tests... 2022-12-01T10:15:41.0103443Z ---------------------------------------------------------------------- 2022-12-01T10:15:41.0103913Z test_add_wrapped_cpu (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:15:41.0104337Z test_alpha_mismatch_cpu (__main__.TestTypePromotionCPU) ... ok (0.017s) 2022-12-01T10:15:41.0104811Z test_alternate_result_cpu (__main__.TestTypePromotionCPU) ... ok (0.011s) 2022-12-01T10:15:41.0105162Z test_bfloat16_cpu (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-12-01T10:15:41.0105653Z test_booleans_cpu (__main__.TestTypePromotionCPU) ... test_type_promotion.py:438: UserWarning: This overload of add is deprecated: 2022-12-01T10:15:41.0106194Z add(Tensor input, Number alpha, Tensor other, *, Tensor out) 2022-12-01T10:15:41.0106573Z Consider using one of the following signatures instead: 2022-12-01T10:15:41.0107091Z 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:15:41.0107501Z torch.tensor(True, device=device), True), 2022-12-01T10:15:41.0107760Z ok (0.011s) 2022-12-01T10:15:41.0107999Z test_can_cast_cpu (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-12-01T10:15:41.0108312Z test_cat_different_dtypes_cpu (__main__.TestTypePromotionCPU) ... ok (0.078s) 2022-12-01T10:15:41.0108871Z test_cat_out_different_dtypes_cpu (__main__.TestTypePromotionCPU) ... ok (1.797s) 2022-12-01T10:15:41.0109512Z test_clamp_type_promotion_cpu_bool_bool_bool (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:15:41.0109928Z test_clamp_type_promotion_cpu_bool_bool_float32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:15:41.0110322Z test_clamp_type_promotion_cpu_bool_bool_float64 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:15:41.0110745Z test_clamp_type_promotion_cpu_bool_bool_int32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:15:41.0111299Z test_clamp_type_promotion_cpu_bool_float32_bool (__main__.TestTypePromotionCPU) ... ok (0.007s) 2022-12-01T10:15:41.0111918Z test_clamp_type_promotion_cpu_bool_float32_float32 (__main__.TestTypePromotionCPU) ... ok (0.007s) 2022-12-01T10:15:41.0112545Z test_clamp_type_promotion_cpu_bool_float32_float64 (__main__.TestTypePromotionCPU) ... ok (0.007s) 2022-12-01T10:15:41.0113137Z test_clamp_type_promotion_cpu_bool_float32_int32 (__main__.TestTypePromotionCPU) ... ok (0.007s) 2022-12-01T10:15:41.0113498Z test_clamp_type_promotion_cpu_bool_float64_bool (__main__.TestTypePromotionCPU) ... ok (0.007s) 2022-12-01T10:15:41.0113899Z test_clamp_type_promotion_cpu_bool_float64_float32 (__main__.TestTypePromotionCPU) ... ok (0.007s) 2022-12-01T10:15:41.0114492Z test_clamp_type_promotion_cpu_bool_float64_float64 (__main__.TestTypePromotionCPU) ... ok (0.007s) 2022-12-01T10:15:41.0115053Z test_clamp_type_promotion_cpu_bool_float64_int32 (__main__.TestTypePromotionCPU) ... ok (0.007s) 2022-12-01T10:15:41.0115518Z test_clamp_type_promotion_cpu_bool_int32_bool (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-12-01T10:15:41.0115900Z test_clamp_type_promotion_cpu_bool_int32_float32 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-12-01T10:15:41.0116285Z test_clamp_type_promotion_cpu_bool_int32_float64 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-12-01T10:15:41.0116642Z test_clamp_type_promotion_cpu_bool_int32_int32 (__main__.TestTypePromotionCPU) ... ok (0.007s) 2022-12-01T10:15:41.0117046Z test_clamp_type_promotion_cpu_float32_bool_bool (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-12-01T10:15:41.0117554Z test_clamp_type_promotion_cpu_float32_bool_float32 (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-12-01T10:15:41.0118064Z test_clamp_type_promotion_cpu_float32_bool_float64 (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-12-01T10:15:41.0118447Z test_clamp_type_promotion_cpu_float32_bool_int32 (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-12-01T10:15:41.0118874Z test_clamp_type_promotion_cpu_float32_float32_bool (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-12-01T10:15:41.0119519Z test_clamp_type_promotion_cpu_float32_float32_float32 (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-12-01T10:15:41.0120174Z test_clamp_type_promotion_cpu_float32_float32_float64 (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-12-01T10:15:41.0120546Z test_clamp_type_promotion_cpu_float32_float32_int32 (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-12-01T10:15:41.0120951Z test_clamp_type_promotion_cpu_float32_float64_bool (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-12-01T10:15:41.0121299Z test_clamp_type_promotion_cpu_float32_float64_float32 (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-12-01T10:15:41.0121708Z test_clamp_type_promotion_cpu_float32_float64_float64 (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-12-01T10:15:41.0122069Z test_clamp_type_promotion_cpu_float32_float64_int32 (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-12-01T10:15:41.0122456Z test_clamp_type_promotion_cpu_float32_int32_bool (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-12-01T10:15:41.0122812Z test_clamp_type_promotion_cpu_float32_int32_float32 (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-12-01T10:15:41.0123210Z test_clamp_type_promotion_cpu_float32_int32_float64 (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-12-01T10:15:41.0123564Z test_clamp_type_promotion_cpu_float32_int32_int32 (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-12-01T10:15:41.0123944Z test_clamp_type_promotion_cpu_float64_bool_bool (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-12-01T10:15:41.0124300Z test_clamp_type_promotion_cpu_float64_bool_float32 (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-12-01T10:15:41.0124703Z test_clamp_type_promotion_cpu_float64_bool_float64 (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-12-01T10:15:41.0125060Z test_clamp_type_promotion_cpu_float64_bool_int32 (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-12-01T10:15:41.0125448Z test_clamp_type_promotion_cpu_float64_float32_bool (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-12-01T10:15:41.0125811Z test_clamp_type_promotion_cpu_float64_float32_float32 (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-12-01T10:15:41.0126218Z test_clamp_type_promotion_cpu_float64_float32_float64 (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-12-01T10:15:41.0126623Z test_clamp_type_promotion_cpu_float64_float32_int32 (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-12-01T10:15:41.0127029Z test_clamp_type_promotion_cpu_float64_float64_bool (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-12-01T10:15:41.0127447Z test_clamp_type_promotion_cpu_float64_float64_float32 (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-12-01T10:15:41.0127856Z test_clamp_type_promotion_cpu_float64_float64_float64 (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-12-01T10:15:41.0128246Z test_clamp_type_promotion_cpu_float64_float64_int32 (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-12-01T10:15:41.0128658Z test_clamp_type_promotion_cpu_float64_int32_bool (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-12-01T10:15:41.0129028Z test_clamp_type_promotion_cpu_float64_int32_float32 (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-12-01T10:15:41.0129434Z test_clamp_type_promotion_cpu_float64_int32_float64 (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-12-01T10:15:41.0129772Z test_clamp_type_promotion_cpu_float64_int32_int32 (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-12-01T10:15:41.0130172Z test_clamp_type_promotion_cpu_int32_bool_bool (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-12-01T10:15:41.0130520Z test_clamp_type_promotion_cpu_int32_bool_float32 (__main__.TestTypePromotionCPU) ... ok (0.008s) 2022-12-01T10:15:41.0130924Z test_clamp_type_promotion_cpu_int32_bool_float64 (__main__.TestTypePromotionCPU) ... ok (0.008s) 2022-12-01T10:15:41.0131261Z test_clamp_type_promotion_cpu_int32_bool_int32 (__main__.TestTypePromotionCPU) ... ok (0.008s) 2022-12-01T10:15:41.0131664Z test_clamp_type_promotion_cpu_int32_float32_bool (__main__.TestTypePromotionCPU) ... ok (0.007s) 2022-12-01T10:15:41.0132017Z test_clamp_type_promotion_cpu_int32_float32_float32 (__main__.TestTypePromotionCPU) ... ok (0.007s) 2022-12-01T10:15:41.0132426Z test_clamp_type_promotion_cpu_int32_float32_float64 (__main__.TestTypePromotionCPU) ... ok (0.007s) 2022-12-01T10:15:41.0132764Z test_clamp_type_promotion_cpu_int32_float32_int32 (__main__.TestTypePromotionCPU) ... ok (0.007s) 2022-12-01T10:15:41.0133163Z test_clamp_type_promotion_cpu_int32_float64_bool (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-12-01T10:15:41.0133517Z test_clamp_type_promotion_cpu_int32_float64_float32 (__main__.TestTypePromotionCPU) ... ok (0.007s) 2022-12-01T10:15:41.0133909Z test_clamp_type_promotion_cpu_int32_float64_float64 (__main__.TestTypePromotionCPU) ... ok (0.007s) 2022-12-01T10:15:41.0134256Z test_clamp_type_promotion_cpu_int32_float64_int32 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-12-01T10:15:41.0134654Z test_clamp_type_promotion_cpu_int32_int32_bool (__main__.TestTypePromotionCPU) ... ok (0.008s) 2022-12-01T10:15:41.0135002Z test_clamp_type_promotion_cpu_int32_int32_float32 (__main__.TestTypePromotionCPU) ... ok (0.008s) 2022-12-01T10:15:41.0135393Z test_clamp_type_promotion_cpu_int32_int32_float64 (__main__.TestTypePromotionCPU) ... ok (0.008s) 2022-12-01T10:15:41.0135742Z test_clamp_type_promotion_cpu_int32_int32_int32 (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-12-01T10:15:41.0136135Z test_comparison_ops_with_type_promotion_cpu (__main__.TestTypePromotionCPU) ... ok (0.793s) 2022-12-01T10:15:41.0137073Z test_complex_assertraises_cpu (__main__.TestTypePromotionCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:41.0143221Z r = func(*args, **kwargs) 2022-12-01T10:15:41.0143586Z ok (0.788s) 2022-12-01T10:15:41.0143971Z test_complex_half_cpu (__main__.TestTypePromotionCPU) ... ok (0.011s) 2022-12-01T10:15:41.0144830Z test_complex_promotion_cpu (__main__.TestTypePromotionCPU) ... ok (0.017s) 2022-12-01T10:15:41.0145657Z test_complex_scalar_mult_tensor_promotion_cpu (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0146018Z test_computation_ignores_out_cpu (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:15:41.0146343Z test_create_bool_tensors_cpu (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-12-01T10:15:41.0146660Z test_div_promotion_cpu_bool (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:15:41.0146960Z test_div_promotion_cpu_int16 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:15:41.0147268Z test_div_promotion_cpu_int32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:15:41.0147629Z test_div_promotion_cpu_int64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:15:41.0147931Z test_div_promotion_cpu_int8 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:15:41.0148242Z test_div_promotion_cpu_uint8 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:15:41.0148565Z test_div_promotion_inplace_cpu_bool (__main__.TestTypePromotionCPU) ... ok (0.018s) 2022-12-01T10:15:41.0148902Z test_div_promotion_inplace_cpu_float32 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:15:41.0149224Z test_div_promotion_inplace_cpu_float64 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:15:41.0149561Z test_div_promotion_inplace_cpu_int16 (__main__.TestTypePromotionCPU) ... ok (0.018s) 2022-12-01T10:15:41.0149896Z test_div_promotion_inplace_cpu_int32 (__main__.TestTypePromotionCPU) ... ok (0.018s) 2022-12-01T10:15:41.0150209Z test_div_promotion_inplace_cpu_int64 (__main__.TestTypePromotionCPU) ... ok (0.018s) 2022-12-01T10:15:41.0150543Z test_div_promotion_inplace_cpu_int8 (__main__.TestTypePromotionCPU) ... ok (0.018s) 2022-12-01T10:15:41.0150876Z test_div_promotion_inplace_cpu_uint8 (__main__.TestTypePromotionCPU) ... ok (0.018s) 2022-12-01T10:15:41.0151295Z test_div_promotion_out_cpu_bool (__main__.TestTypePromotionCPU) ... ok (0.018s) 2022-12-01T10:15:41.0151610Z test_div_promotion_out_cpu_float32 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:15:41.0151934Z test_div_promotion_out_cpu_float64 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:15:41.0152256Z test_div_promotion_out_cpu_int16 (__main__.TestTypePromotionCPU) ... ok (0.018s) 2022-12-01T10:15:41.0152560Z test_div_promotion_out_cpu_int32 (__main__.TestTypePromotionCPU) ... ok (0.018s) 2022-12-01T10:15:41.0152879Z test_div_promotion_out_cpu_int64 (__main__.TestTypePromotionCPU) ... ok (0.018s) 2022-12-01T10:15:41.0153200Z test_div_promotion_out_cpu_int8 (__main__.TestTypePromotionCPU) ... ok (0.018s) 2022-12-01T10:15:41.0153522Z test_div_promotion_out_cpu_uint8 (__main__.TestTypePromotionCPU) ... ok (0.018s) 2022-12-01T10:15:41.0153821Z test_float_promotion_cpu (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:15:41.0154124Z test_from_issue_cpu (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0154420Z test_half_cpu (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-12-01T10:15:41.0154697Z test_indexing_cpu (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:15:41.0154999Z test_indexing_fail_cpu (__main__.TestTypePromotionCPU) ... ok (0.008s) 2022-12-01T10:15:41.0155296Z test_inplace_cpu (__main__.TestTypePromotionCPU) ... ok (0.019s) 2022-12-01T10:15:41.0155598Z test_int_promotion_cpu (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0155886Z test_int_to_float_cpu (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-12-01T10:15:41.0156212Z test_integer_addcdiv_deprecated_cpu_int16 (__main__.TestTypePromotionCPU) ... ok (0.014s) 2022-12-01T10:15:41.0156565Z test_integer_addcdiv_deprecated_cpu_int32 (__main__.TestTypePromotionCPU) ... ok (0.013s) 2022-12-01T10:15:41.0156897Z test_integer_addcdiv_deprecated_cpu_int64 (__main__.TestTypePromotionCPU) ... ok (0.013s) 2022-12-01T10:15:41.0157245Z test_integer_addcdiv_deprecated_cpu_int8 (__main__.TestTypePromotionCPU) ... ok (0.013s) 2022-12-01T10:15:41.0157634Z test_integer_addcdiv_deprecated_cpu_uint8 (__main__.TestTypePromotionCPU) ... ok (0.013s) 2022-12-01T10:15:41.0157962Z test_lt_with_type_promotion_cpu (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:15:41.0158263Z test_many_promotions_cpu (__main__.TestTypePromotionCPU) ... ok (0.937s) 2022-12-01T10:15:41.0158578Z test_mixed_type_backward_cpu (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-12-01T10:15:41.0158891Z test_non_promoting_ops_cpu (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-12-01T10:15:41.0159223Z test_numpy_array_binary_ufunc_promotion_cpu_bool_bool (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:15:41.0159630Z test_numpy_array_binary_ufunc_promotion_cpu_bool_complex128 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:15:41.0160013Z test_numpy_array_binary_ufunc_promotion_cpu_bool_complex64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0160388Z test_numpy_array_binary_ufunc_promotion_cpu_bool_float16 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:15:41.0160744Z test_numpy_array_binary_ufunc_promotion_cpu_bool_float32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0161112Z test_numpy_array_binary_ufunc_promotion_cpu_bool_float64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0161476Z test_numpy_array_binary_ufunc_promotion_cpu_bool_int16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0161842Z test_numpy_array_binary_ufunc_promotion_cpu_bool_int32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0162193Z test_numpy_array_binary_ufunc_promotion_cpu_bool_int64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0162556Z test_numpy_array_binary_ufunc_promotion_cpu_bool_int8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0162921Z test_numpy_array_binary_ufunc_promotion_cpu_bool_uint8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0163280Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_bool (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0183773Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_complex128 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0184493Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_complex64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0185129Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_float16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0185617Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_float32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0186277Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_float64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0186960Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_int16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0187519Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_int32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0188125Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_int64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0188807Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_int8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0189239Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_uint8 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:15:41.0189617Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_bool (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0190011Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_complex128 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0190577Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_complex64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0191242Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_float16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0192075Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_float32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0192774Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_float64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0193219Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_int16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0193594Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_int32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0194014Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_int64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0194471Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_int8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0195636Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_uint8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0196258Z test_numpy_array_binary_ufunc_promotion_cpu_float16_bool (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0197132Z test_numpy_array_binary_ufunc_promotion_cpu_float16_complex128 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0197810Z test_numpy_array_binary_ufunc_promotion_cpu_float16_complex64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0198461Z test_numpy_array_binary_ufunc_promotion_cpu_float16_float16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0199137Z test_numpy_array_binary_ufunc_promotion_cpu_float16_float32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0199831Z test_numpy_array_binary_ufunc_promotion_cpu_float16_float64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0200505Z test_numpy_array_binary_ufunc_promotion_cpu_float16_int16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0201182Z test_numpy_array_binary_ufunc_promotion_cpu_float16_int32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0201615Z test_numpy_array_binary_ufunc_promotion_cpu_float16_int64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0201984Z test_numpy_array_binary_ufunc_promotion_cpu_float16_int8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0202351Z test_numpy_array_binary_ufunc_promotion_cpu_float16_uint8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0202702Z test_numpy_array_binary_ufunc_promotion_cpu_float32_bool (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:15:41.0203080Z test_numpy_array_binary_ufunc_promotion_cpu_float32_complex128 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0203457Z test_numpy_array_binary_ufunc_promotion_cpu_float32_complex64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0203836Z test_numpy_array_binary_ufunc_promotion_cpu_float32_float16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0204199Z test_numpy_array_binary_ufunc_promotion_cpu_float32_float32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0204573Z test_numpy_array_binary_ufunc_promotion_cpu_float32_float64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0204941Z test_numpy_array_binary_ufunc_promotion_cpu_float32_int16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0205308Z test_numpy_array_binary_ufunc_promotion_cpu_float32_int32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0205659Z test_numpy_array_binary_ufunc_promotion_cpu_float32_int64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0206027Z test_numpy_array_binary_ufunc_promotion_cpu_float32_int8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0206392Z test_numpy_array_binary_ufunc_promotion_cpu_float32_uint8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0206820Z test_numpy_array_binary_ufunc_promotion_cpu_float64_bool (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0207267Z test_numpy_array_binary_ufunc_promotion_cpu_float64_complex128 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:15:41.0207651Z test_numpy_array_binary_ufunc_promotion_cpu_float64_complex64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0208026Z test_numpy_array_binary_ufunc_promotion_cpu_float64_float16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0208382Z test_numpy_array_binary_ufunc_promotion_cpu_float64_float32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0208783Z test_numpy_array_binary_ufunc_promotion_cpu_float64_float64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0209154Z test_numpy_array_binary_ufunc_promotion_cpu_float64_int16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0209517Z test_numpy_array_binary_ufunc_promotion_cpu_float64_int32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0209867Z test_numpy_array_binary_ufunc_promotion_cpu_float64_int64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0210228Z test_numpy_array_binary_ufunc_promotion_cpu_float64_int8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0210594Z test_numpy_array_binary_ufunc_promotion_cpu_float64_uint8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0210956Z test_numpy_array_binary_ufunc_promotion_cpu_int16_bool (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0211314Z test_numpy_array_binary_ufunc_promotion_cpu_int16_complex128 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:15:41.0211685Z test_numpy_array_binary_ufunc_promotion_cpu_int16_complex64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0212053Z test_numpy_array_binary_ufunc_promotion_cpu_int16_float16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0212420Z test_numpy_array_binary_ufunc_promotion_cpu_int16_float32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0212767Z test_numpy_array_binary_ufunc_promotion_cpu_int16_float64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0213126Z test_numpy_array_binary_ufunc_promotion_cpu_int16_int16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0213485Z test_numpy_array_binary_ufunc_promotion_cpu_int16_int32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0213845Z test_numpy_array_binary_ufunc_promotion_cpu_int16_int64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0214193Z test_numpy_array_binary_ufunc_promotion_cpu_int16_int8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0214552Z test_numpy_array_binary_ufunc_promotion_cpu_int16_uint8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0214911Z test_numpy_array_binary_ufunc_promotion_cpu_int32_bool (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0215266Z test_numpy_array_binary_ufunc_promotion_cpu_int32_complex128 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0215640Z test_numpy_array_binary_ufunc_promotion_cpu_int32_complex64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0216009Z test_numpy_array_binary_ufunc_promotion_cpu_int32_float16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0216376Z test_numpy_array_binary_ufunc_promotion_cpu_int32_float32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0216727Z test_numpy_array_binary_ufunc_promotion_cpu_int32_float64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0217088Z test_numpy_array_binary_ufunc_promotion_cpu_int32_int16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0217446Z test_numpy_array_binary_ufunc_promotion_cpu_int32_int32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0217839Z test_numpy_array_binary_ufunc_promotion_cpu_int32_int64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0218185Z test_numpy_array_binary_ufunc_promotion_cpu_int32_int8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0218542Z test_numpy_array_binary_ufunc_promotion_cpu_int32_uint8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0218898Z test_numpy_array_binary_ufunc_promotion_cpu_int64_bool (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0219253Z test_numpy_array_binary_ufunc_promotion_cpu_int64_complex128 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0219658Z test_numpy_array_binary_ufunc_promotion_cpu_int64_complex64 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:15:41.0220028Z test_numpy_array_binary_ufunc_promotion_cpu_int64_float16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0220391Z test_numpy_array_binary_ufunc_promotion_cpu_int64_float32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0220745Z test_numpy_array_binary_ufunc_promotion_cpu_int64_float64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0221101Z test_numpy_array_binary_ufunc_promotion_cpu_int64_int16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0221455Z test_numpy_array_binary_ufunc_promotion_cpu_int64_int32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0221813Z test_numpy_array_binary_ufunc_promotion_cpu_int64_int64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0222327Z test_numpy_array_binary_ufunc_promotion_cpu_int64_int8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0222703Z test_numpy_array_binary_ufunc_promotion_cpu_int64_uint8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0223066Z test_numpy_array_binary_ufunc_promotion_cpu_int8_bool (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0223438Z test_numpy_array_binary_ufunc_promotion_cpu_int8_complex128 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0223800Z test_numpy_array_binary_ufunc_promotion_cpu_int8_complex64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0224169Z test_numpy_array_binary_ufunc_promotion_cpu_int8_float16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0224533Z test_numpy_array_binary_ufunc_promotion_cpu_int8_float32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0224881Z test_numpy_array_binary_ufunc_promotion_cpu_int8_float64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0225244Z test_numpy_array_binary_ufunc_promotion_cpu_int8_int16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0225607Z test_numpy_array_binary_ufunc_promotion_cpu_int8_int32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0225964Z test_numpy_array_binary_ufunc_promotion_cpu_int8_int64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0226313Z test_numpy_array_binary_ufunc_promotion_cpu_int8_int8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0226671Z test_numpy_array_binary_ufunc_promotion_cpu_int8_uint8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0227030Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_bool (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0227400Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_complex128 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0227762Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_complex64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0228133Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_float16 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:15:41.0228497Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_float32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0228859Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_float64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0229269Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_int16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0229631Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_int32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0229989Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_int64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0230339Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_int8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0230736Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_uint8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0231067Z test_promote_self_cpu (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0231373Z test_promote_types_cpu (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-12-01T10:15:41.0231669Z test_result_type_cpu_bfloat16_bfloat16 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0231976Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0232276Z test_result_type_cpu_bfloat16_bool (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0232565Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0232870Z test_result_type_cpu_bfloat16_complex128 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0233172Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0233475Z test_result_type_cpu_bfloat16_complex64 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0233764Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0234062Z test_result_type_cpu_bfloat16_float16 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0234363Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0234648Z test_result_type_cpu_bfloat16_float32 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0234947Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0235243Z test_result_type_cpu_bfloat16_float64 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0235541Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0235820Z test_result_type_cpu_bfloat16_int16 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0236117Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0236411Z test_result_type_cpu_bfloat16_int32 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0236691Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0236983Z test_result_type_cpu_bfloat16_int64 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0237276Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0237572Z test_result_type_cpu_bfloat16_int8 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0237855Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0238149Z test_result_type_cpu_bfloat16_uint8 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0238441Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0238720Z test_result_type_cpu_bool_bfloat16 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0239012Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0239303Z test_result_type_cpu_bool_bool (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0239584Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:15:41.0239885Z test_result_type_cpu_bool_complex128 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0240181Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0240478Z test_result_type_cpu_bool_complex64 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0240805Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0241098Z test_result_type_cpu_bool_float16 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0241391Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0241670Z test_result_type_cpu_bool_float32 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0241962Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0242252Z test_result_type_cpu_bool_float64 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0242575Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0242854Z test_result_type_cpu_bool_int16 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0243143Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:15:41.0243432Z test_result_type_cpu_bool_int32 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0243712Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:15:41.0244002Z test_result_type_cpu_bool_int64 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0244292Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:15:41.0244566Z test_result_type_cpu_bool_int8 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0244858Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:15:41.0245146Z test_result_type_cpu_bool_uint8 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0245442Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:15:41.0245730Z test_result_type_cpu_complex128_bfloat16 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0246031Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0246328Z test_result_type_cpu_complex128_bool (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0246614Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0246917Z test_result_type_cpu_complex128_complex128 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0247284Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0247589Z test_result_type_cpu_complex128_complex64 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0247873Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0248171Z test_result_type_cpu_complex128_float16 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0248472Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0248754Z test_result_type_cpu_complex128_float32 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0249048Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0249342Z test_result_type_cpu_complex128_float64 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0249642Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0249925Z test_result_type_cpu_complex128_int16 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0250221Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0250521Z test_result_type_cpu_complex128_int32 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0250805Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0251101Z test_result_type_cpu_complex128_int64 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0251397Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0251694Z test_result_type_cpu_complex128_int8 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0251972Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0252266Z test_result_type_cpu_complex128_uint8 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0252601Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0252886Z test_result_type_cpu_complex64_bfloat16 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0253186Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0253481Z test_result_type_cpu_complex64_bool (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0253763Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0254067Z test_result_type_cpu_complex64_complex128 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0254395Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0254697Z test_result_type_cpu_complex64_complex64 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0254984Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0255285Z test_result_type_cpu_complex64_float16 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0255592Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0255877Z test_result_type_cpu_complex64_float32 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0256174Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0256470Z test_result_type_cpu_complex64_float64 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0256769Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0257054Z test_result_type_cpu_complex64_int16 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0257349Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0257646Z test_result_type_cpu_complex64_int32 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0257927Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0258225Z test_result_type_cpu_complex64_int64 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0258521Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0258815Z test_result_type_cpu_complex64_int8 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0259094Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0259390Z test_result_type_cpu_complex64_uint8 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0259688Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0259970Z test_result_type_cpu_float16_bfloat16 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0260270Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0260562Z test_result_type_cpu_float16_bool (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0260839Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0261146Z test_result_type_cpu_float16_complex128 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0261444Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0261741Z test_result_type_cpu_float16_complex64 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0262025Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0262456Z test_result_type_cpu_float16_float16 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0262755Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0263037Z test_result_type_cpu_float16_float32 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0263333Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0263627Z test_result_type_cpu_float16_float64 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0263921Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0264285Z test_result_type_cpu_float16_int16 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0264579Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0264872Z test_result_type_cpu_float16_int32 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0265152Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0265443Z test_result_type_cpu_float16_int64 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0265733Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0266029Z test_result_type_cpu_float16_int8 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0266341Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0266637Z test_result_type_cpu_float16_uint8 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0266929Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0267214Z test_result_type_cpu_float32_bfloat16 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0267513Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0267805Z test_result_type_cpu_float32_bool (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0268083Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0268387Z test_result_type_cpu_float32_complex128 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0268687Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0268983Z test_result_type_cpu_float32_complex64 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0269273Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0269566Z test_result_type_cpu_float32_float16 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0269860Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0270143Z test_result_type_cpu_float32_float32 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0270436Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0270733Z test_result_type_cpu_float32_float64 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0271025Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0271304Z test_result_type_cpu_float32_int16 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0271595Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0271886Z test_result_type_cpu_float32_int32 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0272167Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0272461Z test_result_type_cpu_float32_int64 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0272754Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0273053Z test_result_type_cpu_float32_int8 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0273335Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0273627Z test_result_type_cpu_float32_uint8 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0273917Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0274202Z test_result_type_cpu_float64_bfloat16 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0274499Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0274792Z test_result_type_cpu_float64_bool (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0275073Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0275374Z test_result_type_cpu_float64_complex128 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0275675Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0275974Z test_result_type_cpu_float64_complex64 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0276297Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0276592Z test_result_type_cpu_float64_float16 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0276887Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0277168Z test_result_type_cpu_float64_float32 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0277464Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0277759Z test_result_type_cpu_float64_float64 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0278085Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0278369Z test_result_type_cpu_float64_int16 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0278659Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0278951Z test_result_type_cpu_float64_int32 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0279232Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:15:41.0279523Z test_result_type_cpu_float64_int64 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0279815Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0280090Z test_result_type_cpu_float64_int8 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0280382Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:15:41.0280675Z test_result_type_cpu_float64_uint8 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0280974Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0281256Z test_result_type_cpu_int16_bfloat16 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0281547Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0281836Z test_result_type_cpu_int16_bool (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0282115Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:15:41.0282413Z test_result_type_cpu_int16_complex128 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0282707Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0283004Z test_result_type_cpu_int16_complex64 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0283287Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0283578Z test_result_type_cpu_int16_float16 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0283870Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0284149Z test_result_type_cpu_int16_float32 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0284440Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0284730Z test_result_type_cpu_int16_float64 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0285022Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0285296Z test_result_type_cpu_int16_int16 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0285585Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:15:41.0285874Z test_result_type_cpu_int16_int32 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0286149Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:15:41.0286438Z test_result_type_cpu_int16_int64 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0286728Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:15:41.0287005Z test_result_type_cpu_int16_int8 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0287373Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:15:41.0287663Z test_result_type_cpu_int16_uint8 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0287996Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:15:41.0288274Z test_result_type_cpu_int32_bfloat16 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0288567Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0288855Z test_result_type_cpu_int32_bool (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0289133Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:15:41.0289429Z test_result_type_cpu_int32_complex128 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0289760Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0290061Z test_result_type_cpu_int32_complex64 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0290345Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0290639Z test_result_type_cpu_int32_float16 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0290931Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0291208Z test_result_type_cpu_int32_float32 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0291502Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0291796Z test_result_type_cpu_int32_float64 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0292089Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0292363Z test_result_type_cpu_int32_int16 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0292654Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:15:41.0292941Z test_result_type_cpu_int32_int32 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0293215Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:15:41.0293504Z test_result_type_cpu_int32_int64 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0293795Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:15:41.0294069Z test_result_type_cpu_int32_int8 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0294360Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:15:41.0294649Z test_result_type_cpu_int32_uint8 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0294938Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:15:41.0295219Z test_result_type_cpu_int64_bfloat16 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0295511Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0295798Z test_result_type_cpu_int64_bool (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0296075Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:15:41.0296373Z test_result_type_cpu_int64_complex128 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0296671Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0296967Z test_result_type_cpu_int64_complex64 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0297251Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0297543Z test_result_type_cpu_int64_float16 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0297834Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0298112Z test_result_type_cpu_int64_float32 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0298404Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0298694Z test_result_type_cpu_int64_float64 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0298972Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0299259Z test_result_type_cpu_int64_int16 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0299589Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:15:41.0299873Z test_result_type_cpu_int64_int32 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0300151Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:15:41.0300438Z test_result_type_cpu_int64_int64 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0300725Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:15:41.0301002Z test_result_type_cpu_int64_int8 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0301293Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:15:41.0301619Z test_result_type_cpu_int64_uint8 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0301910Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:15:41.0302317Z test_result_type_cpu_int8_bfloat16 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0302625Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0302916Z test_result_type_cpu_int8_bool (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0303196Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:15:41.0303495Z test_result_type_cpu_int8_complex128 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0303791Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0304085Z test_result_type_cpu_int8_complex64 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0304367Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0304664Z test_result_type_cpu_int8_float16 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0304956Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0305234Z test_result_type_cpu_int8_float32 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0305523Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0305819Z test_result_type_cpu_int8_float64 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0306093Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0306381Z test_result_type_cpu_int8_int16 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0306672Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:15:41.0306962Z test_result_type_cpu_int8_int32 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0307236Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:15:41.0307523Z test_result_type_cpu_int8_int64 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0307813Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:15:41.0308089Z test_result_type_cpu_int8_int8 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0308379Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:15:41.0308668Z test_result_type_cpu_int8_uint8 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0308961Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:15:41.0309309Z test_result_type_cpu_uint8_bfloat16 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0309594Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0309879Z test_result_type_cpu_uint8_bool (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0310167Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:15:41.0310456Z test_result_type_cpu_uint8_complex128 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0310758Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0311053Z test_result_type_cpu_uint8_complex64 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0311340Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0311705Z test_result_type_cpu_uint8_float16 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0312000Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0312289Z test_result_type_cpu_uint8_float32 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0312569Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0312859Z test_result_type_cpu_uint8_float64 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0313152Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:15:41.0313476Z test_result_type_cpu_uint8_int16 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0313767Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:15:41.0314053Z test_result_type_cpu_uint8_int32 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0314343Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:15:41.0314620Z test_result_type_cpu_uint8_int64 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0314906Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:15:41.0315198Z test_result_type_cpu_uint8_int8 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0315475Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:15:41.0315765Z test_result_type_cpu_uint8_uint8 (__main__.TestTypePromotionCPU) 2022-12-01T10:15:41.0316059Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:15:41.0316374Z test_result_type_tensor_vs_scalar_cpu (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:15:41.0316680Z test_sparse_add_cpu (__main__.TestTypePromotionCPU) ... ok (1.715s) 2022-12-01T10:15:41.0316981Z test_sparse_div_cpu (__main__.TestTypePromotionCPU) ... ok (0.198s) 2022-12-01T10:15:41.0317293Z test_sparse_div_promotion_cpu_bool (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:15:41.0317627Z test_sparse_div_promotion_cpu_int16 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:15:41.0317943Z test_sparse_div_promotion_cpu_int32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:15:41.0318270Z test_sparse_div_promotion_cpu_int64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:15:41.0318605Z test_sparse_div_promotion_cpu_uint8 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:15:41.0318917Z test_sparse_mul_cpu (__main__.TestTypePromotionCPU) ... ok (0.828s) 2022-12-01T10:15:41.0319201Z test_sparse_sub_cpu (__main__.TestTypePromotionCPU) ... ok (2.369s) 2022-12-01T10:15:41.0319499Z test_transpose_cpu (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:15:41.0319835Z test_unary_op_out_casting_cpu_complex128_complex128 (__main__.TestTypePromotionCPU) ... ok (0.012s) 2022-12-01T10:15:41.0320185Z test_unary_op_out_casting_cpu_complex128_complex64 (__main__.TestTypePromotionCPU) ... ok (0.016s) 2022-12-01T10:15:41.0320544Z test_unary_op_out_casting_cpu_complex128_float32 (__main__.TestTypePromotionCPU) ... ok (0.016s) 2022-12-01T10:15:41.0320902Z test_unary_op_out_casting_cpu_complex128_float64 (__main__.TestTypePromotionCPU) ... ok (0.016s) 2022-12-01T10:15:41.0321254Z test_unary_op_out_casting_cpu_complex128_int64 (__main__.TestTypePromotionCPU) ... ok (0.016s) 2022-12-01T10:15:41.0321595Z test_unary_op_out_casting_cpu_complex64_complex128 (__main__.TestTypePromotionCPU) ... ok (0.016s) 2022-12-01T10:15:41.0321955Z test_unary_op_out_casting_cpu_complex64_complex64 (__main__.TestTypePromotionCPU) ... ok (0.012s) 2022-12-01T10:15:41.0322313Z test_unary_op_out_casting_cpu_complex64_float32 (__main__.TestTypePromotionCPU) ... ok (0.016s) 2022-12-01T10:15:41.0322662Z test_unary_op_out_casting_cpu_complex64_float64 (__main__.TestTypePromotionCPU) ... ok (0.016s) 2022-12-01T10:15:41.0322998Z test_unary_op_out_casting_cpu_complex64_int64 (__main__.TestTypePromotionCPU) ... ok (0.016s) 2022-12-01T10:15:41.0323396Z test_unary_op_out_casting_cpu_float32_complex128 (__main__.TestTypePromotionCPU) ... ok (0.018s) 2022-12-01T10:15:41.0323747Z test_unary_op_out_casting_cpu_float32_complex64 (__main__.TestTypePromotionCPU) ... ok (0.015s) 2022-12-01T10:15:41.0324085Z test_unary_op_out_casting_cpu_float32_float32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:15:41.0324422Z test_unary_op_out_casting_cpu_float32_float64 (__main__.TestTypePromotionCPU) ... ok (0.014s) 2022-12-01T10:15:41.0324761Z test_unary_op_out_casting_cpu_float32_int64 (__main__.TestTypePromotionCPU) ... ok (0.014s) 2022-12-01T10:15:41.0325135Z test_unary_op_out_casting_cpu_float64_complex128 (__main__.TestTypePromotionCPU) ... ok (0.014s) 2022-12-01T10:15:41.0325467Z test_unary_op_out_casting_cpu_float64_complex64 (__main__.TestTypePromotionCPU) ... ok (0.014s) 2022-12-01T10:15:41.0325806Z test_unary_op_out_casting_cpu_float64_float32 (__main__.TestTypePromotionCPU) ... ok (0.014s) 2022-12-01T10:15:41.0326141Z test_unary_op_out_casting_cpu_float64_float64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:15:41.0326473Z test_unary_op_out_casting_cpu_float64_int64 (__main__.TestTypePromotionCPU) ... ok (0.014s) 2022-12-01T10:15:41.0326801Z test_unary_op_out_casting_cpu_int64_complex128 (__main__.TestTypePromotionCPU) ... ok (0.014s) 2022-12-01T10:15:41.0327141Z test_unary_op_out_casting_cpu_int64_complex64 (__main__.TestTypePromotionCPU) ... ok (0.014s) 2022-12-01T10:15:41.0327546Z test_unary_op_out_casting_cpu_int64_float32 (__main__.TestTypePromotionCPU) ... ok (0.014s) 2022-12-01T10:15:41.0327871Z test_unary_op_out_casting_cpu_int64_float64 (__main__.TestTypePromotionCPU) ... ok (0.014s) 2022-12-01T10:15:41.0328203Z test_unary_op_out_casting_cpu_int64_int64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:15:41.0328516Z test_unsigned_cpu (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-12-01T10:15:41.0328685Z 2022-12-01T10:15:41.0328975Z ---------------------------------------------------------------------- 2022-12-01T10:15:41.0329211Z Ran 422 tests in 11.830s 2022-12-01T10:15:41.0329327Z 2022-12-01T10:15:41.0329391Z OK 2022-12-01T10:15:41.0329482Z 2022-12-01T10:15:41.0329567Z Generating XML reports... 2022-12-01T10:15:41.0330012Z Generated XML report: test-reports/python-unittest/test_type_promotion/TEST-TestTypePromotionCPU-20221201101528.xml 2022-12-01T10:15:41.0330261Z 2022-12-01T10:15:41.0331992Z ##[endgroup] 2022-12-01T10:15:41.0332597Z FINISHED PRINTING LOG FILE of test_type_promotion (/var/lib/jenkins/workspace/test/test-reports/test_type_promotion_kqvnsx9r) 2022-12-01T10:15:41.0332904Z 2022-12-01T10:15:42.5369530Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:15:42.5988936Z Ignoring disabled issues: [] 2022-12-01T10:15:42.6129508Z Running test_jit_autocast ... [2022-12-01 10:15:42.612685] 2022-12-01T10:15:42.6132088Z Executing ['/opt/conda/bin/python', '-bb', 'test_jit_autocast.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:15:42.612979] 2022-12-01T10:15:47.1511125Z 2022-12-01T10:15:47.1511672Z Expand the folded group to see the log file of test_serialization 2022-12-01T10:15:47.1513058Z ##[group]PRINTING LOG FILE of test_serialization (/var/lib/jenkins/workspace/test/test-reports/test_serialization_r4y13jy5) 2022-12-01T10:15:47.1526633Z Test results will be stored in test-reports/python-unittest/test_serialization 2022-12-01T10:15:47.1526987Z 2022-12-01T10:15:47.1527101Z Running tests... 2022-12-01T10:15:47.1527686Z ---------------------------------------------------------------------- 2022-12-01T10:15:47.1528071Z test_serialization_new_format_old_format_compat_cpu (__main__.TestBothSerializationCPU) ... ok (0.086s) 2022-12-01T10:15:47.1528514Z test_serialization_new_format_old_format_compat_safe_cpu (__main__.TestBothSerializationCPU) ... ok (0.091s) 2022-12-01T10:15:47.1528844Z test_load_error_msg (__main__.TestOldSerialization) ... ok (0.002s) 2022-12-01T10:15:47.1529387Z test_load_nonexistent_device (__main__.TestOldSerialization) ... ok (0.002s) 2022-12-01T10:15:47.1529707Z test_load_python2_unicode_module (__main__.TestOldSerialization) ... ok (0.030s) 2022-12-01T10:15:47.1530065Z test_load_unicode_error_msg (__main__.TestOldSerialization) ... ok (0.001s) 2022-12-01T10:15:47.1530380Z test_save_different_dtype_error (__main__.TestOldSerialization) ... ok (0.004s) 2022-12-01T10:15:47.1530748Z test_save_different_dtype_unallocated (__main__.TestOldSerialization) ... ok (0.358s) 2022-12-01T10:15:47.1531071Z test_serialization (__main__.TestOldSerialization) ... ok (0.037s) 2022-12-01T10:15:47.1531454Z test_serialization_backwards_compat (__main__.TestOldSerialization) ... ok (0.062s) 2022-12-01T10:15:47.1531826Z test_serialization_backwards_compat_safe (__main__.TestOldSerialization) ... ok (0.020s) 2022-12-01T10:15:47.1532155Z test_serialization_container (__main__.TestOldSerialization) ... ok (0.011s) 2022-12-01T10:15:47.1532523Z test_serialization_container_filelike (__main__.TestOldSerialization) ... ok (0.010s) 2022-12-01T10:15:47.1532895Z test_serialization_dill (__main__.TestOldSerialization) ... skip: "dill" not found or not correct version (0.001s) 2022-12-01T10:15:47.1533361Z test_serialization_dill_version_not_supported (__main__.TestOldSerialization) ... skip: "dill" not found or is correct version (0.001s) 2022-12-01T10:15:47.1533754Z test_serialization_fake_zip (__main__.TestOldSerialization) ... ok (0.003s) 2022-12-01T10:15:47.1534075Z test_serialization_filelike (__main__.TestOldSerialization) ... ok (0.018s) 2022-12-01T10:15:47.1534407Z test_serialization_filelike_api_requirements (__main__.TestOldSerialization) ... ok (0.002s) 2022-12-01T10:15:47.1534805Z test_serialization_filelike_missing_attrs (__main__.TestOldSerialization) ... ok (0.003s) 2022-12-01T10:15:47.1535143Z test_serialization_filelike_stress (__main__.TestOldSerialization) ... ok (0.422s) 2022-12-01T10:15:47.1535513Z test_serialization_filelike_uses_readinto (__main__.TestOldSerialization) ... ok (0.002s) 2022-12-01T10:15:47.1535838Z test_serialization_gzip (__main__.TestOldSerialization) ... ok (0.028s) 2022-12-01T10:15:47.1536807Z test_serialization_map_location (__main__.TestOldSerialization) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/81685 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:15:47.1537501Z test_serialization_offset (__main__.TestOldSerialization) ... ok (8.958s) 2022-12-01T10:15:47.1537893Z test_serialization_offset_filelike_weights_only_False (__main__.TestOldSerialization) ... ok (7.321s) 2022-12-01T10:15:47.1538252Z test_serialization_offset_filelike_weights_only_True (__main__.TestOldSerialization) ... ok (7.031s) 2022-12-01T10:15:47.1538639Z test_serialization_offset_gzip (__main__.TestOldSerialization) ... ok (0.002s) 2022-12-01T10:15:47.1538952Z test_serialization_safe (__main__.TestOldSerialization) ... ok (0.028s) 2022-12-01T10:15:47.1539305Z test_serialization_save_warnings (__main__.TestOldSerialization) ... ok (0.005s) 2022-12-01T10:15:47.1539620Z test_serialization_sparse (__main__.TestOldSerialization) ... ok (0.039s) 2022-12-01T10:15:47.1540700Z test_serialization_sparse_csr_invalid (__main__.TestOldSerialization) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:47.1541333Z r = func(*args, **kwargs) 2022-12-01T10:15:47.1541538Z ok (0.005s) 2022-12-01T10:15:47.1541777Z test_serialization_sparse_invalid (__main__.TestOldSerialization) ... ok (0.007s) 2022-12-01T10:15:47.1542377Z test_serialization_sparse_safe (__main__.TestOldSerialization) ... ok (0.039s) 2022-12-01T10:15:47.1542702Z test_serialization_storage_slice (__main__.TestOldSerialization) ... ok (0.002s) 2022-12-01T10:15:47.1543065Z test_serialization_zipfile_utils (__main__.TestOldSerialization) ... ok (0.007s) 2022-12-01T10:15:47.1543373Z test_serialize_device (__main__.TestOldSerialization) ... ok (0.002s) 2022-12-01T10:15:47.1543710Z test_load_error_msg (__main__.TestSerialization) ... ok (0.001s) 2022-12-01T10:15:47.1543991Z test_load_nonexistent_device (__main__.TestSerialization) ... ok (0.001s) 2022-12-01T10:15:47.1544363Z test_load_python2_unicode_module (__main__.TestSerialization) ... ok (0.004s) 2022-12-01T10:15:47.1544702Z test_load_unicode_error_msg (__main__.TestSerialization) ... ok (0.001s) 2022-12-01T10:15:47.1545021Z test_meta_serialization_weights_only_False (__main__.TestSerialization) ... ok (0.002s) 2022-12-01T10:15:47.1545391Z test_meta_serialization_weights_only_True (__main__.TestSerialization) ... ok (0.003s) 2022-12-01T10:15:47.1545734Z test_pathlike_serialization_weights_only_False (__main__.TestSerialization) ... ok (0.010s) 2022-12-01T10:15:47.1546086Z test_pathlike_serialization_weights_only_True (__main__.TestSerialization) ... ok (0.010s) 2022-12-01T10:15:47.1546424Z test_save_different_dtype_error (__main__.TestSerialization) ... ok (0.004s) 2022-12-01T10:15:47.1546743Z test_save_different_dtype_unallocated (__main__.TestSerialization) ... ok (0.304s) 2022-12-01T10:15:47.1547044Z test_serialization (__main__.TestSerialization) ... ok (0.026s) 2022-12-01T10:15:47.1547335Z test_serialization_2gb_file (__main__.TestSerialization) ... ok (7.199s) 2022-12-01T10:15:47.1547684Z test_serialization_backwards_compat (__main__.TestSerialization) ... ok (0.017s) 2022-12-01T10:15:47.1548010Z test_serialization_backwards_compat_safe (__main__.TestSerialization) ... ok (0.016s) 2022-12-01T10:15:47.1548366Z test_serialization_dill (__main__.TestSerialization) ... skip: "dill" not found or not correct version (0.001s) 2022-12-01T10:15:47.1548768Z test_serialization_dill_version_not_supported (__main__.TestSerialization) ... skip: "dill" not found or is correct version (0.001s) 2022-12-01T10:15:47.1549111Z test_serialization_fake_zip (__main__.TestSerialization) ... ok (0.002s) 2022-12-01T10:15:47.1549410Z test_serialization_filelike (__main__.TestSerialization) ... ok (0.013s) 2022-12-01T10:15:47.1559144Z test_serialization_filelike_api_requirements (__main__.TestSerialization) ... ok (0.002s) 2022-12-01T10:15:47.1559602Z test_serialization_filelike_missing_attrs (__main__.TestSerialization) ... ok (0.002s) 2022-12-01T10:15:47.1559940Z test_serialization_filelike_stress (__main__.TestSerialization) ... ok (0.487s) 2022-12-01T10:15:47.1560256Z test_serialization_filelike_uses_readinto (__main__.TestSerialization) ... ok (0.018s) 2022-12-01T10:15:47.1560641Z test_serialization_gzip (__main__.TestSerialization) ... ok (0.021s) 2022-12-01T10:15:47.1560953Z test_serialization_map_location (__main__.TestSerialization) ... ok (0.029s) 2022-12-01T10:15:47.1561254Z test_serialization_offset_gzip (__main__.TestSerialization) ... ok (0.004s) 2022-12-01T10:15:47.1561557Z test_serialization_safe (__main__.TestSerialization) ... ok (0.040s) 2022-12-01T10:15:47.1561862Z test_serialization_save_warnings (__main__.TestSerialization) ... ok (0.002s) 2022-12-01T10:15:47.1562168Z test_serialization_sparse (__main__.TestSerialization) ... ok (0.037s) 2022-12-01T10:15:47.1562468Z test_serialization_sparse_csr_invalid (__main__.TestSerialization) ... ok (0.004s) 2022-12-01T10:15:47.1562794Z test_serialization_sparse_invalid (__main__.TestSerialization) ... ok (0.006s) 2022-12-01T10:15:47.1563107Z test_serialization_sparse_safe (__main__.TestSerialization) ... ok (0.038s) 2022-12-01T10:15:47.1563402Z test_serialization_storage_slice (__main__.TestSerialization) ... ok (0.002s) 2022-12-01T10:15:47.1564222Z test_serialization_zipfile_actually_jit (__main__.TestSerialization) ... /opt/conda/lib/python3.7/site-packages/torch/serialization.py:781: UserWarning: 'torch.load' received a zip file that looks like a TorchScript archive dispatching to 'torch.jit.load' (call 'torch.jit.load' directly to silence this warning) 2022-12-01T10:15:47.1564850Z " silence this warning)", UserWarning) 2022-12-01T10:15:47.1565044Z ok (0.021s) 2022-12-01T10:15:47.1565276Z test_serialization_zipfile_utils (__main__.TestSerialization) ... ok (0.008s) 2022-12-01T10:15:47.1565606Z test_serialization_zipfile_weights_only_False (__main__.TestSerialization) ... ok (0.041s) 2022-12-01T10:15:47.1565989Z test_serialization_zipfile_weights_only_True (__main__.TestSerialization) ... ok (0.042s) 2022-12-01T10:15:47.1566293Z test_serialize_device (__main__.TestSerialization) ... ok (0.002s) 2022-12-01T10:15:47.1566592Z test_weights_only_assert (__main__.TestSerialization) ... Hello World! 2022-12-01T10:15:47.1566825Z ok (0.002s) 2022-12-01T10:15:47.1567095Z test_cloned_deepcopy_requires_grad_False (__main__.TestSubclassSerialization) ... ok (0.001s) 2022-12-01T10:15:47.1567527Z test_cloned_deepcopy_requires_grad_True (__main__.TestSubclassSerialization) ... ok (0.001s) 2022-12-01T10:15:47.1567878Z test_empty_class_serialization (__main__.TestSubclassSerialization) ... ok (0.003s) 2022-12-01T10:15:47.1568221Z test_tensor_subclass_deepcopy (__main__.TestSubclassSerialization) ... ok (0.002s) 2022-12-01T10:15:47.1568557Z test_tensor_subclass_getstate_overwrite (__main__.TestSubclassSerialization) ... ok (0.003s) 2022-12-01T10:15:47.1568919Z test_tensor_subclass_wrapper_serialization (__main__.TestSubclassSerialization) ... ok (0.003s) 2022-12-01T10:15:47.1569123Z 2022-12-01T10:15:47.1569335Z ---------------------------------------------------------------------- 2022-12-01T10:15:47.1569580Z Ran 80 tests in 33.084s 2022-12-01T10:15:47.1569684Z 2022-12-01T10:15:47.1569757Z OK (skipped=5) 2022-12-01T10:15:47.1569865Z 2022-12-01T10:15:47.1569949Z Generating XML reports... 2022-12-01T10:15:47.1570401Z Generated XML report: test-reports/python-unittest/test_serialization/TEST-TestBothSerializationCPU-20221201101513.xml 2022-12-01T10:15:47.1570949Z Generated XML report: test-reports/python-unittest/test_serialization/TEST-TestOldSerialization-20221201101513.xml 2022-12-01T10:15:47.1571485Z Generated XML report: test-reports/python-unittest/test_serialization/TEST-TestSerialization-20221201101513.xml 2022-12-01T10:15:47.1572038Z Generated XML report: test-reports/python-unittest/test_serialization/TEST-TestSubclassSerialization-20221201101513.xml 2022-12-01T10:15:47.1572293Z 2022-12-01T10:15:47.1572611Z ##[endgroup] 2022-12-01T10:15:47.1572999Z FINISHED PRINTING LOG FILE of test_serialization (/var/lib/jenkins/workspace/test/test-reports/test_serialization_r4y13jy5) 2022-12-01T10:15:47.1573225Z 2022-12-01T10:15:49.5164295Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:15:49.6436053Z Ignoring disabled issues: [] 2022-12-01T10:15:49.6688679Z Running lazy/test_ts_opinfo ... [2022-12-01 10:15:49.668346] 2022-12-01T10:15:49.6690988Z Executing ['/opt/conda/bin/python', '-bb', 'lazy/test_ts_opinfo.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:15:49.668777] 2022-12-01T10:15:58.2649538Z 2022-12-01T10:15:58.2650074Z Expand the folded group to see the log file of test_jit_autocast 2022-12-01T10:15:58.2650939Z ##[group]PRINTING LOG FILE of test_jit_autocast (/var/lib/jenkins/workspace/test/test-reports/test_jit_autocast_1yil45zj) 2022-12-01T10:15:58.2651523Z Test results will be stored in test-reports/python-unittest/test_jit_autocast 2022-12-01T10:15:58.2651803Z CUDA not available, skipping tests 2022-12-01T10:15:58.2652264Z monkeytype is not installed. Skipping tests for Profile-Directed Typing 2022-12-01T10:15:58.2652516Z 2022-12-01T10:15:58.2652622Z Running tests... 2022-12-01T10:15:58.2653081Z ---------------------------------------------------------------------- 2022-12-01T10:15:58.2653534Z test_autocast_api (__main__.TestAutocast) ... skip: No cuda (0.002s) 2022-12-01T10:15:58.2654112Z test_autocast_api_not_supported (__main__.TestAutocast) ... skip: we need to provide dtype argument at this moment (0.001s) 2022-12-01T10:15:58.2654448Z test_autocast_autodiff (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:15:58.2654785Z test_autocast_decorator (__main__.TestAutocast) ... skip: autocast decorators not supported (0.000s) 2022-12-01T10:15:58.2655132Z test_autocast_decorator_outside_jit (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-12-01T10:15:58.2655450Z test_autocast_mixed_dtypes (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:15:58.2655787Z test_callees (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:15:58.2656084Z test_callees_with_autocast_off (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:15:58.2656394Z test_callees_with_autocast_on (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-12-01T10:15:58.2656692Z test_conditional_autocast (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-12-01T10:15:58.2657025Z test_control_flow (__main__.TestAutocast) ... skip: broken due to lack of type propagation (0.001s) 2022-12-01T10:15:58.2657351Z test_divergent_autocast (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:15:58.2657645Z test_divergent_types (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:15:58.2657924Z test_duplicate_inputs (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:15:58.2658216Z test_eager_and_script (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:15:58.2658507Z test_explicit_casts (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:15:58.2658778Z test_fp32_policy (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-12-01T10:15:58.2659065Z test_fp32_policy_with_fp64 (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-12-01T10:15:58.2659367Z test_fp32_set_opt_dtype_policy (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:15:58.2659669Z test_fp32_set_opt_dtype_policy_fp64 (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:15:58.2659955Z test_ignore_amp (__main__.TestAutocast) ... ok (0.014s) 2022-12-01T10:15:58.2660240Z test_implicitly_nested_autocast (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-12-01T10:15:58.2660532Z test_inplace (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:15:58.2660797Z test_jit_autocast_softmax_cpu (__main__.TestAutocast) ... ok (0.056s) 2022-12-01T10:15:58.2661094Z test_jit_autocast_softmax_gpu (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:15:58.2661407Z test_jit_call_method_under_autocast (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:15:58.2661710Z test_jit_executor_under_autocast (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:15:58.2662016Z test_jit_freeze_autocast_basic (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:15:58.2662574Z test_jit_freeze_autocast_constants (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:15:58.2662894Z test_linear_bf16 (__main__.TestAutocast) ... skip: No cuda bfloat16 support (0.001s) 2022-12-01T10:15:58.2663172Z test_minimal (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-12-01T10:15:58.2663448Z test_minimal_cpu (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-12-01T10:15:58.2663728Z test_minimal_off (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-12-01T10:15:58.2663994Z test_nested_autocast (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:15:58.2664284Z test_promote_policy (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:15:58.2664583Z test_promote_policy_fp64 (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-12-01T10:15:58.2664878Z test_reused_autocast (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:15:58.2665190Z test_reused_autocast_expr (__main__.TestAutocast) ... skip: unsuported autocast syntax (0.001s) 2022-12-01T10:15:58.2665578Z test_runtime_autocast_state (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-12-01T10:15:58.2665885Z test_runtime_autocast_state_expr (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-12-01T10:15:58.2666177Z test_script_and_tracing (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:15:58.2666539Z test_script_and_tracing_with_autocast (__main__.TestAutocast) ... skip: autocast(False) is ignored inside traced functions (0.001s) 2022-12-01T10:15:58.2666887Z test_script_module (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:15:58.2667222Z test_tracing_and_script (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:15:58.2667581Z test_tracing_with_autocast_and_script (__main__.TestAutocast) ... skip: scripted called from traced TorchScript is not yet working (0.001s) 2022-12-01T10:15:58.2667970Z test_generate_autocast_jit_trace_model (__main__.TestJitTraceAutocast) ... ok (3.728s) 2022-12-01T10:15:58.2668920Z test_nchw_autocast_jit_trace_model (__main__.TestJitTraceAutocast) ... /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:58.2669498Z warnings.warn(msg, FutureWarning) 2022-12-01T10:15:58.2669697Z ok (4.899s) 2022-12-01T10:15:58.2669934Z test_nhwc_autocast_jit_trace_model (__main__.TestJitTraceAutocast) ... ok (3.973s) 2022-12-01T10:15:58.2670259Z test_script_autocast_cpu (__main__.TestJitTraceAutocast) ... ok (0.060s) 2022-12-01T10:15:58.2670575Z test_script_autocast_cuda (__main__.TestJitTraceAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:15:58.2670893Z test_script_autocast_enable_and_check (__main__.TestJitTraceAutocast) ... ok (0.071s) 2022-12-01T10:15:58.2671208Z test_scripted_aliasing (__main__.TestJitTraceAutocast) ... ok (0.064s) 2022-12-01T10:15:58.2671384Z 2022-12-01T10:15:58.2671589Z ---------------------------------------------------------------------- 2022-12-01T10:15:58.2671833Z Ran 52 tests in 12.915s 2022-12-01T10:15:58.2671936Z 2022-12-01T10:15:58.2672008Z OK (skipped=44) 2022-12-01T10:15:58.2672117Z 2022-12-01T10:15:58.2672202Z Generating XML reports... 2022-12-01T10:15:58.2672607Z Generated XML report: test-reports/python-unittest/test_jit_autocast/TEST-TestAutocast-20221201101544.xml 2022-12-01T10:15:58.2673128Z Generated XML report: test-reports/python-unittest/test_jit_autocast/TEST-TestJitTraceAutocast-20221201101544.xml 2022-12-01T10:15:58.2673370Z 2022-12-01T10:15:58.2673658Z ##[endgroup] 2022-12-01T10:15:58.2674048Z FINISHED PRINTING LOG FILE of test_jit_autocast (/var/lib/jenkins/workspace/test/test-reports/test_jit_autocast_1yil45zj) 2022-12-01T10:15:58.2674269Z 2022-12-01T10:15:59.8145564Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:15:59.8900293Z Ignoring disabled issues: [] 2022-12-01T10:15:59.9106557Z Running test_stateless ... [2022-12-01 10:15:59.910264] 2022-12-01T10:15:59.9107992Z Executing ['/opt/conda/bin/python', '-bb', 'test_stateless.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:15:59.910554] 2022-12-01T10:16:04.8377411Z 2022-12-01T10:16:04.8378258Z Expand the folded group to see the log file of test_stateless 2022-12-01T10:16:04.8379370Z ##[group]PRINTING LOG FILE of test_stateless (/var/lib/jenkins/workspace/test/test-reports/test_stateless__liib34i) 2022-12-01T10:16:04.8380238Z Test results will be stored in test-reports/python-unittest/test_stateless 2022-12-01T10:16:04.8380590Z 2022-12-01T10:16:04.8380715Z Running tests... 2022-12-01T10:16:04.8381080Z ---------------------------------------------------------------------- 2022-12-01T10:16:04.8381391Z test_runs_with_optimize_flag (__main__.TestPythonOptimizeMode) ... ok (2.334s) 2022-12-01T10:16:04.8381776Z test_private_stateless_warns (__main__.TestStatelessDeprecation) ... ok (0.973s) 2022-12-01T10:16:04.8382454Z test_circular_references (__main__.TestStatelessFunctionalAPI) ... ok (0.005s) 2022-12-01T10:16:04.8382789Z test_functional_batch_norm (__main__.TestStatelessFunctionalAPI) ... ok (0.004s) 2022-12-01T10:16:04.8383159Z test_functional_call (__main__.TestStatelessFunctionalAPI) ... ok (0.003s) 2022-12-01T10:16:04.8383645Z test_functional_call_with_data_parallel (__main__.TestStatelessFunctionalAPI) ... skip: multi-GPU not supported (0.001s) 2022-12-01T10:16:04.8384086Z test_functional_call_with_gradient (__main__.TestStatelessFunctionalAPI) ... ok (0.003s) 2022-12-01T10:16:04.8384494Z test_functional_call_with_jit (__main__.TestStatelessFunctionalAPI) ... ok (0.078s) 2022-12-01T10:16:04.8384908Z test_reparamertize_module_fail_reset_to_original (__main__.TestStatelessFunctionalAPI) ... ok (0.014s) 2022-12-01T10:16:04.8385343Z test_reparametrized_module_change_parametrization_original (__main__.TestStatelessFunctionalAPI) ... ok (0.008s) 2022-12-01T10:16:04.8385715Z test_setattr (__main__.TestStatelessFunctionalAPI) ... ok (0.003s) 2022-12-01T10:16:04.8386025Z test_tied_weights_warns (__main__.TestStatelessFunctionalAPI) ... ok (0.004s) 2022-12-01T10:16:04.8386253Z 2022-12-01T10:16:04.8386460Z ---------------------------------------------------------------------- 2022-12-01T10:16:04.8386708Z Ran 12 tests in 3.431s 2022-12-01T10:16:04.8386848Z 2022-12-01T10:16:04.8386941Z OK (skipped=1) 2022-12-01T10:16:04.8387035Z 2022-12-01T10:16:04.8387123Z Generating XML reports... 2022-12-01T10:16:04.8387570Z Generated XML report: test-reports/python-unittest/test_stateless/TEST-TestPythonOptimizeMode-20221201101601.xml 2022-12-01T10:16:04.8388162Z Generated XML report: test-reports/python-unittest/test_stateless/TEST-TestStatelessDeprecation-20221201101601.xml 2022-12-01T10:16:04.8388770Z Generated XML report: test-reports/python-unittest/test_stateless/TEST-TestStatelessFunctionalAPI-20221201101601.xml 2022-12-01T10:16:04.8389029Z 2022-12-01T10:16:04.8389322Z ##[endgroup] 2022-12-01T10:16:04.8389701Z FINISHED PRINTING LOG FILE of test_stateless (/var/lib/jenkins/workspace/test/test-reports/test_stateless__liib34i) 2022-12-01T10:16:04.8389966Z 2022-12-01T10:16:06.3336391Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:16:06.3977753Z Ignoring disabled issues: [] 2022-12-01T10:16:06.4121803Z Running nn/test_embedding ... [2022-12-01 10:16:06.411823] 2022-12-01T10:16:06.4124420Z Executing ['/opt/conda/bin/python', '-bb', 'nn/test_embedding.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:16:06.412123] 2022-12-01T10:16:09.1031902Z 2022-12-01T10:16:09.1039110Z Expand the folded group to see the log file of lazy/test_ts_opinfo 2022-12-01T10:16:09.1040045Z ##[group]PRINTING LOG FILE of lazy/test_ts_opinfo (/var/lib/jenkins/workspace/test/test-reports/lazy-test_ts_opinfo_5bdf92qn) 2022-12-01T10:16:09.1040893Z Test results will be stored in test-reports/python-unittest/lazy.test_ts_opinfo 2022-12-01T10:16:09.1041194Z 2022-12-01T10:16:09.1041314Z Running tests... 2022-12-01T10:16:09.1044405Z ---------------------------------------------------------------------- 2022-12-01T10:16:09.1044852Z test_nonzero_dynamic (__main__.TestLazyDynamicOps) ... ok (0.330s) 2022-12-01T10:16:09.1045294Z test_correctness_abs_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:09.1045823Z test_correctness_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.433s) 2022-12-01T10:16:09.1046340Z test_correctness_addcmul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.614s) 2022-12-01T10:16:09.1046891Z test_correctness_addmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.113s) 2022-12-01T10:16:09.1047522Z test_correctness_addmm_decomposed_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.049s) 2022-12-01T10:16:09.1048068Z test_correctness_arange_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:16:09.1048661Z test_correctness_as_strided_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.104s) 2022-12-01T10:16:09.1049475Z test_correctness_baddbmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.198s) 2022-12-01T10:16:09.1050027Z test_correctness_block_diag_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.126s) 2022-12-01T10:16:09.1050527Z test_correctness_bmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:09.1051054Z test_correctness_cat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.110s) 2022-12-01T10:16:09.1051644Z test_correctness_clamp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.199s) 2022-12-01T10:16:09.1052389Z test_correctness_clamp_min_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.297s) 2022-12-01T10:16:09.1053008Z test_correctness_constant_pad_nd_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (2.558s) 2022-12-01T10:16:09.1053632Z test_correctness_cos_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-12-01T10:16:09.1054237Z test_correctness_cumsum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-12-01T10:16:09.1054860Z test_correctness_diagonal_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.544s) 2022-12-01T10:16:09.1055522Z test_correctness_div_floor_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.334s) 2022-12-01T10:16:09.1056185Z test_correctness_div_no_rounding_mode_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.106s) 2022-12-01T10:16:09.1056849Z test_correctness_div_trunc_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-12-01T10:16:09.1057556Z test_correctness_empty_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Expected: empty is not comparable (0.001s) 2022-12-01T10:16:09.1058247Z test_correctness_eq_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-12-01T10:16:09.1058840Z test_correctness_exp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.056s) 2022-12-01T10:16:09.1059423Z test_correctness_flip_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.034s) 2022-12-01T10:16:09.1060034Z test_correctness_floor_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.049s) 2022-12-01T10:16:09.1060644Z test_correctness_frac_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:09.1061246Z test_correctness_gather_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-12-01T10:16:09.1061833Z test_correctness_ge_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-12-01T10:16:09.1062693Z test_correctness_gt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.014s) 2022-12-01T10:16:09.1063286Z test_correctness_le_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.014s) 2022-12-01T10:16:09.1063869Z test_correctness_log2_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:09.1064473Z test_correctness_log_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.079s) 2022-12-01T10:16:09.1065089Z test_correctness_logsumexp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.555s) 2022-12-01T10:16:09.1065709Z test_correctness_lt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-12-01T10:16:09.1066318Z test_correctness_masked_fill_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:09.1066945Z test_correctness_max_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.022s) 2022-12-01T10:16:09.1067593Z test_correctness_max_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:09.1068254Z test_correctness_max_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:09.1068900Z test_correctness_maximum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.616s) 2022-12-01T10:16:09.1069514Z test_correctness_mean_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.134s) 2022-12-01T10:16:09.1070139Z test_correctness_min_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-12-01T10:16:09.1070775Z test_correctness_min_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:09.1071634Z test_correctness_min_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.054s) 2022-12-01T10:16:09.1072289Z test_correctness_minimum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.610s) 2022-12-01T10:16:09.1072905Z test_correctness_mm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:09.1073490Z test_correctness_mul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.014s) 2022-12-01T10:16:09.1074084Z test_correctness_mv_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.069s) 2022-12-01T10:16:09.1074691Z test_correctness_narrow_copy_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:09.1075408Z test_correctness_native_batch_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.087s) 2022-12-01T10:16:09.1076069Z test_correctness_native_layer_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.098s) 2022-12-01T10:16:09.1076675Z test_correctness_ne_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-12-01T10:16:09.1077261Z test_correctness_neg_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:09.1077900Z test_correctness_new_empty_strided_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:09.1078548Z test_correctness_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.486s) 2022-12-01T10:16:09.1079161Z test_correctness_norm_fro_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.039s) 2022-12-01T10:16:09.1079744Z test_correctness_norm_inf_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:09.1080351Z test_correctness_norm_nuc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:09.1080984Z test_correctness_reciprocal_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:09.1081620Z test_correctness_remainder_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-12-01T10:16:09.1082222Z test_correctness_repeat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.113s) 2022-12-01T10:16:09.1082845Z test_correctness_rsqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:09.1083468Z test_correctness_scatter_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.066s) 2022-12-01T10:16:09.1084099Z test_correctness_select_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:09.1084731Z test_correctness_sgn_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:09.1085335Z test_correctness_sigmoid_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:09.1085953Z test_correctness_slice_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.065s) 2022-12-01T10:16:09.1086560Z test_correctness_sort_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:09.1087236Z test_correctness_sqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:09.1087833Z test_correctness_stack_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.116s) 2022-12-01T10:16:09.1088424Z test_correctness_std_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.063s) 2022-12-01T10:16:09.1089012Z test_correctness_sub_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.017s) 2022-12-01T10:16:09.1089596Z test_correctness_sum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.019s) 2022-12-01T10:16:09.1090192Z test_correctness_tanh_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:09.1090778Z test_correctness_topk_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:09.1091375Z test_correctness_trace_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:09.1091967Z test_correctness_tril_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.059s) 2022-12-01T10:16:09.1092546Z test_correctness_triu_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.060s) 2022-12-01T10:16:09.1093142Z test_correctness_trunc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:09.1093771Z test_correctness_with_reusing_ir_abs_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:09.1094540Z test_correctness_with_reusing_ir_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.023s) 2022-12-01T10:16:09.1095194Z test_correctness_with_reusing_ir_addcmul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.032s) 2022-12-01T10:16:09.1095870Z test_correctness_with_reusing_ir_addmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:09.1096575Z test_correctness_with_reusing_ir_addmm_decomposed_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:09.1097361Z test_correctness_with_reusing_ir_arange_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:16:09.1098086Z test_correctness_with_reusing_ir_as_strided_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-12-01T10:16:09.1098789Z test_correctness_with_reusing_ir_baddbmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.020s) 2022-12-01T10:16:09.1099490Z test_correctness_with_reusing_ir_block_diag_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.052s) 2022-12-01T10:16:09.1100135Z test_correctness_with_reusing_ir_bmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.164s) 2022-12-01T10:16:09.1100797Z test_correctness_with_reusing_ir_cat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.034s) 2022-12-01T10:16:09.1101461Z test_correctness_with_reusing_ir_clamp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.083s) 2022-12-01T10:16:09.1102267Z test_correctness_with_reusing_ir_clamp_min_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.018s) 2022-12-01T10:16:09.1102957Z test_correctness_with_reusing_ir_constant_pad_nd_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (1.237s) 2022-12-01T10:16:09.1103637Z test_correctness_with_reusing_ir_cos_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:09.1104306Z test_correctness_with_reusing_ir_cumsum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:09.1105008Z test_correctness_with_reusing_ir_diagonal_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.106s) 2022-12-01T10:16:09.1105705Z test_correctness_with_reusing_ir_div_floor_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.024s) 2022-12-01T10:16:09.1106430Z test_correctness_with_reusing_ir_div_no_rounding_mode_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.024s) 2022-12-01T10:16:09.1107139Z test_correctness_with_reusing_ir_div_trunc_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.019s) 2022-12-01T10:16:09.1107899Z test_correctness_with_reusing_ir_empty_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Expected: empty is not comparable (0.001s) 2022-12-01T10:16:09.1108642Z test_correctness_with_reusing_ir_eq_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.017s) 2022-12-01T10:16:09.1109303Z test_correctness_with_reusing_ir_exp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:09.1109968Z test_correctness_with_reusing_ir_flip_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:09.1110619Z test_correctness_with_reusing_ir_floor_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:09.1111285Z test_correctness_with_reusing_ir_frac_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:09.1111950Z test_correctness_with_reusing_ir_gather_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:09.1112604Z test_correctness_with_reusing_ir_ge_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-12-01T10:16:09.1113238Z test_correctness_with_reusing_ir_gt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-12-01T10:16:09.1113883Z test_correctness_with_reusing_ir_le_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-12-01T10:16:09.1114536Z test_correctness_with_reusing_ir_log2_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:09.1115179Z test_correctness_with_reusing_ir_log_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:09.1116001Z test_correctness_with_reusing_ir_logsumexp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.017s) 2022-12-01T10:16:09.1116677Z test_correctness_with_reusing_ir_lt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-12-01T10:16:09.1117357Z test_correctness_with_reusing_ir_masked_fill_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:09.1118037Z test_correctness_with_reusing_ir_max_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-12-01T10:16:09.1118833Z test_correctness_with_reusing_ir_max_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:09.1119581Z test_correctness_with_reusing_ir_max_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:09.1120281Z test_correctness_with_reusing_ir_maximum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.567s) 2022-12-01T10:16:09.1120940Z test_correctness_with_reusing_ir_mean_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.020s) 2022-12-01T10:16:09.1121610Z test_correctness_with_reusing_ir_min_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-12-01T10:16:09.1122314Z test_correctness_with_reusing_ir_min_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:09.1123044Z test_correctness_with_reusing_ir_min_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:09.1123727Z test_correctness_with_reusing_ir_minimum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.579s) 2022-12-01T10:16:09.1124398Z test_correctness_with_reusing_ir_mm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:09.1125046Z test_correctness_with_reusing_ir_mul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-12-01T10:16:09.1125674Z test_correctness_with_reusing_ir_mv_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:09.1126350Z test_correctness_with_reusing_ir_narrow_copy_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:09.1127046Z test_correctness_with_reusing_ir_native_batch_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.145s) 2022-12-01T10:16:09.1127824Z test_correctness_with_reusing_ir_native_layer_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.164s) 2022-12-01T10:16:09.1128480Z test_correctness_with_reusing_ir_ne_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.019s) 2022-12-01T10:16:09.1129127Z test_correctness_with_reusing_ir_neg_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:09.1129838Z test_correctness_with_reusing_ir_new_empty_strided_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:16:09.1130551Z test_correctness_with_reusing_ir_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.471s) 2022-12-01T10:16:09.1131199Z test_correctness_with_reusing_ir_norm_fro_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.039s) 2022-12-01T10:16:09.1131873Z test_correctness_with_reusing_ir_norm_inf_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:09.1132534Z test_correctness_with_reusing_ir_norm_nuc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.090s) 2022-12-01T10:16:09.1133205Z test_correctness_with_reusing_ir_reciprocal_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:09.1133895Z test_correctness_with_reusing_ir_remainder_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.018s) 2022-12-01T10:16:09.1134579Z test_correctness_with_reusing_ir_repeat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.058s) 2022-12-01T10:16:09.1135244Z test_correctness_with_reusing_ir_rsqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:09.1135909Z test_correctness_with_reusing_ir_scatter_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.030s) 2022-12-01T10:16:09.1136602Z test_correctness_with_reusing_ir_select_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-12-01T10:16:09.1137383Z test_correctness_with_reusing_ir_sgn_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:09.1138058Z test_correctness_with_reusing_ir_sigmoid_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:09.1138725Z test_correctness_with_reusing_ir_slice_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.353s) 2022-12-01T10:16:09.1139390Z test_correctness_with_reusing_ir_sort_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.025s) 2022-12-01T10:16:09.1140106Z test_correctness_with_reusing_ir_sqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.051s) 2022-12-01T10:16:09.1140758Z test_correctness_with_reusing_ir_stack_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.023s) 2022-12-01T10:16:09.1141406Z test_correctness_with_reusing_ir_std_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.022s) 2022-12-01T10:16:09.1142056Z test_correctness_with_reusing_ir_sub_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.025s) 2022-12-01T10:16:09.1143023Z test_correctness_with_reusing_ir_sum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.023s) 2022-12-01T10:16:09.1143666Z test_correctness_with_reusing_ir_tanh_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:09.1144330Z test_correctness_with_reusing_ir_topk_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:09.1144996Z test_correctness_with_reusing_ir_trace_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:09.1145654Z test_correctness_with_reusing_ir_tril_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.061s) 2022-12-01T10:16:09.1146302Z test_correctness_with_reusing_ir_triu_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.062s) 2022-12-01T10:16:09.1146950Z test_correctness_with_reusing_ir_trunc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:09.1147587Z test_dispatched_to_lazy_abs_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:09.1148201Z test_dispatched_to_lazy_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:09.1148839Z test_dispatched_to_lazy_addcdiv_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.021s) 2022-12-01T10:16:09.1149483Z test_dispatched_to_lazy_addcmul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.587s) 2022-12-01T10:16:09.1150118Z test_dispatched_to_lazy_addmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:09.1150771Z test_dispatched_to_lazy_addmm_decomposed_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.115s) 2022-12-01T10:16:09.1151466Z test_dispatched_to_lazy_arange_cpu_float32 (__main__.TestLazyOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:16:09.1152160Z test_dispatched_to_lazy_as_strided_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:09.1152805Z test_dispatched_to_lazy_baddbmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-12-01T10:16:09.1153443Z test_dispatched_to_lazy_bernoulli_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-12-01T10:16:09.1154080Z test_dispatched_to_lazy_bmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:09.1154700Z test_dispatched_to_lazy_cat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:09.1155311Z test_dispatched_to_lazy_clamp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:09.1155988Z test_dispatched_to_lazy_clamp_min_cpu_float32 (__main__.TestLazyOpInfoCPU) ... expected failure (0.045s) 2022-12-01T10:16:09.1156678Z test_dispatched_to_lazy_constant_pad_nd_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.017s) 2022-12-01T10:16:09.1157318Z test_dispatched_to_lazy_cos_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:09.1157918Z test_dispatched_to_lazy_cumsum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:09.1158563Z test_dispatched_to_lazy_diagonal_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-12-01T10:16:09.1159393Z test_dispatched_to_lazy_div_floor_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.012s) 2022-12-01T10:16:09.1160060Z test_dispatched_to_lazy_div_no_rounding_mode_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.012s) 2022-12-01T10:16:09.1160743Z test_dispatched_to_lazy_div_trunc_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.012s) 2022-12-01T10:16:09.1161497Z test_dispatched_to_lazy_empty_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Expected: empty is not comparable (0.002s) 2022-12-01T10:16:09.1162264Z test_dispatched_to_lazy_eq_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:09.1162866Z test_dispatched_to_lazy_exp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.042s) 2022-12-01T10:16:09.1163483Z test_dispatched_to_lazy_flip_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:09.1164106Z test_dispatched_to_lazy_floor_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.039s) 2022-12-01T10:16:09.1164727Z test_dispatched_to_lazy_frac_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:09.1165335Z test_dispatched_to_lazy_gather_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-12-01T10:16:09.1165961Z test_dispatched_to_lazy_ge_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:09.1166562Z test_dispatched_to_lazy_gt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:09.1167252Z test_dispatched_to_lazy_le_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:09.1167890Z test_dispatched_to_lazy_log2_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:09.1168520Z test_dispatched_to_lazy_log_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.033s) 2022-12-01T10:16:09.1169137Z test_dispatched_to_lazy_lt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:09.1169751Z test_dispatched_to_lazy_masked_fill_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:09.1170398Z test_dispatched_to_lazy_max_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-12-01T10:16:09.1171061Z test_dispatched_to_lazy_max_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:09.1171742Z test_dispatched_to_lazy_max_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:09.1172401Z test_dispatched_to_lazy_maximum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:09.1173033Z test_dispatched_to_lazy_mean_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:09.1173664Z test_dispatched_to_lazy_min_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:09.1174307Z test_dispatched_to_lazy_min_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.081s) 2022-12-01T10:16:09.1175004Z test_dispatched_to_lazy_min_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.110s) 2022-12-01T10:16:09.1175685Z test_dispatched_to_lazy_minimum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:09.1176297Z test_dispatched_to_lazy_mm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:09.1176895Z test_dispatched_to_lazy_mul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:09.1177515Z test_dispatched_to_lazy_mv_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:09.1178144Z test_dispatched_to_lazy_native_batch_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-12-01T10:16:09.1178798Z test_dispatched_to_lazy_native_layer_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.011s) 2022-12-01T10:16:09.1179428Z test_dispatched_to_lazy_ne_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:09.1180051Z test_dispatched_to_lazy_neg_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:09.1180776Z test_dispatched_to_lazy_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.014s) 2022-12-01T10:16:09.1181383Z test_dispatched_to_lazy_norm_fro_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:09.1182013Z test_dispatched_to_lazy_norm_inf_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:09.1182861Z test_dispatched_to_lazy_norm_nuc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:09.1183457Z test_dispatched_to_lazy_pow_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:09.1184221Z test_dispatched_to_lazy_reciprocal_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:09.1184871Z test_dispatched_to_lazy_remainder_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.012s) 2022-12-01T10:16:09.1185511Z test_dispatched_to_lazy_repeat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.022s) 2022-12-01T10:16:09.1186117Z test_dispatched_to_lazy_rsqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:09.1186756Z test_dispatched_to_lazy_scatter_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.027s) 2022-12-01T10:16:09.1187412Z test_dispatched_to_lazy_select_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:09.1188059Z test_dispatched_to_lazy_sgn_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:09.1188673Z test_dispatched_to_lazy_sigmoid_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:09.1189329Z test_dispatched_to_lazy_slice_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-12-01T10:16:09.1189970Z test_dispatched_to_lazy_sort_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.014s) 2022-12-01T10:16:09.1190569Z test_dispatched_to_lazy_sqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:09.1191199Z test_dispatched_to_lazy_stack_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-12-01T10:16:09.1191832Z test_dispatched_to_lazy_std_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:09.1192445Z test_dispatched_to_lazy_sub_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-12-01T10:16:09.1193052Z test_dispatched_to_lazy_sum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.027s) 2022-12-01T10:16:09.1193673Z test_dispatched_to_lazy_tanh_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:09.1194294Z test_dispatched_to_lazy_topk_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-12-01T10:16:09.1194903Z test_dispatched_to_lazy_trace_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-12-01T10:16:09.1195531Z test_dispatched_to_lazy_tril_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-12-01T10:16:09.1196146Z test_dispatched_to_lazy_triu_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.059s) 2022-12-01T10:16:09.1196768Z test_dispatched_to_lazy_trunc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:16:09.1197454Z testConvolutionBackward (__main__.TestLazyTensor) ... skip: Disable until autograd supports symints (0.001s) 2022-12-01T10:16:09.1198074Z test_tensor_ctr (__main__.TestLazyTensor) ... ok (0.002s) 2022-12-01T10:16:09.1198600Z test_view_mark_step_preserved (__main__.TestLazyTensor) ... ok (0.003s) 2022-12-01T10:16:09.1198918Z 2022-12-01T10:16:09.1199426Z ---------------------------------------------------------------------- 2022-12-01T10:16:09.1199868Z Ran 237 tests in 16.711s 2022-12-01T10:16:09.1200085Z 2022-12-01T10:16:09.1200269Z OK (skipped=8, expected failures=2) 2022-12-01T10:16:09.1200513Z 2022-12-01T10:16:09.1200680Z Generating XML reports... 2022-12-01T10:16:09.1201503Z Generated XML report: test-reports/python-unittest/lazy.test_ts_opinfo/TEST-TestLazyDynamicOps-20221201101551.xml 2022-12-01T10:16:09.1202601Z Generated XML report: test-reports/python-unittest/lazy.test_ts_opinfo/TEST-TestLazyOpInfoCPU-20221201101551.xml 2022-12-01T10:16:09.1203721Z Generated XML report: test-reports/python-unittest/lazy.test_ts_opinfo/TEST-TestLazyTensor-20221201101551.xml 2022-12-01T10:16:09.1204158Z 2022-12-01T10:16:09.1204705Z ##[endgroup] 2022-12-01T10:16:09.1205480Z FINISHED PRINTING LOG FILE of lazy/test_ts_opinfo (/var/lib/jenkins/workspace/test/test-reports/lazy-test_ts_opinfo_5bdf92qn) 2022-12-01T10:16:09.1205913Z 2022-12-01T10:16:10.9301415Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:16:10.9956696Z Ignoring disabled issues: [] 2022-12-01T10:16:11.0101103Z Running test_decomp ... [2022-12-01 10:16:11.009799] 2022-12-01T10:16:11.0103632Z Executing ['/opt/conda/bin/python', '-bb', 'test_decomp.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:16:11.010091] 2022-12-01T10:16:17.9505087Z 2022-12-01T10:16:17.9505640Z Expand the folded group to see the log file of nn/test_embedding 2022-12-01T10:16:17.9506750Z ##[group]PRINTING LOG FILE of nn/test_embedding (/var/lib/jenkins/workspace/test/test-reports/nn-test_embedding_bx97o3py) 2022-12-01T10:16:17.9545227Z Test results will be stored in test-reports/python-unittest/nn.test_embedding 2022-12-01T10:16:17.9545870Z 2022-12-01T10:16:17.9546119Z Running tests... 2022-12-01T10:16:17.9546682Z ---------------------------------------------------------------------- 2022-12-01T10:16:17.9547392Z test_embedding_bag_from_pretrained (__main__.TestEmbeddingNN) ... ok (0.003s) 2022-12-01T10:16:17.9548108Z test_embedding_bag_from_pretrained_padding_idx (__main__.TestEmbeddingNN) ... ok (0.001s) 2022-12-01T10:16:17.9548662Z test_embedding_bag_functional (__main__.TestEmbeddingNN) ... ok (0.003s) 2022-12-01T10:16:17.9549230Z test_embedding_bag_padding_idx_error (__main__.TestEmbeddingNN) ... ok (0.013s) 2022-12-01T10:16:17.9549789Z test_embedding_from_pretrained (__main__.TestEmbeddingNN) ... ok (0.002s) 2022-12-01T10:16:17.9550335Z test_embedding_from_pretrained_options (__main__.TestEmbeddingNN) ... ok (0.002s) 2022-12-01T10:16:17.9551032Z test_embedding_from_pretrained_padding_idx (__main__.TestEmbeddingNN) ... ok (0.001s) 2022-12-01T10:16:17.9551691Z test_embedding_functional (__main__.TestEmbeddingNN) ... ok (0.002s) 2022-12-01T10:16:17.9552181Z test_embedding_max_norm (__main__.TestEmbeddingNN) ... ok (0.002s) 2022-12-01T10:16:17.9552756Z test_embedding_max_norm_unsorted_repeating_indices (__main__.TestEmbeddingNN) ... skip: CUDA unavailable (0.001s) 2022-12-01T10:16:17.9553329Z test_embedding_sparse_basic (__main__.TestEmbeddingNN) ... ok (0.002s) 2022-12-01T10:16:17.9553863Z test_embedding_sparse_empty_tensor (__main__.TestEmbeddingNN) ... ok (0.002s) 2022-12-01T10:16:17.9554434Z test_embeddingbag_from_pretrained (__main__.TestEmbeddingNN) ... ok (0.002s) 2022-12-01T10:16:17.9555073Z test_embeddingbag_from_pretrained_options (__main__.TestEmbeddingNN) ... ok (0.002s) 2022-12-01T10:16:17.9555702Z test_move_sparse_half_embedding (__main__.TestEmbeddingNN) ... ok (0.002s) 2022-12-01T10:16:17.9556379Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:16:17.9557124Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:16:17.9558027Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:16:17.9558935Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:16:17.9559703Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:16:17.9560491Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:16:17.9561235Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:16:17.9562208Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:16:17.9563463Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:16:17.9564345Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:16:17.9565357Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:16:17.9566177Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:16:17.9566723Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.031s) 2022-12-01T10:16:17.9567241Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.038s) 2022-12-01T10:16:17.9567694Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.040s) 2022-12-01T10:16:17.9568136Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.041s) 2022-12-01T10:16:17.9568576Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.041s) 2022-12-01T10:16:17.9568997Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.040s) 2022-12-01T10:16:17.9569439Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.032s) 2022-12-01T10:16:17.9569873Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.031s) 2022-12-01T10:16:17.9570312Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.030s) 2022-12-01T10:16:17.9570791Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.031s) 2022-12-01T10:16:17.9571227Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.033s) 2022-12-01T10:16:17.9571658Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.040s) 2022-12-01T10:16:17.9572094Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cpu_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.042s) 2022-12-01T10:16:17.9572510Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cpu_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.041s) 2022-12-01T10:16:17.9572933Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cpu_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.041s) 2022-12-01T10:16:17.9573347Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cpu_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.032s) 2022-12-01T10:16:17.9573785Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:16:17.9574209Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:16:17.9574645Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:16:17.9575078Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:16:17.9575567Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.009s) 2022-12-01T10:16:17.9575997Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:16:17.9576408Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:16:17.9576875Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:16:17.9577310Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:16:17.9577741Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:16:17.9578158Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:16:17.9578585Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:16:17.9579014Z test_EmbeddingBag_per_sample_weights_failures_cpu_int32_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.012s) 2022-12-01T10:16:17.9579416Z test_EmbeddingBag_per_sample_weights_failures_cpu_int32_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.011s) 2022-12-01T10:16:17.9579839Z test_EmbeddingBag_per_sample_weights_failures_cpu_int64_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.011s) 2022-12-01T10:16:17.9580257Z test_EmbeddingBag_per_sample_weights_failures_cpu_int64_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.011s) 2022-12-01T10:16:17.9580721Z test_embedding_backward_cpu_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:16:17.9581089Z test_embedding_bag_1D_padding_idx_cpu_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (1.956s) 2022-12-01T10:16:17.9581582Z test_embedding_bag_1D_padding_idx_cpu_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (1.791s) 2022-12-01T10:16:17.9582009Z test_embedding_bag_2D_padding_idx_cpu_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.152s) 2022-12-01T10:16:17.9582609Z test_embedding_bag_2D_padding_idx_cpu_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.114s) 2022-12-01T10:16:17.9582999Z test_embedding_bag_bfloat16_cpu_int32_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:17.9583414Z test_embedding_bag_bfloat16_cpu_int32_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:17.9583824Z test_embedding_bag_bfloat16_cpu_int64_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:17.9584232Z test_embedding_bag_bfloat16_cpu_int64_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:17.9584615Z test_embedding_bag_device_cpu_int32_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.346s) 2022-12-01T10:16:17.9585005Z test_embedding_bag_device_cpu_int32_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.347s) 2022-12-01T10:16:17.9585387Z test_embedding_bag_device_cpu_int32_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.372s) 2022-12-01T10:16:17.9585767Z test_embedding_bag_device_cpu_int32_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.348s) 2022-12-01T10:16:17.9586132Z test_embedding_bag_device_cpu_int32_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.344s) 2022-12-01T10:16:17.9586514Z test_embedding_bag_device_cpu_int32_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.368s) 2022-12-01T10:16:17.9586891Z test_embedding_bag_device_cpu_int64_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.343s) 2022-12-01T10:16:17.9587378Z test_embedding_bag_device_cpu_int64_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.346s) 2022-12-01T10:16:17.9587754Z test_embedding_bag_device_cpu_int64_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.368s) 2022-12-01T10:16:17.9588141Z test_embedding_bag_device_cpu_int64_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.348s) 2022-12-01T10:16:17.9588520Z test_embedding_bag_device_cpu_int64_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.345s) 2022-12-01T10:16:17.9588922Z test_embedding_bag_device_cpu_int64_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.369s) 2022-12-01T10:16:17.9589303Z test_embedding_bag_empty_input_cpu_int32_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:16:17.9589686Z test_embedding_bag_empty_input_cpu_int32_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:16:17.9590070Z test_embedding_bag_empty_input_cpu_int64_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:16:17.9590438Z test_embedding_bag_empty_input_cpu_int64_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:16:17.9590814Z test_embedding_bag_half_cpu_int32_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.080s) 2022-12-01T10:16:17.9591178Z test_embedding_bag_half_cpu_int32_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.080s) 2022-12-01T10:16:17.9591537Z test_embedding_bag_half_cpu_int64_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.081s) 2022-12-01T10:16:17.9591885Z test_embedding_bag_half_cpu_int64_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.080s) 2022-12-01T10:16:17.9592299Z test_embedding_bag_non_contiguous_weight_cpu_int32_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:16:17.9592809Z test_embedding_bag_non_contiguous_weight_cpu_int32_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:16:17.9593217Z test_embedding_bag_non_contiguous_weight_cpu_int32_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:16:17.9593623Z test_embedding_bag_non_contiguous_weight_cpu_int32_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:16:17.9594084Z test_embedding_bag_non_contiguous_weight_cpu_int32_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:16:17.9594495Z test_embedding_bag_non_contiguous_weight_cpu_int32_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:16:17.9594896Z test_embedding_bag_non_contiguous_weight_cpu_int64_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:16:17.9595305Z test_embedding_bag_non_contiguous_weight_cpu_int64_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:16:17.9595719Z test_embedding_bag_non_contiguous_weight_cpu_int64_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:16:17.9596130Z test_embedding_bag_non_contiguous_weight_cpu_int64_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:16:17.9596522Z test_embedding_bag_non_contiguous_weight_cpu_int64_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:16:17.9596923Z test_embedding_bag_non_contiguous_weight_cpu_int64_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:16:17.9597358Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_max_cpu_float32_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:16:17.9597796Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_max_cpu_float32_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.017s) 2022-12-01T10:16:17.9598214Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_max_cpu_float64_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:16:17.9598697Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_max_cpu_float64_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:16:17.9599130Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_mean_cpu_float32_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.016s) 2022-12-01T10:16:17.9599565Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_mean_cpu_float32_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.016s) 2022-12-01T10:16:17.9599987Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_mean_cpu_float64_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.015s) 2022-12-01T10:16:17.9600458Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_mean_cpu_float64_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.015s) 2022-12-01T10:16:17.9600894Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_sum_cpu_float32_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.030s) 2022-12-01T10:16:17.9601335Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_sum_cpu_float32_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.029s) 2022-12-01T10:16:17.9601753Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_sum_cpu_float64_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.022s) 2022-12-01T10:16:17.9602183Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_sum_cpu_float64_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.022s) 2022-12-01T10:16:17.9602621Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_max_cpu_float32_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:16:17.9603068Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_max_cpu_float32_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:16:17.9603506Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_max_cpu_float64_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:16:17.9603925Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_max_cpu_float64_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:16:17.9604366Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_mean_cpu_float32_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.012s) 2022-12-01T10:16:17.9604803Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_mean_cpu_float32_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.012s) 2022-12-01T10:16:17.9605238Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_mean_cpu_float64_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.012s) 2022-12-01T10:16:17.9605656Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_mean_cpu_float64_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.012s) 2022-12-01T10:16:17.9606098Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_sum_cpu_float32_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.023s) 2022-12-01T10:16:17.9606533Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_sum_cpu_float32_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.023s) 2022-12-01T10:16:17.9606967Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_sum_cpu_float64_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.022s) 2022-12-01T10:16:17.9607482Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_sum_cpu_float64_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.021s) 2022-12-01T10:16:17.9607877Z test_embedding_dense_grad_cpu (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.009s) 2022-12-01T10:16:17.9608251Z test_embedding_max_norm_backward_cpu_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:16:17.9608655Z test_embedding_max_norm_device_cpu_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:17.9609062Z test_embedding_max_norm_device_cpu_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:17.9609515Z test_embedding_max_norm_device_cpu_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:17.9609911Z test_embedding_max_norm_fwd_AD_cpu_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.049s) 2022-12-01T10:16:17.9610276Z test_embedding_padding_idx_cpu_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:16:17.9610649Z test_embedding_scalar_weight_error_cpu (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:16:17.9610852Z 2022-12-01T10:16:17.9611143Z ---------------------------------------------------------------------- 2022-12-01T10:16:17.9611393Z Ran 132 tests in 10.008s 2022-12-01T10:16:17.9611543Z 2022-12-01T10:16:17.9611606Z OK (skipped=8) 2022-12-01T10:16:17.9611716Z 2022-12-01T10:16:17.9611801Z Generating XML reports... 2022-12-01T10:16:17.9612229Z Generated XML report: test-reports/python-unittest/nn.test_embedding/TEST-TestEmbeddingNN-20221201101607.xml 2022-12-01T10:16:17.9612799Z Generated XML report: test-reports/python-unittest/nn.test_embedding/TEST-TestEmbeddingNNDeviceTypeCPU-20221201101607.xml 2022-12-01T10:16:17.9613088Z 2022-12-01T10:16:17.9613572Z ##[endgroup] 2022-12-01T10:16:17.9613977Z FINISHED PRINTING LOG FILE of nn/test_embedding (/var/lib/jenkins/workspace/test/test-reports/nn-test_embedding_bx97o3py) 2022-12-01T10:16:17.9614204Z 2022-12-01T10:16:19.4671288Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:16:19.5298299Z Ignoring disabled issues: [] 2022-12-01T10:16:19.5441744Z Running test_module_init ... [2022-12-01 10:16:19.543823] 2022-12-01T10:16:19.5443457Z Executing ['/opt/conda/bin/python', '-bb', 'test_module_init.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:16:19.544110] 2022-12-01T10:16:20.1178579Z 2022-12-01T10:16:20.1179090Z Expand the folded group to see the log file of test_decomp 2022-12-01T10:16:20.1179954Z ##[group]PRINTING LOG FILE of test_decomp (/var/lib/jenkins/workspace/test/test-reports/test_decomp_thssmswy) 2022-12-01T10:16:20.1190747Z Test results will be stored in test-reports/python-unittest/test_decomp 2022-12-01T10:16:20.1191247Z 2022-12-01T10:16:20.1191609Z Running tests... 2022-12-01T10:16:20.1192110Z ---------------------------------------------------------------------- 2022-12-01T10:16:20.1193037Z test_contiguous_log_softmax_cpu (__main__.DecompContiguousTestsCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:16:20.1193891Z test_contiguous_softmax_cpu (__main__.DecompContiguousTestsCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1194745Z test_comprehensive_H_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1195530Z test_comprehensive_H_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1196337Z test_comprehensive_H_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1197175Z test_comprehensive_H_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1197844Z test_comprehensive_H_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1198544Z test_comprehensive_H_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1199187Z test_comprehensive_H_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1199906Z test_comprehensive_H_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1200655Z test_comprehensive_H_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1201400Z test_comprehensive_H_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1202405Z test_comprehensive_H_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1203178Z test_comprehensive_H_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1203949Z test_comprehensive_H_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1204722Z test_comprehensive_T_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1205557Z test_comprehensive_T_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1206339Z test_comprehensive_T_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1207247Z test_comprehensive_T_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1208100Z test_comprehensive_T_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1208922Z test_comprehensive_T_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1209782Z test_comprehensive_T_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1210534Z test_comprehensive_T_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1211267Z test_comprehensive_T_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1211853Z test_comprehensive_T_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1212474Z test_comprehensive_T_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1213224Z test_comprehensive_T_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1213977Z test_comprehensive_T_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1214766Z test_comprehensive___getitem___cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1215555Z test_comprehensive___getitem___cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1216378Z test_comprehensive___getitem___cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1217181Z test_comprehensive___getitem___cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1218020Z test_comprehensive___getitem___cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1218861Z test_comprehensive___getitem___cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1219544Z test_comprehensive___getitem___cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1220205Z test_comprehensive___getitem___cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1220850Z test_comprehensive___getitem___cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1221607Z test_comprehensive___getitem___cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1222568Z test_comprehensive___getitem___cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1223400Z test_comprehensive___getitem___cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1224435Z test_comprehensive___getitem___cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1225308Z test_comprehensive___radd___cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1226200Z test_comprehensive___radd___cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1227100Z test_comprehensive___radd___cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1228020Z test_comprehensive___radd___cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1228886Z test_comprehensive___radd___cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1229663Z test_comprehensive___radd___cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1230459Z test_comprehensive___radd___cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1231250Z test_comprehensive___radd___cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1231996Z test_comprehensive___radd___cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1232762Z test_comprehensive___radd___cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1233565Z test_comprehensive___radd___cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1234264Z test_comprehensive___radd___cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1234911Z test_comprehensive___rand___cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1235568Z test_comprehensive___rand___cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1236255Z test_comprehensive___rand___cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1236894Z test_comprehensive___rand___cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1237568Z test_comprehensive___rand___cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1238175Z test_comprehensive___rand___cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1238833Z test_comprehensive___rdiv___cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1239492Z test_comprehensive___rdiv___cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1240107Z test_comprehensive___rdiv___cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1240828Z test_comprehensive___rdiv___cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1241594Z test_comprehensive___rdiv___cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1242262Z test_comprehensive___rdiv___cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1242875Z test_comprehensive___rdiv___cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1243388Z test_comprehensive___rdiv___cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1244136Z test_comprehensive___rdiv___cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1244929Z test_comprehensive___rdiv___cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1245735Z test_comprehensive___rdiv___cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1246577Z test_comprehensive___rdiv___cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1247428Z test_comprehensive___rmatmul___cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1248161Z test_comprehensive___rmatmul___cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1248991Z test_comprehensive___rmatmul___cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1249806Z test_comprehensive___rmatmul___cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1250670Z test_comprehensive___rmatmul___cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1251363Z test_comprehensive___rmatmul___cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1252101Z test_comprehensive___rmatmul___cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1252865Z test_comprehensive___rmatmul___cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1253693Z test_comprehensive___rmatmul___cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1254529Z test_comprehensive___rmatmul___cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1255320Z test_comprehensive___rmod___cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1256134Z test_comprehensive___rmod___cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1256938Z test_comprehensive___rmod___cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1257726Z test_comprehensive___rmod___cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1258534Z test_comprehensive___rmul___cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1259321Z test_comprehensive___rmul___cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1260131Z test_comprehensive___rmul___cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1260925Z test_comprehensive___rmul___cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1261749Z test_comprehensive___rmul___cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1262642Z test_comprehensive___rmul___cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1263328Z test_comprehensive___rmul___cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1263994Z test_comprehensive___rmul___cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1264652Z test_comprehensive___rmul___cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1265518Z test_comprehensive___rmul___cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1266208Z test_comprehensive___rmul___cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1266887Z test_comprehensive___rmul___cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1267643Z test_comprehensive___ror___cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1268536Z test_comprehensive___ror___cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1269395Z test_comprehensive___ror___cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1270107Z test_comprehensive___ror___cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1272538Z test_comprehensive___ror___cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1273166Z test_comprehensive___ror___cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1273740Z test_comprehensive___rpow___cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1274406Z test_comprehensive___rpow___cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1275167Z test_comprehensive___rpow___cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1275836Z test_comprehensive___rpow___cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1276485Z test_comprehensive___rpow___cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1277017Z test_comprehensive___rpow___cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1277702Z test_comprehensive___rpow___cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1278308Z test_comprehensive___rpow___cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1278965Z test_comprehensive___rpow___cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1279664Z test_comprehensive___rpow___cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1280415Z test_comprehensive___rpow___cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1281120Z test_comprehensive___rsub___cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1281768Z test_comprehensive___rsub___cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1282511Z test_comprehensive___rsub___cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1283299Z test_comprehensive___rsub___cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1284006Z test_comprehensive___rsub___cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1284707Z test_comprehensive___rsub___cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1285421Z test_comprehensive___rsub___cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1286263Z test_comprehensive___rsub___cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1286910Z test_comprehensive___rsub___cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1287685Z test_comprehensive___rsub___cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1288352Z test_comprehensive___rsub___cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1289098Z test_comprehensive___rxor___cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1289746Z test_comprehensive___rxor___cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1290390Z test_comprehensive___rxor___cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1291054Z test_comprehensive___rxor___cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1291730Z test_comprehensive___rxor___cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1292420Z test_comprehensive___rxor___cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1293036Z test_comprehensive_abs_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1293736Z test_comprehensive_abs_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1294504Z test_comprehensive_abs_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1295110Z test_comprehensive_abs_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1295678Z test_comprehensive_abs_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1296280Z test_comprehensive_abs_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1296948Z test_comprehensive_abs_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1297621Z test_comprehensive_abs_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1298240Z test_comprehensive_abs_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1298949Z test_comprehensive_abs_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1299571Z test_comprehensive_abs_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1300342Z test_comprehensive_abs_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1301106Z test_comprehensive_acos_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1301860Z test_comprehensive_acos_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1302675Z test_comprehensive_acos_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1303367Z test_comprehensive_acos_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1304042Z test_comprehensive_acos_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1304800Z test_comprehensive_acos_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1305614Z test_comprehensive_acos_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1306534Z test_comprehensive_acos_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1307175Z test_comprehensive_acos_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1307839Z test_comprehensive_acos_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1308415Z test_comprehensive_acos_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1308874Z test_comprehensive_acosh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1309455Z test_comprehensive_acosh_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1309937Z test_comprehensive_acosh_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1310468Z test_comprehensive_acosh_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1310934Z test_comprehensive_acosh_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1311469Z test_comprehensive_acosh_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1311943Z test_comprehensive_acosh_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1312532Z test_comprehensive_acosh_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1313173Z test_comprehensive_acosh_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1313863Z test_comprehensive_acosh_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1314533Z test_comprehensive_acosh_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1315207Z test_comprehensive_add_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1315856Z test_comprehensive_add_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1316536Z test_comprehensive_add_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1317216Z test_comprehensive_add_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1317815Z test_comprehensive_add_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1318490Z test_comprehensive_add_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1319158Z test_comprehensive_add_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1319829Z test_comprehensive_add_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1320513Z test_comprehensive_add_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1321207Z test_comprehensive_add_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1321886Z test_comprehensive_add_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1322656Z test_comprehensive_add_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1323275Z test_comprehensive_add_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1323744Z test_comprehensive_addbmm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1324232Z test_comprehensive_addbmm_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1324782Z test_comprehensive_addbmm_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1325264Z test_comprehensive_addbmm_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1325730Z test_comprehensive_addbmm_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1326206Z test_comprehensive_addbmm_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1326680Z test_comprehensive_addbmm_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1327195Z test_comprehensive_addbmm_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1327675Z test_comprehensive_addbmm_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1328149Z test_comprehensive_addbmm_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1328627Z test_comprehensive_addcdiv_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1329099Z test_comprehensive_addcdiv_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1329588Z test_comprehensive_addcdiv_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1330071Z test_comprehensive_addcdiv_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1330549Z test_comprehensive_addcdiv_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1331017Z test_comprehensive_addcmul_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1331504Z test_comprehensive_addcmul_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1331993Z test_comprehensive_addcmul_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1332472Z test_comprehensive_addcmul_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1332937Z test_comprehensive_addcmul_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1333413Z test_comprehensive_addcmul_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1333892Z test_comprehensive_addcmul_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1334361Z test_comprehensive_addcmul_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1334823Z test_comprehensive_addcmul_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1335297Z test_comprehensive_addcmul_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1335774Z test_comprehensive_addmm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1336297Z test_comprehensive_addmm_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1336766Z test_comprehensive_addmm_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1337239Z test_comprehensive_addmm_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1337743Z test_comprehensive_addmm_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1338216Z test_comprehensive_addmm_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1338671Z test_comprehensive_addmm_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1339139Z test_comprehensive_addmm_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1339603Z test_comprehensive_addmm_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1340068Z test_comprehensive_addmm_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1340549Z test_comprehensive_addmm_decomposed_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1341066Z test_comprehensive_addmm_decomposed_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1341580Z test_comprehensive_addmm_decomposed_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1342095Z test_comprehensive_addmm_decomposed_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1342724Z test_comprehensive_addmm_decomposed_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1343233Z test_comprehensive_addmm_decomposed_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1343732Z test_comprehensive_addmm_decomposed_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1344232Z test_comprehensive_addmm_decomposed_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1344720Z test_comprehensive_addmm_decomposed_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1345217Z test_comprehensive_addmm_decomposed_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1345733Z test_comprehensive_addmv_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1346467Z test_comprehensive_addmv_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1346943Z test_comprehensive_addmv_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1347425Z test_comprehensive_addmv_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1347903Z test_comprehensive_addmv_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1348376Z test_comprehensive_addmv_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1348831Z test_comprehensive_addmv_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1349385Z test_comprehensive_addmv_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1349847Z test_comprehensive_addmv_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1350301Z test_comprehensive_addmv_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1350773Z test_comprehensive_addr_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1351285Z test_comprehensive_addr_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1351762Z test_comprehensive_addr_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1352229Z test_comprehensive_addr_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1352707Z test_comprehensive_addr_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1353175Z test_comprehensive_addr_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1353642Z test_comprehensive_addr_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1354099Z test_comprehensive_addr_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1354639Z test_comprehensive_addr_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1355109Z test_comprehensive_addr_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1355573Z test_comprehensive_addr_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1356029Z test_comprehensive_addr_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1356498Z test_comprehensive_all_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1356966Z test_comprehensive_all_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1357437Z test_comprehensive_all_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1357900Z test_comprehensive_all_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1358368Z test_comprehensive_all_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1358832Z test_comprehensive_all_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1359295Z test_comprehensive_all_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1359738Z test_comprehensive_all_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1360202Z test_comprehensive_all_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1360660Z test_comprehensive_all_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1361120Z test_comprehensive_all_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1361567Z test_comprehensive_all_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1362039Z test_comprehensive_allclose_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1362573Z test_comprehensive_allclose_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1363064Z test_comprehensive_allclose_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1363534Z test_comprehensive_allclose_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1364019Z test_comprehensive_allclose_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1364530Z test_comprehensive_allclose_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1364991Z test_comprehensive_amax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1365464Z test_comprehensive_amax_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1365937Z test_comprehensive_amax_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1366405Z test_comprehensive_amax_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1366859Z test_comprehensive_amax_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1367401Z test_comprehensive_amax_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1367873Z test_comprehensive_amax_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1368339Z test_comprehensive_amax_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1368787Z test_comprehensive_amax_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1369253Z test_comprehensive_amax_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1369728Z test_comprehensive_amin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1370196Z test_comprehensive_amin_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1370651Z test_comprehensive_amin_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1371118Z test_comprehensive_amin_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1371583Z test_comprehensive_amin_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1372046Z test_comprehensive_amin_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1372500Z test_comprehensive_amin_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1372959Z test_comprehensive_amin_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1373426Z test_comprehensive_amin_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1373887Z test_comprehensive_amin_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1374341Z test_comprehensive_aminmax_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1374817Z test_comprehensive_aminmax_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1375295Z test_comprehensive_aminmax_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1375820Z test_comprehensive_aminmax_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1376278Z test_comprehensive_aminmax_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1376741Z test_comprehensive_aminmax_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1377212Z test_comprehensive_aminmax_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1377702Z test_comprehensive_aminmax_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1378187Z test_comprehensive_angle_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1378659Z test_comprehensive_angle_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1379142Z test_comprehensive_angle_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1379607Z test_comprehensive_angle_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1380078Z test_comprehensive_angle_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1380552Z test_comprehensive_angle_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1381027Z test_comprehensive_angle_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1381483Z test_comprehensive_angle_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1381951Z test_comprehensive_angle_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1382790Z test_comprehensive_angle_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1383516Z test_comprehensive_angle_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1384325Z test_comprehensive_angle_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1384994Z test_comprehensive_any_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1385465Z test_comprehensive_any_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1385938Z test_comprehensive_any_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1386403Z test_comprehensive_any_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1386877Z test_comprehensive_any_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1387344Z test_comprehensive_any_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1387809Z test_comprehensive_any_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1388254Z test_comprehensive_any_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1388721Z test_comprehensive_any_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1389184Z test_comprehensive_any_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1389647Z test_comprehensive_any_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1390208Z test_comprehensive_any_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1390682Z test_comprehensive_arange_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1391167Z test_comprehensive_arange_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1391647Z test_comprehensive_arange_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1392153Z test_comprehensive_arange_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1392635Z test_comprehensive_arange_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1393107Z test_comprehensive_arange_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1393566Z test_comprehensive_arange_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1394038Z test_comprehensive_arange_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1394513Z test_comprehensive_arange_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1394990Z test_comprehensive_argmax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1395453Z test_comprehensive_argmax_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1395929Z test_comprehensive_argmax_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1396411Z test_comprehensive_argmax_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1396885Z test_comprehensive_argmax_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1397342Z test_comprehensive_argmax_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1397810Z test_comprehensive_argmax_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1398281Z test_comprehensive_argmax_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1398750Z test_comprehensive_argmax_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1399214Z test_comprehensive_argmin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1399694Z test_comprehensive_argmin_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1400171Z test_comprehensive_argmin_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1400643Z test_comprehensive_argmin_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1401100Z test_comprehensive_argmin_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1401568Z test_comprehensive_argmin_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1402036Z test_comprehensive_argmin_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1402501Z test_comprehensive_argmin_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1402992Z test_comprehensive_argmin_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1403468Z test_comprehensive_argsort_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1403943Z test_comprehensive_argsort_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1404422Z test_comprehensive_argsort_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1404922Z test_comprehensive_argsort_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1405392Z test_comprehensive_argsort_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1405871Z test_comprehensive_argsort_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1406344Z test_comprehensive_argsort_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1406801Z test_comprehensive_argsort_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1407353Z test_comprehensive_argsort_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1407833Z test_comprehensive_argsort_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1408317Z test_comprehensive_argwhere_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1408789Z test_comprehensive_argwhere_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1409279Z test_comprehensive_argwhere_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1409775Z test_comprehensive_argwhere_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1410264Z test_comprehensive_argwhere_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1410737Z test_comprehensive_argwhere_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1411224Z test_comprehensive_argwhere_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1411703Z test_comprehensive_argwhere_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1412167Z test_comprehensive_argwhere_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1412636Z test_comprehensive_argwhere_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1413118Z test_comprehensive_argwhere_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1413597Z test_comprehensive_argwhere_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1414067Z test_comprehensive_as_strided_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1414556Z test_comprehensive_as_strided_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1415047Z test_comprehensive_as_strided_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1415545Z test_comprehensive_as_strided_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1416060Z test_comprehensive_as_strided_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1416554Z test_comprehensive_as_strided_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1417040Z test_comprehensive_as_strided_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1417524Z test_comprehensive_as_strided_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1418038Z test_comprehensive_as_strided_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1418519Z test_comprehensive_as_strided_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1418998Z test_comprehensive_as_strided_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1419476Z test_comprehensive_as_strided_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1419941Z test_comprehensive_as_strided_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1420355Z test_comprehensive_as_strided_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:16:20.1420794Z test_comprehensive_as_strided_scatter_cpu_bool (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:16:20.1421314Z test_comprehensive_as_strided_scatter_cpu_complex128 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:16:20.1422012Z test_comprehensive_as_strided_scatter_cpu_complex32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:16:20.1422879Z test_comprehensive_as_strided_scatter_cpu_complex64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:16:20.1423713Z test_comprehensive_as_strided_scatter_cpu_float16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:16:20.1424471Z test_comprehensive_as_strided_scatter_cpu_float32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:16:20.1425212Z test_comprehensive_as_strided_scatter_cpu_float64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:16:20.1426005Z test_comprehensive_as_strided_scatter_cpu_int16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:16:20.1426793Z test_comprehensive_as_strided_scatter_cpu_int32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:16:20.1427542Z test_comprehensive_as_strided_scatter_cpu_int64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:16:20.1428290Z test_comprehensive_as_strided_scatter_cpu_int8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:16:20.1428996Z test_comprehensive_as_strided_scatter_cpu_uint8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:16:20.1429875Z test_comprehensive_asin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1430691Z test_comprehensive_asin_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1431551Z test_comprehensive_asin_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1432414Z test_comprehensive_asin_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1433359Z test_comprehensive_asin_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1433881Z test_comprehensive_asin_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1434410Z test_comprehensive_asin_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1435214Z test_comprehensive_asin_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1436354Z test_comprehensive_asin_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1437399Z test_comprehensive_asin_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1438417Z test_comprehensive_asin_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1439473Z test_comprehensive_asinh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1440468Z test_comprehensive_asinh_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1441540Z test_comprehensive_asinh_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1442604Z test_comprehensive_asinh_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1443664Z test_comprehensive_asinh_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1444708Z test_comprehensive_asinh_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1445731Z test_comprehensive_asinh_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1446748Z test_comprehensive_asinh_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1447841Z test_comprehensive_asinh_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1448872Z test_comprehensive_asinh_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1449916Z test_comprehensive_asinh_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1450943Z test_comprehensive_atan2_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1451984Z test_comprehensive_atan2_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1453027Z test_comprehensive_atan2_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1454067Z test_comprehensive_atan2_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1455045Z test_comprehensive_atan2_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1456085Z test_comprehensive_atan2_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1457122Z test_comprehensive_atan2_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1458155Z test_comprehensive_atan2_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1459189Z test_comprehensive_atan2_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1460323Z test_comprehensive_atan_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1461361Z test_comprehensive_atan_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1462482Z test_comprehensive_atan_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1463381Z test_comprehensive_atan_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1464198Z test_comprehensive_atan_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1465062Z test_comprehensive_atan_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1465530Z test_comprehensive_atan_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1465984Z test_comprehensive_atan_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1466450Z test_comprehensive_atan_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1466926Z test_comprehensive_atan_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1467376Z test_comprehensive_atan_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1467849Z test_comprehensive_atanh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1468323Z test_comprehensive_atanh_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1468798Z test_comprehensive_atanh_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1469266Z test_comprehensive_atanh_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1469745Z test_comprehensive_atanh_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1470218Z test_comprehensive_atanh_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1470684Z test_comprehensive_atanh_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1471137Z test_comprehensive_atanh_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1471605Z test_comprehensive_atanh_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1472067Z test_comprehensive_atanh_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1472536Z test_comprehensive_atanh_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1473005Z test_comprehensive_atleast_1d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1473488Z test_comprehensive_atleast_1d_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1473980Z test_comprehensive_atleast_1d_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1474478Z test_comprehensive_atleast_1d_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1474967Z test_comprehensive_atleast_1d_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1475444Z test_comprehensive_atleast_1d_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1476000Z test_comprehensive_atleast_1d_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1476487Z test_comprehensive_atleast_1d_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1476970Z test_comprehensive_atleast_1d_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1477437Z test_comprehensive_atleast_1d_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1477960Z test_comprehensive_atleast_1d_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1478440Z test_comprehensive_atleast_1d_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1478915Z test_comprehensive_atleast_1d_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1479389Z test_comprehensive_atleast_2d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1479872Z test_comprehensive_atleast_2d_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1480364Z test_comprehensive_atleast_2d_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1480861Z test_comprehensive_atleast_2d_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1481336Z test_comprehensive_atleast_2d_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1481822Z test_comprehensive_atleast_2d_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1482309Z test_comprehensive_atleast_2d_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1482797Z test_comprehensive_atleast_2d_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1483260Z test_comprehensive_atleast_2d_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1483741Z test_comprehensive_atleast_2d_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1484221Z test_comprehensive_atleast_2d_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1484691Z test_comprehensive_atleast_2d_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1485151Z test_comprehensive_atleast_2d_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1485632Z test_comprehensive_atleast_3d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1486107Z test_comprehensive_atleast_3d_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1486593Z test_comprehensive_atleast_3d_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1487072Z test_comprehensive_atleast_3d_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1487638Z test_comprehensive_atleast_3d_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1488127Z test_comprehensive_atleast_3d_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1488610Z test_comprehensive_atleast_3d_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1489121Z test_comprehensive_atleast_3d_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1489608Z test_comprehensive_atleast_3d_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1490083Z test_comprehensive_atleast_3d_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1490590Z test_comprehensive_atleast_3d_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1491063Z test_comprehensive_atleast_3d_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1491546Z test_comprehensive_atleast_3d_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1492025Z test_comprehensive_baddbmm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1492493Z test_comprehensive_baddbmm_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1492980Z test_comprehensive_baddbmm_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1493462Z test_comprehensive_baddbmm_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1493942Z test_comprehensive_baddbmm_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1494403Z test_comprehensive_baddbmm_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1494874Z test_comprehensive_baddbmm_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1495349Z test_comprehensive_baddbmm_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1495818Z test_comprehensive_baddbmm_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1496273Z test_comprehensive_baddbmm_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1496754Z test_comprehensive_bernoulli_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1497240Z test_comprehensive_bernoulli_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1497718Z test_comprehensive_bernoulli_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1498185Z test_comprehensive_bfloat16_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1498653Z test_comprehensive_bfloat16_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1499137Z test_comprehensive_bfloat16_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1499622Z test_comprehensive_bfloat16_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1500089Z test_comprehensive_bfloat16_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1500572Z test_comprehensive_bfloat16_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1501053Z test_comprehensive_bfloat16_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1501532Z test_comprehensive_bfloat16_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1502032Z test_comprehensive_bfloat16_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1502711Z test_comprehensive_bfloat16_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1503194Z test_comprehensive_bfloat16_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1504083Z test_comprehensive_bfloat16_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1504937Z test_comprehensive_bfloat16_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1505747Z test_comprehensive_bincount_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1506586Z test_comprehensive_bincount_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1507403Z test_comprehensive_bincount_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1508268Z test_comprehensive_bincount_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1508904Z test_comprehensive_bincount_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1509385Z test_comprehensive_bitwise_and_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1510156Z test_comprehensive_bitwise_and_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1511038Z test_comprehensive_bitwise_and_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1511916Z test_comprehensive_bitwise_and_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1512688Z test_comprehensive_bitwise_and_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1513525Z test_comprehensive_bitwise_and_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1514439Z test_comprehensive_bitwise_left_shift_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1515384Z test_comprehensive_bitwise_left_shift_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1516264Z test_comprehensive_bitwise_left_shift_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1517142Z test_comprehensive_bitwise_left_shift_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1518042Z test_comprehensive_bitwise_left_shift_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1518955Z test_comprehensive_bitwise_not_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1519824Z test_comprehensive_bitwise_not_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1520704Z test_comprehensive_bitwise_not_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1521517Z test_comprehensive_bitwise_not_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1522371Z test_comprehensive_bitwise_not_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1523310Z test_comprehensive_bitwise_not_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1524160Z test_comprehensive_bitwise_or_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1525006Z test_comprehensive_bitwise_or_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1525873Z test_comprehensive_bitwise_or_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1526773Z test_comprehensive_bitwise_or_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1527682Z test_comprehensive_bitwise_or_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1528525Z test_comprehensive_bitwise_or_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1529419Z test_comprehensive_bitwise_right_shift_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1530369Z test_comprehensive_bitwise_right_shift_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1531203Z test_comprehensive_bitwise_right_shift_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1532114Z test_comprehensive_bitwise_right_shift_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1532623Z test_comprehensive_bitwise_right_shift_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1533115Z test_comprehensive_bitwise_xor_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1533766Z test_comprehensive_bitwise_xor_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1534572Z test_comprehensive_bitwise_xor_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1535488Z test_comprehensive_bitwise_xor_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1536260Z test_comprehensive_bitwise_xor_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1536785Z test_comprehensive_bitwise_xor_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1537252Z test_comprehensive_block_diag_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1537741Z test_comprehensive_block_diag_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1538240Z test_comprehensive_block_diag_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1538730Z test_comprehensive_block_diag_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1539200Z test_comprehensive_block_diag_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1539681Z test_comprehensive_block_diag_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1540170Z test_comprehensive_block_diag_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1540641Z test_comprehensive_block_diag_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1541114Z test_comprehensive_block_diag_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1541650Z test_comprehensive_block_diag_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1542127Z test_comprehensive_block_diag_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1542771Z test_comprehensive_block_diag_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1543292Z test_comprehensive_block_diag_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1543894Z test_comprehensive_bmm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1544377Z test_comprehensive_bmm_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1544844Z test_comprehensive_bmm_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1545321Z test_comprehensive_bmm_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1545937Z test_comprehensive_bmm_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1546403Z test_comprehensive_bmm_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1546848Z test_comprehensive_bmm_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1547311Z test_comprehensive_bmm_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1547768Z test_comprehensive_bmm_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1548498Z test_comprehensive_bmm_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1549294Z test_comprehensive_bool_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1550126Z test_comprehensive_bool_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1551010Z test_comprehensive_bool_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1551864Z test_comprehensive_bool_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1577148Z test_comprehensive_bool_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1577648Z test_comprehensive_bool_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1578124Z test_comprehensive_bool_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1578614Z test_comprehensive_bool_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1579083Z test_comprehensive_bool_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1579531Z test_comprehensive_bool_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1579997Z test_comprehensive_bool_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1580460Z test_comprehensive_bool_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1580921Z test_comprehensive_bool_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1581395Z test_comprehensive_broadcast_shapes_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1582026Z test_comprehensive_broadcast_tensors_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1582985Z test_comprehensive_broadcast_tensors_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1583809Z test_comprehensive_broadcast_tensors_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1584489Z test_comprehensive_broadcast_tensors_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1585007Z test_comprehensive_broadcast_tensors_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1585514Z test_comprehensive_broadcast_tensors_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1586018Z test_comprehensive_broadcast_tensors_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1586505Z test_comprehensive_broadcast_tensors_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1587014Z test_comprehensive_broadcast_tensors_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1587519Z test_comprehensive_broadcast_tensors_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1588028Z test_comprehensive_broadcast_tensors_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1588515Z test_comprehensive_broadcast_tensors_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1589015Z test_comprehensive_broadcast_to_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1589508Z test_comprehensive_broadcast_to_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1590002Z test_comprehensive_broadcast_to_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1590489Z test_comprehensive_broadcast_to_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1590982Z test_comprehensive_broadcast_to_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1591476Z test_comprehensive_broadcast_to_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1591966Z test_comprehensive_broadcast_to_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1592446Z test_comprehensive_broadcast_to_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1592931Z test_comprehensive_broadcast_to_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1593413Z test_comprehensive_broadcast_to_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1593893Z test_comprehensive_broadcast_to_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1594367Z test_comprehensive_broadcast_to_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1594853Z test_comprehensive_bucketize_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1595384Z test_comprehensive_bucketize_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1595861Z test_comprehensive_bucketize_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1596321Z test_comprehensive_bucketize_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1596804Z test_comprehensive_bucketize_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1597316Z test_comprehensive_bucketize_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1597795Z test_comprehensive_bucketize_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1598261Z test_comprehensive_bucketize_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1598741Z test_comprehensive_bucketize_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1599217Z test_comprehensive_byte_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1599670Z test_comprehensive_byte_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1600138Z test_comprehensive_byte_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1600620Z test_comprehensive_byte_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1601092Z test_comprehensive_byte_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1601549Z test_comprehensive_byte_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1602025Z test_comprehensive_byte_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1602492Z test_comprehensive_byte_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1602953Z test_comprehensive_byte_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1603400Z test_comprehensive_byte_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1603863Z test_comprehensive_byte_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1604328Z test_comprehensive_byte_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1604814Z test_comprehensive_cartesian_prod_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1605300Z test_comprehensive_cartesian_prod_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1605804Z test_comprehensive_cartesian_prod_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1606311Z test_comprehensive_cartesian_prod_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1606811Z test_comprehensive_cartesian_prod_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1607376Z test_comprehensive_cartesian_prod_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1607877Z test_comprehensive_cartesian_prod_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1608377Z test_comprehensive_cartesian_prod_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1608913Z test_comprehensive_cartesian_prod_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1609396Z test_comprehensive_cartesian_prod_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1609885Z test_comprehensive_cartesian_prod_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1610447Z test_comprehensive_cartesian_prod_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1611274Z test_comprehensive_cat_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1613136Z test_comprehensive_cat_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1614163Z test_comprehensive_cat_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1614903Z test_comprehensive_cat_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1615387Z test_comprehensive_cat_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1615844Z test_comprehensive_cat_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1616315Z test_comprehensive_cat_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1616780Z test_comprehensive_cat_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1617243Z test_comprehensive_cat_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1617692Z test_comprehensive_cat_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1618148Z test_comprehensive_cat_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1618606Z test_comprehensive_cat_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1619067Z test_comprehensive_cat_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1619523Z test_comprehensive_cdist_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1619995Z test_comprehensive_cdist_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1620463Z test_comprehensive_ceil_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1620923Z test_comprehensive_ceil_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1621392Z test_comprehensive_ceil_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1621858Z test_comprehensive_ceil_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1622548Z test_comprehensive_ceil_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1623224Z test_comprehensive_ceil_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1623998Z test_comprehensive_ceil_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1624824Z test_comprehensive_ceil_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1656638Z test_comprehensive_chalf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1657155Z test_comprehensive_chalf_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1657644Z test_comprehensive_chalf_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1658135Z test_comprehensive_chalf_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1658715Z test_comprehensive_chalf_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1659190Z test_comprehensive_chalf_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1659668Z test_comprehensive_chalf_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1660156Z test_comprehensive_chalf_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1660628Z test_comprehensive_chalf_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1661077Z test_comprehensive_chalf_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1661542Z test_comprehensive_chalf_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1662008Z test_comprehensive_chalf_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1662790Z test_comprehensive_chalf_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1663536Z test_comprehensive_char_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1664228Z test_comprehensive_char_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1664701Z test_comprehensive_char_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1665186Z test_comprehensive_char_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1665651Z test_comprehensive_char_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1666128Z test_comprehensive_char_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1666599Z test_comprehensive_char_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1667062Z test_comprehensive_char_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1667521Z test_comprehensive_char_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1667982Z test_comprehensive_char_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1668443Z test_comprehensive_char_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1668903Z test_comprehensive_char_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1669358Z test_comprehensive_char_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1669841Z test_comprehensive_cholesky_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1670331Z test_comprehensive_cholesky_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1670897Z test_comprehensive_cholesky_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1671383Z test_comprehensive_cholesky_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1671891Z test_comprehensive_cholesky_inverse_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1672457Z test_comprehensive_cholesky_inverse_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1672959Z test_comprehensive_cholesky_inverse_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1673461Z test_comprehensive_cholesky_inverse_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1673972Z test_comprehensive_cholesky_solve_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1674471Z test_comprehensive_cholesky_solve_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1674958Z test_comprehensive_cholesky_solve_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1675449Z test_comprehensive_cholesky_solve_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1675934Z test_comprehensive_chunk_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1676407Z test_comprehensive_chunk_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1676872Z test_comprehensive_chunk_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1677355Z test_comprehensive_chunk_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1677831Z test_comprehensive_chunk_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1678307Z test_comprehensive_chunk_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1678765Z test_comprehensive_chunk_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1679242Z test_comprehensive_chunk_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1679709Z test_comprehensive_chunk_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1680173Z test_comprehensive_chunk_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1680622Z test_comprehensive_chunk_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1681077Z test_comprehensive_chunk_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1681537Z test_comprehensive_chunk_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1682007Z test_comprehensive_clamp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1682464Z test_comprehensive_clamp_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1682934Z test_comprehensive_clamp_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1683403Z test_comprehensive_clamp_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1683917Z test_comprehensive_clamp_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1684361Z test_comprehensive_clamp_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1684825Z test_comprehensive_clamp_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1685292Z test_comprehensive_clamp_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1685805Z test_comprehensive_clamp_max_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1686278Z test_comprehensive_clamp_max_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1686765Z test_comprehensive_clamp_max_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1687329Z test_comprehensive_clamp_max_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1687819Z test_comprehensive_clamp_max_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1688282Z test_comprehensive_clamp_max_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1688764Z test_comprehensive_clamp_max_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1689245Z test_comprehensive_clamp_max_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1689726Z test_comprehensive_clamp_max_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1690196Z test_comprehensive_clamp_max_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1690682Z test_comprehensive_clamp_min_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1691157Z test_comprehensive_clamp_min_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1691635Z test_comprehensive_clamp_min_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1692106Z test_comprehensive_clamp_min_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1692580Z test_comprehensive_clamp_min_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1693053Z test_comprehensive_clamp_min_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1693513Z test_comprehensive_clamp_min_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1693987Z test_comprehensive_clamp_min_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1694456Z test_comprehensive_clamp_min_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1694928Z test_comprehensive_clamp_min_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1695391Z test_comprehensive_clone_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1695855Z test_comprehensive_clone_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1696328Z test_comprehensive_clone_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1696870Z test_comprehensive_clone_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1697329Z test_comprehensive_clone_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1697804Z test_comprehensive_clone_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1698276Z test_comprehensive_clone_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1698779Z test_comprehensive_clone_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1699240Z test_comprehensive_clone_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1699709Z test_comprehensive_clone_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1700169Z test_comprehensive_clone_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1700627Z test_comprehensive_clone_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1701084Z test_comprehensive_clone_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1701566Z test_comprehensive_column_stack_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1702056Z test_comprehensive_column_stack_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1702878Z test_comprehensive_column_stack_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1703753Z test_comprehensive_column_stack_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1704308Z test_comprehensive_column_stack_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1704801Z test_comprehensive_column_stack_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1705294Z test_comprehensive_column_stack_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1705770Z test_comprehensive_column_stack_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1706253Z test_comprehensive_column_stack_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1706735Z test_comprehensive_column_stack_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1707213Z test_comprehensive_column_stack_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1707678Z test_comprehensive_column_stack_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1708162Z test_comprehensive_column_stack_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1708650Z test_comprehensive_combinations_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1709139Z test_comprehensive_combinations_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1709618Z test_comprehensive_combinations_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1710118Z test_comprehensive_combinations_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1710708Z test_comprehensive_combinations_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1711203Z test_comprehensive_combinations_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1711681Z test_comprehensive_combinations_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1712212Z test_comprehensive_combinations_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1712713Z test_comprehensive_combinations_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1713199Z test_comprehensive_combinations_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1713669Z test_comprehensive_combinations_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1714158Z test_comprehensive_combinations_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1714638Z test_comprehensive_complex_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1715114Z test_comprehensive_complex_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1715578Z test_comprehensive_complex_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1716053Z test_comprehensive_conj_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1716517Z test_comprehensive_conj_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1716992Z test_comprehensive_conj_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1717459Z test_comprehensive_conj_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1717935Z test_comprehensive_conj_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1718407Z test_comprehensive_conj_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1718867Z test_comprehensive_conj_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1719331Z test_comprehensive_conj_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1719800Z test_comprehensive_conj_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1720261Z test_comprehensive_conj_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1720709Z test_comprehensive_conj_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1721170Z test_comprehensive_conj_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1721634Z test_comprehensive_conj_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1722121Z test_comprehensive_conj_physical_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1722595Z test_comprehensive_conj_physical_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1723092Z test_comprehensive_conj_physical_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1723637Z test_comprehensive_conj_physical_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1724137Z test_comprehensive_conj_physical_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1724623Z test_comprehensive_conj_physical_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1725149Z test_comprehensive_conj_physical_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1725644Z test_comprehensive_conj_physical_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1726134Z test_comprehensive_conj_physical_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1726610Z test_comprehensive_conj_physical_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1727100Z test_comprehensive_conj_physical_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1727664Z test_comprehensive_conj_physical_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1728151Z test_comprehensive_conj_physical_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1728636Z test_comprehensive_constant_pad_nd_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1729133Z test_comprehensive_constant_pad_nd_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1729644Z test_comprehensive_constant_pad_nd_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1730159Z test_comprehensive_constant_pad_nd_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1730651Z test_comprehensive_constant_pad_nd_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1731160Z test_comprehensive_constant_pad_nd_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1731663Z test_comprehensive_constant_pad_nd_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1732157Z test_comprehensive_constant_pad_nd_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1732639Z test_comprehensive_constant_pad_nd_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1733130Z test_comprehensive_constant_pad_nd_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1733623Z test_comprehensive_constant_pad_nd_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1734112Z test_comprehensive_constant_pad_nd_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1734592Z test_comprehensive_contiguous_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1735071Z test_comprehensive_contiguous_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1735561Z test_comprehensive_contiguous_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1736052Z test_comprehensive_contiguous_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1736572Z test_comprehensive_contiguous_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1737058Z test_comprehensive_contiguous_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1737545Z test_comprehensive_contiguous_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1738062Z test_comprehensive_contiguous_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1738530Z test_comprehensive_contiguous_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1739009Z test_comprehensive_contiguous_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1739493Z test_comprehensive_contiguous_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1739971Z test_comprehensive_contiguous_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1740439Z test_comprehensive_contiguous_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1740917Z test_comprehensive_copysign_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1741394Z test_comprehensive_copysign_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1741873Z test_comprehensive_copysign_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1742537Z test_comprehensive_copysign_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1743031Z test_comprehensive_copysign_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1743509Z test_comprehensive_copysign_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1743990Z test_comprehensive_copysign_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1744457Z test_comprehensive_copysign_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1744941Z test_comprehensive_copysign_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1745425Z test_comprehensive_copysign_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1745908Z test_comprehensive_corrcoef_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1746382Z test_comprehensive_corrcoef_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1746872Z test_comprehensive_corrcoef_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1747360Z test_comprehensive_corrcoef_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1747834Z test_comprehensive_corrcoef_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1748310Z test_comprehensive_corrcoef_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1748781Z test_comprehensive_corrcoef_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1749254Z test_comprehensive_corrcoef_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1749786Z test_comprehensive_corrcoef_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1750265Z test_comprehensive_corrcoef_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1750744Z test_comprehensive_cos_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1751212Z test_comprehensive_cos_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1751720Z test_comprehensive_cos_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1752195Z test_comprehensive_cos_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1752667Z test_comprehensive_cos_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1753133Z test_comprehensive_cos_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1753579Z test_comprehensive_cos_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1754039Z test_comprehensive_cos_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1754498Z test_comprehensive_cos_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1754959Z test_comprehensive_cos_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1755407Z test_comprehensive_cos_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1755876Z test_comprehensive_cosh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1756347Z test_comprehensive_cosh_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1756819Z test_comprehensive_cosh_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1757284Z test_comprehensive_cosh_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1757757Z test_comprehensive_cosh_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1758224Z test_comprehensive_cosh_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1758694Z test_comprehensive_cosh_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1759146Z test_comprehensive_cosh_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1759609Z test_comprehensive_cosh_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1760071Z test_comprehensive_cosh_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1760534Z test_comprehensive_cosh_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1761005Z test_comprehensive_count_nonzero_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1761498Z test_comprehensive_count_nonzero_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1761998Z test_comprehensive_count_nonzero_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1762524Z test_comprehensive_count_nonzero_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1763020Z test_comprehensive_count_nonzero_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1763512Z test_comprehensive_count_nonzero_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1764002Z test_comprehensive_count_nonzero_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1764511Z test_comprehensive_count_nonzero_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1765005Z test_comprehensive_count_nonzero_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1765485Z test_comprehensive_count_nonzero_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1765974Z test_comprehensive_count_nonzero_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1766443Z test_comprehensive_count_nonzero_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1766912Z test_comprehensive_cov_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1767467Z test_comprehensive_cov_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1767949Z test_comprehensive_cov_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1768411Z test_comprehensive_cov_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1768877Z test_comprehensive_cov_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1769349Z test_comprehensive_cov_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1769816Z test_comprehensive_cov_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1770262Z test_comprehensive_cov_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1770728Z test_comprehensive_cov_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1771191Z test_comprehensive_cov_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1771664Z test_comprehensive_cross_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1772134Z test_comprehensive_cross_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1772617Z test_comprehensive_cross_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1773091Z test_comprehensive_cross_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1773561Z test_comprehensive_cross_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1774019Z test_comprehensive_cross_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1774487Z test_comprehensive_cross_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1774943Z test_comprehensive_cross_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1775401Z test_comprehensive_cross_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1775934Z test_comprehensive_cross_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1776404Z test_comprehensive_cummax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1776876Z test_comprehensive_cummax_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1777383Z test_comprehensive_cummax_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1777852Z test_comprehensive_cummax_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1778330Z test_comprehensive_cummax_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1778805Z test_comprehensive_cummax_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1779272Z test_comprehensive_cummax_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1779731Z test_comprehensive_cummax_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1780198Z test_comprehensive_cummax_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1780677Z test_comprehensive_cummin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1781136Z test_comprehensive_cummin_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1781606Z test_comprehensive_cummin_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1782081Z test_comprehensive_cummin_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1782709Z test_comprehensive_cummin_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1783168Z test_comprehensive_cummin_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1783637Z test_comprehensive_cummin_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1784108Z test_comprehensive_cummin_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1784581Z test_comprehensive_cummin_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1785047Z test_comprehensive_cumprod_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1785541Z test_comprehensive_cumprod_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1786034Z test_comprehensive_cumprod_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1786516Z test_comprehensive_cumprod_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1786978Z test_comprehensive_cumprod_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1787451Z test_comprehensive_cumprod_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1787932Z test_comprehensive_cumprod_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1788405Z test_comprehensive_cumprod_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1788950Z test_comprehensive_cumprod_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1789426Z test_comprehensive_cumprod_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1789910Z test_comprehensive_cumsum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1790397Z test_comprehensive_cumsum_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1790911Z test_comprehensive_cumsum_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1791396Z test_comprehensive_cumsum_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1791872Z test_comprehensive_cumsum_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1792344Z test_comprehensive_cumsum_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1792792Z test_comprehensive_cumsum_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1793264Z test_comprehensive_cumsum_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1793730Z test_comprehensive_cumsum_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1794197Z test_comprehensive_cumsum_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1794685Z test_comprehensive_cumulative_trapezoid_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1795209Z test_comprehensive_cumulative_trapezoid_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1795740Z test_comprehensive_cumulative_trapezoid_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1796258Z test_comprehensive_cumulative_trapezoid_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1796758Z test_comprehensive_cumulative_trapezoid_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1797270Z test_comprehensive_cumulative_trapezoid_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1797775Z test_comprehensive_cumulative_trapezoid_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1798275Z test_comprehensive_cumulative_trapezoid_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1798766Z test_comprehensive_cumulative_trapezoid_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1799275Z test_comprehensive_cumulative_trapezoid_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1799771Z test_comprehensive_deg2rad_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1800251Z test_comprehensive_deg2rad_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1800717Z test_comprehensive_deg2rad_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1801196Z test_comprehensive_deg2rad_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1801671Z test_comprehensive_deg2rad_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1802189Z test_comprehensive_deg2rad_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1802644Z test_comprehensive_deg2rad_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1803118Z test_comprehensive_deg2rad_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1803624Z test_comprehensive_deg2rad_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1804099Z test_comprehensive_deg2rad_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1804558Z test_comprehensive_diag_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1805026Z test_comprehensive_diag_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1805497Z test_comprehensive_diag_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1805962Z test_comprehensive_diag_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1806441Z test_comprehensive_diag_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1806915Z test_comprehensive_diag_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1807462Z test_comprehensive_diag_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1807915Z test_comprehensive_diag_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1808384Z test_comprehensive_diag_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1808848Z test_comprehensive_diag_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1809314Z test_comprehensive_diag_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1809784Z test_comprehensive_diag_embed_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1810276Z test_comprehensive_diag_embed_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1810774Z test_comprehensive_diag_embed_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1811272Z test_comprehensive_diag_embed_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1811755Z test_comprehensive_diag_embed_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1812241Z test_comprehensive_diag_embed_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1812724Z test_comprehensive_diag_embed_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1813201Z test_comprehensive_diag_embed_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1813666Z test_comprehensive_diag_embed_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1814153Z test_comprehensive_diag_embed_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1814631Z test_comprehensive_diag_embed_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1815153Z test_comprehensive_diag_embed_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1815620Z test_comprehensive_diag_embed_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1816104Z test_comprehensive_diagflat_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1816584Z test_comprehensive_diagflat_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1817104Z test_comprehensive_diagflat_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1817583Z test_comprehensive_diagflat_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1818072Z test_comprehensive_diagflat_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1818548Z test_comprehensive_diagflat_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1819021Z test_comprehensive_diagflat_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1819483Z test_comprehensive_diagflat_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1819955Z test_comprehensive_diagflat_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1820434Z test_comprehensive_diagflat_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1820908Z test_comprehensive_diagflat_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1821380Z test_comprehensive_diagonal_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1821854Z test_comprehensive_diagonal_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1822489Z test_comprehensive_diagonal_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1822990Z test_comprehensive_diagonal_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1823472Z test_comprehensive_diagonal_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1823967Z test_comprehensive_diagonal_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1824452Z test_comprehensive_diagonal_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1824922Z test_comprehensive_diagonal_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1825400Z test_comprehensive_diagonal_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1825877Z test_comprehensive_diagonal_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1826354Z test_comprehensive_diagonal_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1826824Z test_comprehensive_diagonal_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1827299Z test_comprehensive_diagonal_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1827791Z test_comprehensive_diagonal_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1828359Z test_comprehensive_diagonal_scatter_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1828852Z test_comprehensive_diagonal_scatter_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1829354Z test_comprehensive_diagonal_scatter_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1829897Z test_comprehensive_diagonal_scatter_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1830192Z test_comprehensive_diagonal_scatter_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1830478Z test_comprehensive_diagonal_scatter_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1830769Z test_comprehensive_diagonal_scatter_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1831059Z test_comprehensive_diagonal_scatter_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1831331Z test_comprehensive_diagonal_scatter_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1831602Z test_comprehensive_diff_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1831871Z test_comprehensive_diff_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1832146Z test_comprehensive_diff_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1832420Z test_comprehensive_diff_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1832695Z test_comprehensive_diff_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1832965Z test_comprehensive_diff_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1833228Z test_comprehensive_diff_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1833493Z test_comprehensive_diff_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1833754Z test_comprehensive_diff_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1833998Z test_comprehensive_diff_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1834266Z test_comprehensive_diff_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1834532Z test_comprehensive_diff_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1834811Z test_comprehensive_digamma_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1835081Z test_comprehensive_digamma_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1835355Z test_comprehensive_digamma_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1835638Z test_comprehensive_digamma_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1835910Z test_comprehensive_digamma_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1836179Z test_comprehensive_digamma_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1836470Z test_comprehensive_digamma_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1836741Z test_comprehensive_digamma_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1837013Z test_comprehensive_digamma_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1837283Z test_comprehensive_dist_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1837594Z test_comprehensive_dist_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1837867Z test_comprehensive_dist_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1838135Z test_comprehensive_dist_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1838402Z test_comprehensive_dist_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1838663Z test_comprehensive_dist_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1838961Z test_comprehensive_div_floor_rounding_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1839244Z test_comprehensive_div_floor_rounding_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1839535Z test_comprehensive_div_floor_rounding_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1839823Z test_comprehensive_div_floor_rounding_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1840114Z test_comprehensive_div_floor_rounding_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1840394Z test_comprehensive_div_floor_rounding_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1840672Z test_comprehensive_div_floor_rounding_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1840957Z test_comprehensive_div_floor_rounding_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1841247Z test_comprehensive_div_floor_rounding_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1841544Z test_comprehensive_div_no_rounding_mode_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1841833Z test_comprehensive_div_no_rounding_mode_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1842126Z test_comprehensive_div_no_rounding_mode_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1842424Z test_comprehensive_div_no_rounding_mode_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1842721Z test_comprehensive_div_no_rounding_mode_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1843018Z test_comprehensive_div_no_rounding_mode_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1843305Z test_comprehensive_div_no_rounding_mode_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1843598Z test_comprehensive_div_no_rounding_mode_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1843919Z test_comprehensive_div_no_rounding_mode_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1844203Z test_comprehensive_div_no_rounding_mode_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1844491Z test_comprehensive_div_no_rounding_mode_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1844809Z test_comprehensive_div_no_rounding_mode_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1845103Z test_comprehensive_div_trunc_rounding_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1845377Z test_comprehensive_div_trunc_rounding_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1845671Z test_comprehensive_div_trunc_rounding_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1845956Z test_comprehensive_div_trunc_rounding_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1846242Z test_comprehensive_div_trunc_rounding_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1846524Z test_comprehensive_div_trunc_rounding_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1846813Z test_comprehensive_div_trunc_rounding_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1847099Z test_comprehensive_div_trunc_rounding_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1847483Z test_comprehensive_div_trunc_rounding_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1847752Z test_comprehensive_dot_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1848028Z test_comprehensive_dot_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1848289Z test_comprehensive_dot_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1848561Z test_comprehensive_dot_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1848831Z test_comprehensive_dot_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1849097Z test_comprehensive_dot_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1849358Z test_comprehensive_dot_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1849622Z test_comprehensive_dot_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1849887Z test_comprehensive_dot_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1850155Z test_comprehensive_dot_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1850435Z test_comprehensive_double_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1850691Z test_comprehensive_double_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1850972Z test_comprehensive_double_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1851290Z test_comprehensive_double_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1851572Z test_comprehensive_double_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1851846Z test_comprehensive_double_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1852120Z test_comprehensive_double_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1852420Z test_comprehensive_double_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1852695Z test_comprehensive_double_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1852964Z test_comprehensive_double_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1853236Z test_comprehensive_double_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1853491Z test_comprehensive_double_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1853756Z test_comprehensive_double_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1854031Z test_comprehensive_dsplit_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1854303Z test_comprehensive_dsplit_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1854582Z test_comprehensive_dsplit_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1854860Z test_comprehensive_dsplit_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1855138Z test_comprehensive_dsplit_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1855409Z test_comprehensive_dsplit_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1855681Z test_comprehensive_dsplit_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1855956Z test_comprehensive_dsplit_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1856214Z test_comprehensive_dsplit_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1856484Z test_comprehensive_dsplit_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1856748Z test_comprehensive_dsplit_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1857016Z test_comprehensive_dsplit_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1857284Z test_comprehensive_dsplit_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1857559Z test_comprehensive_dstack_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1857826Z test_comprehensive_dstack_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1858106Z test_comprehensive_dstack_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1858385Z test_comprehensive_dstack_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1858649Z test_comprehensive_dstack_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1858973Z test_comprehensive_dstack_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1859248Z test_comprehensive_dstack_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1859520Z test_comprehensive_dstack_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1859789Z test_comprehensive_dstack_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1860093Z test_comprehensive_dstack_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1860362Z test_comprehensive_dstack_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1860632Z test_comprehensive_dstack_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1860900Z test_comprehensive_dstack_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1861176Z test_comprehensive_einsum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1861443Z test_comprehensive_einsum_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1861722Z test_comprehensive_einsum_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1861993Z test_comprehensive_einsum_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1862433Z test_comprehensive_einsum_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1862715Z test_comprehensive_einsum_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1862984Z test_comprehensive_einsum_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1863253Z test_comprehensive_einsum_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1863523Z test_comprehensive_einsum_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1863794Z test_comprehensive_einsum_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1864066Z test_comprehensive_empty_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1864320Z test_comprehensive_empty_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1864601Z test_comprehensive_empty_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1864878Z test_comprehensive_empty_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1865158Z test_comprehensive_empty_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1865431Z test_comprehensive_empty_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1865701Z test_comprehensive_empty_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1865973Z test_comprehensive_empty_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1866241Z test_comprehensive_empty_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1866566Z test_comprehensive_empty_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1866821Z test_comprehensive_empty_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1867089Z test_comprehensive_empty_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1867354Z test_comprehensive_empty_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1867674Z test_comprehensive_empty_like_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1867953Z test_comprehensive_empty_like_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1868244Z test_comprehensive_empty_like_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1868531Z test_comprehensive_empty_like_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1868814Z test_comprehensive_empty_like_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1869097Z test_comprehensive_empty_like_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1869377Z test_comprehensive_empty_like_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1869641Z test_comprehensive_empty_like_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1869922Z test_comprehensive_empty_like_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1870198Z test_comprehensive_empty_like_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1870473Z test_comprehensive_empty_like_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1870747Z test_comprehensive_empty_like_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1871025Z test_comprehensive_empty_like_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1871298Z test_comprehensive_eq_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1871558Z test_comprehensive_eq_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1871833Z test_comprehensive_eq_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1872104Z test_comprehensive_eq_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1872354Z test_comprehensive_eq_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1872623Z test_comprehensive_eq_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1872887Z test_comprehensive_eq_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1873150Z test_comprehensive_eq_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1873413Z test_comprehensive_eq_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1873673Z test_comprehensive_eq_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1873965Z test_comprehensive_eq_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1874223Z test_comprehensive_eq_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1874484Z test_comprehensive_eq_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1874746Z test_comprehensive_equal_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1875049Z test_comprehensive_equal_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1875332Z test_comprehensive_equal_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1875610Z test_comprehensive_equal_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1875885Z test_comprehensive_equal_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1876154Z test_comprehensive_equal_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1876427Z test_comprehensive_equal_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1876691Z test_comprehensive_equal_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1876957Z test_comprehensive_equal_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1877215Z test_comprehensive_equal_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1877469Z test_comprehensive_equal_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1877738Z test_comprehensive_equal_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1878005Z test_comprehensive_erf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1878268Z test_comprehensive_erf_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1878530Z test_comprehensive_erf_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1878798Z test_comprehensive_erf_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1879060Z test_comprehensive_erf_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1879319Z test_comprehensive_erf_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1879576Z test_comprehensive_erf_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1879840Z test_comprehensive_erf_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1880090Z test_comprehensive_erf_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1880359Z test_comprehensive_erfc_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1880620Z test_comprehensive_erfc_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1880887Z test_comprehensive_erfc_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1881153Z test_comprehensive_erfc_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1881455Z test_comprehensive_erfc_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1881718Z test_comprehensive_erfc_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1881982Z test_comprehensive_erfc_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1882242Z test_comprehensive_erfc_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1882523Z test_comprehensive_erfc_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1882804Z test_comprehensive_erfinv_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1883069Z test_comprehensive_erfinv_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1883340Z test_comprehensive_erfinv_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1883612Z test_comprehensive_erfinv_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1883881Z test_comprehensive_erfinv_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1884146Z test_comprehensive_erfinv_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1884414Z test_comprehensive_erfinv_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1884681Z test_comprehensive_erfinv_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1884948Z test_comprehensive_erfinv_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1885209Z test_comprehensive_exp2_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1885471Z test_comprehensive_exp2_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1885737Z test_comprehensive_exp2_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1886006Z test_comprehensive_exp2_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1886272Z test_comprehensive_exp2_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1886537Z test_comprehensive_exp2_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1886796Z test_comprehensive_exp2_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1887055Z test_comprehensive_exp2_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1887395Z test_comprehensive_exp2_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1887650Z test_comprehensive_exp2_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1887920Z test_comprehensive_exp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1888187Z test_comprehensive_exp_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1888462Z test_comprehensive_exp_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1888738Z test_comprehensive_exp_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1889053Z test_comprehensive_exp_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1889319Z test_comprehensive_exp_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1889582Z test_comprehensive_exp_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1889845Z test_comprehensive_exp_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1890134Z test_comprehensive_exp_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1890382Z test_comprehensive_exp_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1890648Z test_comprehensive_exp_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1890930Z test_comprehensive_expand_as_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1891206Z test_comprehensive_expand_as_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1891494Z test_comprehensive_expand_as_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1891778Z test_comprehensive_expand_as_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1892058Z test_comprehensive_expand_as_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1892334Z test_comprehensive_expand_as_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1892609Z test_comprehensive_expand_as_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1892886Z test_comprehensive_expand_as_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1893146Z test_comprehensive_expand_as_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1893419Z test_comprehensive_expand_as_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1893691Z test_comprehensive_expand_as_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1893965Z test_comprehensive_expand_as_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1894238Z test_comprehensive_expand_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1894507Z test_comprehensive_expand_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1894785Z test_comprehensive_expand_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1895063Z test_comprehensive_expand_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1895333Z test_comprehensive_expand_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1895594Z test_comprehensive_expand_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1895865Z test_comprehensive_expand_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1896132Z test_comprehensive_expand_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1896436Z test_comprehensive_expand_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1896705Z test_comprehensive_expand_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1896969Z test_comprehensive_expand_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1897238Z test_comprehensive_expand_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1897546Z test_comprehensive_expm1_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1897816Z test_comprehensive_expm1_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1898085Z test_comprehensive_expm1_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1898342Z test_comprehensive_expm1_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1898609Z test_comprehensive_expm1_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1898870Z test_comprehensive_expm1_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1899127Z test_comprehensive_expm1_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1899393Z test_comprehensive_expm1_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1899658Z test_comprehensive_expm1_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1899921Z test_comprehensive_eye_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1900195Z test_comprehensive_eye_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1900463Z test_comprehensive_eye_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1900726Z test_comprehensive_eye_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1900973Z test_comprehensive_eye_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1901232Z test_comprehensive_eye_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1901494Z test_comprehensive_eye_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1901755Z test_comprehensive_eye_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1902012Z test_comprehensive_eye_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1902437Z test_comprehensive_eye_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1902713Z test_comprehensive_eye_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1902986Z test_comprehensive_fft_fft2_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1903271Z test_comprehensive_fft_fft2_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1903541Z test_comprehensive_fft_fft2_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1903818Z test_comprehensive_fft_fft2_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1904151Z test_comprehensive_fft_fft2_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1904423Z test_comprehensive_fft_fft2_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1904691Z test_comprehensive_fft_fft2_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1904958Z test_comprehensive_fft_fft2_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1905276Z test_comprehensive_fft_fft2_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1905554Z test_comprehensive_fft_fft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1905827Z test_comprehensive_fft_fft_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1906107Z test_comprehensive_fft_fft_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1906372Z test_comprehensive_fft_fft_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1906645Z test_comprehensive_fft_fft_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1906921Z test_comprehensive_fft_fft_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1907191Z test_comprehensive_fft_fft_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1907457Z test_comprehensive_fft_fft_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1907727Z test_comprehensive_fft_fft_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1907995Z test_comprehensive_fft_fft_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1908264Z test_comprehensive_fft_fft_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1908530Z test_comprehensive_fft_fftn_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1908809Z test_comprehensive_fft_fftn_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1909078Z test_comprehensive_fft_fftn_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1909353Z test_comprehensive_fft_fftn_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1909626Z test_comprehensive_fft_fftn_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1909898Z test_comprehensive_fft_fftn_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1910166Z test_comprehensive_fft_fftn_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1910432Z test_comprehensive_fft_fftn_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1910709Z test_comprehensive_fft_fftn_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1910981Z test_comprehensive_fft_fftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1911263Z test_comprehensive_fft_fftshift_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1911570Z test_comprehensive_fft_fftshift_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1911859Z test_comprehensive_fft_fftshift_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1912144Z test_comprehensive_fft_fftshift_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1912430Z test_comprehensive_fft_fftshift_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1912777Z test_comprehensive_fft_fftshift_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1913060Z test_comprehensive_fft_fftshift_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1913341Z test_comprehensive_fft_fftshift_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1913620Z test_comprehensive_fft_fftshift_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1913898Z test_comprehensive_fft_fftshift_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1914174Z test_comprehensive_fft_fftshift_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1914436Z test_comprehensive_fft_fftshift_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1914716Z test_comprehensive_fft_fftshift_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1914990Z test_comprehensive_fft_hfft2_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1915272Z test_comprehensive_fft_hfft2_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1915559Z test_comprehensive_fft_hfft2_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1915833Z test_comprehensive_fft_hfft2_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1916109Z test_comprehensive_fft_hfft2_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1916383Z test_comprehensive_fft_hfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1916656Z test_comprehensive_fft_hfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1916929Z test_comprehensive_fft_hfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1917189Z test_comprehensive_fft_hfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1917464Z test_comprehensive_fft_hfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1917733Z test_comprehensive_fft_hfft_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1918013Z test_comprehensive_fft_hfft_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1918300Z test_comprehensive_fft_hfft_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1918575Z test_comprehensive_fft_hfft_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1918846Z test_comprehensive_fft_hfft_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1919151Z test_comprehensive_fft_hfft_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1919417Z test_comprehensive_fft_hfft_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1919689Z test_comprehensive_fft_hfft_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1919946Z test_comprehensive_fft_hfft_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1920248Z test_comprehensive_fft_hfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1920521Z test_comprehensive_fft_hfftn_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1920803Z test_comprehensive_fft_hfftn_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1921083Z test_comprehensive_fft_hfftn_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1921359Z test_comprehensive_fft_hfftn_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1921634Z test_comprehensive_fft_hfftn_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1921904Z test_comprehensive_fft_hfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1922177Z test_comprehensive_fft_hfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1922447Z test_comprehensive_fft_hfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1922706Z test_comprehensive_fft_hfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1922980Z test_comprehensive_fft_hfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1923249Z test_comprehensive_fft_ifft2_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1923532Z test_comprehensive_fft_ifft2_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1923813Z test_comprehensive_fft_ifft2_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1924088Z test_comprehensive_fft_ifft2_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1924361Z test_comprehensive_fft_ifft2_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1924632Z test_comprehensive_fft_ifft2_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1924898Z test_comprehensive_fft_ifft2_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1925154Z test_comprehensive_fft_ifft2_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1925427Z test_comprehensive_fft_ifft2_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1925698Z test_comprehensive_fft_ifft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1925965Z test_comprehensive_fft_ifft_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1926244Z test_comprehensive_fft_ifft_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1926554Z test_comprehensive_fft_ifft_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1926827Z test_comprehensive_fft_ifft_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1927102Z test_comprehensive_fft_ifft_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1927447Z test_comprehensive_fft_ifft_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1927751Z test_comprehensive_fft_ifft_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1928005Z test_comprehensive_fft_ifft_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1928275Z test_comprehensive_fft_ifft_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1928547Z test_comprehensive_fft_ifft_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1928817Z test_comprehensive_fft_ifftn_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1929100Z test_comprehensive_fft_ifftn_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1929380Z test_comprehensive_fft_ifftn_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1929659Z test_comprehensive_fft_ifftn_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1929937Z test_comprehensive_fft_ifftn_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1930208Z test_comprehensive_fft_ifftn_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1930480Z test_comprehensive_fft_ifftn_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1930738Z test_comprehensive_fft_ifftn_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1931010Z test_comprehensive_fft_ifftn_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1931285Z test_comprehensive_fft_ifftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1931570Z test_comprehensive_fft_ifftshift_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1931848Z test_comprehensive_fft_ifftshift_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1932140Z test_comprehensive_fft_ifftshift_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1932432Z test_comprehensive_fft_ifftshift_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1932722Z test_comprehensive_fft_ifftshift_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1933005Z test_comprehensive_fft_ifftshift_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1933289Z test_comprehensive_fft_ifftshift_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1933556Z test_comprehensive_fft_ifftshift_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1933832Z test_comprehensive_fft_ifftshift_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1934144Z test_comprehensive_fft_ifftshift_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1934417Z test_comprehensive_fft_ifftshift_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1934694Z test_comprehensive_fft_ifftshift_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1935002Z test_comprehensive_fft_ifftshift_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1935278Z test_comprehensive_fft_ihfft2_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1935554Z test_comprehensive_fft_ihfft2_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1935833Z test_comprehensive_fft_ihfft2_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1936109Z test_comprehensive_fft_ihfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1936372Z test_comprehensive_fft_ihfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1936640Z test_comprehensive_fft_ihfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1936917Z test_comprehensive_fft_ihfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1937186Z test_comprehensive_fft_ihfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1937456Z test_comprehensive_fft_ihfft_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1937732Z test_comprehensive_fft_ihfft_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1938007Z test_comprehensive_fft_ihfft_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1938277Z test_comprehensive_fft_ihfft_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1938546Z test_comprehensive_fft_ihfft_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1938820Z test_comprehensive_fft_ihfft_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1939080Z test_comprehensive_fft_ihfft_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1939350Z test_comprehensive_fft_ihfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1939623Z test_comprehensive_fft_ihfftn_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1939901Z test_comprehensive_fft_ihfftn_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1940178Z test_comprehensive_fft_ihfftn_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1940449Z test_comprehensive_fft_ihfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1940722Z test_comprehensive_fft_ihfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1940994Z test_comprehensive_fft_ihfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1941264Z test_comprehensive_fft_ihfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1941556Z test_comprehensive_fft_ihfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1941828Z test_comprehensive_fft_irfft2_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1942114Z test_comprehensive_fft_irfft2_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1942593Z test_comprehensive_fft_irfft2_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1942873Z test_comprehensive_fft_irfft2_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1943150Z test_comprehensive_fft_irfft2_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1943426Z test_comprehensive_fft_irfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1943699Z test_comprehensive_fft_irfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1943974Z test_comprehensive_fft_irfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1944249Z test_comprehensive_fft_irfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1944507Z test_comprehensive_fft_irfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1944779Z test_comprehensive_fft_irfft_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1945063Z test_comprehensive_fft_irfft_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1945348Z test_comprehensive_fft_irfft_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1945627Z test_comprehensive_fft_irfft_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1945904Z test_comprehensive_fft_irfft_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1946175Z test_comprehensive_fft_irfft_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1946449Z test_comprehensive_fft_irfft_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1946722Z test_comprehensive_fft_irfft_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1946997Z test_comprehensive_fft_irfft_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1947257Z test_comprehensive_fft_irfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1947529Z test_comprehensive_fft_irfftn_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1947811Z test_comprehensive_fft_irfftn_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1948096Z test_comprehensive_fft_irfftn_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1948373Z test_comprehensive_fft_irfftn_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1948648Z test_comprehensive_fft_irfftn_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1948961Z test_comprehensive_fft_irfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1949237Z test_comprehensive_fft_irfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1949509Z test_comprehensive_fft_irfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1949782Z test_comprehensive_fft_irfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1950069Z test_comprehensive_fft_irfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1950344Z test_comprehensive_fft_rfft2_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1950617Z test_comprehensive_fft_rfft2_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1950895Z test_comprehensive_fft_rfft2_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1951165Z test_comprehensive_fft_rfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1951436Z test_comprehensive_fft_rfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1951701Z test_comprehensive_fft_rfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1951974Z test_comprehensive_fft_rfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1952246Z test_comprehensive_fft_rfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1952517Z test_comprehensive_fft_rfft_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1952781Z test_comprehensive_fft_rfft_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1953057Z test_comprehensive_fft_rfft_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1953326Z test_comprehensive_fft_rfft_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1953594Z test_comprehensive_fft_rfft_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1953861Z test_comprehensive_fft_rfft_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1954131Z test_comprehensive_fft_rfft_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1954401Z test_comprehensive_fft_rfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1954669Z test_comprehensive_fft_rfftn_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1954945Z test_comprehensive_fft_rfftn_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1955209Z test_comprehensive_fft_rfftn_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1955478Z test_comprehensive_fft_rfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1955750Z test_comprehensive_fft_rfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1956016Z test_comprehensive_fft_rfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1956286Z test_comprehensive_fft_rfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1956587Z test_comprehensive_fft_rfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1956859Z test_comprehensive_fill_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1957122Z test_comprehensive_fill_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1957424Z test_comprehensive_fill_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1957696Z test_comprehensive_fill_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1957954Z test_comprehensive_fill_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1958227Z test_comprehensive_fill_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1958496Z test_comprehensive_fill_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1958764Z test_comprehensive_fill_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1959027Z test_comprehensive_fill_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1959294Z test_comprehensive_fill_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1959555Z test_comprehensive_fill_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1959818Z test_comprehensive_fill_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1960078Z test_comprehensive_fill_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1960354Z test_comprehensive_flatten_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1960609Z test_comprehensive_flatten_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1960891Z test_comprehensive_flatten_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1961173Z test_comprehensive_flatten_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1961451Z test_comprehensive_flatten_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1961724Z test_comprehensive_flatten_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1961998Z test_comprehensive_flatten_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1962270Z test_comprehensive_flatten_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1962540Z test_comprehensive_flatten_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1962810Z test_comprehensive_flatten_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1963069Z test_comprehensive_flatten_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1963340Z test_comprehensive_flatten_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1963610Z test_comprehensive_flatten_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1963925Z test_comprehensive_flip_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1964191Z test_comprehensive_flip_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1964468Z test_comprehensive_flip_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1964741Z test_comprehensive_flip_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1965039Z test_comprehensive_flip_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1965307Z test_comprehensive_flip_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1965573Z test_comprehensive_flip_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1965827Z test_comprehensive_flip_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1966086Z test_comprehensive_flip_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1966343Z test_comprehensive_flip_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1966605Z test_comprehensive_flip_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1966872Z test_comprehensive_flip_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1967207Z test_comprehensive_fliplr_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1967482Z test_comprehensive_fliplr_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1967765Z test_comprehensive_fliplr_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1968047Z test_comprehensive_fliplr_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1968320Z test_comprehensive_fliplr_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1968578Z test_comprehensive_fliplr_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1968857Z test_comprehensive_fliplr_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1969126Z test_comprehensive_fliplr_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1969394Z test_comprehensive_fliplr_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1969665Z test_comprehensive_fliplr_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1969934Z test_comprehensive_fliplr_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1970203Z test_comprehensive_fliplr_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1970479Z test_comprehensive_flipud_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1970751Z test_comprehensive_flipud_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1971018Z test_comprehensive_flipud_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1971299Z test_comprehensive_flipud_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1971615Z test_comprehensive_flipud_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1971888Z test_comprehensive_flipud_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1972158Z test_comprehensive_flipud_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1972453Z test_comprehensive_flipud_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1972724Z test_comprehensive_flipud_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1972995Z test_comprehensive_flipud_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1973265Z test_comprehensive_flipud_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1973528Z test_comprehensive_flipud_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1973785Z test_comprehensive_float_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1974052Z test_comprehensive_float_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1974331Z test_comprehensive_float_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1974611Z test_comprehensive_float_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1974884Z test_comprehensive_float_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1975159Z test_comprehensive_float_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1975428Z test_comprehensive_float_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1975693Z test_comprehensive_float_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1975962Z test_comprehensive_float_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1976228Z test_comprehensive_float_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1976476Z test_comprehensive_float_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1976741Z test_comprehensive_float_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1977010Z test_comprehensive_float_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1977291Z test_comprehensive_float_power_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1977567Z test_comprehensive_float_power_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1977853Z test_comprehensive_float_power_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1978138Z test_comprehensive_float_power_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1978418Z test_comprehensive_float_power_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1978694Z test_comprehensive_float_power_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1978993Z test_comprehensive_float_power_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1979270Z test_comprehensive_float_power_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1979548Z test_comprehensive_float_power_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1979821Z test_comprehensive_float_power_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1980137Z test_comprehensive_float_power_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1980415Z test_comprehensive_float_power_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1980685Z test_comprehensive_floor_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1980959Z test_comprehensive_floor_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1981227Z test_comprehensive_floor_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1981493Z test_comprehensive_floor_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1981744Z test_comprehensive_floor_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1982005Z test_comprehensive_floor_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1982444Z test_comprehensive_floor_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1982722Z test_comprehensive_floor_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1983008Z test_comprehensive_floor_divide_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1983292Z test_comprehensive_floor_divide_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1983575Z test_comprehensive_floor_divide_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1983862Z test_comprehensive_floor_divide_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1984144Z test_comprehensive_floor_divide_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1984424Z test_comprehensive_floor_divide_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1984693Z test_comprehensive_floor_divide_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1984973Z test_comprehensive_floor_divide_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1985251Z test_comprehensive_floor_divide_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1985524Z test_comprehensive_fmax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1985793Z test_comprehensive_fmax_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1986064Z test_comprehensive_fmax_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1986333Z test_comprehensive_fmax_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1986663Z test_comprehensive_fmax_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1986929Z test_comprehensive_fmax_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1987193Z test_comprehensive_fmax_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1987440Z test_comprehensive_fmax_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1987742Z test_comprehensive_fmax_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1988012Z test_comprehensive_fmax_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1988284Z test_comprehensive_fmin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1988547Z test_comprehensive_fmin_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1988817Z test_comprehensive_fmin_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1989081Z test_comprehensive_fmin_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1989349Z test_comprehensive_fmin_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1989618Z test_comprehensive_fmin_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1989866Z test_comprehensive_fmin_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1990128Z test_comprehensive_fmin_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1990392Z test_comprehensive_fmin_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1990655Z test_comprehensive_fmin_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1990924Z test_comprehensive_fmod_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1991193Z test_comprehensive_fmod_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1991466Z test_comprehensive_fmod_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1991731Z test_comprehensive_fmod_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1991992Z test_comprehensive_fmod_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1992264Z test_comprehensive_fmod_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1992511Z test_comprehensive_fmod_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1992773Z test_comprehensive_fmod_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1993032Z test_comprehensive_fmod_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1993304Z test_comprehensive_frac_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1993571Z test_comprehensive_frac_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1993840Z test_comprehensive_frac_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1994144Z test_comprehensive_frac_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1994419Z test_comprehensive_frexp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1994689Z test_comprehensive_frexp_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1994949Z test_comprehensive_frexp_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1995249Z test_comprehensive_frexp_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1995528Z test_comprehensive_full_like_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1995801Z test_comprehensive_full_like_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1996089Z test_comprehensive_full_like_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1996369Z test_comprehensive_full_like_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1996643Z test_comprehensive_full_like_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1996925Z test_comprehensive_full_like_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1997198Z test_comprehensive_full_like_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1997471Z test_comprehensive_full_like_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1997731Z test_comprehensive_full_like_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1998001Z test_comprehensive_full_like_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1998270Z test_comprehensive_full_like_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1998542Z test_comprehensive_full_like_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1998816Z test_comprehensive_gather_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1999084Z test_comprehensive_gather_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1999360Z test_comprehensive_gather_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1999638Z test_comprehensive_gather_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.1999912Z test_comprehensive_gather_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2000185Z test_comprehensive_gather_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2000446Z test_comprehensive_gather_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2000718Z test_comprehensive_gather_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2000981Z test_comprehensive_gather_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2001253Z test_comprehensive_gather_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2001553Z test_comprehensive_gather_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2001822Z test_comprehensive_gather_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2002085Z test_comprehensive_gcd_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2002344Z test_comprehensive_gcd_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2002631Z test_comprehensive_gcd_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2002879Z test_comprehensive_gcd_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2003144Z test_comprehensive_gcd_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2003416Z test_comprehensive_ge_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2003677Z test_comprehensive_ge_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2003945Z test_comprehensive_ge_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2004213Z test_comprehensive_ge_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2004477Z test_comprehensive_ge_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2004738Z test_comprehensive_ge_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2004994Z test_comprehensive_ge_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2005255Z test_comprehensive_ge_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2005503Z test_comprehensive_ge_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2005768Z test_comprehensive_ge_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2006045Z test_comprehensive_geqrf_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2006323Z test_comprehensive_geqrf_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2006596Z test_comprehensive_geqrf_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2006865Z test_comprehensive_geqrf_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2007222Z test_comprehensive_gradient_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2007512Z test_comprehensive_gradient_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2007793Z test_comprehensive_gradient_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2008072Z test_comprehensive_gradient_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2008337Z test_comprehensive_gradient_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2008615Z test_comprehensive_gradient_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2008887Z test_comprehensive_gradient_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2009199Z test_comprehensive_gradient_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2009472Z test_comprehensive_gradient_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2009747Z test_comprehensive_gradient_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2010017Z test_comprehensive_gt_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2010312Z test_comprehensive_gt_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2010584Z test_comprehensive_gt_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2010839Z test_comprehensive_gt_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2011105Z test_comprehensive_gt_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2011367Z test_comprehensive_gt_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2011624Z test_comprehensive_gt_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2011884Z test_comprehensive_gt_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2012146Z test_comprehensive_gt_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2012408Z test_comprehensive_gt_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2012679Z test_comprehensive_half_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2012949Z test_comprehensive_half_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2013226Z test_comprehensive_half_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2013486Z test_comprehensive_half_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2013757Z test_comprehensive_half_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2014025Z test_comprehensive_half_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2014290Z test_comprehensive_half_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2014555Z test_comprehensive_half_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2014819Z test_comprehensive_half_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2015083Z test_comprehensive_half_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2015346Z test_comprehensive_half_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2015605Z test_comprehensive_half_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2015874Z test_comprehensive_heaviside_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2016148Z test_comprehensive_heaviside_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2016429Z test_comprehensive_heaviside_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2016758Z test_comprehensive_heaviside_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2017030Z test_comprehensive_heaviside_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2017303Z test_comprehensive_heaviside_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2017606Z test_comprehensive_heaviside_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2017882Z test_comprehensive_heaviside_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2018155Z test_comprehensive_heaviside_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2018430Z test_comprehensive_heaviside_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2018690Z test_comprehensive_histc_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2018963Z test_comprehensive_histc_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2019235Z test_comprehensive_histc_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2019515Z test_comprehensive_histogram_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2019793Z test_comprehensive_histogram_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2020082Z test_comprehensive_histogramdd_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2020371Z test_comprehensive_histogramdd_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2020645Z test_comprehensive_hsplit_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2020915Z test_comprehensive_hsplit_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2021198Z test_comprehensive_hsplit_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2021463Z test_comprehensive_hsplit_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2021743Z test_comprehensive_hsplit_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2022018Z test_comprehensive_hsplit_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2022431Z test_comprehensive_hsplit_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2022713Z test_comprehensive_hsplit_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2022982Z test_comprehensive_hsplit_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2023249Z test_comprehensive_hsplit_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2023522Z test_comprehensive_hsplit_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2023794Z test_comprehensive_hsplit_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2024062Z test_comprehensive_hsplit_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2024379Z test_comprehensive_hstack_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2024649Z test_comprehensive_hstack_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2024928Z test_comprehensive_hstack_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2025205Z test_comprehensive_hstack_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2025521Z test_comprehensive_hstack_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2025795Z test_comprehensive_hstack_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2026071Z test_comprehensive_hstack_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2026344Z test_comprehensive_hstack_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2026614Z test_comprehensive_hstack_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2026866Z test_comprehensive_hstack_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2027134Z test_comprehensive_hstack_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2027400Z test_comprehensive_hstack_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2027666Z test_comprehensive_hstack_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2027936Z test_comprehensive_hypot_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2028208Z test_comprehensive_hypot_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2028475Z test_comprehensive_hypot_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2028742Z test_comprehensive_i0_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2029002Z test_comprehensive_i0_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2029264Z test_comprehensive_i0_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2029519Z test_comprehensive_i0_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2029782Z test_comprehensive_i0_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2030040Z test_comprehensive_i0_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2030294Z test_comprehensive_i0_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2030554Z test_comprehensive_i0_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2030814Z test_comprehensive_i0_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2031090Z test_comprehensive_igamma_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2031362Z test_comprehensive_igamma_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2031705Z test_comprehensive_igamma_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2031965Z test_comprehensive_igamma_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2032245Z test_comprehensive_igammac_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2032519Z test_comprehensive_igammac_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2032818Z test_comprehensive_igammac_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2033097Z test_comprehensive_igammac_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2033376Z test_comprehensive_imag_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2033654Z test_comprehensive_imag_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2033923Z test_comprehensive_imag_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2034204Z test_comprehensive_index_add_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2034478Z test_comprehensive_index_add_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2034752Z test_comprehensive_index_add_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2035038Z test_comprehensive_index_add_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2035319Z test_comprehensive_index_add_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2035597Z test_comprehensive_index_add_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2035878Z test_comprehensive_index_add_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2036159Z test_comprehensive_index_add_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2036432Z test_comprehensive_index_add_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2036707Z test_comprehensive_index_add_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2036978Z test_comprehensive_index_add_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2037247Z test_comprehensive_index_add_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2037509Z test_comprehensive_index_add_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2037789Z test_comprehensive_index_copy_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2038059Z test_comprehensive_index_copy_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2038348Z test_comprehensive_index_copy_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2038634Z test_comprehensive_index_copy_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2038914Z test_comprehensive_index_copy_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2039224Z test_comprehensive_index_copy_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2039505Z test_comprehensive_index_copy_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2039778Z test_comprehensive_index_copy_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2040053Z test_comprehensive_index_copy_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2040344Z test_comprehensive_index_copy_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2040620Z test_comprehensive_index_copy_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2040889Z test_comprehensive_index_copy_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2041170Z test_comprehensive_index_fill_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2041444Z test_comprehensive_index_fill_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2041728Z test_comprehensive_index_fill_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2042009Z test_comprehensive_index_fill_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2042288Z test_comprehensive_index_fill_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2042565Z test_comprehensive_index_fill_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2042841Z test_comprehensive_index_fill_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2043105Z test_comprehensive_index_fill_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2043380Z test_comprehensive_index_fill_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2043651Z test_comprehensive_index_fill_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2043928Z test_comprehensive_index_fill_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2044198Z test_comprehensive_index_fill_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2044474Z test_comprehensive_index_put_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2044744Z test_comprehensive_index_put_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2045027Z test_comprehensive_index_put_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2045308Z test_comprehensive_index_put_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2045585Z test_comprehensive_index_put_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2045851Z test_comprehensive_index_put_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2046128Z test_comprehensive_index_put_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2046402Z test_comprehensive_index_put_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2046709Z test_comprehensive_index_put_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2046982Z test_comprehensive_index_put_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2047326Z test_comprehensive_index_put_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2047605Z test_comprehensive_index_put_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2047911Z test_comprehensive_index_put_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2048200Z test_comprehensive_index_reduce_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2048467Z test_comprehensive_index_reduce_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2048755Z test_comprehensive_index_reduce_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2049039Z test_comprehensive_index_reduce_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2049323Z test_comprehensive_index_reduce_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2049605Z test_comprehensive_index_reduce_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2049884Z test_comprehensive_index_reduce_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2050159Z test_comprehensive_index_reduce_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2050437Z test_comprehensive_index_reduce_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2050724Z test_comprehensive_index_select_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2051001Z test_comprehensive_index_select_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2051277Z test_comprehensive_index_select_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2051568Z test_comprehensive_index_select_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2051859Z test_comprehensive_index_select_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2052140Z test_comprehensive_index_select_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2052424Z test_comprehensive_index_select_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2052701Z test_comprehensive_index_select_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2052975Z test_comprehensive_index_select_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2053249Z test_comprehensive_index_select_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2053527Z test_comprehensive_index_select_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2053805Z test_comprehensive_index_select_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2054070Z test_comprehensive_index_select_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2054379Z test_comprehensive_inner_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2054656Z test_comprehensive_inner_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2054929Z test_comprehensive_inner_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2055227Z test_comprehensive_inner_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2055502Z test_comprehensive_inner_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2055767Z test_comprehensive_inner_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2056030Z test_comprehensive_inner_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2056296Z test_comprehensive_inner_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2056563Z test_comprehensive_inner_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2056814Z test_comprehensive_inner_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2057087Z test_comprehensive_int_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2057349Z test_comprehensive_int_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2057623Z test_comprehensive_int_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2057900Z test_comprehensive_int_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2058168Z test_comprehensive_int_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2058431Z test_comprehensive_int_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2058690Z test_comprehensive_int_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2058955Z test_comprehensive_int_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2059201Z test_comprehensive_int_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2059465Z test_comprehensive_int_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2059728Z test_comprehensive_int_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2059989Z test_comprehensive_int_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2060266Z test_comprehensive_isclose_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2060536Z test_comprehensive_isclose_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2060821Z test_comprehensive_isclose_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2061099Z test_comprehensive_isclose_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2061372Z test_comprehensive_isclose_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2061681Z test_comprehensive_isclose_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2061941Z test_comprehensive_isclose_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2062354Z test_comprehensive_isclose_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2062640Z test_comprehensive_isclose_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2062966Z test_comprehensive_isclose_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2063242Z test_comprehensive_isclose_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2063518Z test_comprehensive_isclose_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2063798Z test_comprehensive_isfinite_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2064067Z test_comprehensive_isfinite_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2064351Z test_comprehensive_isfinite_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2064633Z test_comprehensive_isfinite_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2064902Z test_comprehensive_isfinite_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2065180Z test_comprehensive_isfinite_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2065454Z test_comprehensive_isfinite_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2065728Z test_comprehensive_isfinite_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2066003Z test_comprehensive_isfinite_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2066276Z test_comprehensive_isfinite_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2066553Z test_comprehensive_isfinite_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2066829Z test_comprehensive_isfinite_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2067104Z test_comprehensive_isfinite_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2067377Z test_comprehensive_isin_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2067635Z test_comprehensive_isin_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2067903Z test_comprehensive_isin_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2068169Z test_comprehensive_isin_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2068430Z test_comprehensive_isin_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2068695Z test_comprehensive_isin_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2068955Z test_comprehensive_isin_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2069226Z test_comprehensive_isinf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2069547Z test_comprehensive_isinf_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2069822Z test_comprehensive_isinf_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2070083Z test_comprehensive_isinf_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2070382Z test_comprehensive_isinf_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2070654Z test_comprehensive_isinf_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2070926Z test_comprehensive_isinf_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2071202Z test_comprehensive_isinf_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2071469Z test_comprehensive_isinf_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2071734Z test_comprehensive_isinf_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2071994Z test_comprehensive_isinf_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2072262Z test_comprehensive_isinf_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2072530Z test_comprehensive_isinf_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2072790Z test_comprehensive_isnan_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2073058Z test_comprehensive_isnan_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2073334Z test_comprehensive_isnan_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2073607Z test_comprehensive_isnan_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2073878Z test_comprehensive_isnan_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2074149Z test_comprehensive_isnan_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2074419Z test_comprehensive_isnan_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2074680Z test_comprehensive_isnan_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2074943Z test_comprehensive_isnan_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2075188Z test_comprehensive_isnan_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2075454Z test_comprehensive_isnan_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2075718Z test_comprehensive_isnan_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2075997Z test_comprehensive_isneginf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2076270Z test_comprehensive_isneginf_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2076549Z test_comprehensive_isneginf_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2076860Z test_comprehensive_isneginf_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2077133Z test_comprehensive_isneginf_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2077405Z test_comprehensive_isneginf_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2077679Z test_comprehensive_isneginf_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2077964Z test_comprehensive_isneginf_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2078238Z test_comprehensive_isneginf_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2078512Z test_comprehensive_isneginf_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2078792Z test_comprehensive_isposinf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2079065Z test_comprehensive_isposinf_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2079343Z test_comprehensive_isposinf_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2079616Z test_comprehensive_isposinf_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2079890Z test_comprehensive_isposinf_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2080161Z test_comprehensive_isposinf_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2080432Z test_comprehensive_isposinf_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2080692Z test_comprehensive_isposinf_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2080962Z test_comprehensive_isposinf_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2081231Z test_comprehensive_isposinf_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2081504Z test_comprehensive_isreal_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2081773Z test_comprehensive_isreal_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2082053Z test_comprehensive_isreal_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2082331Z test_comprehensive_isreal_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2082609Z test_comprehensive_isreal_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2082878Z test_comprehensive_isreal_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2083150Z test_comprehensive_isreal_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2083404Z test_comprehensive_isreal_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2083673Z test_comprehensive_isreal_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2083941Z test_comprehensive_isreal_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2084240Z test_comprehensive_isreal_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2084506Z test_comprehensive_isreal_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2084771Z test_comprehensive_isreal_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2085048Z test_comprehensive_istft_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2085351Z test_comprehensive_istft_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2085623Z test_comprehensive_istft_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2085880Z test_comprehensive_istft_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2086071Z test_comprehensive_jiterator_2inputs_2outputs_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:20.2086257Z test_comprehensive_jiterator_2inputs_2outputs_cpu_bool (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:20.2086447Z test_comprehensive_jiterator_2inputs_2outputs_cpu_complex128 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:20.2086640Z test_comprehensive_jiterator_2inputs_2outputs_cpu_complex64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:20.2086825Z test_comprehensive_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:20.2087009Z test_comprehensive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:20.2087248Z test_comprehensive_jiterator_2inputs_2outputs_cpu_float64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:20.2087439Z test_comprehensive_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:20.2087624Z test_comprehensive_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:20.2087793Z test_comprehensive_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:20.2087975Z test_comprehensive_jiterator_2inputs_2outputs_cpu_int8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:20.2088160Z test_comprehensive_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:20.2088358Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:20.2088550Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:20.2088750Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:20.2088946Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:20.2089142Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:20.2089337Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:20.2089533Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:20.2089709Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:20.2089936Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:20.2090127Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:20.2090314Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:20.2090503Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:20.2090712Z test_comprehensive_jiterator_binary_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:20.2090890Z test_comprehensive_jiterator_binary_cpu_bool (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:20.2091069Z test_comprehensive_jiterator_binary_cpu_complex128 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:20.2091249Z test_comprehensive_jiterator_binary_cpu_complex64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:20.2091426Z test_comprehensive_jiterator_binary_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:20.2091591Z test_comprehensive_jiterator_binary_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:20.2091765Z test_comprehensive_jiterator_binary_cpu_float64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:20.2091941Z test_comprehensive_jiterator_binary_cpu_int16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:20.2092114Z test_comprehensive_jiterator_binary_cpu_int32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:20.2092283Z test_comprehensive_jiterator_binary_cpu_int64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:20.2092459Z test_comprehensive_jiterator_binary_cpu_int8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:20.2092631Z test_comprehensive_jiterator_binary_cpu_uint8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:20.2092819Z test_comprehensive_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:20.2093006Z test_comprehensive_jiterator_binary_return_by_ref_cpu_bool (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:20.2093189Z test_comprehensive_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:20.2093382Z test_comprehensive_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:20.2093570Z test_comprehensive_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:20.2093759Z test_comprehensive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:20.2093944Z test_comprehensive_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:20.2094129Z test_comprehensive_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:20.2094315Z test_comprehensive_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:20.2094499Z test_comprehensive_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:20.2094682Z test_comprehensive_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:20.2094867Z test_comprehensive_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:20.2095063Z test_comprehensive_jiterator_unary_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:20.2095236Z test_comprehensive_jiterator_unary_cpu_bool (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:20.2095416Z test_comprehensive_jiterator_unary_cpu_complex128 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:20.2095593Z test_comprehensive_jiterator_unary_cpu_complex64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:20.2095799Z test_comprehensive_jiterator_unary_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:20.2095977Z test_comprehensive_jiterator_unary_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:20.2096150Z test_comprehensive_jiterator_unary_cpu_float64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:20.2096324Z test_comprehensive_jiterator_unary_cpu_int16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:20.2096494Z test_comprehensive_jiterator_unary_cpu_int32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:20.2096648Z test_comprehensive_jiterator_unary_cpu_int64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:20.2096820Z test_comprehensive_jiterator_unary_cpu_int8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:20.2096990Z test_comprehensive_jiterator_unary_cpu_uint8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:20.2097268Z test_comprehensive_kron_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2097533Z test_comprehensive_kron_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2097811Z test_comprehensive_kron_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2098084Z test_comprehensive_kron_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2098355Z test_comprehensive_kron_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2098623Z test_comprehensive_kron_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2098892Z test_comprehensive_kron_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2099143Z test_comprehensive_kron_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2099408Z test_comprehensive_kron_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2099669Z test_comprehensive_kron_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2099934Z test_comprehensive_kron_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2100194Z test_comprehensive_kron_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2100473Z test_comprehensive_kthvalue_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2100752Z test_comprehensive_kthvalue_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2101028Z test_comprehensive_kthvalue_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2101299Z test_comprehensive_kthvalue_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2101588Z test_comprehensive_kthvalue_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2101862Z test_comprehensive_kthvalue_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2102132Z test_comprehensive_kthvalue_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2102556Z test_comprehensive_kthvalue_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2102882Z test_comprehensive_lcm_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2103147Z test_comprehensive_lcm_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2103407Z test_comprehensive_lcm_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2103675Z test_comprehensive_lcm_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2103940Z test_comprehensive_lcm_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2104217Z test_comprehensive_ldexp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2104471Z test_comprehensive_ldexp_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2104754Z test_comprehensive_ldexp_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2105033Z test_comprehensive_ldexp_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2105306Z test_comprehensive_ldexp_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2105581Z test_comprehensive_ldexp_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2105853Z test_comprehensive_ldexp_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2106121Z test_comprehensive_ldexp_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2106386Z test_comprehensive_ldexp_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2106650Z test_comprehensive_ldexp_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2106905Z test_comprehensive_ldexp_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2107177Z test_comprehensive_ldexp_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2107448Z test_comprehensive_le_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2107710Z test_comprehensive_le_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2107977Z test_comprehensive_le_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2108242Z test_comprehensive_le_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2108504Z test_comprehensive_le_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2108768Z test_comprehensive_le_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2109024Z test_comprehensive_le_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2109334Z test_comprehensive_le_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2109582Z test_comprehensive_le_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2109848Z test_comprehensive_le_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2110118Z test_comprehensive_lerp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2110427Z test_comprehensive_lerp_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2110703Z test_comprehensive_lerp_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2110974Z test_comprehensive_lerp_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2111245Z test_comprehensive_lerp_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2111521Z test_comprehensive_lgamma_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2111795Z test_comprehensive_lgamma_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2112055Z test_comprehensive_lgamma_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2112328Z test_comprehensive_lgamma_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2112594Z test_comprehensive_lgamma_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2112864Z test_comprehensive_lgamma_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2113135Z test_comprehensive_lgamma_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2113404Z test_comprehensive_lgamma_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2113672Z test_comprehensive_lgamma_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2113972Z test_comprehensive_linalg_cholesky_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2114266Z test_comprehensive_linalg_cholesky_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2114551Z test_comprehensive_linalg_cholesky_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2114830Z test_comprehensive_linalg_cholesky_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2115131Z test_comprehensive_linalg_cholesky_ex_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2115430Z test_comprehensive_linalg_cholesky_ex_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2115722Z test_comprehensive_linalg_cholesky_ex_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2116015Z test_comprehensive_linalg_cholesky_ex_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2116301Z test_comprehensive_linalg_cond_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2116588Z test_comprehensive_linalg_cond_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2116919Z test_comprehensive_linalg_cond_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2117196Z test_comprehensive_linalg_cond_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2117477Z test_comprehensive_linalg_cross_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2117780Z test_comprehensive_linalg_cross_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2118071Z test_comprehensive_linalg_cross_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2118353Z test_comprehensive_linalg_cross_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2118636Z test_comprehensive_linalg_cross_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2118912Z test_comprehensive_linalg_cross_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2119187Z test_comprehensive_linalg_cross_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2119468Z test_comprehensive_linalg_cross_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2119749Z test_comprehensive_linalg_cross_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2120027Z test_comprehensive_linalg_cross_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2120314Z test_comprehensive_linalg_det_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2120586Z test_comprehensive_linalg_det_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2120867Z test_comprehensive_linalg_det_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2121147Z test_comprehensive_linalg_det_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2121446Z test_comprehensive_linalg_det_singular_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2121745Z test_comprehensive_linalg_det_singular_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2122040Z test_comprehensive_linalg_det_singular_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2122331Z test_comprehensive_linalg_det_singular_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2122616Z test_comprehensive_linalg_eig_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2122899Z test_comprehensive_linalg_eig_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2123175Z test_comprehensive_linalg_eig_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2123442Z test_comprehensive_linalg_eig_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2123731Z test_comprehensive_linalg_eigh_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2124014Z test_comprehensive_linalg_eigh_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2124334Z test_comprehensive_linalg_eigh_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2124628Z test_comprehensive_linalg_eigh_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2124922Z test_comprehensive_linalg_eigvals_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2125214Z test_comprehensive_linalg_eigvals_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2125540Z test_comprehensive_linalg_eigvals_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2125830Z test_comprehensive_linalg_eigvals_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2126116Z test_comprehensive_linalg_eigvalsh_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2126408Z test_comprehensive_linalg_eigvalsh_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2126698Z test_comprehensive_linalg_eigvalsh_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2126987Z test_comprehensive_linalg_eigvalsh_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2127369Z test_comprehensive_linalg_householder_product_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2127690Z test_comprehensive_linalg_householder_product_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2127997Z test_comprehensive_linalg_householder_product_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2128307Z test_comprehensive_linalg_householder_product_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2128594Z test_comprehensive_linalg_inv_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2128878Z test_comprehensive_linalg_inv_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2129146Z test_comprehensive_linalg_inv_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2129428Z test_comprehensive_linalg_inv_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2129719Z test_comprehensive_linalg_inv_ex_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2130010Z test_comprehensive_linalg_inv_ex_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2130292Z test_comprehensive_linalg_inv_ex_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2130576Z test_comprehensive_linalg_inv_ex_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2130874Z test_comprehensive_linalg_ldl_factor_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2131170Z test_comprehensive_linalg_ldl_factor_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2131458Z test_comprehensive_linalg_ldl_factor_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2131784Z test_comprehensive_linalg_ldl_factor_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2132071Z test_comprehensive_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2132372Z test_comprehensive_linalg_ldl_factor_ex_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2132669Z test_comprehensive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2132999Z test_comprehensive_linalg_ldl_factor_ex_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2133300Z test_comprehensive_linalg_ldl_solve_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2133591Z test_comprehensive_linalg_ldl_solve_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2133881Z test_comprehensive_linalg_ldl_solve_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2134165Z test_comprehensive_linalg_ldl_solve_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2134449Z test_comprehensive_linalg_lstsq_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2134740Z test_comprehensive_linalg_lstsq_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2135010Z test_comprehensive_linalg_lstsq_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2135295Z test_comprehensive_linalg_lstsq_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2135608Z test_comprehensive_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2135918Z test_comprehensive_linalg_lstsq_grad_oriented_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2136224Z test_comprehensive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2136535Z test_comprehensive_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2136817Z test_comprehensive_linalg_lu_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2137098Z test_comprehensive_linalg_lu_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2137381Z test_comprehensive_linalg_lu_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2137656Z test_comprehensive_linalg_lu_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2137948Z test_comprehensive_linalg_lu_factor_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2138228Z test_comprehensive_linalg_lu_factor_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2138519Z test_comprehensive_linalg_lu_factor_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2138798Z test_comprehensive_linalg_lu_factor_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2139096Z test_comprehensive_linalg_lu_factor_ex_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2139427Z test_comprehensive_linalg_lu_factor_ex_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2139716Z test_comprehensive_linalg_lu_factor_ex_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2140001Z test_comprehensive_linalg_lu_factor_ex_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2140357Z test_comprehensive_linalg_lu_solve_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2140648Z test_comprehensive_linalg_lu_solve_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2140931Z test_comprehensive_linalg_lu_solve_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2141210Z test_comprehensive_linalg_lu_solve_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2141498Z test_comprehensive_linalg_matrix_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2141794Z test_comprehensive_linalg_matrix_norm_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2142088Z test_comprehensive_linalg_matrix_norm_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2142567Z test_comprehensive_linalg_matrix_norm_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2142864Z test_comprehensive_linalg_matrix_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2143155Z test_comprehensive_linalg_matrix_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2143456Z test_comprehensive_linalg_matrix_power_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2143750Z test_comprehensive_linalg_matrix_power_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2144040Z test_comprehensive_linalg_matrix_power_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2144318Z test_comprehensive_linalg_matrix_power_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2144618Z test_comprehensive_linalg_matrix_rank_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2144912Z test_comprehensive_linalg_matrix_rank_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2145209Z test_comprehensive_linalg_matrix_rank_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2145494Z test_comprehensive_linalg_matrix_rank_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2145806Z test_comprehensive_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2146120Z test_comprehensive_linalg_matrix_rank_hermitian_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2146430Z test_comprehensive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2146737Z test_comprehensive_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2147094Z test_comprehensive_linalg_multi_dot_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2147390Z test_comprehensive_linalg_multi_dot_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2147668Z test_comprehensive_linalg_multi_dot_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2147992Z test_comprehensive_linalg_multi_dot_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2148276Z test_comprehensive_linalg_multi_dot_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2148562Z test_comprehensive_linalg_multi_dot_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2148848Z test_comprehensive_linalg_multi_dot_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2149132Z test_comprehensive_linalg_multi_dot_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2149413Z test_comprehensive_linalg_multi_dot_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2149694Z test_comprehensive_linalg_multi_dot_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2149977Z test_comprehensive_linalg_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2150262Z test_comprehensive_linalg_norm_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2150533Z test_comprehensive_linalg_norm_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2150816Z test_comprehensive_linalg_norm_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2151095Z test_comprehensive_linalg_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2151373Z test_comprehensive_linalg_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2151695Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2152016Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2152332Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2152647Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2152957Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2153273Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2153560Z test_comprehensive_linalg_pinv_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2153832Z test_comprehensive_linalg_pinv_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2154111Z test_comprehensive_linalg_pinv_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2154422Z test_comprehensive_linalg_pinv_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2154724Z test_comprehensive_linalg_pinv_hermitian_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2155028Z test_comprehensive_linalg_pinv_hermitian_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2155358Z test_comprehensive_linalg_pinv_hermitian_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2155650Z test_comprehensive_linalg_pinv_hermitian_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2155888Z test_comprehensive_linalg_pinv_singular_cpu_complex128 (__main__.TestDecompCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:16:20.2156118Z test_comprehensive_linalg_pinv_singular_cpu_complex64 (__main__.TestDecompCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:16:20.2156339Z test_comprehensive_linalg_pinv_singular_cpu_float32 (__main__.TestDecompCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:16:20.2156549Z test_comprehensive_linalg_pinv_singular_cpu_float64 (__main__.TestDecompCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:16:20.2156835Z test_comprehensive_linalg_qr_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2157115Z test_comprehensive_linalg_qr_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2157388Z test_comprehensive_linalg_qr_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2157665Z test_comprehensive_linalg_qr_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2157958Z test_comprehensive_linalg_slogdet_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2158248Z test_comprehensive_linalg_slogdet_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2158540Z test_comprehensive_linalg_slogdet_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2158826Z test_comprehensive_linalg_slogdet_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2159117Z test_comprehensive_linalg_solve_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2159392Z test_comprehensive_linalg_solve_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2159672Z test_comprehensive_linalg_solve_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2159952Z test_comprehensive_linalg_solve_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2160242Z test_comprehensive_linalg_solve_ex_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2160532Z test_comprehensive_linalg_solve_ex_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2160821Z test_comprehensive_linalg_solve_ex_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2161105Z test_comprehensive_linalg_solve_ex_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2161446Z test_comprehensive_linalg_solve_triangular_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2161754Z test_comprehensive_linalg_solve_triangular_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2162053Z test_comprehensive_linalg_solve_triangular_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2162385Z test_comprehensive_linalg_solve_triangular_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2162661Z test_comprehensive_linalg_svd_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2162945Z test_comprehensive_linalg_svd_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2163224Z test_comprehensive_linalg_svd_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2163501Z test_comprehensive_linalg_svd_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2163791Z test_comprehensive_linalg_svdvals_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2164078Z test_comprehensive_linalg_svdvals_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2164364Z test_comprehensive_linalg_svdvals_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2164649Z test_comprehensive_linalg_svdvals_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2164942Z test_comprehensive_linalg_tensorinv_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2165239Z test_comprehensive_linalg_tensorinv_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2165514Z test_comprehensive_linalg_tensorinv_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2165796Z test_comprehensive_linalg_tensorinv_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2166096Z test_comprehensive_linalg_tensorsolve_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2166391Z test_comprehensive_linalg_tensorsolve_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2166678Z test_comprehensive_linalg_tensorsolve_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2166972Z test_comprehensive_linalg_tensorsolve_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2167358Z test_comprehensive_linalg_vander_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2167647Z test_comprehensive_linalg_vander_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2167932Z test_comprehensive_linalg_vander_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2168215Z test_comprehensive_linalg_vander_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2168484Z test_comprehensive_linalg_vander_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2168815Z test_comprehensive_linalg_vander_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2169095Z test_comprehensive_linalg_vander_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2169375Z test_comprehensive_linalg_vander_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2169653Z test_comprehensive_linalg_vander_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2169973Z test_comprehensive_linalg_vecdot_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2170270Z test_comprehensive_linalg_vecdot_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2170554Z test_comprehensive_linalg_vecdot_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2170840Z test_comprehensive_linalg_vecdot_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2171119Z test_comprehensive_linalg_vecdot_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2171399Z test_comprehensive_linalg_vector_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2171696Z test_comprehensive_linalg_vector_norm_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2171991Z test_comprehensive_linalg_vector_norm_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2172282Z test_comprehensive_linalg_vector_norm_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2172575Z test_comprehensive_linalg_vector_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2172862Z test_comprehensive_linalg_vector_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2173141Z test_comprehensive_linspace_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2173424Z test_comprehensive_linspace_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2173713Z test_comprehensive_linspace_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2173990Z test_comprehensive_linspace_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2174255Z test_comprehensive_linspace_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2174529Z test_comprehensive_linspace_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2174803Z test_comprehensive_linspace_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2175075Z test_comprehensive_linspace_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2175347Z test_comprehensive_linspace_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2175623Z test_comprehensive_linspace_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2175893Z test_comprehensive_linspace_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2176163Z test_comprehensive_log10_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2176461Z test_comprehensive_log10_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2176738Z test_comprehensive_log10_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2177000Z test_comprehensive_log10_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2177302Z test_comprehensive_log10_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2177575Z test_comprehensive_log10_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2177840Z test_comprehensive_log10_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2178105Z test_comprehensive_log10_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2178364Z test_comprehensive_log10_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2178627Z test_comprehensive_log10_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2178888Z test_comprehensive_log10_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2179164Z test_comprehensive_log1p_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2179415Z test_comprehensive_log1p_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2179685Z test_comprehensive_log1p_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2179956Z test_comprehensive_log1p_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2180219Z test_comprehensive_log1p_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2180481Z test_comprehensive_log1p_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2180739Z test_comprehensive_log1p_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2181004Z test_comprehensive_log1p_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2181263Z test_comprehensive_log1p_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2181531Z test_comprehensive_log2_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2181795Z test_comprehensive_log2_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2182058Z test_comprehensive_log2_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2182541Z test_comprehensive_log2_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2182833Z test_comprehensive_log2_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2183106Z test_comprehensive_log2_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2183368Z test_comprehensive_log2_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2183633Z test_comprehensive_log2_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2183948Z test_comprehensive_log2_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2184213Z test_comprehensive_log2_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2184476Z test_comprehensive_log2_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2184745Z test_comprehensive_log_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2185033Z test_comprehensive_log_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2185310Z test_comprehensive_log_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2185582Z test_comprehensive_log_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2185851Z test_comprehensive_log_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2186118Z test_comprehensive_log_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2186380Z test_comprehensive_log_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2186637Z test_comprehensive_log_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2186907Z test_comprehensive_log_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2187170Z test_comprehensive_log_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2187422Z test_comprehensive_log_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2187705Z test_comprehensive_log_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2187984Z test_comprehensive_log_softmax_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2188261Z test_comprehensive_log_softmax_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2188552Z test_comprehensive_log_softmax_dtype_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2188836Z test_comprehensive_log_softmax_dtype_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2189131Z test_comprehensive_log_softmax_dtype_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2189429Z test_comprehensive_log_softmax_dtype_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2189721Z test_comprehensive_log_softmax_dtype_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2190010Z test_comprehensive_log_softmax_dtype_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2190288Z test_comprehensive_log_softmax_dtype_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2190572Z test_comprehensive_log_softmax_dtype_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2190855Z test_comprehensive_log_softmax_dtype_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2191142Z test_comprehensive_log_softmax_dtype_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2191458Z test_comprehensive_log_softmax_dtype_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2191745Z test_comprehensive_log_softmax_dtype_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2192029Z test_comprehensive_log_softmax_dtype_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2192312Z test_comprehensive_logaddexp2_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2192625Z test_comprehensive_logaddexp2_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2192903Z test_comprehensive_logaddexp2_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2193168Z test_comprehensive_logaddexp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2193448Z test_comprehensive_logaddexp_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2193725Z test_comprehensive_logaddexp_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2194009Z test_comprehensive_logcumsumexp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2194293Z test_comprehensive_logcumsumexp_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2194578Z test_comprehensive_logcumsumexp_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2194856Z test_comprehensive_logdet_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2195137Z test_comprehensive_logdet_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2195412Z test_comprehensive_logdet_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2195683Z test_comprehensive_logdet_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2195952Z test_comprehensive_logical_and_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2196234Z test_comprehensive_logical_and_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2196521Z test_comprehensive_logical_and_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2196808Z test_comprehensive_logical_and_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2197087Z test_comprehensive_logical_and_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2197363Z test_comprehensive_logical_and_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2197637Z test_comprehensive_logical_and_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2197909Z test_comprehensive_logical_and_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2198186Z test_comprehensive_logical_and_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2198463Z test_comprehensive_logical_and_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2198728Z test_comprehensive_logical_and_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2199035Z test_comprehensive_logical_and_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2199314Z test_comprehensive_logical_not_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2199586Z test_comprehensive_logical_not_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2199900Z test_comprehensive_logical_not_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2200183Z test_comprehensive_logical_not_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2200461Z test_comprehensive_logical_not_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2200737Z test_comprehensive_logical_not_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2201007Z test_comprehensive_logical_not_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2201280Z test_comprehensive_logical_not_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2201543Z test_comprehensive_logical_not_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2201819Z test_comprehensive_logical_not_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2202092Z test_comprehensive_logical_not_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2202363Z test_comprehensive_logical_not_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2202644Z test_comprehensive_logical_or_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2202918Z test_comprehensive_logical_or_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2203201Z test_comprehensive_logical_or_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2203481Z test_comprehensive_logical_or_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2203805Z test_comprehensive_logical_or_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2204116Z test_comprehensive_logical_or_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2204378Z test_comprehensive_logical_or_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2204697Z test_comprehensive_logical_or_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2205005Z test_comprehensive_logical_or_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2205312Z test_comprehensive_logical_or_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2205619Z test_comprehensive_logical_or_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2205927Z test_comprehensive_logical_or_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2206273Z test_comprehensive_logical_xor_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2206576Z test_comprehensive_logical_xor_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2206999Z test_comprehensive_logical_xor_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2207401Z test_comprehensive_logical_xor_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2207712Z test_comprehensive_logical_xor_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2208053Z test_comprehensive_logical_xor_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2208361Z test_comprehensive_logical_xor_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2208664Z test_comprehensive_logical_xor_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2208971Z test_comprehensive_logical_xor_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2209283Z test_comprehensive_logical_xor_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2209621Z test_comprehensive_logical_xor_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2209883Z test_comprehensive_logical_xor_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2210189Z test_comprehensive_logit_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2210487Z test_comprehensive_logit_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2210790Z test_comprehensive_logit_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2211095Z test_comprehensive_logit_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2211391Z test_comprehensive_logit_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2211727Z test_comprehensive_logit_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2212019Z test_comprehensive_logit_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2212336Z test_comprehensive_logit_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2212594Z test_comprehensive_logit_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2212903Z test_comprehensive_logspace_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2213219Z test_comprehensive_logspace_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2213529Z test_comprehensive_logspace_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2213837Z test_comprehensive_logspace_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2214151Z test_comprehensive_logspace_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2214456Z test_comprehensive_logspace_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2214763Z test_comprehensive_logspace_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2215120Z test_comprehensive_logspace_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2215424Z test_comprehensive_logspace_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2215686Z test_comprehensive_logspace_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2215996Z test_comprehensive_logsumexp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2216339Z test_comprehensive_logsumexp_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2216677Z test_comprehensive_logsumexp_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2216982Z test_comprehensive_logsumexp_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2217287Z test_comprehensive_logsumexp_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2217587Z test_comprehensive_logsumexp_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2217915Z test_comprehensive_logsumexp_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2218219Z test_comprehensive_logsumexp_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2218537Z test_comprehensive_logsumexp_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2218800Z test_comprehensive_long_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2219094Z test_comprehensive_long_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2219402Z test_comprehensive_long_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2219705Z test_comprehensive_long_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2220002Z test_comprehensive_long_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2220305Z test_comprehensive_long_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2220629Z test_comprehensive_long_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2220939Z test_comprehensive_long_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2221232Z test_comprehensive_long_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2221483Z test_comprehensive_long_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2221769Z test_comprehensive_long_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2222091Z test_comprehensive_long_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2222621Z test_comprehensive_long_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2222937Z test_comprehensive_lt_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2223227Z test_comprehensive_lt_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2223567Z test_comprehensive_lt_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2223949Z test_comprehensive_lt_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2224243Z test_comprehensive_lt_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2224533Z test_comprehensive_lt_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2224778Z test_comprehensive_lt_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2225110Z test_comprehensive_lt_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2225400Z test_comprehensive_lt_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2225698Z test_comprehensive_lt_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2226002Z test_comprehensive_lu_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2226325Z test_comprehensive_lu_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2226622Z test_comprehensive_lu_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2226954Z test_comprehensive_lu_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2227271Z test_comprehensive_lu_solve_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2227539Z test_comprehensive_lu_solve_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2227845Z test_comprehensive_lu_solve_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2228161Z test_comprehensive_lu_solve_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2228474Z test_comprehensive_lu_unpack_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2228782Z test_comprehensive_lu_unpack_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2229112Z test_comprehensive_lu_unpack_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2229421Z test_comprehensive_lu_unpack_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2229720Z test_comprehensive_mH_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2230011Z test_comprehensive_mH_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2230320Z test_comprehensive_mH_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2230579Z test_comprehensive_mH_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2230877Z test_comprehensive_mH_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2231174Z test_comprehensive_mH_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2231465Z test_comprehensive_mH_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2231776Z test_comprehensive_mH_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2232134Z test_comprehensive_mH_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2232423Z test_comprehensive_mH_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2232720Z test_comprehensive_mH_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2233006Z test_comprehensive_mH_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2233325Z test_comprehensive_mH_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2233579Z test_comprehensive_mT_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2233865Z test_comprehensive_mT_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2234166Z test_comprehensive_mT_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2234492Z test_comprehensive_mT_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2234796Z test_comprehensive_mT_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2235091Z test_comprehensive_mT_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2235388Z test_comprehensive_mT_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2235676Z test_comprehensive_mT_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2235967Z test_comprehensive_mT_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2236215Z test_comprehensive_mT_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2236497Z test_comprehensive_mT_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2236780Z test_comprehensive_mT_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2237134Z test_comprehensive_mT_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2237453Z test_comprehensive_masked_amax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2237765Z test_comprehensive_masked_amax_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2238079Z test_comprehensive_masked_amax_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2238390Z test_comprehensive_masked_amax_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2238695Z test_comprehensive_masked_amax_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2239000Z test_comprehensive_masked_amax_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2239263Z test_comprehensive_masked_amax_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2239577Z test_comprehensive_masked_amax_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2239906Z test_comprehensive_masked_amax_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2240225Z test_comprehensive_masked_amin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2240574Z test_comprehensive_masked_amin_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2240881Z test_comprehensive_masked_amin_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2241187Z test_comprehensive_masked_amin_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2241488Z test_comprehensive_masked_amin_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2241830Z test_comprehensive_masked_amin_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2242167Z test_comprehensive_masked_amin_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2242430Z test_comprehensive_masked_amin_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2242761Z test_comprehensive_masked_amin_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2243079Z test_comprehensive_masked_argmax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2243391Z test_comprehensive_masked_argmax_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2243707Z test_comprehensive_masked_argmax_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2244029Z test_comprehensive_masked_argmax_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2244340Z test_comprehensive_masked_argmax_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2244651Z test_comprehensive_masked_argmax_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2244965Z test_comprehensive_masked_argmax_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2245298Z test_comprehensive_masked_argmax_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2245568Z test_comprehensive_masked_argmax_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2245881Z test_comprehensive_masked_argmin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2246193Z test_comprehensive_masked_argmin_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2246513Z test_comprehensive_masked_argmin_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2246827Z test_comprehensive_masked_argmin_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2247208Z test_comprehensive_masked_argmin_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2247556Z test_comprehensive_masked_argmin_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2247864Z test_comprehensive_masked_argmin_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2248206Z test_comprehensive_masked_argmin_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2248516Z test_comprehensive_masked_argmin_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2248832Z test_comprehensive_masked_cumprod_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2249169Z test_comprehensive_masked_cumprod_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2249490Z test_comprehensive_masked_cumprod_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2249808Z test_comprehensive_masked_cumprod_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2250156Z test_comprehensive_masked_cumprod_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2250468Z test_comprehensive_masked_cumprod_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2250778Z test_comprehensive_masked_cumprod_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2251119Z test_comprehensive_masked_cumprod_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2251429Z test_comprehensive_masked_cumprod_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2251735Z test_comprehensive_masked_cumprod_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2252009Z test_comprehensive_masked_cumsum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2252330Z test_comprehensive_masked_cumsum_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2252647Z test_comprehensive_masked_cumsum_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2253001Z test_comprehensive_masked_cumsum_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2253312Z test_comprehensive_masked_cumsum_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2253624Z test_comprehensive_masked_cumsum_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2253952Z test_comprehensive_masked_cumsum_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2254263Z test_comprehensive_masked_cumsum_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2254578Z test_comprehensive_masked_cumsum_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2254885Z test_comprehensive_masked_cumsum_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2255156Z test_comprehensive_masked_fill_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2255465Z test_comprehensive_masked_fill_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2275555Z test_comprehensive_masked_fill_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2276023Z test_comprehensive_masked_fill_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2276330Z test_comprehensive_masked_fill_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2276604Z test_comprehensive_masked_fill_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2276887Z test_comprehensive_masked_fill_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2277348Z test_comprehensive_masked_fill_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2277628Z test_comprehensive_masked_fill_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2277904Z test_comprehensive_masked_fill_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2278224Z test_comprehensive_masked_fill_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2278505Z test_comprehensive_masked_fill_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2278784Z test_comprehensive_masked_fill_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2279081Z test_comprehensive_masked_log_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2279376Z test_comprehensive_masked_log_softmax_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2279651Z test_comprehensive_masked_log_softmax_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2279946Z test_comprehensive_masked_logaddexp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2280238Z test_comprehensive_masked_logaddexp_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2280525Z test_comprehensive_masked_logaddexp_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2280699Z test_comprehensive_masked_logsumexp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:20.2280864Z test_comprehensive_masked_logsumexp_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:20.2281036Z test_comprehensive_masked_logsumexp_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:20.2281203Z test_comprehensive_masked_logsumexp_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:20.2281366Z test_comprehensive_masked_logsumexp_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:20.2281515Z test_comprehensive_masked_logsumexp_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:20.2281686Z test_comprehensive_masked_logsumexp_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:20.2281845Z test_comprehensive_masked_logsumexp_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:16:20.2282135Z test_comprehensive_masked_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2282414Z test_comprehensive_masked_mean_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2282702Z test_comprehensive_masked_mean_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2282987Z test_comprehensive_masked_mean_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2283273Z test_comprehensive_masked_mean_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2283552Z test_comprehensive_masked_mean_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2283832Z test_comprehensive_masked_mean_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2284152Z test_comprehensive_masked_mean_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2284428Z test_comprehensive_masked_mean_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2284700Z test_comprehensive_masked_mean_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2284978Z test_comprehensive_masked_mean_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2285289Z test_comprehensive_masked_mean_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2285579Z test_comprehensive_masked_median_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2285862Z test_comprehensive_masked_median_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2286147Z test_comprehensive_masked_median_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2286428Z test_comprehensive_masked_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2286706Z test_comprehensive_masked_norm_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2286973Z test_comprehensive_masked_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2287357Z test_comprehensive_masked_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2287652Z test_comprehensive_masked_normalize_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2287950Z test_comprehensive_masked_normalize_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2288244Z test_comprehensive_masked_normalize_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2288536Z test_comprehensive_masked_normalize_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2288820Z test_comprehensive_masked_normalize_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2289102Z test_comprehensive_masked_normalize_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2289380Z test_comprehensive_masked_prod_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2289668Z test_comprehensive_masked_prod_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2289942Z test_comprehensive_masked_prod_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2290222Z test_comprehensive_masked_prod_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2290499Z test_comprehensive_masked_prod_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2290779Z test_comprehensive_masked_prod_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2291054Z test_comprehensive_masked_prod_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2291325Z test_comprehensive_masked_prod_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2291643Z test_comprehensive_masked_prod_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2291919Z test_comprehensive_masked_prod_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2292209Z test_comprehensive_masked_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2292489Z test_comprehensive_masked_scatter_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2292801Z test_comprehensive_masked_scatter_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2293093Z test_comprehensive_masked_scatter_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2293379Z test_comprehensive_masked_scatter_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2293668Z test_comprehensive_masked_scatter_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2293946Z test_comprehensive_masked_scatter_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2294227Z test_comprehensive_masked_scatter_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2294510Z test_comprehensive_masked_scatter_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2294782Z test_comprehensive_masked_scatter_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2295061Z test_comprehensive_masked_scatter_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2295335Z test_comprehensive_masked_scatter_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2295611Z test_comprehensive_masked_select_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2295884Z test_comprehensive_masked_select_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2296170Z test_comprehensive_masked_select_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2296455Z test_comprehensive_masked_select_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2296733Z test_comprehensive_masked_select_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2297013Z test_comprehensive_masked_select_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2297289Z test_comprehensive_masked_select_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2297560Z test_comprehensive_masked_select_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2297828Z test_comprehensive_masked_select_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2298096Z test_comprehensive_masked_select_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2298364Z test_comprehensive_masked_select_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2298639Z test_comprehensive_masked_select_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2298954Z test_comprehensive_masked_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2299234Z test_comprehensive_masked_softmax_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2299512Z test_comprehensive_masked_softmax_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2299789Z test_comprehensive_masked_softmin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2300107Z test_comprehensive_masked_softmin_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2300386Z test_comprehensive_masked_softmin_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2300659Z test_comprehensive_masked_std_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2300940Z test_comprehensive_masked_std_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2301211Z test_comprehensive_masked_std_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2301484Z test_comprehensive_masked_std_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2301756Z test_comprehensive_masked_std_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2302027Z test_comprehensive_masked_std_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2302511Z test_comprehensive_masked_std_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2302789Z test_comprehensive_masked_std_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2303060Z test_comprehensive_masked_std_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2303326Z test_comprehensive_masked_std_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2303599Z test_comprehensive_masked_sum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2303864Z test_comprehensive_masked_sum_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2304135Z test_comprehensive_masked_sum_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2304412Z test_comprehensive_masked_sum_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2304684Z test_comprehensive_masked_sum_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2304953Z test_comprehensive_masked_sum_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2305222Z test_comprehensive_masked_sum_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2305495Z test_comprehensive_masked_sum_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2305768Z test_comprehensive_masked_sum_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2306033Z test_comprehensive_masked_sum_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2306302Z test_comprehensive_masked_sum_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2306634Z test_comprehensive_masked_sum_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2306900Z test_comprehensive_masked_var_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2307178Z test_comprehensive_masked_var_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2307453Z test_comprehensive_masked_var_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2307766Z test_comprehensive_masked_var_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2308044Z test_comprehensive_masked_var_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2308314Z test_comprehensive_masked_var_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2308583Z test_comprehensive_masked_var_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2308848Z test_comprehensive_masked_var_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2309114Z test_comprehensive_masked_var_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2309381Z test_comprehensive_masked_var_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2309645Z test_comprehensive_masked_var_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2309915Z test_comprehensive_matmul_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2310189Z test_comprehensive_matmul_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2310458Z test_comprehensive_matmul_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2310726Z test_comprehensive_matmul_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2310991Z test_comprehensive_matmul_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2311257Z test_comprehensive_matmul_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2311520Z test_comprehensive_matmul_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2311781Z test_comprehensive_matmul_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2312038Z test_comprehensive_matmul_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2312298Z test_comprehensive_matmul_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2312572Z test_comprehensive_matrix_exp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2312856Z test_comprehensive_matrix_exp_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2313136Z test_comprehensive_matrix_exp_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2313407Z test_comprehensive_matrix_exp_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2313678Z test_comprehensive_matrix_exp_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2313985Z test_comprehensive_max_binary_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2314253Z test_comprehensive_max_binary_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2314523Z test_comprehensive_max_binary_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2314787Z test_comprehensive_max_binary_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2315082Z test_comprehensive_max_binary_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2315353Z test_comprehensive_max_binary_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2315623Z test_comprehensive_max_binary_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2315890Z test_comprehensive_max_binary_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2316157Z test_comprehensive_max_binary_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2316422Z test_comprehensive_max_binary_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2316715Z test_comprehensive_max_reduction_no_dim_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2317002Z test_comprehensive_max_reduction_no_dim_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2317294Z test_comprehensive_max_reduction_no_dim_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2317570Z test_comprehensive_max_reduction_no_dim_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2317864Z test_comprehensive_max_reduction_no_dim_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2318170Z test_comprehensive_max_reduction_no_dim_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2318566Z test_comprehensive_max_reduction_no_dim_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2318857Z test_comprehensive_max_reduction_no_dim_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2319145Z test_comprehensive_max_reduction_no_dim_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2319431Z test_comprehensive_max_reduction_no_dim_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2319727Z test_comprehensive_max_reduction_with_dim_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2320015Z test_comprehensive_max_reduction_with_dim_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2320306Z test_comprehensive_max_reduction_with_dim_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2320595Z test_comprehensive_max_reduction_with_dim_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2320887Z test_comprehensive_max_reduction_with_dim_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2321174Z test_comprehensive_max_reduction_with_dim_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2321502Z test_comprehensive_max_reduction_with_dim_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2321788Z test_comprehensive_max_reduction_with_dim_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2322076Z test_comprehensive_max_reduction_with_dim_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2322386Z test_comprehensive_max_reduction_with_dim_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2322659Z test_comprehensive_maximum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2322925Z test_comprehensive_maximum_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2323199Z test_comprehensive_maximum_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2323464Z test_comprehensive_maximum_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2323725Z test_comprehensive_maximum_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2323992Z test_comprehensive_maximum_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2324259Z test_comprehensive_maximum_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2324522Z test_comprehensive_maximum_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2324786Z test_comprehensive_maximum_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2325055Z test_comprehensive_maximum_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2325322Z test_comprehensive_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2325593Z test_comprehensive_mean_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2325859Z test_comprehensive_mean_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2326120Z test_comprehensive_mean_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2326380Z test_comprehensive_mean_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2326639Z test_comprehensive_mean_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2326911Z test_comprehensive_median_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2327236Z test_comprehensive_median_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2327508Z test_comprehensive_median_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2327770Z test_comprehensive_median_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2328031Z test_comprehensive_median_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2328297Z test_comprehensive_median_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2328558Z test_comprehensive_median_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2328893Z test_comprehensive_median_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2329190Z test_comprehensive_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2329484Z test_comprehensive_meshgrid_list_of_tensors_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2329829Z test_comprehensive_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2330133Z test_comprehensive_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2330431Z test_comprehensive_meshgrid_list_of_tensors_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2330725Z test_comprehensive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2331016Z test_comprehensive_meshgrid_list_of_tensors_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2331310Z test_comprehensive_meshgrid_list_of_tensors_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2331602Z test_comprehensive_meshgrid_list_of_tensors_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2331888Z test_comprehensive_meshgrid_list_of_tensors_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2332177Z test_comprehensive_meshgrid_list_of_tensors_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2332468Z test_comprehensive_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2332773Z test_comprehensive_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2333066Z test_comprehensive_meshgrid_variadic_tensors_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2333375Z test_comprehensive_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2333681Z test_comprehensive_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2333982Z test_comprehensive_meshgrid_variadic_tensors_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2334284Z test_comprehensive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2334583Z test_comprehensive_meshgrid_variadic_tensors_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2334889Z test_comprehensive_meshgrid_variadic_tensors_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2335178Z test_comprehensive_meshgrid_variadic_tensors_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2335479Z test_comprehensive_meshgrid_variadic_tensors_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2335778Z test_comprehensive_meshgrid_variadic_tensors_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2336127Z test_comprehensive_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2336407Z test_comprehensive_min_binary_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2336682Z test_comprehensive_min_binary_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2336958Z test_comprehensive_min_binary_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2337269Z test_comprehensive_min_binary_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2337542Z test_comprehensive_min_binary_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2337815Z test_comprehensive_min_binary_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2338080Z test_comprehensive_min_binary_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2338355Z test_comprehensive_min_binary_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2338628Z test_comprehensive_min_binary_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2338903Z test_comprehensive_min_binary_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2339206Z test_comprehensive_min_reduction_no_dim_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2339494Z test_comprehensive_min_reduction_no_dim_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2339787Z test_comprehensive_min_reduction_no_dim_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2340082Z test_comprehensive_min_reduction_no_dim_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2340371Z test_comprehensive_min_reduction_no_dim_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2340662Z test_comprehensive_min_reduction_no_dim_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2340937Z test_comprehensive_min_reduction_no_dim_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2341217Z test_comprehensive_min_reduction_no_dim_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2341508Z test_comprehensive_min_reduction_no_dim_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2341800Z test_comprehensive_min_reduction_no_dim_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2342100Z test_comprehensive_min_reduction_with_dim_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2342639Z test_comprehensive_min_reduction_with_dim_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2342942Z test_comprehensive_min_reduction_with_dim_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2343239Z test_comprehensive_min_reduction_with_dim_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2343542Z test_comprehensive_min_reduction_with_dim_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2343902Z test_comprehensive_min_reduction_with_dim_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2344191Z test_comprehensive_min_reduction_with_dim_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2344471Z test_comprehensive_min_reduction_with_dim_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2344801Z test_comprehensive_min_reduction_with_dim_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2345096Z test_comprehensive_min_reduction_with_dim_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2345373Z test_comprehensive_minimum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2345647Z test_comprehensive_minimum_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2345924Z test_comprehensive_minimum_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2346199Z test_comprehensive_minimum_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2346468Z test_comprehensive_minimum_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2346740Z test_comprehensive_minimum_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2347013Z test_comprehensive_minimum_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2347270Z test_comprehensive_minimum_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2347542Z test_comprehensive_minimum_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2347810Z test_comprehensive_minimum_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2348077Z test_comprehensive_mm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2348346Z test_comprehensive_mm_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2348615Z test_comprehensive_mm_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2348882Z test_comprehensive_mm_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2349143Z test_comprehensive_mm_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2349408Z test_comprehensive_mm_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2349657Z test_comprehensive_mm_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2349913Z test_comprehensive_mm_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2350171Z test_comprehensive_mm_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2350437Z test_comprehensive_mm_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2350706Z test_comprehensive_mode_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2350972Z test_comprehensive_mode_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2351274Z test_comprehensive_mode_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2351544Z test_comprehensive_mode_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2351805Z test_comprehensive_mode_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2352070Z test_comprehensive_mode_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2352347Z test_comprehensive_mode_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2352607Z test_comprehensive_mode_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2352870Z test_comprehensive_mode_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2353136Z test_comprehensive_mode_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2353412Z test_comprehensive_movedim_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2353680Z test_comprehensive_movedim_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2353962Z test_comprehensive_movedim_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2354243Z test_comprehensive_movedim_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2354521Z test_comprehensive_movedim_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2354782Z test_comprehensive_movedim_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2355054Z test_comprehensive_movedim_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2355331Z test_comprehensive_movedim_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2355604Z test_comprehensive_movedim_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2355876Z test_comprehensive_movedim_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2356143Z test_comprehensive_movedim_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2356410Z test_comprehensive_movedim_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2356682Z test_comprehensive_movedim_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2356955Z test_comprehensive_msort_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2357221Z test_comprehensive_msort_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2357476Z test_comprehensive_msort_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2357746Z test_comprehensive_msort_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2358016Z test_comprehensive_msort_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2358281Z test_comprehensive_msort_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2358544Z test_comprehensive_msort_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2358838Z test_comprehensive_msort_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2359103Z test_comprehensive_msort_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2359370Z test_comprehensive_msort_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2359665Z test_comprehensive_mul_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2359933Z test_comprehensive_mul_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2360195Z test_comprehensive_mul_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2360469Z test_comprehensive_mul_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2360743Z test_comprehensive_mul_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2361010Z test_comprehensive_mul_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2361270Z test_comprehensive_mul_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2361538Z test_comprehensive_mul_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2361804Z test_comprehensive_mul_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2362064Z test_comprehensive_mul_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2362321Z test_comprehensive_mul_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2362571Z test_comprehensive_mul_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2362831Z test_comprehensive_mul_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2363112Z test_comprehensive_multinomial_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2363397Z test_comprehensive_multinomial_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2363678Z test_comprehensive_multinomial_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2363942Z test_comprehensive_mv_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2364214Z test_comprehensive_mv_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2364483Z test_comprehensive_mv_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2364747Z test_comprehensive_mv_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2365006Z test_comprehensive_mv_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2365257Z test_comprehensive_mv_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2365513Z test_comprehensive_mv_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2365773Z test_comprehensive_mv_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2366066Z test_comprehensive_mv_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2366328Z test_comprehensive_mv_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2366627Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2366923Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2367336Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2367638Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2367928Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2368209Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2368501Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2368790Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2369089Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2369385Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2369677Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2369968Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2370253Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2370540Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2370825Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2371100Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2371394Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2371689Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2371987Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2372280Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2372569Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2372858Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2373148Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2373434Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2373752Z test_comprehensive_nan_to_num_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2374011Z test_comprehensive_nan_to_num_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2374290Z test_comprehensive_nan_to_num_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2374597Z test_comprehensive_nan_to_num_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2374876Z test_comprehensive_nan_to_num_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2375149Z test_comprehensive_nan_to_num_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2375423Z test_comprehensive_nan_to_num_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2375691Z test_comprehensive_nan_to_num_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2375959Z test_comprehensive_nan_to_num_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2376230Z test_comprehensive_nan_to_num_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2376508Z test_comprehensive_nanmean_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2376769Z test_comprehensive_nanmean_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2377044Z test_comprehensive_nanmean_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2377314Z test_comprehensive_nanmean_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2377592Z test_comprehensive_nanmedian_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2377870Z test_comprehensive_nanmedian_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2378148Z test_comprehensive_nanmedian_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2378426Z test_comprehensive_nanmedian_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2378696Z test_comprehensive_nanmedian_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2378966Z test_comprehensive_nanmedian_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2379243Z test_comprehensive_nanmedian_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2379503Z test_comprehensive_nanmedian_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2379785Z test_comprehensive_nanquantile_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2380069Z test_comprehensive_nanquantile_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2380345Z test_comprehensive_nansum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2380610Z test_comprehensive_nansum_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2380915Z test_comprehensive_nansum_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2381185Z test_comprehensive_nansum_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2381457Z test_comprehensive_nansum_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2381725Z test_comprehensive_nansum_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2382023Z test_comprehensive_nansum_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2382480Z test_comprehensive_nansum_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2382803Z test_comprehensive_nansum_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2383071Z test_comprehensive_nansum_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2383354Z test_comprehensive_narrow_copy_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2383629Z test_comprehensive_narrow_copy_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2383918Z test_comprehensive_narrow_copy_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2384208Z test_comprehensive_narrow_copy_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2384492Z test_comprehensive_narrow_copy_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2384772Z test_comprehensive_narrow_copy_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2385053Z test_comprehensive_narrow_copy_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2385322Z test_comprehensive_narrow_copy_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2385598Z test_comprehensive_narrow_copy_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2385874Z test_comprehensive_narrow_copy_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2386151Z test_comprehensive_narrow_copy_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2386425Z test_comprehensive_narrow_copy_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2386704Z test_comprehensive_narrow_copy_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2386981Z test_comprehensive_narrow_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2387245Z test_comprehensive_narrow_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2387520Z test_comprehensive_narrow_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2387798Z test_comprehensive_narrow_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2388062Z test_comprehensive_narrow_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2388332Z test_comprehensive_narrow_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2388682Z test_comprehensive_narrow_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2388955Z test_comprehensive_narrow_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2389222Z test_comprehensive_narrow_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2389490Z test_comprehensive_narrow_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2389791Z test_comprehensive_narrow_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2390065Z test_comprehensive_narrow_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2390334Z test_comprehensive_narrow_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2390616Z test_comprehensive_native_batch_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2390907Z test_comprehensive_native_batch_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2391195Z test_comprehensive_native_batch_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2391488Z test_comprehensive_native_layer_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2391779Z test_comprehensive_native_layer_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2392070Z test_comprehensive_native_layer_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2392337Z test_comprehensive_ne_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2392600Z test_comprehensive_ne_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2392875Z test_comprehensive_ne_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2393144Z test_comprehensive_ne_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2393399Z test_comprehensive_ne_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2393658Z test_comprehensive_ne_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2393914Z test_comprehensive_ne_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2394179Z test_comprehensive_ne_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2394441Z test_comprehensive_ne_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2394695Z test_comprehensive_ne_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2394956Z test_comprehensive_ne_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2395221Z test_comprehensive_ne_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2395492Z test_comprehensive_neg_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2395766Z test_comprehensive_neg_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2396026Z test_comprehensive_neg_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2396331Z test_comprehensive_neg_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2396597Z test_comprehensive_neg_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2396859Z test_comprehensive_neg_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2397116Z test_comprehensive_neg_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2397413Z test_comprehensive_neg_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2397678Z test_comprehensive_neg_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2397937Z test_comprehensive_neg_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2398198Z test_comprehensive_neg_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2398449Z test_comprehensive_neg_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2398727Z test_comprehensive_new_empty_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2398999Z test_comprehensive_new_empty_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2399287Z test_comprehensive_new_empty_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2399567Z test_comprehensive_new_empty_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2399848Z test_comprehensive_new_empty_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2400127Z test_comprehensive_new_empty_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2400403Z test_comprehensive_new_empty_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2400677Z test_comprehensive_new_empty_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2400952Z test_comprehensive_new_empty_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2401214Z test_comprehensive_new_empty_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2401485Z test_comprehensive_new_empty_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2401760Z test_comprehensive_new_empty_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2402035Z test_comprehensive_new_empty_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2402246Z test_comprehensive_new_empty_strided_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:16:20.2402453Z test_comprehensive_new_empty_strided_cpu_bool (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:16:20.2402668Z test_comprehensive_new_empty_strided_cpu_complex128 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:16:20.2402879Z test_comprehensive_new_empty_strided_cpu_complex32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:16:20.2403122Z test_comprehensive_new_empty_strided_cpu_complex64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:16:20.2403333Z test_comprehensive_new_empty_strided_cpu_float16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:16:20.2403528Z test_comprehensive_new_empty_strided_cpu_float32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:16:20.2403734Z test_comprehensive_new_empty_strided_cpu_float64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:16:20.2403965Z test_comprehensive_new_empty_strided_cpu_int16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:16:20.2404170Z test_comprehensive_new_empty_strided_cpu_int32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:16:20.2404376Z test_comprehensive_new_empty_strided_cpu_int64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:16:20.2404585Z test_comprehensive_new_empty_strided_cpu_int8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:16:20.2404784Z test_comprehensive_new_empty_strided_cpu_uint8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:16:20.2405065Z test_comprehensive_new_full_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2405341Z test_comprehensive_new_full_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2405620Z test_comprehensive_new_full_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2405896Z test_comprehensive_new_full_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2406165Z test_comprehensive_new_full_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2406441Z test_comprehensive_new_full_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2406713Z test_comprehensive_new_full_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2406984Z test_comprehensive_new_full_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2407332Z test_comprehensive_new_full_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2407609Z test_comprehensive_new_full_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2407878Z test_comprehensive_new_full_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2408152Z test_comprehensive_new_full_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2408424Z test_comprehensive_new_full_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2408692Z test_comprehensive_new_ones_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2408964Z test_comprehensive_new_ones_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2409249Z test_comprehensive_new_ones_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2409526Z test_comprehensive_new_ones_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2409845Z test_comprehensive_new_ones_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2410117Z test_comprehensive_new_ones_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2410392Z test_comprehensive_new_ones_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2410670Z test_comprehensive_new_ones_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2410970Z test_comprehensive_new_ones_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2411242Z test_comprehensive_new_ones_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2411500Z test_comprehensive_new_ones_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2411773Z test_comprehensive_new_ones_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2412042Z test_comprehensive_new_ones_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2412324Z test_comprehensive_new_zeros_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2412596Z test_comprehensive_new_zeros_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2412880Z test_comprehensive_new_zeros_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2413158Z test_comprehensive_new_zeros_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2413437Z test_comprehensive_new_zeros_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2413712Z test_comprehensive_new_zeros_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2413987Z test_comprehensive_new_zeros_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2414250Z test_comprehensive_new_zeros_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2414518Z test_comprehensive_new_zeros_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2414790Z test_comprehensive_new_zeros_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2415059Z test_comprehensive_new_zeros_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2415333Z test_comprehensive_new_zeros_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2415606Z test_comprehensive_new_zeros_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2415887Z test_comprehensive_nextafter_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2416162Z test_comprehensive_nextafter_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2416437Z test_comprehensive_nextafter_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2416636Z test_comprehensive_nn_functional__scaled_dot_product_attention_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped (0.000s) 2022-12-01T10:16:20.2416823Z test_comprehensive_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped (0.000s) 2022-12-01T10:16:20.2417053Z test_comprehensive_nn_functional__scaled_dot_product_attention_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped (0.000s) 2022-12-01T10:16:20.2417372Z test_comprehensive_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2417688Z test_comprehensive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2418000Z test_comprehensive_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2418350Z test_comprehensive_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2418669Z test_comprehensive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2418980Z test_comprehensive_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2419300Z test_comprehensive_nn_functional_adaptive_avg_pool3d_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2419617Z test_comprehensive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2419927Z test_comprehensive_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2420231Z test_comprehensive_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2420542Z test_comprehensive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2420849Z test_comprehensive_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2421166Z test_comprehensive_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2421473Z test_comprehensive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2421791Z test_comprehensive_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2422104Z test_comprehensive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2422660Z test_comprehensive_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2422972Z test_comprehensive_nn_functional_avg_pool1d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2423276Z test_comprehensive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2423578Z test_comprehensive_nn_functional_avg_pool1d_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2423865Z test_comprehensive_nn_functional_avg_pool1d_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2424172Z test_comprehensive_nn_functional_avg_pool2d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2424471Z test_comprehensive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2424831Z test_comprehensive_nn_functional_avg_pool2d_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2425132Z test_comprehensive_nn_functional_avg_pool2d_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2425429Z test_comprehensive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2425768Z test_comprehensive_nn_functional_avg_pool3d_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2426068Z test_comprehensive_nn_functional_avg_pool3d_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2426373Z test_comprehensive_nn_functional_batch_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2426670Z test_comprehensive_nn_functional_batch_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2426959Z test_comprehensive_nn_functional_batch_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2427261Z test_comprehensive_nn_functional_bilinear_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2427564Z test_comprehensive_nn_functional_bilinear_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2427863Z test_comprehensive_nn_functional_bilinear_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2428158Z test_comprehensive_nn_functional_bilinear_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2428457Z test_comprehensive_nn_functional_bilinear_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2428750Z test_comprehensive_nn_functional_bilinear_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2429042Z test_comprehensive_nn_functional_bilinear_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2429334Z test_comprehensive_nn_functional_bilinear_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2429652Z test_comprehensive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2429965Z test_comprehensive_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2430294Z test_comprehensive_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2430630Z test_comprehensive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2430965Z test_comprehensive_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2431264Z test_comprehensive_nn_functional_celu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2431558Z test_comprehensive_nn_functional_celu_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2431846Z test_comprehensive_nn_functional_celu_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2432178Z test_comprehensive_nn_functional_conv1d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2432477Z test_comprehensive_nn_functional_conv1d_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2432776Z test_comprehensive_nn_functional_conv1d_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2433102Z test_comprehensive_nn_functional_conv1d_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2433398Z test_comprehensive_nn_functional_conv1d_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2433675Z test_comprehensive_nn_functional_conv1d_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2433973Z test_comprehensive_nn_functional_conv2d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2434274Z test_comprehensive_nn_functional_conv2d_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2434574Z test_comprehensive_nn_functional_conv2d_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2434867Z test_comprehensive_nn_functional_conv2d_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2435158Z test_comprehensive_nn_functional_conv2d_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2435447Z test_comprehensive_nn_functional_conv2d_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2435764Z test_comprehensive_nn_functional_conv_transpose1d_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2436078Z test_comprehensive_nn_functional_conv_transpose1d_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2436391Z test_comprehensive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2436690Z test_comprehensive_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2437002Z test_comprehensive_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2437314Z test_comprehensive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2437627Z test_comprehensive_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2437934Z test_comprehensive_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2438240Z test_comprehensive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2438551Z test_comprehensive_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2438856Z test_comprehensive_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2439179Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2439538Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2439857Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2440162Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2440540Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2440852Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2441157Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2441476Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2441792Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2442103Z test_comprehensive_nn_functional_cosine_similarity_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2442420Z test_comprehensive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2442731Z test_comprehensive_nn_functional_cosine_similarity_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2443036Z test_comprehensive_nn_functional_cross_entropy_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2443345Z test_comprehensive_nn_functional_cross_entropy_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2443637Z test_comprehensive_nn_functional_cross_entropy_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2443936Z test_comprehensive_nn_functional_ctc_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2444237Z test_comprehensive_nn_functional_ctc_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2444539Z test_comprehensive_nn_functional_dropout2d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2444840Z test_comprehensive_nn_functional_dropout2d_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2445137Z test_comprehensive_nn_functional_dropout2d_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2445438Z test_comprehensive_nn_functional_dropout3d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2445739Z test_comprehensive_nn_functional_dropout3d_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2446034Z test_comprehensive_nn_functional_dropout3d_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2446330Z test_comprehensive_nn_functional_dropout_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2446629Z test_comprehensive_nn_functional_dropout_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2446953Z test_comprehensive_nn_functional_dropout_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2447322Z test_comprehensive_nn_functional_elu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2447617Z test_comprehensive_nn_functional_elu_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2447939Z test_comprehensive_nn_functional_elu_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2448247Z test_comprehensive_nn_functional_embedding_bag_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2448555Z test_comprehensive_nn_functional_embedding_bag_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2448867Z test_comprehensive_nn_functional_embedding_bag_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2449173Z test_comprehensive_nn_functional_embedding_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2449476Z test_comprehensive_nn_functional_embedding_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2449776Z test_comprehensive_nn_functional_embedding_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2450059Z test_comprehensive_nn_functional_embedding_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2450401Z test_comprehensive_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2450742Z test_comprehensive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2451080Z test_comprehensive_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2451426Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2451765Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2452113Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2452461Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2452803Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2453146Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2453481Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2453814Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2454133Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2454500Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2454837Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2455166Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2455516Z test_comprehensive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2455833Z test_comprehensive_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2456153Z test_comprehensive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2456464Z test_comprehensive_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2456776Z test_comprehensive_nn_functional_gaussian_nll_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2457085Z test_comprehensive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2457396Z test_comprehensive_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2457693Z test_comprehensive_nn_functional_gelu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2457976Z test_comprehensive_nn_functional_gelu_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2458264Z test_comprehensive_nn_functional_gelu_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2458554Z test_comprehensive_nn_functional_glu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2458842Z test_comprehensive_nn_functional_glu_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2459128Z test_comprehensive_nn_functional_glu_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2459431Z test_comprehensive_nn_functional_grid_sample_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2459736Z test_comprehensive_nn_functional_grid_sample_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2460038Z test_comprehensive_nn_functional_group_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2460336Z test_comprehensive_nn_functional_group_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2460635Z test_comprehensive_nn_functional_group_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2460927Z test_comprehensive_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2461228Z test_comprehensive_nn_functional_hardshrink_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2461568Z test_comprehensive_nn_functional_hardshrink_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2461873Z test_comprehensive_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2462416Z test_comprehensive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2462783Z test_comprehensive_nn_functional_hardsigmoid_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2463139Z test_comprehensive_nn_functional_hardswish_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2463442Z test_comprehensive_nn_functional_hardswish_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2463740Z test_comprehensive_nn_functional_hardswish_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2464041Z test_comprehensive_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2464341Z test_comprehensive_nn_functional_hardtanh_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2464629Z test_comprehensive_nn_functional_hardtanh_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2464925Z test_comprehensive_nn_functional_hardtanh_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2465220Z test_comprehensive_nn_functional_hardtanh_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2465514Z test_comprehensive_nn_functional_hardtanh_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2465810Z test_comprehensive_nn_functional_hardtanh_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2466131Z test_comprehensive_nn_functional_hinge_embedding_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2466449Z test_comprehensive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2466762Z test_comprehensive_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2467064Z test_comprehensive_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2467366Z test_comprehensive_nn_functional_huber_loss_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2467657Z test_comprehensive_nn_functional_huber_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2467952Z test_comprehensive_nn_functional_huber_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2468263Z test_comprehensive_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2468570Z test_comprehensive_nn_functional_instance_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2468877Z test_comprehensive_nn_functional_instance_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2469187Z test_comprehensive_nn_functional_interpolate_area_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2469547Z test_comprehensive_nn_functional_interpolate_area_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2469865Z test_comprehensive_nn_functional_interpolate_bicubic_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2470180Z test_comprehensive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2470523Z test_comprehensive_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2470845Z test_comprehensive_nn_functional_interpolate_bilinear_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2471149Z test_comprehensive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2471466Z test_comprehensive_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2471782Z test_comprehensive_nn_functional_interpolate_linear_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2472100Z test_comprehensive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2472417Z test_comprehensive_nn_functional_interpolate_linear_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2472738Z test_comprehensive_nn_functional_interpolate_nearest_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2473056Z test_comprehensive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2473377Z test_comprehensive_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2473692Z test_comprehensive_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2474020Z test_comprehensive_nn_functional_interpolate_trilinear_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2474339Z test_comprehensive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2474659Z test_comprehensive_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2474945Z test_comprehensive_nn_functional_kl_div_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2475239Z test_comprehensive_nn_functional_kl_div_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2475534Z test_comprehensive_nn_functional_kl_div_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2475835Z test_comprehensive_nn_functional_l1_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2476137Z test_comprehensive_nn_functional_l1_loss_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2476437Z test_comprehensive_nn_functional_l1_loss_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2476766Z test_comprehensive_nn_functional_l1_loss_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2477055Z test_comprehensive_nn_functional_l1_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2477348Z test_comprehensive_nn_functional_l1_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2477649Z test_comprehensive_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2477980Z test_comprehensive_nn_functional_layer_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2478281Z test_comprehensive_nn_functional_layer_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2478584Z test_comprehensive_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2478882Z test_comprehensive_nn_functional_leaky_relu_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2479178Z test_comprehensive_nn_functional_leaky_relu_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2479473Z test_comprehensive_nn_functional_linear_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2479776Z test_comprehensive_nn_functional_linear_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2480078Z test_comprehensive_nn_functional_linear_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2480374Z test_comprehensive_nn_functional_linear_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2480662Z test_comprehensive_nn_functional_linear_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2480955Z test_comprehensive_nn_functional_linear_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2481229Z test_comprehensive_nn_functional_linear_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2481515Z test_comprehensive_nn_functional_linear_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2481803Z test_comprehensive_nn_functional_linear_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2482094Z test_comprehensive_nn_functional_linear_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2482415Z test_comprehensive_nn_functional_local_response_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2482733Z test_comprehensive_nn_functional_local_response_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2483047Z test_comprehensive_nn_functional_local_response_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2483357Z test_comprehensive_nn_functional_local_response_norm_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2483665Z test_comprehensive_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2483967Z test_comprehensive_nn_functional_logsigmoid_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2484289Z test_comprehensive_nn_functional_logsigmoid_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2484606Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2484920Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2485260Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2485576Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2485885Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2486195Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2486503Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2486809Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2487115Z test_comprehensive_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2487482Z test_comprehensive_nn_functional_max_pool1d_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2487769Z test_comprehensive_nn_functional_max_pool1d_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2488071Z test_comprehensive_nn_functional_max_pool2d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2488371Z test_comprehensive_nn_functional_max_pool2d_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2488669Z test_comprehensive_nn_functional_max_pool2d_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2488969Z test_comprehensive_nn_functional_max_pool3d_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2489266Z test_comprehensive_nn_functional_max_pool3d_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2489574Z test_comprehensive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2489881Z test_comprehensive_nn_functional_max_unpool1d_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2490194Z test_comprehensive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2490510Z test_comprehensive_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2490817Z test_comprehensive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2491108Z test_comprehensive_nn_functional_max_unpool2d_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2491422Z test_comprehensive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2491784Z test_comprehensive_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2492089Z test_comprehensive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2492393Z test_comprehensive_nn_functional_max_unpool3d_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2492733Z test_comprehensive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2493049Z test_comprehensive_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2493342Z test_comprehensive_nn_functional_mish_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2493628Z test_comprehensive_nn_functional_mish_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2493924Z test_comprehensive_nn_functional_mse_loss_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2494217Z test_comprehensive_nn_functional_mse_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2494503Z test_comprehensive_nn_functional_mse_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2494812Z test_comprehensive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2495115Z test_comprehensive_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2495438Z test_comprehensive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2495757Z test_comprehensive_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2496087Z test_comprehensive_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2496419Z test_comprehensive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2496745Z test_comprehensive_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2497044Z test_comprehensive_nn_functional_nll_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2497339Z test_comprehensive_nn_functional_nll_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2497629Z test_comprehensive_nn_functional_nll_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2497920Z test_comprehensive_nn_functional_normalize_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2498230Z test_comprehensive_nn_functional_normalize_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2498533Z test_comprehensive_nn_functional_normalize_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2498870Z test_comprehensive_nn_functional_normalize_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2499168Z test_comprehensive_nn_functional_normalize_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2499458Z test_comprehensive_nn_functional_one_hot_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2499675Z test_comprehensive_nn_functional_pad_circular_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:16:20.2499922Z test_comprehensive_nn_functional_pad_circular_cpu_bool (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:16:20.2500144Z test_comprehensive_nn_functional_pad_circular_cpu_complex128 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:16:20.2500370Z test_comprehensive_nn_functional_pad_circular_cpu_complex64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:16:20.2500575Z test_comprehensive_nn_functional_pad_circular_cpu_float16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:16:20.2500789Z test_comprehensive_nn_functional_pad_circular_cpu_float32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:16:20.2500998Z test_comprehensive_nn_functional_pad_circular_cpu_float64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:16:20.2501215Z test_comprehensive_nn_functional_pad_circular_cpu_int16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:16:20.2501427Z test_comprehensive_nn_functional_pad_circular_cpu_int32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:16:20.2501635Z test_comprehensive_nn_functional_pad_circular_cpu_int64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:16:20.2501849Z test_comprehensive_nn_functional_pad_circular_cpu_int8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:16:20.2502062Z test_comprehensive_nn_functional_pad_circular_cpu_uint8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:16:20.2502627Z test_comprehensive_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2502935Z test_comprehensive_nn_functional_pad_constant_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2503253Z test_comprehensive_nn_functional_pad_constant_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2503566Z test_comprehensive_nn_functional_pad_constant_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2503860Z test_comprehensive_nn_functional_pad_constant_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2504165Z test_comprehensive_nn_functional_pad_constant_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2504468Z test_comprehensive_nn_functional_pad_constant_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2504768Z test_comprehensive_nn_functional_pad_constant_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2505072Z test_comprehensive_nn_functional_pad_constant_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2505429Z test_comprehensive_nn_functional_pad_constant_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2505730Z test_comprehensive_nn_functional_pad_constant_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2506029Z test_comprehensive_nn_functional_pad_constant_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2506378Z test_comprehensive_nn_functional_pad_reflect_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2506688Z test_comprehensive_nn_functional_pad_reflect_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2506979Z test_comprehensive_nn_functional_pad_reflect_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2507286Z test_comprehensive_nn_functional_pad_reflect_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2507601Z test_comprehensive_nn_functional_pad_replicate_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2507916Z test_comprehensive_nn_functional_pad_replicate_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2508228Z test_comprehensive_nn_functional_pad_replicate_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2508533Z test_comprehensive_nn_functional_pad_replicate_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2508850Z test_comprehensive_nn_functional_pairwise_distance_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2509172Z test_comprehensive_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2509485Z test_comprehensive_nn_functional_pairwise_distance_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2509800Z test_comprehensive_nn_functional_pairwise_distance_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2510115Z test_comprehensive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2510416Z test_comprehensive_nn_functional_pairwise_distance_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2510726Z test_comprehensive_nn_functional_pairwise_distance_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2511038Z test_comprehensive_nn_functional_pairwise_distance_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2511344Z test_comprehensive_nn_functional_pairwise_distance_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2511652Z test_comprehensive_nn_functional_pairwise_distance_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2511967Z test_comprehensive_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2512260Z test_comprehensive_nn_functional_pdist_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2512552Z test_comprehensive_nn_functional_pdist_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2512902Z test_comprehensive_nn_functional_pixel_shuffle_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2513202Z test_comprehensive_nn_functional_pixel_shuffle_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2513514Z test_comprehensive_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2513845Z test_comprehensive_nn_functional_pixel_shuffle_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2514154Z test_comprehensive_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2514459Z test_comprehensive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2514769Z test_comprehensive_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2515069Z test_comprehensive_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2515370Z test_comprehensive_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2515669Z test_comprehensive_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2515969Z test_comprehensive_nn_functional_pixel_shuffle_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2516272Z test_comprehensive_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2516582Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2516885Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2517187Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2517501Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2517810Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2518121Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2518430Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2518733Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2519038Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2519339Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2519642Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2519938Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2520289Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2520583Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2520890Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2521221Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2521530Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2521836Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2522140Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2522443Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2522738Z test_comprehensive_nn_functional_prelu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2523032Z test_comprehensive_nn_functional_prelu_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2523318Z test_comprehensive_nn_functional_prelu_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2523599Z test_comprehensive_nn_functional_relu6_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2523896Z test_comprehensive_nn_functional_relu6_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2524182Z test_comprehensive_nn_functional_relu6_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2524470Z test_comprehensive_nn_functional_relu6_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2524757Z test_comprehensive_nn_functional_relu6_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2525041Z test_comprehensive_nn_functional_relu6_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2525329Z test_comprehensive_nn_functional_relu6_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2525617Z test_comprehensive_nn_functional_relu6_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2525906Z test_comprehensive_nn_functional_relu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2526196Z test_comprehensive_nn_functional_relu_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2526489Z test_comprehensive_nn_functional_relu_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2526767Z test_comprehensive_nn_functional_relu_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2527049Z test_comprehensive_nn_functional_relu_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2527432Z test_comprehensive_nn_functional_relu_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2527720Z test_comprehensive_nn_functional_relu_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2528007Z test_comprehensive_nn_functional_relu_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2528301Z test_comprehensive_nn_functional_rrelu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2528630Z test_comprehensive_nn_functional_rrelu_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2528925Z test_comprehensive_nn_functional_rrelu_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2529210Z test_comprehensive_nn_functional_selu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2529506Z test_comprehensive_nn_functional_selu_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2529779Z test_comprehensive_nn_functional_selu_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2530091Z test_comprehensive_nn_functional_silu_complex_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2530404Z test_comprehensive_nn_functional_silu_complex_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2530695Z test_comprehensive_nn_functional_silu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2530986Z test_comprehensive_nn_functional_silu_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2531277Z test_comprehensive_nn_functional_silu_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2531588Z test_comprehensive_nn_functional_smooth_l1_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2531892Z test_comprehensive_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2532201Z test_comprehensive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2532504Z test_comprehensive_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2532815Z test_comprehensive_nn_functional_soft_margin_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2533110Z test_comprehensive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2533418Z test_comprehensive_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2533716Z test_comprehensive_nn_functional_softmin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2534018Z test_comprehensive_nn_functional_softmin_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2534314Z test_comprehensive_nn_functional_softmin_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2534628Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2534990Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2535307Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2535619Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2535958Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2536258Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2536568Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2536879Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2537183Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2537489Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2537798Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2538098Z test_comprehensive_nn_functional_softplus_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2538395Z test_comprehensive_nn_functional_softplus_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2538695Z test_comprehensive_nn_functional_softplus_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2538998Z test_comprehensive_nn_functional_softshrink_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2539299Z test_comprehensive_nn_functional_softshrink_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2539589Z test_comprehensive_nn_functional_softshrink_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2539886Z test_comprehensive_nn_functional_softsign_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2540188Z test_comprehensive_nn_functional_softsign_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2540491Z test_comprehensive_nn_functional_softsign_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2540793Z test_comprehensive_nn_functional_softsign_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2541089Z test_comprehensive_nn_functional_softsign_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2541389Z test_comprehensive_nn_functional_softsign_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2541682Z test_comprehensive_nn_functional_softsign_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2541972Z test_comprehensive_nn_functional_softsign_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2542515Z test_comprehensive_nn_functional_softsign_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2542820Z test_comprehensive_nn_functional_softsign_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2543099Z test_comprehensive_nn_functional_softsign_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2543460Z test_comprehensive_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2543773Z test_comprehensive_nn_functional_tanhshrink_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2544080Z test_comprehensive_nn_functional_tanhshrink_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2544383Z test_comprehensive_nn_functional_tanhshrink_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2544683Z test_comprehensive_nn_functional_tanhshrink_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2544979Z test_comprehensive_nn_functional_tanhshrink_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2545285Z test_comprehensive_nn_functional_tanhshrink_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2545583Z test_comprehensive_nn_functional_tanhshrink_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2545882Z test_comprehensive_nn_functional_tanhshrink_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2546173Z test_comprehensive_nn_functional_tanhshrink_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2546475Z test_comprehensive_nn_functional_threshold_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2546774Z test_comprehensive_nn_functional_threshold_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2547069Z test_comprehensive_nn_functional_threshold_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2547368Z test_comprehensive_nn_functional_threshold_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2547663Z test_comprehensive_nn_functional_threshold_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2547962Z test_comprehensive_nn_functional_threshold_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2548259Z test_comprehensive_nn_functional_threshold_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2548556Z test_comprehensive_nn_functional_threshold_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2548873Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2549196Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2549502Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2549864Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2550172Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2550485Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2550797Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2551137Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2551450Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2551760Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2552098Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2552440Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2552782Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2553108Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2553447Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2553781Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2554115Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2554448Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2554781Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2555110Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2555410Z test_comprehensive_nn_functional_unfold_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2555711Z test_comprehensive_nn_functional_unfold_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2556009Z test_comprehensive_nn_functional_unfold_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2556306Z test_comprehensive_nn_functional_unfold_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2556586Z test_comprehensive_nn_functional_unfold_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2556876Z test_comprehensive_nn_functional_unfold_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2557264Z test_comprehensive_nn_functional_upsample_bilinear_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2557576Z test_comprehensive_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2557890Z test_comprehensive_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2558238Z test_comprehensive_nn_functional_upsample_nearest_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2558556Z test_comprehensive_nn_functional_upsample_nearest_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2558872Z test_comprehensive_nn_functional_upsample_nearest_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2559187Z test_comprehensive_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2559464Z test_comprehensive_nonzero_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2559736Z test_comprehensive_nonzero_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2560005Z test_comprehensive_nonzero_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2560288Z test_comprehensive_nonzero_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2560566Z test_comprehensive_nonzero_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2560841Z test_comprehensive_nonzero_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2561117Z test_comprehensive_nonzero_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2561391Z test_comprehensive_nonzero_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2561661Z test_comprehensive_nonzero_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2563990Z test_comprehensive_nonzero_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2564264Z test_comprehensive_nonzero_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2564532Z test_comprehensive_nonzero_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2564787Z test_comprehensive_nonzero_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2565064Z test_comprehensive_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2565339Z test_comprehensive_norm_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2565613Z test_comprehensive_norm_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2565886Z test_comprehensive_norm_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2566153Z test_comprehensive_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2566419Z test_comprehensive_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2566752Z test_comprehensive_norm_fro_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2567030Z test_comprehensive_norm_fro_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2567404Z test_comprehensive_norm_fro_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2567670Z test_comprehensive_norm_fro_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2567984Z test_comprehensive_norm_fro_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2568265Z test_comprehensive_norm_inf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2568543Z test_comprehensive_norm_inf_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2568825Z test_comprehensive_norm_inf_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2569098Z test_comprehensive_norm_inf_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2569372Z test_comprehensive_norm_inf_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2569645Z test_comprehensive_norm_inf_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2569929Z test_comprehensive_norm_nuc_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2570206Z test_comprehensive_norm_nuc_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2570466Z test_comprehensive_norm_nuc_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2570740Z test_comprehensive_norm_nuc_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2571015Z test_comprehensive_normal_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2571286Z test_comprehensive_normal_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2571558Z test_comprehensive_normal_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2571833Z test_comprehensive_normal_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2572128Z test_comprehensive_normal_number_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2572422Z test_comprehensive_normal_number_mean_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2572708Z test_comprehensive_normal_number_mean_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2572991Z test_comprehensive_normal_number_mean_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2573247Z test_comprehensive_ones_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2573516Z test_comprehensive_ones_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2573788Z test_comprehensive_ones_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2574067Z test_comprehensive_ones_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2574373Z test_comprehensive_ones_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2574641Z test_comprehensive_ones_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2574911Z test_comprehensive_ones_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2575178Z test_comprehensive_ones_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2575472Z test_comprehensive_ones_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2575726Z test_comprehensive_ones_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2575987Z test_comprehensive_ones_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2576252Z test_comprehensive_ones_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2576510Z test_comprehensive_ones_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2576792Z test_comprehensive_ones_like_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2577064Z test_comprehensive_ones_like_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2577349Z test_comprehensive_ones_like_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2577629Z test_comprehensive_ones_like_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2577907Z test_comprehensive_ones_like_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2578185Z test_comprehensive_ones_like_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2578448Z test_comprehensive_ones_like_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2578721Z test_comprehensive_ones_like_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2578989Z test_comprehensive_ones_like_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2579257Z test_comprehensive_ones_like_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2579529Z test_comprehensive_ones_like_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2579801Z test_comprehensive_ones_like_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2580075Z test_comprehensive_ones_like_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2580349Z test_comprehensive_ormqr_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2580617Z test_comprehensive_ormqr_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2580890Z test_comprehensive_ormqr_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2581149Z test_comprehensive_ormqr_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2581419Z test_comprehensive_outer_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2581720Z test_comprehensive_outer_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2581998Z test_comprehensive_outer_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2582471Z test_comprehensive_outer_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2582808Z test_comprehensive_outer_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2583131Z test_comprehensive_outer_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2583405Z test_comprehensive_outer_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2583672Z test_comprehensive_outer_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2583942Z test_comprehensive_outer_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2584192Z test_comprehensive_outer_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2584461Z test_comprehensive_outer_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2584729Z test_comprehensive_outer_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2585014Z test_comprehensive_pca_lowrank_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2585297Z test_comprehensive_pca_lowrank_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2585574Z test_comprehensive_permute_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2585851Z test_comprehensive_permute_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2586136Z test_comprehensive_permute_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2586418Z test_comprehensive_permute_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2586683Z test_comprehensive_permute_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2586957Z test_comprehensive_permute_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2587227Z test_comprehensive_permute_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2587502Z test_comprehensive_permute_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2587774Z test_comprehensive_permute_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2588047Z test_comprehensive_permute_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2588310Z test_comprehensive_permute_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2588583Z test_comprehensive_permute_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2588858Z test_comprehensive_permute_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2589139Z test_comprehensive_pinverse_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2589408Z test_comprehensive_pinverse_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2589729Z test_comprehensive_pinverse_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2590122Z test_comprehensive_pinverse_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2590455Z test_comprehensive_polar_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2590772Z test_comprehensive_polar_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2591079Z test_comprehensive_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2591381Z test_comprehensive_polygamma_polygamma_n_0_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2591687Z test_comprehensive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2591984Z test_comprehensive_polygamma_polygamma_n_0_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2592283Z test_comprehensive_polygamma_polygamma_n_0_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2592566Z test_comprehensive_polygamma_polygamma_n_0_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2592867Z test_comprehensive_polygamma_polygamma_n_0_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2593168Z test_comprehensive_polygamma_polygamma_n_0_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2593466Z test_comprehensive_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2593770Z test_comprehensive_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2594064Z test_comprehensive_polygamma_polygamma_n_1_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2594364Z test_comprehensive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2594666Z test_comprehensive_polygamma_polygamma_n_1_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2594962Z test_comprehensive_polygamma_polygamma_n_1_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2595257Z test_comprehensive_polygamma_polygamma_n_1_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2595551Z test_comprehensive_polygamma_polygamma_n_1_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2595833Z test_comprehensive_polygamma_polygamma_n_1_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2596131Z test_comprehensive_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2596438Z test_comprehensive_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2596734Z test_comprehensive_polygamma_polygamma_n_2_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2597030Z test_comprehensive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2597387Z test_comprehensive_polygamma_polygamma_n_2_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2597683Z test_comprehensive_polygamma_polygamma_n_2_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2597977Z test_comprehensive_polygamma_polygamma_n_2_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2598305Z test_comprehensive_polygamma_polygamma_n_2_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2598603Z test_comprehensive_polygamma_polygamma_n_2_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2598882Z test_comprehensive_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2599185Z test_comprehensive_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2599480Z test_comprehensive_polygamma_polygamma_n_3_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2599777Z test_comprehensive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2600073Z test_comprehensive_polygamma_polygamma_n_3_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2600367Z test_comprehensive_polygamma_polygamma_n_3_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2600660Z test_comprehensive_polygamma_polygamma_n_3_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2600955Z test_comprehensive_polygamma_polygamma_n_3_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2601246Z test_comprehensive_polygamma_polygamma_n_3_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2601539Z test_comprehensive_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2601845Z test_comprehensive_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2602128Z test_comprehensive_polygamma_polygamma_n_4_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2602423Z test_comprehensive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2602726Z test_comprehensive_polygamma_polygamma_n_4_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2603019Z test_comprehensive_polygamma_polygamma_n_4_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2603315Z test_comprehensive_polygamma_polygamma_n_4_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2603604Z test_comprehensive_polygamma_polygamma_n_4_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2603900Z test_comprehensive_polygamma_polygamma_n_4_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2604195Z test_comprehensive_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2604472Z test_comprehensive_positive_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2604786Z test_comprehensive_positive_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2605055Z test_comprehensive_positive_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2605334Z test_comprehensive_positive_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2605644Z test_comprehensive_positive_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2605922Z test_comprehensive_positive_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2606196Z test_comprehensive_positive_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2606476Z test_comprehensive_positive_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2606748Z test_comprehensive_positive_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2607024Z test_comprehensive_positive_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2607366Z test_comprehensive_positive_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2607645Z test_comprehensive_positive_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2607901Z test_comprehensive_pow_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2608174Z test_comprehensive_pow_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2608449Z test_comprehensive_pow_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2608715Z test_comprehensive_pow_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2608978Z test_comprehensive_pow_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2609238Z test_comprehensive_pow_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2609507Z test_comprehensive_pow_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2609773Z test_comprehensive_pow_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2610035Z test_comprehensive_pow_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2610287Z test_comprehensive_pow_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2610548Z test_comprehensive_pow_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2610813Z test_comprehensive_prod_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2611089Z test_comprehensive_prod_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2611363Z test_comprehensive_prod_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2611631Z test_comprehensive_prod_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2611893Z test_comprehensive_prod_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2612203Z test_comprehensive_prod_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2612466Z test_comprehensive_prod_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2612726Z test_comprehensive_prod_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2612980Z test_comprehensive_prod_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2613274Z test_comprehensive_prod_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2613545Z test_comprehensive_put_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2613810Z test_comprehensive_put_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2614087Z test_comprehensive_put_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2614360Z test_comprehensive_put_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2614628Z test_comprehensive_put_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2614891Z test_comprehensive_put_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2615157Z test_comprehensive_put_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2615408Z test_comprehensive_put_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2615670Z test_comprehensive_put_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2615930Z test_comprehensive_put_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2616192Z test_comprehensive_put_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2616458Z test_comprehensive_put_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2616731Z test_comprehensive_qr_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2617000Z test_comprehensive_qr_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2617265Z test_comprehensive_qr_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2617528Z test_comprehensive_qr_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2617808Z test_comprehensive_quantile_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2618072Z test_comprehensive_quantile_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2618350Z test_comprehensive_rad2deg_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2618620Z test_comprehensive_rad2deg_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2618898Z test_comprehensive_rad2deg_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2619171Z test_comprehensive_rad2deg_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2619445Z test_comprehensive_rad2deg_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2619750Z test_comprehensive_rad2deg_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2620020Z test_comprehensive_rad2deg_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2620287Z test_comprehensive_rad2deg_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2620556Z test_comprehensive_rad2deg_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2620845Z test_comprehensive_rad2deg_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2621130Z test_comprehensive_rand_like_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2621417Z test_comprehensive_rand_like_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2621700Z test_comprehensive_rand_like_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2621979Z test_comprehensive_rand_like_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2622438Z test_comprehensive_rand_like_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2622748Z test_comprehensive_rand_like_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2623025Z test_comprehensive_rand_like_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2623312Z test_comprehensive_randint_like_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2623598Z test_comprehensive_randint_like_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2623868Z test_comprehensive_randint_like_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2624149Z test_comprehensive_randint_like_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2624428Z test_comprehensive_randint_like_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2624710Z test_comprehensive_randint_like_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2624990Z test_comprehensive_randint_like_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2625270Z test_comprehensive_randint_like_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2625549Z test_comprehensive_randint_like_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2625822Z test_comprehensive_randn_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2626103Z test_comprehensive_randn_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2626364Z test_comprehensive_randn_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2626643Z test_comprehensive_randn_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2626914Z test_comprehensive_randn_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2627189Z test_comprehensive_randn_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2627528Z test_comprehensive_randn_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2627807Z test_comprehensive_randn_like_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2628092Z test_comprehensive_randn_like_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2628415Z test_comprehensive_randn_like_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2628700Z test_comprehensive_randn_like_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2628979Z test_comprehensive_randn_like_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2629247Z test_comprehensive_randn_like_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2629527Z test_comprehensive_randn_like_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2629799Z test_comprehensive_ravel_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2630068Z test_comprehensive_ravel_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2630350Z test_comprehensive_ravel_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2630624Z test_comprehensive_ravel_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2630898Z test_comprehensive_ravel_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2631168Z test_comprehensive_ravel_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2631433Z test_comprehensive_ravel_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2631703Z test_comprehensive_ravel_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2631955Z test_comprehensive_ravel_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2632219Z test_comprehensive_ravel_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2632486Z test_comprehensive_ravel_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2632753Z test_comprehensive_ravel_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2633019Z test_comprehensive_ravel_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2633289Z test_comprehensive_real_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2633553Z test_comprehensive_real_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2633829Z test_comprehensive_real_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2634104Z test_comprehensive_real_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2634378Z test_comprehensive_real_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2634635Z test_comprehensive_real_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2634935Z test_comprehensive_real_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2635206Z test_comprehensive_real_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2635474Z test_comprehensive_real_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2635739Z test_comprehensive_real_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2636028Z test_comprehensive_real_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2636296Z test_comprehensive_real_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2636556Z test_comprehensive_real_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2636842Z test_comprehensive_reciprocal_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2637105Z test_comprehensive_reciprocal_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2637393Z test_comprehensive_reciprocal_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2637677Z test_comprehensive_reciprocal_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2637959Z test_comprehensive_reciprocal_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2638238Z test_comprehensive_reciprocal_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2638516Z test_comprehensive_reciprocal_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2638794Z test_comprehensive_reciprocal_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2639074Z test_comprehensive_reciprocal_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2639348Z test_comprehensive_reciprocal_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2639627Z test_comprehensive_reciprocal_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2639891Z test_comprehensive_reciprocal_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2640172Z test_comprehensive_remainder_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2640454Z test_comprehensive_remainder_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2640734Z test_comprehensive_remainder_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2641007Z test_comprehensive_remainder_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2641280Z test_comprehensive_remainder_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2641555Z test_comprehensive_remainder_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2641828Z test_comprehensive_remainder_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2642099Z test_comprehensive_remainder_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2642412Z test_comprehensive_remainder_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2642671Z test_comprehensive_renorm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2642951Z test_comprehensive_renorm_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2643228Z test_comprehensive_renorm_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2643431Z test_comprehensive_renorm_cpu_float16 (__main__.TestDecompCPU) ... skip: Inconsistent accuracy (0.000s) 2022-12-01T10:16:20.2643707Z test_comprehensive_renorm_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2643978Z test_comprehensive_renorm_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2644253Z test_comprehensive_repeat_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2644523Z test_comprehensive_repeat_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2644801Z test_comprehensive_repeat_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2645067Z test_comprehensive_repeat_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2645339Z test_comprehensive_repeat_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2645612Z test_comprehensive_repeat_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2645884Z test_comprehensive_repeat_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2646156Z test_comprehensive_repeat_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2646423Z test_comprehensive_repeat_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2646691Z test_comprehensive_repeat_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2646958Z test_comprehensive_repeat_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2647311Z test_comprehensive_repeat_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2647613Z test_comprehensive_repeat_interleave_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2647891Z test_comprehensive_repeat_interleave_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2648193Z test_comprehensive_repeat_interleave_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2648490Z test_comprehensive_repeat_interleave_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2648785Z test_comprehensive_repeat_interleave_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2649080Z test_comprehensive_repeat_interleave_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2649366Z test_comprehensive_repeat_interleave_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2649660Z test_comprehensive_repeat_interleave_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2650001Z test_comprehensive_repeat_interleave_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2650289Z test_comprehensive_repeat_interleave_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2650579Z test_comprehensive_repeat_interleave_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2650884Z test_comprehensive_repeat_interleave_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2651176Z test_comprehensive_repeat_interleave_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2651457Z test_comprehensive_reshape_as_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2651738Z test_comprehensive_reshape_as_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2652026Z test_comprehensive_reshape_as_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2652307Z test_comprehensive_reshape_as_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2652591Z test_comprehensive_reshape_as_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2652874Z test_comprehensive_reshape_as_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2653153Z test_comprehensive_reshape_as_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2653431Z test_comprehensive_reshape_as_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2653695Z test_comprehensive_reshape_as_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2653973Z test_comprehensive_reshape_as_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2654248Z test_comprehensive_reshape_as_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2654522Z test_comprehensive_reshape_as_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2654799Z test_comprehensive_reshape_as_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2655073Z test_comprehensive_reshape_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2655344Z test_comprehensive_reshape_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2655625Z test_comprehensive_reshape_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2655902Z test_comprehensive_reshape_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2656181Z test_comprehensive_reshape_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2656448Z test_comprehensive_reshape_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2656721Z test_comprehensive_reshape_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2656993Z test_comprehensive_reshape_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2657296Z test_comprehensive_reshape_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2657563Z test_comprehensive_reshape_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2657833Z test_comprehensive_reshape_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2658104Z test_comprehensive_reshape_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2658408Z test_comprehensive_reshape_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2658687Z test_comprehensive_resize__cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2658958Z test_comprehensive_resize__cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2659229Z test_comprehensive_resize__cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2659502Z test_comprehensive_resize__cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2659776Z test_comprehensive_resize__cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2660048Z test_comprehensive_resize__cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2660323Z test_comprehensive_resize__cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2660593Z test_comprehensive_resize__cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2660856Z test_comprehensive_resize__cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2661128Z test_comprehensive_resize__cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2661394Z test_comprehensive_resize__cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2661665Z test_comprehensive_resize__cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2661933Z test_comprehensive_resize_as__cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2662343Z test_comprehensive_resize_as__cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2662732Z test_comprehensive_resize_as__cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2663016Z test_comprehensive_resize_as__cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2663300Z test_comprehensive_resize_as__cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2663576Z test_comprehensive_resize_as__cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2663851Z test_comprehensive_resize_as__cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2664131Z test_comprehensive_resize_as__cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2664403Z test_comprehensive_resize_as__cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2664663Z test_comprehensive_resize_as__cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2664991Z test_comprehensive_resize_as__cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2665265Z test_comprehensive_resize_as__cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2665549Z test_comprehensive_resolve_conj_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2665826Z test_comprehensive_resolve_conj_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2666159Z test_comprehensive_resolve_conj_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2666449Z test_comprehensive_resolve_conj_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2666732Z test_comprehensive_resolve_conj_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2667016Z test_comprehensive_resolve_conj_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2667294Z test_comprehensive_resolve_conj_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2667559Z test_comprehensive_resolve_conj_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2667837Z test_comprehensive_resolve_conj_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2668116Z test_comprehensive_resolve_conj_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2668390Z test_comprehensive_resolve_conj_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2668664Z test_comprehensive_resolve_conj_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2668946Z test_comprehensive_resolve_neg_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2669221Z test_comprehensive_resolve_neg_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2669508Z test_comprehensive_resolve_neg_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2669795Z test_comprehensive_resolve_neg_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2670080Z test_comprehensive_resolve_neg_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2670347Z test_comprehensive_resolve_neg_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2670629Z test_comprehensive_resolve_neg_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2670903Z test_comprehensive_resolve_neg_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2671180Z test_comprehensive_resolve_neg_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2671458Z test_comprehensive_resolve_neg_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2671736Z test_comprehensive_resolve_neg_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2672010Z test_comprehensive_resolve_neg_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2672286Z test_comprehensive_resolve_neg_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2672588Z test_comprehensive_roll_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2672853Z test_comprehensive_roll_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2673114Z test_comprehensive_roll_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2673388Z test_comprehensive_roll_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2673726Z test_comprehensive_roll_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2673996Z test_comprehensive_roll_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2674266Z test_comprehensive_roll_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2674532Z test_comprehensive_roll_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2674799Z test_comprehensive_roll_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2675062Z test_comprehensive_roll_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2675320Z test_comprehensive_roll_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2675585Z test_comprehensive_roll_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2675835Z test_comprehensive_roll_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2676106Z test_comprehensive_rot90_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2676373Z test_comprehensive_rot90_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2676650Z test_comprehensive_rot90_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2676924Z test_comprehensive_rot90_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2677194Z test_comprehensive_rot90_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2677466Z test_comprehensive_rot90_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2677730Z test_comprehensive_rot90_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2677995Z test_comprehensive_rot90_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2678246Z test_comprehensive_rot90_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2678505Z test_comprehensive_rot90_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2678769Z test_comprehensive_rot90_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2679032Z test_comprehensive_rot90_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2679305Z test_comprehensive_round_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2679575Z test_comprehensive_round_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2679843Z test_comprehensive_round_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2680145Z test_comprehensive_round_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2680408Z test_comprehensive_round_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2680667Z test_comprehensive_round_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2680921Z test_comprehensive_round_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2681220Z test_comprehensive_round_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2681516Z test_comprehensive_round_decimals_0_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2681807Z test_comprehensive_round_decimals_0_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2682098Z test_comprehensive_round_decimals_0_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2682388Z test_comprehensive_round_decimals_3_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2682674Z test_comprehensive_round_decimals_3_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2682961Z test_comprehensive_round_decimals_3_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2683261Z test_comprehensive_round_decimals_neg_3_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2683557Z test_comprehensive_round_decimals_neg_3_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2683840Z test_comprehensive_round_decimals_neg_3_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2684114Z test_comprehensive_rsqrt_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2684378Z test_comprehensive_rsqrt_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2684656Z test_comprehensive_rsqrt_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2684930Z test_comprehensive_rsqrt_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2685199Z test_comprehensive_rsqrt_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2685466Z test_comprehensive_rsqrt_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2685731Z test_comprehensive_rsqrt_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2685991Z test_comprehensive_rsqrt_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2686255Z test_comprehensive_rsqrt_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2686510Z test_comprehensive_rsqrt_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2686771Z test_comprehensive_rsqrt_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2687039Z test_comprehensive_rsub_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2687426Z test_comprehensive_rsub_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2687701Z test_comprehensive_rsub_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2687973Z test_comprehensive_rsub_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2688243Z test_comprehensive_rsub_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2688544Z test_comprehensive_rsub_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2688811Z test_comprehensive_rsub_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2689057Z test_comprehensive_rsub_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2689318Z test_comprehensive_rsub_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2689584Z test_comprehensive_rsub_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2689849Z test_comprehensive_rsub_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2690133Z test_comprehensive_scatter_add_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2690414Z test_comprehensive_scatter_add_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2690703Z test_comprehensive_scatter_add_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2690988Z test_comprehensive_scatter_add_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2691272Z test_comprehensive_scatter_add_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2691551Z test_comprehensive_scatter_add_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2691820Z test_comprehensive_scatter_add_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2692097Z test_comprehensive_scatter_add_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2692373Z test_comprehensive_scatter_add_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2692650Z test_comprehensive_scatter_add_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2692925Z test_comprehensive_scatter_add_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2693199Z test_comprehensive_scatter_add_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2693472Z test_comprehensive_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2693745Z test_comprehensive_scatter_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2694024Z test_comprehensive_scatter_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2694305Z test_comprehensive_scatter_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2694567Z test_comprehensive_scatter_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2694836Z test_comprehensive_scatter_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2695148Z test_comprehensive_scatter_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2695418Z test_comprehensive_scatter_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2695689Z test_comprehensive_scatter_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2695984Z test_comprehensive_scatter_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2696257Z test_comprehensive_scatter_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2696533Z test_comprehensive_scatter_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2696834Z test_comprehensive_scatter_reduce_amax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2697124Z test_comprehensive_scatter_reduce_amax_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2697405Z test_comprehensive_scatter_reduce_amax_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2697691Z test_comprehensive_scatter_reduce_amax_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2697976Z test_comprehensive_scatter_reduce_amax_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2698268Z test_comprehensive_scatter_reduce_amax_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2698552Z test_comprehensive_scatter_reduce_amax_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2698845Z test_comprehensive_scatter_reduce_amax_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2699132Z test_comprehensive_scatter_reduce_amax_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2699417Z test_comprehensive_scatter_reduce_amax_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2699709Z test_comprehensive_scatter_reduce_amin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2699995Z test_comprehensive_scatter_reduce_amin_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2700274Z test_comprehensive_scatter_reduce_amin_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2700562Z test_comprehensive_scatter_reduce_amin_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2700843Z test_comprehensive_scatter_reduce_amin_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2701136Z test_comprehensive_scatter_reduce_amin_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2701423Z test_comprehensive_scatter_reduce_amin_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2701706Z test_comprehensive_scatter_reduce_amin_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2701992Z test_comprehensive_scatter_reduce_amin_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2702535Z test_comprehensive_scatter_reduce_amin_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2702840Z test_comprehensive_scatter_reduce_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2703134Z test_comprehensive_scatter_reduce_mean_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2703411Z test_comprehensive_scatter_reduce_mean_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2703759Z test_comprehensive_scatter_reduce_mean_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2704051Z test_comprehensive_scatter_reduce_mean_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2704334Z test_comprehensive_scatter_reduce_mean_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2704616Z test_comprehensive_scatter_reduce_mean_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2704903Z test_comprehensive_scatter_reduce_mean_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2705188Z test_comprehensive_scatter_reduce_mean_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2705486Z test_comprehensive_scatter_reduce_prod_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2705779Z test_comprehensive_scatter_reduce_prod_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2706070Z test_comprehensive_scatter_reduce_prod_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2706361Z test_comprehensive_scatter_reduce_prod_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2706631Z test_comprehensive_scatter_reduce_prod_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2706918Z test_comprehensive_scatter_reduce_prod_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2707209Z test_comprehensive_scatter_reduce_prod_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2707491Z test_comprehensive_scatter_reduce_prod_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2707777Z test_comprehensive_scatter_reduce_prod_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2708061Z test_comprehensive_scatter_reduce_prod_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2708348Z test_comprehensive_scatter_reduce_sum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2708637Z test_comprehensive_scatter_reduce_sum_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2708931Z test_comprehensive_scatter_reduce_sum_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2709221Z test_comprehensive_scatter_reduce_sum_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2709491Z test_comprehensive_scatter_reduce_sum_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2709777Z test_comprehensive_scatter_reduce_sum_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2710102Z test_comprehensive_scatter_reduce_sum_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2710384Z test_comprehensive_scatter_reduce_sum_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2710668Z test_comprehensive_scatter_reduce_sum_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2710988Z test_comprehensive_scatter_reduce_sum_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2711283Z test_comprehensive_searchsorted_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2711570Z test_comprehensive_searchsorted_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2711857Z test_comprehensive_searchsorted_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2712143Z test_comprehensive_searchsorted_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2712411Z test_comprehensive_searchsorted_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2712692Z test_comprehensive_searchsorted_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2712970Z test_comprehensive_searchsorted_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2713252Z test_comprehensive_searchsorted_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2713533Z test_comprehensive_searchsorted_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2713839Z test_comprehensive_segment_reduce_lengths_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2714140Z test_comprehensive_segment_reduce_lengths_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2714441Z test_comprehensive_segment_reduce_lengths_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2714738Z test_comprehensive_segment_reduce_lengths_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2715043Z test_comprehensive_segment_reduce_offsets_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2715329Z test_comprehensive_segment_reduce_offsets_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2715630Z test_comprehensive_segment_reduce_offsets_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2715921Z test_comprehensive_segment_reduce_offsets_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2716196Z test_comprehensive_select_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2716467Z test_comprehensive_select_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2716749Z test_comprehensive_select_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2717027Z test_comprehensive_select_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2717302Z test_comprehensive_select_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2717613Z test_comprehensive_select_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2717884Z test_comprehensive_select_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2718143Z test_comprehensive_select_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2718441Z test_comprehensive_select_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2718705Z test_comprehensive_select_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2718976Z test_comprehensive_select_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2719249Z test_comprehensive_select_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2719515Z test_comprehensive_select_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2719805Z test_comprehensive_select_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2720090Z test_comprehensive_select_scatter_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2720378Z test_comprehensive_select_scatter_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2720666Z test_comprehensive_select_scatter_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2720939Z test_comprehensive_select_scatter_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2721226Z test_comprehensive_select_scatter_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2721507Z test_comprehensive_select_scatter_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2721790Z test_comprehensive_select_scatter_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2722070Z test_comprehensive_select_scatter_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2722352Z test_comprehensive_select_scatter_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2722623Z test_comprehensive_sgn_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2722887Z test_comprehensive_sgn_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2723162Z test_comprehensive_sgn_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2723437Z test_comprehensive_sgn_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2723693Z test_comprehensive_sgn_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2723963Z test_comprehensive_sgn_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2724228Z test_comprehensive_sgn_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2724495Z test_comprehensive_sgn_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2724756Z test_comprehensive_sgn_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2725060Z test_comprehensive_sgn_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2725314Z test_comprehensive_sgn_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2725577Z test_comprehensive_sgn_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2725841Z test_comprehensive_sgn_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2726133Z test_comprehensive_short_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2726402Z test_comprehensive_short_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2726680Z test_comprehensive_short_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2726955Z test_comprehensive_short_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2727281Z test_comprehensive_short_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2727554Z test_comprehensive_short_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2727821Z test_comprehensive_short_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2728090Z test_comprehensive_short_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2728349Z test_comprehensive_short_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2728610Z test_comprehensive_short_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2728865Z test_comprehensive_short_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2729131Z test_comprehensive_short_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2729410Z test_comprehensive_sigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2729682Z test_comprehensive_sigmoid_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2729965Z test_comprehensive_sigmoid_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2730244Z test_comprehensive_sigmoid_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2730522Z test_comprehensive_sigmoid_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2730797Z test_comprehensive_sigmoid_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2731066Z test_comprehensive_sigmoid_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2731334Z test_comprehensive_sigmoid_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2731593Z test_comprehensive_sigmoid_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2731862Z test_comprehensive_sigmoid_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2732129Z test_comprehensive_sigmoid_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2732434Z test_comprehensive_sign_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2732696Z test_comprehensive_sign_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2732964Z test_comprehensive_sign_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2733225Z test_comprehensive_sign_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2733529Z test_comprehensive_sign_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2733794Z test_comprehensive_sign_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2734040Z test_comprehensive_sign_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2734305Z test_comprehensive_sign_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2734567Z test_comprehensive_sign_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2734829Z test_comprehensive_sign_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2735105Z test_comprehensive_signbit_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2735375Z test_comprehensive_signbit_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2735647Z test_comprehensive_signbit_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2735922Z test_comprehensive_signbit_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2736199Z test_comprehensive_signbit_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2736471Z test_comprehensive_signbit_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2736728Z test_comprehensive_signbit_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2736995Z test_comprehensive_signbit_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2737263Z test_comprehensive_signbit_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2737530Z test_comprehensive_signbit_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2737800Z test_comprehensive_sin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2738061Z test_comprehensive_sin_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2738330Z test_comprehensive_sin_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2738598Z test_comprehensive_sin_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2738864Z test_comprehensive_sin_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2739128Z test_comprehensive_sin_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2739379Z test_comprehensive_sin_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2739644Z test_comprehensive_sin_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2739936Z test_comprehensive_sin_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2740198Z test_comprehensive_sin_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2740454Z test_comprehensive_sin_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2740725Z test_comprehensive_sinc_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2741011Z test_comprehensive_sinc_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2741287Z test_comprehensive_sinc_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2741560Z test_comprehensive_sinc_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2741818Z test_comprehensive_sinc_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2742083Z test_comprehensive_sinc_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2742589Z test_comprehensive_sinc_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2742859Z test_comprehensive_sinc_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2743126Z test_comprehensive_sinc_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2743388Z test_comprehensive_sinc_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2743650Z test_comprehensive_sinc_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2743923Z test_comprehensive_sinh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2744186Z test_comprehensive_sinh_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2744461Z test_comprehensive_sinh_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2744720Z test_comprehensive_sinh_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2744991Z test_comprehensive_sinh_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2745256Z test_comprehensive_sinh_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2745523Z test_comprehensive_sinh_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2745787Z test_comprehensive_sinh_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2746051Z test_comprehensive_sinh_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2746319Z test_comprehensive_sinh_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2746580Z test_comprehensive_sinh_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2746852Z test_comprehensive_slice_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2747104Z test_comprehensive_slice_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2747380Z test_comprehensive_slice_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2747720Z test_comprehensive_slice_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2747998Z test_comprehensive_slice_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2748271Z test_comprehensive_slice_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2748535Z test_comprehensive_slice_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2748843Z test_comprehensive_slice_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2749114Z test_comprehensive_slice_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2749379Z test_comprehensive_slice_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2749649Z test_comprehensive_slice_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2749901Z test_comprehensive_slice_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2750166Z test_comprehensive_slice_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2750456Z test_comprehensive_slice_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2750741Z test_comprehensive_slice_scatter_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2751026Z test_comprehensive_slice_scatter_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2751315Z test_comprehensive_slice_scatter_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2751599Z test_comprehensive_slice_scatter_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2751878Z test_comprehensive_slice_scatter_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2752157Z test_comprehensive_slice_scatter_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2752436Z test_comprehensive_slice_scatter_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2752702Z test_comprehensive_slice_scatter_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2752983Z test_comprehensive_slice_scatter_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2753260Z test_comprehensive_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2753531Z test_comprehensive_softmax_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2753804Z test_comprehensive_softmax_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2754096Z test_comprehensive_softmax_with_dtype_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2754385Z test_comprehensive_softmax_with_dtype_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2754683Z test_comprehensive_softmax_with_dtype_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2755026Z test_comprehensive_softmax_with_dtype_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2755318Z test_comprehensive_softmax_with_dtype_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2755592Z test_comprehensive_softmax_with_dtype_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2755875Z test_comprehensive_softmax_with_dtype_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2756194Z test_comprehensive_softmax_with_dtype_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2756483Z test_comprehensive_softmax_with_dtype_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2756764Z test_comprehensive_softmax_with_dtype_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2757050Z test_comprehensive_softmax_with_dtype_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2757338Z test_comprehensive_softmax_with_dtype_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2757611Z test_comprehensive_sort_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2757880Z test_comprehensive_sort_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2758150Z test_comprehensive_sort_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2758408Z test_comprehensive_sort_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2758672Z test_comprehensive_sort_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2758938Z test_comprehensive_sort_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2759199Z test_comprehensive_sort_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2759455Z test_comprehensive_sort_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2759722Z test_comprehensive_sort_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2759986Z test_comprehensive_sort_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2760288Z test_comprehensive_sparse_sampled_addmm_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2760594Z test_comprehensive_sparse_sampled_addmm_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2760893Z test_comprehensive_sparse_sampled_addmm_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2761179Z test_comprehensive_sparse_sampled_addmm_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2761464Z test_comprehensive_special_airy_ai_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2761753Z test_comprehensive_special_airy_ai_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2762037Z test_comprehensive_special_airy_ai_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2762320Z test_comprehensive_special_airy_ai_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2762636Z test_comprehensive_special_airy_ai_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2762919Z test_comprehensive_special_airy_ai_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2763198Z test_comprehensive_special_airy_ai_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2763507Z test_comprehensive_special_airy_ai_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2763796Z test_comprehensive_special_bessel_j0_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2764073Z test_comprehensive_special_bessel_j0_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2764367Z test_comprehensive_special_bessel_j0_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2764652Z test_comprehensive_special_bessel_j0_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2764933Z test_comprehensive_special_bessel_j0_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2765219Z test_comprehensive_special_bessel_j0_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2765506Z test_comprehensive_special_bessel_j0_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2765788Z test_comprehensive_special_bessel_j0_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2766072Z test_comprehensive_special_bessel_j1_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2766360Z test_comprehensive_special_bessel_j1_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2766651Z test_comprehensive_special_bessel_j1_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2766923Z test_comprehensive_special_bessel_j1_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2767302Z test_comprehensive_special_bessel_j1_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2767593Z test_comprehensive_special_bessel_j1_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2767880Z test_comprehensive_special_bessel_j1_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2768165Z test_comprehensive_special_bessel_j1_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2768449Z test_comprehensive_special_bessel_y0_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2768739Z test_comprehensive_special_bessel_y0_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2769028Z test_comprehensive_special_bessel_y0_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2769315Z test_comprehensive_special_bessel_y0_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2769596Z test_comprehensive_special_bessel_y0_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2769867Z test_comprehensive_special_bessel_y0_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2770194Z test_comprehensive_special_bessel_y0_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2770475Z test_comprehensive_special_bessel_y0_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2770759Z test_comprehensive_special_bessel_y1_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2771077Z test_comprehensive_special_bessel_y1_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2771369Z test_comprehensive_special_bessel_y1_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2771653Z test_comprehensive_special_bessel_y1_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2771934Z test_comprehensive_special_bessel_y1_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2772219Z test_comprehensive_special_bessel_y1_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2772502Z test_comprehensive_special_bessel_y1_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2772771Z test_comprehensive_special_bessel_y1_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2773081Z test_comprehensive_special_chebyshev_polynomial_t_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2773395Z test_comprehensive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2773711Z test_comprehensive_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2774018Z test_comprehensive_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2774327Z test_comprehensive_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2774637Z test_comprehensive_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2774945Z test_comprehensive_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2775251Z test_comprehensive_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2775561Z test_comprehensive_special_chebyshev_polynomial_u_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2775873Z test_comprehensive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2776171Z test_comprehensive_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2776481Z test_comprehensive_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2776791Z test_comprehensive_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2777095Z test_comprehensive_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2777435Z test_comprehensive_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2777741Z test_comprehensive_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2778094Z test_comprehensive_special_chebyshev_polynomial_v_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.2778473Z test_comprehensive_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.2778821Z test_comprehensive_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.2779166Z test_comprehensive_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.2779500Z test_comprehensive_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.2779828Z test_comprehensive_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.2780168Z test_comprehensive_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.2780505Z test_comprehensive_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.2780846Z test_comprehensive_special_chebyshev_polynomial_w_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.2781193Z test_comprehensive_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.2781533Z test_comprehensive_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.2781868Z test_comprehensive_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.2782339Z test_comprehensive_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.2782763Z test_comprehensive_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.2783106Z test_comprehensive_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.2783446Z test_comprehensive_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.2783729Z test_comprehensive_special_entr_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2783996Z test_comprehensive_special_entr_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2784277Z test_comprehensive_special_entr_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2784562Z test_comprehensive_special_entr_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2784899Z test_comprehensive_special_entr_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2785179Z test_comprehensive_special_entr_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2785459Z test_comprehensive_special_entr_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2785739Z test_comprehensive_special_entr_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2786051Z test_comprehensive_special_entr_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2786329Z test_comprehensive_special_erfcx_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2786614Z test_comprehensive_special_erfcx_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2786889Z test_comprehensive_special_erfcx_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2787171Z test_comprehensive_special_erfcx_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2787450Z test_comprehensive_special_erfcx_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2787729Z test_comprehensive_special_erfcx_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2788010Z test_comprehensive_special_erfcx_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2788288Z test_comprehensive_special_erfcx_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2788596Z test_comprehensive_special_hermite_polynomial_h_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2788907Z test_comprehensive_special_hermite_polynomial_h_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2789221Z test_comprehensive_special_hermite_polynomial_h_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2789526Z test_comprehensive_special_hermite_polynomial_h_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2789833Z test_comprehensive_special_hermite_polynomial_h_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2790123Z test_comprehensive_special_hermite_polynomial_h_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2790430Z test_comprehensive_special_hermite_polynomial_h_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2790734Z test_comprehensive_special_hermite_polynomial_h_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2791040Z test_comprehensive_special_hermite_polynomial_he_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2791350Z test_comprehensive_special_hermite_polynomial_he_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2791663Z test_comprehensive_special_hermite_polynomial_he_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2791969Z test_comprehensive_special_hermite_polynomial_he_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2792353Z test_comprehensive_special_hermite_polynomial_he_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2792660Z test_comprehensive_special_hermite_polynomial_he_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2792966Z test_comprehensive_special_hermite_polynomial_he_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2793255Z test_comprehensive_special_hermite_polynomial_he_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2793570Z test_comprehensive_special_i0e_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2793853Z test_comprehensive_special_i0e_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2794134Z test_comprehensive_special_i0e_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2794417Z test_comprehensive_special_i0e_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2794694Z test_comprehensive_special_i0e_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2794972Z test_comprehensive_special_i0e_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2795245Z test_comprehensive_special_i0e_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2795520Z test_comprehensive_special_i0e_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2795795Z test_comprehensive_special_i0e_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2796059Z test_comprehensive_special_i1_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2796339Z test_comprehensive_special_i1_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2796617Z test_comprehensive_special_i1_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2796896Z test_comprehensive_special_i1_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2797172Z test_comprehensive_special_i1_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2797445Z test_comprehensive_special_i1_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2797720Z test_comprehensive_special_i1_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2797994Z test_comprehensive_special_i1_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2798269Z test_comprehensive_special_i1e_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2798548Z test_comprehensive_special_i1e_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2798817Z test_comprehensive_special_i1e_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2799095Z test_comprehensive_special_i1e_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2799367Z test_comprehensive_special_i1e_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2799638Z test_comprehensive_special_i1e_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2799946Z test_comprehensive_special_i1e_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2800221Z test_comprehensive_special_i1e_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2800528Z test_comprehensive_special_laguerre_polynomial_l_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2800869Z test_comprehensive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2801184Z test_comprehensive_special_laguerre_polynomial_l_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2801490Z test_comprehensive_special_laguerre_polynomial_l_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2801784Z test_comprehensive_special_laguerre_polynomial_l_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2802087Z test_comprehensive_special_laguerre_polynomial_l_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2802394Z test_comprehensive_special_laguerre_polynomial_l_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2802704Z test_comprehensive_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2803049Z test_comprehensive_special_legendre_polynomial_p_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.2803396Z test_comprehensive_special_legendre_polynomial_p_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.2803745Z test_comprehensive_special_legendre_polynomial_p_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.2804082Z test_comprehensive_special_legendre_polynomial_p_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.2804415Z test_comprehensive_special_legendre_polynomial_p_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.2804762Z test_comprehensive_special_legendre_polynomial_p_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.2805104Z test_comprehensive_special_legendre_polynomial_p_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.2805445Z test_comprehensive_special_legendre_polynomial_p_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.2805716Z test_comprehensive_special_log_ndtr_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2806008Z test_comprehensive_special_log_ndtr_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2806294Z test_comprehensive_special_log_ndtr_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2806578Z test_comprehensive_special_log_ndtr_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2806863Z test_comprehensive_special_log_ndtr_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2807258Z test_comprehensive_special_log_ndtr_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2807546Z test_comprehensive_special_log_ndtr_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2807831Z test_comprehensive_special_log_ndtr_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2808132Z test_comprehensive_special_modified_bessel_i0_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2808472Z test_comprehensive_special_modified_bessel_i0_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2808768Z test_comprehensive_special_modified_bessel_i0_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2809075Z test_comprehensive_special_modified_bessel_i0_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2809385Z test_comprehensive_special_modified_bessel_i0_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2809686Z test_comprehensive_special_modified_bessel_i0_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2809986Z test_comprehensive_special_modified_bessel_i0_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2810294Z test_comprehensive_special_modified_bessel_i0_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2810593Z test_comprehensive_special_modified_bessel_i1_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2810901Z test_comprehensive_special_modified_bessel_i1_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2811208Z test_comprehensive_special_modified_bessel_i1_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2811509Z test_comprehensive_special_modified_bessel_i1_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2811812Z test_comprehensive_special_modified_bessel_i1_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2812100Z test_comprehensive_special_modified_bessel_i1_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2812397Z test_comprehensive_special_modified_bessel_i1_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2812696Z test_comprehensive_special_modified_bessel_i1_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2812997Z test_comprehensive_special_modified_bessel_k0_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2813301Z test_comprehensive_special_modified_bessel_k0_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2813607Z test_comprehensive_special_modified_bessel_k0_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2813908Z test_comprehensive_special_modified_bessel_k0_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2814206Z test_comprehensive_special_modified_bessel_k0_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2814506Z test_comprehensive_special_modified_bessel_k0_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2814839Z test_comprehensive_special_modified_bessel_k0_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2815125Z test_comprehensive_special_modified_bessel_k0_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2815422Z test_comprehensive_special_modified_bessel_k1_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2815756Z test_comprehensive_special_modified_bessel_k1_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2816061Z test_comprehensive_special_modified_bessel_k1_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2816359Z test_comprehensive_special_modified_bessel_k1_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2816659Z test_comprehensive_special_modified_bessel_k1_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2816956Z test_comprehensive_special_modified_bessel_k1_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2817253Z test_comprehensive_special_modified_bessel_k1_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2817554Z test_comprehensive_special_modified_bessel_k1_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2817840Z test_comprehensive_special_ndtr_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2818120Z test_comprehensive_special_ndtr_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2818393Z test_comprehensive_special_ndtr_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2818678Z test_comprehensive_special_ndtr_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2818955Z test_comprehensive_special_ndtr_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2819234Z test_comprehensive_special_ndtr_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2819510Z test_comprehensive_special_ndtr_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2819787Z test_comprehensive_special_ndtr_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2820066Z test_comprehensive_special_ndtr_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2820346Z test_comprehensive_special_ndtri_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2820627Z test_comprehensive_special_ndtri_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2820908Z test_comprehensive_special_ndtri_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2821177Z test_comprehensive_special_ndtri_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2821455Z test_comprehensive_special_ndtri_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2821730Z test_comprehensive_special_ndtri_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2822039Z test_comprehensive_special_ndtri_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2822516Z test_comprehensive_special_ndtri_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2822858Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2823186Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2823571Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2823895Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2824222Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2824545Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2824854Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2825182Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2825508Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2825821Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2826142Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2826455Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2826766Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2827082Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2827395Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2827706Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2828023Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2828322Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2828639Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2828947Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2829254Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2829567Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2829919Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2830231Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2830541Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2830936Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.2831298Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.2831663Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.2832008Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.2832362Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.2832716Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.2833070Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.2833425Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.2833776Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.2834134Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.2834493Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.2834846Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.2835198Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.2835547Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.2835892Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.2836246Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.2836587Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.2836978Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.2837336Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.2837685Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.2838064Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.2838415Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.2838770Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.2839116Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.2839465Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.2839824Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.2840181Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.2840529Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.2840881Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.2841216Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.2841569Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.2841918Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:16:20.2842220Z test_comprehensive_special_spherical_bessel_j0_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2842534Z test_comprehensive_special_spherical_bessel_j0_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2842841Z test_comprehensive_special_spherical_bessel_j0_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2843147Z test_comprehensive_special_spherical_bessel_j0_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2843455Z test_comprehensive_special_spherical_bessel_j0_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2843759Z test_comprehensive_special_spherical_bessel_j0_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2844059Z test_comprehensive_special_spherical_bessel_j0_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2844394Z test_comprehensive_special_spherical_bessel_j0_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2844674Z test_comprehensive_special_xlog1py_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2844958Z test_comprehensive_special_xlog1py_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2845283Z test_comprehensive_special_xlog1py_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2845577Z test_comprehensive_special_xlog1py_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2845863Z test_comprehensive_special_xlog1py_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2846150Z test_comprehensive_special_xlog1py_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2846434Z test_comprehensive_special_xlog1py_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2846716Z test_comprehensive_special_xlog1py_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2846999Z test_comprehensive_special_xlog1py_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2847363Z test_comprehensive_special_xlog1py_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2847631Z test_comprehensive_special_zeta_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2847912Z test_comprehensive_special_zeta_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2848198Z test_comprehensive_special_zeta_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2848481Z test_comprehensive_special_zeta_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2848762Z test_comprehensive_special_zeta_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2849041Z test_comprehensive_special_zeta_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2849321Z test_comprehensive_special_zeta_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2849600Z test_comprehensive_special_zeta_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2849876Z test_comprehensive_split_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2850144Z test_comprehensive_split_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2850408Z test_comprehensive_split_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2850682Z test_comprehensive_split_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2850960Z test_comprehensive_split_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2851240Z test_comprehensive_split_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2851515Z test_comprehensive_split_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2851826Z test_comprehensive_split_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2852095Z test_comprehensive_split_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2852346Z test_comprehensive_split_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2852606Z test_comprehensive_split_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2852906Z test_comprehensive_split_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2853178Z test_comprehensive_split_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2853468Z test_comprehensive_split_list_args_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2853753Z test_comprehensive_split_list_args_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2854048Z test_comprehensive_split_list_args_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2854340Z test_comprehensive_split_list_args_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2854626Z test_comprehensive_split_list_args_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2854905Z test_comprehensive_split_list_args_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2855194Z test_comprehensive_split_list_args_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2855479Z test_comprehensive_split_list_args_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2855761Z test_comprehensive_split_list_args_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2856044Z test_comprehensive_split_list_args_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2856325Z test_comprehensive_split_list_args_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2856607Z test_comprehensive_split_list_args_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2856900Z test_comprehensive_split_with_sizes_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2857184Z test_comprehensive_split_with_sizes_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2857482Z test_comprehensive_split_with_sizes_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2857778Z test_comprehensive_split_with_sizes_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2858054Z test_comprehensive_split_with_sizes_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2858346Z test_comprehensive_split_with_sizes_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2858635Z test_comprehensive_split_with_sizes_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2858922Z test_comprehensive_split_with_sizes_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2859253Z test_comprehensive_split_with_sizes_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2859536Z test_comprehensive_split_with_sizes_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2859818Z test_comprehensive_split_with_sizes_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2860100Z test_comprehensive_split_with_sizes_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2860423Z test_comprehensive_split_with_sizes_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2860699Z test_comprehensive_sqrt_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2860951Z test_comprehensive_sqrt_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2861227Z test_comprehensive_sqrt_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2861502Z test_comprehensive_sqrt_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2861773Z test_comprehensive_sqrt_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2862037Z test_comprehensive_sqrt_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2862508Z test_comprehensive_sqrt_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2862796Z test_comprehensive_sqrt_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2863053Z test_comprehensive_sqrt_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2863326Z test_comprehensive_sqrt_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2863578Z test_comprehensive_sqrt_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2863850Z test_comprehensive_square_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2864120Z test_comprehensive_square_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2864400Z test_comprehensive_square_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2864677Z test_comprehensive_square_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2864953Z test_comprehensive_square_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2865228Z test_comprehensive_square_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2865493Z test_comprehensive_square_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2865763Z test_comprehensive_square_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2866032Z test_comprehensive_square_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2866287Z test_comprehensive_square_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2866554Z test_comprehensive_square_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2866822Z test_comprehensive_square_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2867168Z test_comprehensive_squeeze_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2867437Z test_comprehensive_squeeze_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2867718Z test_comprehensive_squeeze_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2868040Z test_comprehensive_squeeze_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2868323Z test_comprehensive_squeeze_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2868596Z test_comprehensive_squeeze_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2868868Z test_comprehensive_squeeze_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2869134Z test_comprehensive_squeeze_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2869404Z test_comprehensive_squeeze_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2869675Z test_comprehensive_squeeze_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2869947Z test_comprehensive_squeeze_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2870222Z test_comprehensive_squeeze_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2870493Z test_comprehensive_squeeze_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2870770Z test_comprehensive_stack_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2871034Z test_comprehensive_stack_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2871312Z test_comprehensive_stack_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2871577Z test_comprehensive_stack_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2871852Z test_comprehensive_stack_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2872122Z test_comprehensive_stack_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2872391Z test_comprehensive_stack_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2872659Z test_comprehensive_stack_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2872927Z test_comprehensive_stack_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2873192Z test_comprehensive_stack_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2873452Z test_comprehensive_stack_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2873718Z test_comprehensive_stack_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2873978Z test_comprehensive_stack_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2874236Z test_comprehensive_std_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2874545Z test_comprehensive_std_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2874819Z test_comprehensive_std_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2875084Z test_comprehensive_std_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2875347Z test_comprehensive_std_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2875638Z test_comprehensive_std_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2875916Z test_comprehensive_std_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2876195Z test_comprehensive_std_mean_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2876479Z test_comprehensive_std_mean_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2876755Z test_comprehensive_std_mean_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2877016Z test_comprehensive_std_mean_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2877287Z test_comprehensive_std_mean_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2877563Z test_comprehensive_stft_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2877835Z test_comprehensive_stft_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2878104Z test_comprehensive_stft_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2878374Z test_comprehensive_stft_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2878638Z test_comprehensive_sub_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2878978Z test_comprehensive_sub_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2879374Z test_comprehensive_sub_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2879767Z test_comprehensive_sub_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2880271Z test_comprehensive_sub_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2880682Z test_comprehensive_sub_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2880945Z test_comprehensive_sub_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2881209Z test_comprehensive_sub_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2881470Z test_comprehensive_sub_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2881731Z test_comprehensive_sub_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2881992Z test_comprehensive_sub_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2882251Z test_comprehensive_sub_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2882580Z test_comprehensive_sum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2882827Z test_comprehensive_sum_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2883100Z test_comprehensive_sum_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2883376Z test_comprehensive_sum_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2883673Z test_comprehensive_sum_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2883937Z test_comprehensive_sum_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2884200Z test_comprehensive_sum_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2884463Z test_comprehensive_sum_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2884723Z test_comprehensive_sum_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2884979Z test_comprehensive_sum_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2885225Z test_comprehensive_sum_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2885480Z test_comprehensive_sum_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2885760Z test_comprehensive_sum_to_size_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2886034Z test_comprehensive_sum_to_size_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2886324Z test_comprehensive_sum_to_size_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2886607Z test_comprehensive_sum_to_size_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2886886Z test_comprehensive_sum_to_size_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2887257Z test_comprehensive_sum_to_size_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2887544Z test_comprehensive_sum_to_size_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2887822Z test_comprehensive_sum_to_size_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2888083Z test_comprehensive_sum_to_size_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2888358Z test_comprehensive_sum_to_size_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2888634Z test_comprehensive_sum_to_size_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2888905Z test_comprehensive_sum_to_size_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2889182Z test_comprehensive_svd_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2889455Z test_comprehensive_svd_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2889724Z test_comprehensive_svd_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2889989Z test_comprehensive_svd_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2890318Z test_comprehensive_svd_lowrank_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2890605Z test_comprehensive_svd_lowrank_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2890872Z test_comprehensive_symeig_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2891147Z test_comprehensive_symeig_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2891452Z test_comprehensive_symeig_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2891727Z test_comprehensive_symeig_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2891995Z test_comprehensive_t_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2892260Z test_comprehensive_t_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2892530Z test_comprehensive_t_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2892797Z test_comprehensive_t_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2893064Z test_comprehensive_t_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2893324Z test_comprehensive_t_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2893575Z test_comprehensive_t_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2893833Z test_comprehensive_t_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2894092Z test_comprehensive_t_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2894353Z test_comprehensive_t_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2894613Z test_comprehensive_t_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2894872Z test_comprehensive_t_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2895164Z test_comprehensive_take_along_dim_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2895444Z test_comprehensive_take_along_dim_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2895734Z test_comprehensive_take_along_dim_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2896011Z test_comprehensive_take_along_dim_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2896298Z test_comprehensive_take_along_dim_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2896582Z test_comprehensive_take_along_dim_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2896866Z test_comprehensive_take_along_dim_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2897147Z test_comprehensive_take_along_dim_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2897426Z test_comprehensive_take_along_dim_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2897747Z test_comprehensive_take_along_dim_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2898024Z test_comprehensive_take_along_dim_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2898305Z test_comprehensive_take_along_dim_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2898577Z test_comprehensive_take_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2898865Z test_comprehensive_take_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2899142Z test_comprehensive_take_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2899413Z test_comprehensive_take_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2899684Z test_comprehensive_take_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2899954Z test_comprehensive_take_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2900223Z test_comprehensive_take_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2900488Z test_comprehensive_take_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2900750Z test_comprehensive_take_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2901005Z test_comprehensive_take_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2901270Z test_comprehensive_take_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2901526Z test_comprehensive_take_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2901793Z test_comprehensive_tan_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2902055Z test_comprehensive_tan_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2902549Z test_comprehensive_tan_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2902831Z test_comprehensive_tan_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2903100Z test_comprehensive_tan_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2903366Z test_comprehensive_tan_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2903636Z test_comprehensive_tan_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2903894Z test_comprehensive_tan_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2904138Z test_comprehensive_tan_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2904399Z test_comprehensive_tan_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2904665Z test_comprehensive_tan_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2904937Z test_comprehensive_tanh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2905194Z test_comprehensive_tanh_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2905541Z test_comprehensive_tanh_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2905816Z test_comprehensive_tanh_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2906088Z test_comprehensive_tanh_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2906356Z test_comprehensive_tanh_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2906695Z test_comprehensive_tanh_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2906951Z test_comprehensive_tanh_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2907211Z test_comprehensive_tanh_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2907476Z test_comprehensive_tanh_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2907737Z test_comprehensive_tanh_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2908020Z test_comprehensive_tensor_split_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2908304Z test_comprehensive_tensor_split_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2908592Z test_comprehensive_tensor_split_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2908881Z test_comprehensive_tensor_split_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2909170Z test_comprehensive_tensor_split_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2909450Z test_comprehensive_tensor_split_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2909719Z test_comprehensive_tensor_split_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2909995Z test_comprehensive_tensor_split_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2910274Z test_comprehensive_tensor_split_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2910553Z test_comprehensive_tensor_split_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2910833Z test_comprehensive_tensor_split_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2911114Z test_comprehensive_tensor_split_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2911392Z test_comprehensive_tensordot_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2911679Z test_comprehensive_tensordot_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2911961Z test_comprehensive_tensordot_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2912240Z test_comprehensive_tensordot_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2912504Z test_comprehensive_tensordot_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2912777Z test_comprehensive_tensordot_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2913102Z test_comprehensive_tensordot_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2913375Z test_comprehensive_tensordot_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2913646Z test_comprehensive_tensordot_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2913953Z test_comprehensive_tensordot_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2914225Z test_comprehensive_tile_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2914493Z test_comprehensive_tile_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2914770Z test_comprehensive_tile_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2915031Z test_comprehensive_tile_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2915302Z test_comprehensive_tile_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2915570Z test_comprehensive_tile_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2915834Z test_comprehensive_tile_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2916097Z test_comprehensive_tile_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2916359Z test_comprehensive_tile_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2916617Z test_comprehensive_tile_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2916881Z test_comprehensive_tile_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2917145Z test_comprehensive_tile_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2917414Z test_comprehensive_to_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2917664Z test_comprehensive_to_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2917935Z test_comprehensive_to_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2918204Z test_comprehensive_to_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2918469Z test_comprehensive_to_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2918728Z test_comprehensive_to_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2918991Z test_comprehensive_to_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2919252Z test_comprehensive_to_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2919508Z test_comprehensive_to_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2919760Z test_comprehensive_to_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2920008Z test_comprehensive_to_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2920304Z test_comprehensive_to_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2920583Z test_comprehensive_to_sparse_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2920856Z test_comprehensive_to_sparse_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2921138Z test_comprehensive_to_sparse_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2921449Z test_comprehensive_to_sparse_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2921727Z test_comprehensive_to_sparse_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2922004Z test_comprehensive_to_sparse_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2922280Z test_comprehensive_to_sparse_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2922553Z test_comprehensive_to_sparse_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2922815Z test_comprehensive_to_sparse_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2923090Z test_comprehensive_to_sparse_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2923364Z test_comprehensive_to_sparse_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2923637Z test_comprehensive_to_sparse_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2923906Z test_comprehensive_topk_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2924178Z test_comprehensive_topk_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2924444Z test_comprehensive_topk_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2924708Z test_comprehensive_topk_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2924969Z test_comprehensive_topk_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2925230Z test_comprehensive_topk_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2925481Z test_comprehensive_topk_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2925743Z test_comprehensive_topk_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2926024Z test_comprehensive_trace_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2926299Z test_comprehensive_trace_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2926571Z test_comprehensive_trace_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2926839Z test_comprehensive_trace_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2927106Z test_comprehensive_trace_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2927448Z test_comprehensive_trace_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2927718Z test_comprehensive_trace_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2928007Z test_comprehensive_trace_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2928275Z test_comprehensive_trace_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2928556Z test_comprehensive_transpose_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2928833Z test_comprehensive_transpose_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2929154Z test_comprehensive_transpose_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2929440Z test_comprehensive_transpose_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2929722Z test_comprehensive_transpose_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2930004Z test_comprehensive_transpose_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2930282Z test_comprehensive_transpose_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2930556Z test_comprehensive_transpose_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2930819Z test_comprehensive_transpose_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2931090Z test_comprehensive_transpose_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2931365Z test_comprehensive_transpose_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2931641Z test_comprehensive_transpose_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2931917Z test_comprehensive_transpose_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2932202Z test_comprehensive_trapezoid_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2932491Z test_comprehensive_trapezoid_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2932778Z test_comprehensive_trapezoid_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2933058Z test_comprehensive_trapezoid_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2933339Z test_comprehensive_trapezoid_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2933609Z test_comprehensive_trapezoid_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2933884Z test_comprehensive_trapezoid_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2934160Z test_comprehensive_trapezoid_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2934429Z test_comprehensive_trapezoid_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2934707Z test_comprehensive_trapezoid_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2934980Z test_comprehensive_trapezoid_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2935256Z test_comprehensive_trapz_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2935570Z test_comprehensive_trapz_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2935844Z test_comprehensive_trapz_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2936116Z test_comprehensive_trapz_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2936378Z test_comprehensive_trapz_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2936680Z test_comprehensive_trapz_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2936949Z test_comprehensive_trapz_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2937213Z test_comprehensive_trapz_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2937475Z test_comprehensive_trapz_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2937746Z test_comprehensive_trapz_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2938013Z test_comprehensive_trapz_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2938315Z test_comprehensive_triangular_solve_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2938613Z test_comprehensive_triangular_solve_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2938907Z test_comprehensive_triangular_solve_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2939183Z test_comprehensive_triangular_solve_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2939455Z test_comprehensive_tril_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2939719Z test_comprehensive_tril_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2939995Z test_comprehensive_tril_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2940274Z test_comprehensive_tril_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2940544Z test_comprehensive_tril_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2940815Z test_comprehensive_tril_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2941083Z test_comprehensive_tril_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2941351Z test_comprehensive_tril_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2941600Z test_comprehensive_tril_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2941860Z test_comprehensive_tril_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2942128Z test_comprehensive_tril_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2942626Z test_comprehensive_tril_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2942905Z test_comprehensive_tril_indices_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2943238Z test_comprehensive_tril_indices_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2943513Z test_comprehensive_triu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2943777Z test_comprehensive_triu_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2944057Z test_comprehensive_triu_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2944377Z test_comprehensive_triu_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2944635Z test_comprehensive_triu_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2944908Z test_comprehensive_triu_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2945177Z test_comprehensive_triu_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2945442Z test_comprehensive_triu_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2945706Z test_comprehensive_triu_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2945965Z test_comprehensive_triu_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2946230Z test_comprehensive_triu_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2946489Z test_comprehensive_triu_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2946766Z test_comprehensive_triu_indices_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2947033Z test_comprehensive_triu_indices_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2947316Z test_comprehensive_true_divide_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2947597Z test_comprehensive_true_divide_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2947884Z test_comprehensive_true_divide_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2948172Z test_comprehensive_true_divide_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2948456Z test_comprehensive_true_divide_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2948735Z test_comprehensive_true_divide_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2949012Z test_comprehensive_true_divide_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2949286Z test_comprehensive_true_divide_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2949560Z test_comprehensive_true_divide_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2949824Z test_comprehensive_true_divide_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2950103Z test_comprehensive_true_divide_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2950379Z test_comprehensive_true_divide_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2950684Z test_comprehensive_trunc_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2950956Z test_comprehensive_trunc_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2951221Z test_comprehensive_trunc_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2951488Z test_comprehensive_trunc_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2951783Z test_comprehensive_trunc_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2952042Z test_comprehensive_trunc_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2952308Z test_comprehensive_trunc_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2952562Z test_comprehensive_trunc_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2952832Z test_comprehensive_unbind_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2953093Z test_comprehensive_unbind_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2953368Z test_comprehensive_unbind_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2953643Z test_comprehensive_unbind_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2953917Z test_comprehensive_unbind_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2954191Z test_comprehensive_unbind_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2954458Z test_comprehensive_unbind_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2954732Z test_comprehensive_unbind_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2954998Z test_comprehensive_unbind_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2955259Z test_comprehensive_unbind_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2955524Z test_comprehensive_unbind_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2955789Z test_comprehensive_unbind_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2956057Z test_comprehensive_unbind_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2956342Z test_comprehensive_unflatten_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2956615Z test_comprehensive_unflatten_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2956898Z test_comprehensive_unflatten_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2957177Z test_comprehensive_unflatten_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2957459Z test_comprehensive_unflatten_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2957737Z test_comprehensive_unflatten_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2958041Z test_comprehensive_unflatten_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2958314Z test_comprehensive_unflatten_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2958588Z test_comprehensive_unflatten_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2958859Z test_comprehensive_unflatten_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2959171Z test_comprehensive_unflatten_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2959443Z test_comprehensive_unflatten_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2959715Z test_comprehensive_unflatten_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2959984Z test_comprehensive_unfold_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2960251Z test_comprehensive_unfold_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2960518Z test_comprehensive_unfold_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2960793Z test_comprehensive_unfold_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2961066Z test_comprehensive_unfold_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2961335Z test_comprehensive_unfold_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2961603Z test_comprehensive_unfold_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2961876Z test_comprehensive_unfold_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2962142Z test_comprehensive_unfold_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2962407Z test_comprehensive_unfold_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2962671Z test_comprehensive_unfold_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2962942Z test_comprehensive_unfold_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2963194Z test_comprehensive_unfold_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2963469Z test_comprehensive_uniform_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2963749Z test_comprehensive_uniform_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2964028Z test_comprehensive_uniform_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2964300Z test_comprehensive_uniform_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2964574Z test_comprehensive_uniform_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2964846Z test_comprehensive_uniform_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2965147Z test_comprehensive_unique_consecutive_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2965436Z test_comprehensive_unique_consecutive_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2965779Z test_comprehensive_unique_consecutive_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2966055Z test_comprehensive_unique_consecutive_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2966341Z test_comprehensive_unique_consecutive_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2966665Z test_comprehensive_unique_consecutive_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2966951Z test_comprehensive_unique_consecutive_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2967307Z test_comprehensive_unique_consecutive_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2967607Z test_comprehensive_unique_consecutive_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2967882Z test_comprehensive_unique_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2968151Z test_comprehensive_unique_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2968423Z test_comprehensive_unique_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2968695Z test_comprehensive_unique_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2968947Z test_comprehensive_unique_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2969216Z test_comprehensive_unique_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2969485Z test_comprehensive_unique_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2969756Z test_comprehensive_unique_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2970019Z test_comprehensive_unique_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2970301Z test_comprehensive_unsqueeze_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2970575Z test_comprehensive_unsqueeze_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2970858Z test_comprehensive_unsqueeze_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2971139Z test_comprehensive_unsqueeze_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2971422Z test_comprehensive_unsqueeze_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2971689Z test_comprehensive_unsqueeze_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2971964Z test_comprehensive_unsqueeze_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2972241Z test_comprehensive_unsqueeze_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2972513Z test_comprehensive_unsqueeze_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2972785Z test_comprehensive_unsqueeze_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2973102Z test_comprehensive_unsqueeze_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2973376Z test_comprehensive_unsqueeze_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2973649Z test_comprehensive_unsqueeze_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2973964Z test_comprehensive_var_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2974260Z test_comprehensive_var_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2974568Z test_comprehensive_var_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2974871Z test_comprehensive_var_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2975283Z test_comprehensive_var_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2975579Z test_comprehensive_var_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2975899Z test_comprehensive_var_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2976244Z test_comprehensive_var_mean_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2976514Z test_comprehensive_var_mean_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2976819Z test_comprehensive_var_mean_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2977125Z test_comprehensive_var_mean_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2977433Z test_comprehensive_var_mean_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2977732Z test_comprehensive_vdot_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2978058Z test_comprehensive_vdot_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2978367Z test_comprehensive_vdot_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2978666Z test_comprehensive_vdot_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2978965Z test_comprehensive_vdot_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2979264Z test_comprehensive_vdot_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2979519Z test_comprehensive_vdot_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2979806Z test_comprehensive_vdot_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2980101Z test_comprehensive_vdot_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2980394Z test_comprehensive_vdot_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2980745Z test_comprehensive_view_as_complex_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2981064Z test_comprehensive_view_as_complex_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2981380Z test_comprehensive_view_as_complex_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2981752Z test_comprehensive_view_as_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2982053Z test_comprehensive_view_as_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2982599Z test_comprehensive_view_as_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2982935Z test_comprehensive_view_as_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2983252Z test_comprehensive_view_as_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2983556Z test_comprehensive_view_as_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2983891Z test_comprehensive_view_as_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2984192Z test_comprehensive_view_as_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2984493Z test_comprehensive_view_as_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2984789Z test_comprehensive_view_as_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2985091Z test_comprehensive_view_as_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2985398Z test_comprehensive_view_as_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2985657Z test_comprehensive_view_as_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2985975Z test_comprehensive_view_as_real_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2986289Z test_comprehensive_view_as_real_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2986609Z test_comprehensive_view_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2986936Z test_comprehensive_view_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2987246Z test_comprehensive_view_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2987547Z test_comprehensive_view_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2987858Z test_comprehensive_view_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2988158Z test_comprehensive_view_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2988452Z test_comprehensive_view_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2988712Z test_comprehensive_view_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2989005Z test_comprehensive_view_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2989320Z test_comprehensive_view_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2989619Z test_comprehensive_view_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2989913Z test_comprehensive_view_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2990257Z test_comprehensive_view_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2990564Z test_comprehensive_vsplit_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2990861Z test_comprehensive_vsplit_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2991169Z test_comprehensive_vsplit_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2991505Z test_comprehensive_vsplit_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2991773Z test_comprehensive_vsplit_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2992131Z test_comprehensive_vsplit_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2992449Z test_comprehensive_vsplit_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2992747Z test_comprehensive_vsplit_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2993044Z test_comprehensive_vsplit_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2993339Z test_comprehensive_vsplit_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2993638Z test_comprehensive_vsplit_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2993936Z test_comprehensive_vsplit_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2994238Z test_comprehensive_vsplit_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2994498Z test_comprehensive_vstack_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2994827Z test_comprehensive_vstack_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2995135Z test_comprehensive_vstack_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2995443Z test_comprehensive_vstack_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2995747Z test_comprehensive_vstack_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2996053Z test_comprehensive_vstack_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2996359Z test_comprehensive_vstack_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2996659Z test_comprehensive_vstack_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2996996Z test_comprehensive_vstack_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2997316Z test_comprehensive_vstack_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2997578Z test_comprehensive_vstack_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2997873Z test_comprehensive_vstack_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2998165Z test_comprehensive_vstack_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2998508Z test_comprehensive_where_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2998805Z test_comprehensive_where_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2999110Z test_comprehensive_where_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2999424Z test_comprehensive_where_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.2999763Z test_comprehensive_where_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3000087Z test_comprehensive_where_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3000394Z test_comprehensive_where_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3000651Z test_comprehensive_where_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3000947Z test_comprehensive_where_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3001241Z test_comprehensive_where_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3001537Z test_comprehensive_where_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3001834Z test_comprehensive_where_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3002161Z test_comprehensive_where_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3002458Z test_comprehensive_xlogy_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3002772Z test_comprehensive_xlogy_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3003071Z test_comprehensive_xlogy_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3003328Z test_comprehensive_xlogy_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3003629Z test_comprehensive_xlogy_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3003932Z test_comprehensive_xlogy_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3004227Z test_comprehensive_xlogy_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3004519Z test_comprehensive_xlogy_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3004816Z test_comprehensive_xlogy_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3005106Z test_comprehensive_xlogy_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3005431Z test_comprehensive_zero__cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3005728Z test_comprehensive_zero__cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3006048Z test_comprehensive_zero__cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3006313Z test_comprehensive_zero__cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3006611Z test_comprehensive_zero__cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3006941Z test_comprehensive_zero__cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3007339Z test_comprehensive_zero__cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3007636Z test_comprehensive_zero__cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3007931Z test_comprehensive_zero__cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3008289Z test_comprehensive_zero__cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3008589Z test_comprehensive_zero__cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3008877Z test_comprehensive_zero__cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3009179Z test_comprehensive_zeros_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3009436Z test_comprehensive_zeros_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3021461Z test_comprehensive_zeros_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3021850Z test_comprehensive_zeros_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3022139Z test_comprehensive_zeros_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3022641Z test_comprehensive_zeros_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3022920Z test_comprehensive_zeros_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3023185Z test_comprehensive_zeros_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3023456Z test_comprehensive_zeros_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3023718Z test_comprehensive_zeros_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3023984Z test_comprehensive_zeros_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3024253Z test_comprehensive_zeros_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3024523Z test_comprehensive_zeros_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3024806Z test_comprehensive_zeros_like_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3025083Z test_comprehensive_zeros_like_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3025369Z test_comprehensive_zeros_like_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3025655Z test_comprehensive_zeros_like_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3025929Z test_comprehensive_zeros_like_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3026217Z test_comprehensive_zeros_like_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3026495Z test_comprehensive_zeros_like_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3026908Z test_comprehensive_zeros_like_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3027183Z test_comprehensive_zeros_like_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3027459Z test_comprehensive_zeros_like_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3027729Z test_comprehensive_zeros_like_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3028051Z test_comprehensive_zeros_like_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3028329Z test_comprehensive_zeros_like_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3028569Z test_quick_abs_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3028831Z test_quick_abs_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3029088Z test_quick_abs_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3029343Z test_quick_abs_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3029597Z test_quick_abs_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3029849Z test_quick_abs_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3030099Z test_quick_abs_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3030346Z test_quick_abs_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3030595Z test_quick_abs_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3030839Z test_quick_abs_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3031075Z test_quick_abs_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3031325Z test_quick_abs_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3031583Z test_quick_acos_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3031828Z test_quick_acos_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3032088Z test_quick_acos_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3032348Z test_quick_acos_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3032604Z test_quick_acos_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3032856Z test_quick_acos_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3033104Z test_quick_acos_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3033339Z test_quick_acos_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3033588Z test_quick_acos_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3033835Z test_quick_acos_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3034081Z test_quick_acos_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3034373Z test_quick_acosh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3034617Z test_quick_acosh_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3034880Z test_quick_acosh_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3035138Z test_quick_acosh_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3035427Z test_quick_acosh_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3035675Z test_quick_acosh_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3035925Z test_quick_acosh_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3036177Z test_quick_acosh_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3036423Z test_quick_acosh_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3036669Z test_quick_acosh_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3036920Z test_quick_acosh_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3037180Z test_quick_add_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3037427Z test_quick_add_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3037686Z test_quick_add_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3037929Z test_quick_add_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3038189Z test_quick_add_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3038437Z test_quick_add_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3038683Z test_quick_add_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3038933Z test_quick_add_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3039188Z test_quick_add_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3039434Z test_quick_add_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3039676Z test_quick_add_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3039926Z test_quick_add_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3040173Z test_quick_add_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3040422Z test_quick_addcdiv_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3040688Z test_quick_addcdiv_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3040953Z test_quick_addcdiv_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3041214Z test_quick_addcdiv_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3041471Z test_quick_addcdiv_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3041765Z test_quick_addcmul_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3042033Z test_quick_addcmul_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3042294Z test_quick_addcmul_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3042549Z test_quick_addcmul_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3042826Z test_quick_addcmul_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3043084Z test_quick_addcmul_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3043339Z test_quick_addcmul_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3043597Z test_quick_addcmul_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3043853Z test_quick_addcmul_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3044106Z test_quick_addcmul_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3044363Z test_quick_addmm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3044628Z test_quick_addmm_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3044885Z test_quick_addmm_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3045124Z test_quick_addmm_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3045378Z test_quick_addmm_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3045630Z test_quick_addmm_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3045880Z test_quick_addmm_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3046127Z test_quick_addmm_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3046377Z test_quick_addmm_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3046630Z test_quick_addmm_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3046907Z test_quick_addmm_decomposed_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3047274Z test_quick_addmm_decomposed_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3047563Z test_quick_addmm_decomposed_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3047830Z test_quick_addmm_decomposed_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3048110Z test_quick_addmm_decomposed_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3048384Z test_quick_addmm_decomposed_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3048659Z test_quick_addmm_decomposed_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3048926Z test_quick_addmm_decomposed_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3049199Z test_quick_addmm_decomposed_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3049531Z test_quick_addmm_decomposed_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3049789Z test_quick_addr_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3050039Z test_quick_addr_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3050287Z test_quick_addr_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3050586Z test_quick_addr_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3050844Z test_quick_addr_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3051096Z test_quick_addr_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3051354Z test_quick_addr_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3051604Z test_quick_addr_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3051854Z test_quick_addr_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3052106Z test_quick_addr_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3052358Z test_quick_addr_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3052603Z test_quick_addr_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3052844Z test_quick_all_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3053094Z test_quick_all_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3053347Z test_quick_all_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3053604Z test_quick_all_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3053857Z test_quick_all_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3054110Z test_quick_all_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3054361Z test_quick_all_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3054606Z test_quick_all_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3054853Z test_quick_all_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3055083Z test_quick_all_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3055331Z test_quick_all_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3055578Z test_quick_all_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3055833Z test_quick_amax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3056079Z test_quick_amax_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3056333Z test_quick_amax_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3056586Z test_quick_amax_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3056875Z test_quick_amax_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3057123Z test_quick_amax_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3057358Z test_quick_amax_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3057607Z test_quick_amax_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3057885Z test_quick_amax_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3058135Z test_quick_amax_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3058389Z test_quick_amin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3058637Z test_quick_amin_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3058892Z test_quick_amin_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3059143Z test_quick_amin_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3059396Z test_quick_amin_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3059632Z test_quick_amin_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3059884Z test_quick_amin_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3060131Z test_quick_amin_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3060379Z test_quick_amin_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3060628Z test_quick_amin_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3060880Z test_quick_any_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3061127Z test_quick_any_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3061382Z test_quick_any_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3061641Z test_quick_any_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3061879Z test_quick_any_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3062130Z test_quick_any_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3062610Z test_quick_any_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3062864Z test_quick_any_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3063109Z test_quick_any_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3063352Z test_quick_any_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3063604Z test_quick_any_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3063854Z test_quick_any_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3064116Z test_quick_arange_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3064445Z test_quick_arange_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3064691Z test_quick_arange_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3064950Z test_quick_arange_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3065204Z test_quick_arange_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3065458Z test_quick_arange_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3065751Z test_quick_arange_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3066007Z test_quick_arange_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3066260Z test_quick_arange_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3066524Z test_quick_asin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3066774Z test_quick_asin_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3067020Z test_quick_asin_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3067280Z test_quick_asin_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3067536Z test_quick_asin_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3067786Z test_quick_asin_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3068038Z test_quick_asin_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3068291Z test_quick_asin_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3068535Z test_quick_asin_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3068781Z test_quick_asin_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3069031Z test_quick_asin_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3069276Z test_quick_asinh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3069523Z test_quick_asinh_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3069783Z test_quick_asinh_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3070045Z test_quick_asinh_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3070301Z test_quick_asinh_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3070558Z test_quick_asinh_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3070806Z test_quick_asinh_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3071055Z test_quick_asinh_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3071306Z test_quick_asinh_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3071542Z test_quick_asinh_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3071790Z test_quick_asinh_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3072090Z test_quick_atan2_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3072339Z test_quick_atan2_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3072594Z test_quick_atan2_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3072851Z test_quick_atan2_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3073130Z test_quick_atan2_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3073379Z test_quick_atan2_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3073628Z test_quick_atan2_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3073878Z test_quick_atan2_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3074111Z test_quick_atan2_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3074363Z test_quick_atan_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3074612Z test_quick_atan_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3074875Z test_quick_atan_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3075134Z test_quick_atan_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3075388Z test_quick_atan_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3075641Z test_quick_atan_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3075890Z test_quick_atan_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3076138Z test_quick_atan_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3076370Z test_quick_atan_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3076618Z test_quick_atan_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3076867Z test_quick_atan_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3077123Z test_quick_atanh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3077368Z test_quick_atanh_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3077630Z test_quick_atanh_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3077888Z test_quick_atanh_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3078142Z test_quick_atanh_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3078397Z test_quick_atanh_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3078638Z test_quick_atanh_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3078886Z test_quick_atanh_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3079133Z test_quick_atanh_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3079424Z test_quick_atanh_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3079671Z test_quick_atanh_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3079935Z test_quick_bitwise_and_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3080201Z test_quick_bitwise_and_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3080524Z test_quick_bitwise_and_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3080782Z test_quick_bitwise_and_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3081029Z test_quick_bitwise_and_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3081295Z test_quick_bitwise_and_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3081568Z test_quick_bitwise_left_shift_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3081840Z test_quick_bitwise_left_shift_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3082106Z test_quick_bitwise_left_shift_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3082381Z test_quick_bitwise_left_shift_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3082650Z test_quick_bitwise_left_shift_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3082914Z test_quick_bitwise_not_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3083177Z test_quick_bitwise_not_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3083440Z test_quick_bitwise_not_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3083682Z test_quick_bitwise_not_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3083944Z test_quick_bitwise_not_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3084203Z test_quick_bitwise_not_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3084464Z test_quick_bitwise_or_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3084725Z test_quick_bitwise_or_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3084981Z test_quick_bitwise_or_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3085234Z test_quick_bitwise_or_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3085490Z test_quick_bitwise_or_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3085746Z test_quick_bitwise_or_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3086009Z test_quick_bitwise_right_shift_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3086284Z test_quick_bitwise_right_shift_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3086559Z test_quick_bitwise_right_shift_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3086868Z test_quick_bitwise_right_shift_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3087215Z test_quick_bitwise_right_shift_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3087483Z test_quick_bitwise_xor_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3087748Z test_quick_bitwise_xor_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3088042Z test_quick_bitwise_xor_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3088300Z test_quick_bitwise_xor_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3088560Z test_quick_bitwise_xor_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3088809Z test_quick_bitwise_xor_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3089064Z test_quick_cat_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3089313Z test_quick_cat_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3089575Z test_quick_cat_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3089836Z test_quick_cat_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3090093Z test_quick_cat_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3090344Z test_quick_cat_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3090598Z test_quick_cat_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3090849Z test_quick_cat_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3091084Z test_quick_cat_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3091334Z test_quick_cat_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3091578Z test_quick_cat_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3091829Z test_quick_cat_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3092076Z test_quick_cat_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3092331Z test_quick_ceil_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3092590Z test_quick_ceil_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3092841Z test_quick_ceil_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3093091Z test_quick_ceil_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3093341Z test_quick_ceil_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3093576Z test_quick_ceil_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3093824Z test_quick_ceil_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3094066Z test_quick_ceil_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3094365Z test_quick_clamp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3094618Z test_quick_clamp_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3094870Z test_quick_clamp_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3095120Z test_quick_clamp_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3095405Z test_quick_clamp_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3095657Z test_quick_clamp_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3095896Z test_quick_clamp_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3096145Z test_quick_clamp_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3096406Z test_quick_clamp_max_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3096667Z test_quick_clamp_max_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3096929Z test_quick_clamp_max_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3097187Z test_quick_clamp_max_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3097441Z test_quick_clamp_max_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3097699Z test_quick_clamp_max_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3097952Z test_quick_clamp_max_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3098198Z test_quick_clamp_max_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3098453Z test_quick_clamp_max_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3098704Z test_quick_clamp_max_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3098966Z test_quick_clamp_min_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3099222Z test_quick_clamp_min_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3099479Z test_quick_clamp_min_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3099740Z test_quick_clamp_min_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3099998Z test_quick_clamp_min_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3100253Z test_quick_clamp_min_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3100505Z test_quick_clamp_min_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3100747Z test_quick_clamp_min_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3101003Z test_quick_clamp_min_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3101254Z test_quick_clamp_min_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3101510Z test_quick_clone_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3101811Z test_quick_clone_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3102073Z test_quick_clone_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3102576Z test_quick_clone_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3102843Z test_quick_clone_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3103168Z test_quick_clone_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3103411Z test_quick_clone_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3103666Z test_quick_clone_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3103918Z test_quick_clone_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3104167Z test_quick_clone_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3104417Z test_quick_clone_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3104669Z test_quick_clone_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3104919Z test_quick_clone_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3105193Z test_quick_conj_physical_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3105459Z test_quick_conj_physical_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3105721Z test_quick_conj_physical_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3105996Z test_quick_conj_physical_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3106268Z test_quick_conj_physical_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3106537Z test_quick_conj_physical_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3106808Z test_quick_conj_physical_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3107076Z test_quick_conj_physical_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3107338Z test_quick_conj_physical_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3107602Z test_quick_conj_physical_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3107860Z test_quick_conj_physical_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3108123Z test_quick_conj_physical_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3108369Z test_quick_conj_physical_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3108645Z test_quick_constant_pad_nd_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3108912Z test_quick_constant_pad_nd_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3109195Z test_quick_constant_pad_nd_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3109519Z test_quick_constant_pad_nd_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3109787Z test_quick_constant_pad_nd_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3110057Z test_quick_constant_pad_nd_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3110327Z test_quick_constant_pad_nd_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3110623Z test_quick_constant_pad_nd_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3110886Z test_quick_constant_pad_nd_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3111142Z test_quick_constant_pad_nd_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3111412Z test_quick_constant_pad_nd_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3111677Z test_quick_constant_pad_nd_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3111939Z test_quick_copysign_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3112193Z test_quick_copysign_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3112457Z test_quick_copysign_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3112715Z test_quick_copysign_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3112977Z test_quick_copysign_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3113235Z test_quick_copysign_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3113481Z test_quick_copysign_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3113739Z test_quick_copysign_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3113995Z test_quick_copysign_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3114254Z test_quick_copysign_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3114507Z test_quick_cos_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3114758Z test_quick_cos_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3115017Z test_quick_cos_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3115272Z test_quick_cos_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3115523Z test_quick_cos_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3115762Z test_quick_cos_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3116012Z test_quick_cos_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3116261Z test_quick_cos_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3116507Z test_quick_cos_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3116754Z test_quick_cos_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3117035Z test_quick_cos_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3117290Z test_quick_cosh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3117533Z test_quick_cosh_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3117794Z test_quick_cosh_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3118082Z test_quick_cosh_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3118325Z test_quick_cosh_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3118579Z test_quick_cosh_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3118831Z test_quick_cosh_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3119080Z test_quick_cosh_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3119329Z test_quick_cosh_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3119578Z test_quick_cosh_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3119825Z test_quick_cosh_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3120084Z test_quick_cumsum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3120346Z test_quick_cumsum_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3120598Z test_quick_cumsum_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3120853Z test_quick_cumsum_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3121107Z test_quick_cumsum_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3121360Z test_quick_cumsum_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3121614Z test_quick_cumsum_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3121865Z test_quick_cumsum_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3122118Z test_quick_cumsum_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3122368Z test_quick_cumsum_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3122635Z test_quick_diag_embed_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3122883Z test_quick_diag_embed_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3123156Z test_quick_diag_embed_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3123426Z test_quick_diag_embed_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3123689Z test_quick_diag_embed_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3123954Z test_quick_diag_embed_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3124215Z test_quick_diag_embed_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3124507Z test_quick_diag_embed_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3124766Z test_quick_diag_embed_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3125021Z test_quick_diag_embed_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3125271Z test_quick_diag_embed_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3125544Z test_quick_diag_embed_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3125806Z test_quick_diag_embed_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3126070Z test_quick_diagonal_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3126330Z test_quick_diagonal_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3126599Z test_quick_diagonal_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3126863Z test_quick_diagonal_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3127124Z test_quick_diagonal_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3127464Z test_quick_diagonal_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3127720Z test_quick_diagonal_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3127968Z test_quick_diagonal_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3128231Z test_quick_diagonal_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3128486Z test_quick_diagonal_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3128743Z test_quick_diagonal_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3129001Z test_quick_diagonal_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3129258Z test_quick_diagonal_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3129522Z test_quick_digamma_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3129777Z test_quick_digamma_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3130037Z test_quick_digamma_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3130285Z test_quick_digamma_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3130541Z test_quick_digamma_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3130797Z test_quick_digamma_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3131051Z test_quick_digamma_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3131303Z test_quick_digamma_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3131558Z test_quick_digamma_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3131872Z test_quick_div_floor_rounding_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3132148Z test_quick_div_floor_rounding_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3132425Z test_quick_div_floor_rounding_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3132696Z test_quick_div_floor_rounding_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3132986Z test_quick_div_floor_rounding_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3133261Z test_quick_div_floor_rounding_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3133533Z test_quick_div_floor_rounding_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3133808Z test_quick_div_floor_rounding_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3134080Z test_quick_div_floor_rounding_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3134361Z test_quick_div_no_rounding_mode_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3134636Z test_quick_div_no_rounding_mode_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3134922Z test_quick_div_no_rounding_mode_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3135203Z test_quick_div_no_rounding_mode_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3135481Z test_quick_div_no_rounding_mode_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3135746Z test_quick_div_no_rounding_mode_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3136025Z test_quick_div_no_rounding_mode_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3136299Z test_quick_div_no_rounding_mode_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3136573Z test_quick_div_no_rounding_mode_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3136845Z test_quick_div_no_rounding_mode_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3137117Z test_quick_div_no_rounding_mode_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3137388Z test_quick_div_no_rounding_mode_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3137670Z test_quick_div_trunc_rounding_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3137946Z test_quick_div_trunc_rounding_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3138221Z test_quick_div_trunc_rounding_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3138484Z test_quick_div_trunc_rounding_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3138755Z test_quick_div_trunc_rounding_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3139025Z test_quick_div_trunc_rounding_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3139327Z test_quick_div_trunc_rounding_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3139595Z test_quick_div_trunc_rounding_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3139862Z test_quick_div_trunc_rounding_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3140119Z test_quick_dot_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3140409Z test_quick_dot_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3140668Z test_quick_dot_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3140906Z test_quick_dot_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3141160Z test_quick_dot_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3141406Z test_quick_dot_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3141651Z test_quick_dot_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3141893Z test_quick_dot_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3142144Z test_quick_dot_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3142595Z test_quick_dot_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3142858Z test_quick_empty_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3143116Z test_quick_empty_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3143382Z test_quick_empty_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3143631Z test_quick_empty_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3143893Z test_quick_empty_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3144154Z test_quick_empty_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3144414Z test_quick_empty_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3144670Z test_quick_empty_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3144925Z test_quick_empty_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3145181Z test_quick_empty_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3145428Z test_quick_empty_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3145680Z test_quick_empty_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3145920Z test_quick_empty_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3146186Z test_quick_empty_like_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3146443Z test_quick_empty_like_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3146710Z test_quick_empty_like_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3147035Z test_quick_empty_like_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3147306Z test_quick_empty_like_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3147570Z test_quick_empty_like_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3147831Z test_quick_empty_like_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3148131Z test_quick_empty_like_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3148379Z test_quick_empty_like_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3148635Z test_quick_empty_like_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3148889Z test_quick_empty_like_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3149147Z test_quick_empty_like_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3149409Z test_quick_empty_like_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3149663Z test_quick_eq_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3149911Z test_quick_eq_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3150166Z test_quick_eq_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3150421Z test_quick_eq_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3150677Z test_quick_eq_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3150916Z test_quick_eq_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3151166Z test_quick_eq_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3151413Z test_quick_eq_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3151661Z test_quick_eq_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3151907Z test_quick_eq_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3152149Z test_quick_eq_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3152397Z test_quick_eq_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3152641Z test_quick_eq_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3152893Z test_quick_erf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3153128Z test_quick_erf_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3153378Z test_quick_erf_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3153630Z test_quick_erf_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3153877Z test_quick_erf_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3154122Z test_quick_erf_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3154416Z test_quick_erf_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3154660Z test_quick_erf_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3154907Z test_quick_erf_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3155162Z test_quick_erfc_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3155438Z test_quick_erfc_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3155694Z test_quick_erfc_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3155947Z test_quick_erfc_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3156203Z test_quick_erfc_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3156455Z test_quick_erfc_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3156701Z test_quick_erfc_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3156949Z test_quick_erfc_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3157201Z test_quick_erfc_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3157459Z test_quick_erfinv_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3157699Z test_quick_erfinv_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3157955Z test_quick_erfinv_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3158212Z test_quick_erfinv_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3158466Z test_quick_erfinv_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3158720Z test_quick_erfinv_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3158970Z test_quick_erfinv_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3159222Z test_quick_erfinv_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3159470Z test_quick_erfinv_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3159730Z test_quick_exp2_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3159980Z test_quick_exp2_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3160220Z test_quick_exp2_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3160469Z test_quick_exp2_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3160720Z test_quick_exp2_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3160973Z test_quick_exp2_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3161221Z test_quick_exp2_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3161470Z test_quick_exp2_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3161754Z test_quick_exp2_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3162001Z test_quick_exp2_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3162251Z test_quick_exp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3162486Z test_quick_exp_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3162773Z test_quick_exp_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3163032Z test_quick_exp_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3163283Z test_quick_exp_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3163534Z test_quick_exp_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3163781Z test_quick_exp_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3164027Z test_quick_exp_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3164268Z test_quick_exp_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3164514Z test_quick_exp_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3164750Z test_quick_exp_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3165012Z test_quick_expand_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3165265Z test_quick_expand_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3165531Z test_quick_expand_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3165795Z test_quick_expand_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3166052Z test_quick_expand_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3166311Z test_quick_expand_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3166569Z test_quick_expand_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3166820Z test_quick_expand_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3167059Z test_quick_expand_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3167384Z test_quick_expand_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3167642Z test_quick_expand_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3167891Z test_quick_expand_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3168150Z test_quick_expm1_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3168404Z test_quick_expm1_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3168663Z test_quick_expm1_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3168920Z test_quick_expm1_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3169170Z test_quick_expm1_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3169449Z test_quick_expm1_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3169698Z test_quick_expm1_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3169951Z test_quick_expm1_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3170203Z test_quick_expm1_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3170489Z test_quick_eye_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3170751Z test_quick_eye_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3171011Z test_quick_eye_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3171260Z test_quick_eye_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3171510Z test_quick_eye_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3171756Z test_quick_eye_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3171989Z test_quick_eye_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3172240Z test_quick_eye_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3172488Z test_quick_eye_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3172738Z test_quick_eye_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3172984Z test_quick_eye_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3173239Z test_quick_fft_fft2_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3173505Z test_quick_fft_fft2_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3173768Z test_quick_fft_fft2_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3174031Z test_quick_fft_fft2_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3174273Z test_quick_fft_fft2_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3174527Z test_quick_fft_fft2_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3174782Z test_quick_fft_fft2_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3175039Z test_quick_fft_fft2_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3175291Z test_quick_fft_fft2_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3175543Z test_quick_fft_fft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3175795Z test_quick_fft_fft_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3176060Z test_quick_fft_fft_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3176321Z test_quick_fft_fft_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3176564Z test_quick_fft_fft_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3176860Z test_quick_fft_fft_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3177116Z test_quick_fft_fft_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3177365Z test_quick_fft_fft_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3177615Z test_quick_fft_fft_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3177903Z test_quick_fft_fft_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3178158Z test_quick_fft_fft_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3178411Z test_quick_fft_fftn_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3178679Z test_quick_fft_fftn_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3178940Z test_quick_fft_fftn_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3179186Z test_quick_fft_fftn_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3179440Z test_quick_fft_fftn_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3179696Z test_quick_fft_fftn_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3179950Z test_quick_fft_fftn_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3180202Z test_quick_fft_fftn_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3180458Z test_quick_fft_fftn_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3180715Z test_quick_fft_fftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3180967Z test_quick_fft_hfft2_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3181236Z test_quick_fft_hfft2_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3181490Z test_quick_fft_hfft2_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3181752Z test_quick_fft_hfft2_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3182009Z test_quick_fft_hfft2_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3182460Z test_quick_fft_hfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3182764Z test_quick_fft_hfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3183020Z test_quick_fft_hfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3183274Z test_quick_fft_hfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3183532Z test_quick_fft_hfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3183787Z test_quick_fft_hfft_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3184038Z test_quick_fft_hfft_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3184373Z test_quick_fft_hfft_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3184631Z test_quick_fft_hfft_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3184886Z test_quick_fft_hfft_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3185141Z test_quick_fft_hfft_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3185433Z test_quick_fft_hfft_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3185691Z test_quick_fft_hfft_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3185943Z test_quick_fft_hfft_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3186201Z test_quick_fft_hfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3186453Z test_quick_fft_hfftn_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3186707Z test_quick_fft_hfftn_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3186973Z test_quick_fft_hfftn_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3187235Z test_quick_fft_hfftn_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3187494Z test_quick_fft_hfftn_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3187747Z test_quick_fft_hfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3188000Z test_quick_fft_hfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3188254Z test_quick_fft_hfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3188507Z test_quick_fft_hfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3188760Z test_quick_fft_hfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3189001Z test_quick_fft_ifft2_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3189270Z test_quick_fft_ifft2_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3189532Z test_quick_fft_ifft2_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3189791Z test_quick_fft_ifft2_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3190049Z test_quick_fft_ifft2_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3190305Z test_quick_fft_ifft2_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3190557Z test_quick_fft_ifft2_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3190808Z test_quick_fft_ifft2_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3191064Z test_quick_fft_ifft2_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3191319Z test_quick_fft_ifft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3191560Z test_quick_fft_ifft_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3191861Z test_quick_fft_ifft_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3192123Z test_quick_fft_ifft_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3192385Z test_quick_fft_ifft_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3192640Z test_quick_fft_ifft_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3192925Z test_quick_fft_ifft_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3193185Z test_quick_fft_ifft_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3193435Z test_quick_fft_ifft_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3193689Z test_quick_fft_ifft_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3193927Z test_quick_fft_ifft_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3194177Z test_quick_fft_ifftn_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3194443Z test_quick_fft_ifftn_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3194706Z test_quick_fft_ifftn_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3194963Z test_quick_fft_ifftn_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3195220Z test_quick_fft_ifftn_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3195477Z test_quick_fft_ifftn_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3195731Z test_quick_fft_ifftn_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3195984Z test_quick_fft_ifftn_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3196239Z test_quick_fft_ifftn_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3196484Z test_quick_fft_ifftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3196736Z test_quick_fft_ihfft2_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3197000Z test_quick_fft_ihfft2_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3197259Z test_quick_fft_ihfft2_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3197518Z test_quick_fft_ihfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3197775Z test_quick_fft_ihfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3198026Z test_quick_fft_ihfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3198281Z test_quick_fft_ihfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3198539Z test_quick_fft_ihfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3198782Z test_quick_fft_ihfft_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3199111Z test_quick_fft_ihfft_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3199367Z test_quick_fft_ihfft_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3199624Z test_quick_fft_ihfft_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3199878Z test_quick_fft_ihfft_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3200160Z test_quick_fft_ihfft_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3200417Z test_quick_fft_ihfft_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3200670Z test_quick_fft_ihfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3200925Z test_quick_fft_ihfftn_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3201175Z test_quick_fft_ihfftn_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3201436Z test_quick_fft_ihfftn_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3201694Z test_quick_fft_ihfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3201952Z test_quick_fft_ihfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3202203Z test_quick_fft_ihfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3202456Z test_quick_fft_ihfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3202716Z test_quick_fft_ihfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3202972Z test_quick_fft_irfft2_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3203241Z test_quick_fft_irfft2_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3203507Z test_quick_fft_irfft2_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3203759Z test_quick_fft_irfft2_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3204019Z test_quick_fft_irfft2_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3204276Z test_quick_fft_irfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3204529Z test_quick_fft_irfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3204781Z test_quick_fft_irfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3205036Z test_quick_fft_irfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3205293Z test_quick_fft_irfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3205548Z test_quick_fft_irfft_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3205816Z test_quick_fft_irfft_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3206070Z test_quick_fft_irfft_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3206332Z test_quick_fft_irfft_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3206634Z test_quick_fft_irfft_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3206889Z test_quick_fft_irfft_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3207206Z test_quick_fft_irfft_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3207465Z test_quick_fft_irfft_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3207764Z test_quick_fft_irfft_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3208022Z test_quick_fft_irfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3208276Z test_quick_fft_irfftn_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3208546Z test_quick_fft_irfftn_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3208801Z test_quick_fft_irfftn_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3209064Z test_quick_fft_irfftn_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3209326Z test_quick_fft_irfftn_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3209584Z test_quick_fft_irfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3209838Z test_quick_fft_irfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3210088Z test_quick_fft_irfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3210347Z test_quick_fft_irfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3210606Z test_quick_fft_irfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3210861Z test_quick_fft_rfft2_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3211109Z test_quick_fft_rfft2_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3211373Z test_quick_fft_rfft2_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3211627Z test_quick_fft_rfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3211879Z test_quick_fft_rfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3212134Z test_quick_fft_rfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3212389Z test_quick_fft_rfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3212641Z test_quick_fft_rfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3212898Z test_quick_fft_rfft_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3213160Z test_quick_fft_rfft_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3213417Z test_quick_fft_rfft_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3213659Z test_quick_fft_rfft_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3213948Z test_quick_fft_rfft_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3214199Z test_quick_fft_rfft_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3214454Z test_quick_fft_rfft_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3214706Z test_quick_fft_rfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3214985Z test_quick_fft_rfftn_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3215248Z test_quick_fft_rfftn_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3215509Z test_quick_fft_rfftn_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3215765Z test_quick_fft_rfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3216005Z test_quick_fft_rfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3216257Z test_quick_fft_rfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3216509Z test_quick_fft_rfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3216764Z test_quick_fft_rfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3217017Z test_quick_flip_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3217268Z test_quick_flip_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3217526Z test_quick_flip_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3217783Z test_quick_flip_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3218038Z test_quick_flip_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3218279Z test_quick_flip_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3218531Z test_quick_flip_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3218783Z test_quick_flip_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3219030Z test_quick_flip_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3219273Z test_quick_flip_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3219523Z test_quick_flip_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3219773Z test_quick_flip_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3220030Z test_quick_floor_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3220283Z test_quick_floor_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3220536Z test_quick_floor_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3220773Z test_quick_floor_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3221023Z test_quick_floor_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3221320Z test_quick_floor_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3221571Z test_quick_floor_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3221817Z test_quick_floor_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3222086Z test_quick_floor_divide_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3222625Z test_quick_floor_divide_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3222903Z test_quick_floor_divide_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3223170Z test_quick_floor_divide_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3223424Z test_quick_floor_divide_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3223684Z test_quick_floor_divide_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3223939Z test_quick_floor_divide_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3224203Z test_quick_floor_divide_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3224470Z test_quick_floor_divide_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3224730Z test_quick_fmax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3224983Z test_quick_fmax_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3225240Z test_quick_fmax_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3225494Z test_quick_fmax_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3225733Z test_quick_fmax_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3225987Z test_quick_fmax_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3226237Z test_quick_fmax_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3226487Z test_quick_fmax_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3226737Z test_quick_fmax_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3226983Z test_quick_fmax_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3227241Z test_quick_fmin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3227487Z test_quick_fmin_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3227739Z test_quick_fmin_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3227989Z test_quick_fmin_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3228230Z test_quick_fmin_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3228482Z test_quick_fmin_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3228726Z test_quick_fmin_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3229013Z test_quick_fmin_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3229258Z test_quick_fmin_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3229502Z test_quick_fmin_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3229757Z test_quick_fmod_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3230041Z test_quick_fmod_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3230294Z test_quick_fmod_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3230532Z test_quick_fmod_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3230782Z test_quick_fmod_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3231027Z test_quick_fmod_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3231275Z test_quick_fmod_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3231521Z test_quick_fmod_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3231764Z test_quick_fmod_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3232019Z test_quick_frac_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3232269Z test_quick_frac_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3232520Z test_quick_frac_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3232760Z test_quick_frac_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3233010Z test_quick_gcd_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3233256Z test_quick_gcd_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3233502Z test_quick_gcd_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3233752Z test_quick_gcd_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3233996Z test_quick_gcd_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3234248Z test_quick_ge_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3234497Z test_quick_ge_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3234746Z test_quick_ge_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3234981Z test_quick_ge_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3235229Z test_quick_ge_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3235474Z test_quick_ge_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3235727Z test_quick_ge_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3235973Z test_quick_ge_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3236217Z test_quick_ge_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3236497Z test_quick_ge_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3236747Z test_quick_gt_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3236987Z test_quick_gt_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3237221Z test_quick_gt_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3237500Z test_quick_gt_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3237747Z test_quick_gt_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3237991Z test_quick_gt_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3238239Z test_quick_gt_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3238482Z test_quick_gt_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3238724Z test_quick_gt_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3238968Z test_quick_gt_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3239233Z test_quick_heaviside_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3239484Z test_quick_heaviside_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3239751Z test_quick_heaviside_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3240009Z test_quick_heaviside_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3240265Z test_quick_heaviside_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3240527Z test_quick_heaviside_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3240785Z test_quick_heaviside_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3241043Z test_quick_heaviside_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3241303Z test_quick_heaviside_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3241559Z test_quick_heaviside_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3241816Z test_quick_hypot_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3242060Z test_quick_hypot_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3242316Z test_quick_hypot_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3242571Z test_quick_igamma_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3242825Z test_quick_igamma_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3243087Z test_quick_igamma_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3243344Z test_quick_igamma_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3243603Z test_quick_igammac_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3243894Z test_quick_igammac_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3244151Z test_quick_igammac_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3244395Z test_quick_igammac_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3244658Z test_quick_index_add_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3244947Z test_quick_index_add_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3245218Z test_quick_index_add_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3245482Z test_quick_index_add_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3245748Z test_quick_index_add_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3246012Z test_quick_index_add_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3246268Z test_quick_index_add_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3246522Z test_quick_index_add_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3246778Z test_quick_index_add_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3247022Z test_quick_index_add_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3247340Z test_quick_index_add_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3247604Z test_quick_index_add_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3247860Z test_quick_index_add_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3248128Z test_quick_index_copy_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3248381Z test_quick_index_copy_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3248654Z test_quick_index_copy_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3248925Z test_quick_index_copy_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3249188Z test_quick_index_copy_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3249435Z test_quick_index_copy_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3249693Z test_quick_index_copy_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3249953Z test_quick_index_copy_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3250208Z test_quick_index_copy_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3250462Z test_quick_index_copy_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3250723Z test_quick_index_copy_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3250983Z test_quick_index_copy_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3251289Z test_quick_index_fill_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3251545Z test_quick_index_fill_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3251815Z test_quick_index_fill_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3252069Z test_quick_index_fill_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3252363Z test_quick_index_fill_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3252630Z test_quick_index_fill_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3252886Z test_quick_index_fill_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3253146Z test_quick_index_fill_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3253399Z test_quick_index_fill_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3253649Z test_quick_index_fill_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3253902Z test_quick_index_fill_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3254162Z test_quick_index_fill_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3254419Z test_quick_index_select_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3254685Z test_quick_index_select_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3254960Z test_quick_index_select_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3255231Z test_quick_index_select_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3255504Z test_quick_index_select_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3255771Z test_quick_index_select_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3256040Z test_quick_index_select_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3256302Z test_quick_index_select_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3256565Z test_quick_index_select_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3256826Z test_quick_index_select_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3257071Z test_quick_index_select_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3257334Z test_quick_index_select_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3257597Z test_quick_index_select_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3257855Z test_quick_isinf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3258106Z test_quick_isinf_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3258366Z test_quick_isinf_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3258672Z test_quick_isinf_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3258932Z test_quick_isinf_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3259188Z test_quick_isinf_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3259430Z test_quick_isinf_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3259718Z test_quick_isinf_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3259970Z test_quick_isinf_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3260217Z test_quick_isinf_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3260466Z test_quick_isinf_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3260719Z test_quick_isinf_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3260967Z test_quick_isinf_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3261223Z test_quick_isnan_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3261473Z test_quick_isnan_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3261724Z test_quick_isnan_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3261983Z test_quick_isnan_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3262424Z test_quick_isnan_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3262696Z test_quick_isnan_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3262950Z test_quick_isnan_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3263198Z test_quick_isnan_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3263447Z test_quick_isnan_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3263695Z test_quick_isnan_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3263947Z test_quick_isnan_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3264199Z test_quick_isnan_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3264451Z test_quick_isneginf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3264707Z test_quick_isneginf_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3264969Z test_quick_isneginf_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3265233Z test_quick_isneginf_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3265491Z test_quick_isneginf_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3265750Z test_quick_isneginf_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3266007Z test_quick_isneginf_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3266321Z test_quick_isneginf_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3266575Z test_quick_isneginf_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3266816Z test_quick_isneginf_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3267077Z test_quick_isposinf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3267370Z test_quick_isposinf_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3267633Z test_quick_isposinf_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3267888Z test_quick_isposinf_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3268143Z test_quick_isposinf_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3268401Z test_quick_isposinf_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3268658Z test_quick_isposinf_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3268914Z test_quick_isposinf_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3269154Z test_quick_isposinf_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3269411Z test_quick_isposinf_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3269662Z test_quick_lcm_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3269910Z test_quick_lcm_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3270157Z test_quick_lcm_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3270405Z test_quick_lcm_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3270651Z test_quick_lcm_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3270903Z test_quick_le_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3271152Z test_quick_le_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3271395Z test_quick_le_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3271647Z test_quick_le_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3271899Z test_quick_le_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3272145Z test_quick_le_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3272391Z test_quick_le_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3272633Z test_quick_le_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3272877Z test_quick_le_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3273123Z test_quick_le_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3273384Z test_quick_lgamma_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3273639Z test_quick_lgamma_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3273917Z test_quick_lgamma_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3274171Z test_quick_lgamma_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3274426Z test_quick_lgamma_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3274679Z test_quick_lgamma_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3274971Z test_quick_lgamma_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3275224Z test_quick_lgamma_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3275474Z test_quick_lgamma_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3275754Z test_quick_linalg_vector_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3276038Z test_quick_linalg_vector_norm_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3276305Z test_quick_linalg_vector_norm_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3276584Z test_quick_linalg_vector_norm_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3276861Z test_quick_linalg_vector_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3277135Z test_quick_linalg_vector_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3277397Z test_quick_linspace_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3277665Z test_quick_linspace_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3277929Z test_quick_linspace_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3278189Z test_quick_linspace_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3278451Z test_quick_linspace_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3278708Z test_quick_linspace_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3278952Z test_quick_linspace_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3279210Z test_quick_linspace_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3279468Z test_quick_linspace_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3279727Z test_quick_linspace_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3279983Z test_quick_linspace_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3280241Z test_quick_log10_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3280493Z test_quick_log10_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3280755Z test_quick_log10_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3281014Z test_quick_log10_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3281291Z test_quick_log10_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3281545Z test_quick_log10_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3281794Z test_quick_log10_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3282042Z test_quick_log10_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3282321Z test_quick_log10_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3282573Z test_quick_log10_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3282821Z test_quick_log10_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3283077Z test_quick_log1p_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3283327Z test_quick_log1p_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3283571Z test_quick_log1p_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3283830Z test_quick_log1p_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3284075Z test_quick_log1p_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3284328Z test_quick_log1p_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3284571Z test_quick_log1p_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3284821Z test_quick_log1p_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3285072Z test_quick_log1p_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3285325Z test_quick_log2_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3285576Z test_quick_log2_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3285836Z test_quick_log2_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3286083Z test_quick_log2_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3286337Z test_quick_log2_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3286588Z test_quick_log2_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3286841Z test_quick_log2_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3287089Z test_quick_log2_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3287394Z test_quick_log2_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3287643Z test_quick_log2_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3287891Z test_quick_log2_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3288144Z test_quick_log_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3288377Z test_quick_log_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3288674Z test_quick_log_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3288931Z test_quick_log_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3289181Z test_quick_log_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3289435Z test_quick_log_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3289684Z test_quick_log_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3289969Z test_quick_log_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3290215Z test_quick_log_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3290461Z test_quick_log_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3290698Z test_quick_log_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3290962Z test_quick_log_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3291226Z test_quick_log_softmax_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3291486Z test_quick_log_softmax_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3291752Z test_quick_logical_and_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3292014Z test_quick_logical_and_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3292287Z test_quick_logical_and_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3292559Z test_quick_logical_and_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3292824Z test_quick_logical_and_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3293073Z test_quick_logical_and_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3293328Z test_quick_logical_and_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3293591Z test_quick_logical_and_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3293853Z test_quick_logical_and_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3294109Z test_quick_logical_and_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3294371Z test_quick_logical_and_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3294629Z test_quick_logical_and_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3294891Z test_quick_logical_not_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3295149Z test_quick_logical_not_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3295420Z test_quick_logical_not_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3295675Z test_quick_logical_not_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3295938Z test_quick_logical_not_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3296227Z test_quick_logical_not_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3296483Z test_quick_logical_not_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3296743Z test_quick_logical_not_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3297000Z test_quick_logical_not_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3297286Z test_quick_logical_not_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3297543Z test_quick_logical_not_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3297798Z test_quick_logical_not_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3298061Z test_quick_logical_or_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3298306Z test_quick_logical_or_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3298576Z test_quick_logical_or_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3298842Z test_quick_logical_or_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3299107Z test_quick_logical_or_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3299364Z test_quick_logical_or_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3299621Z test_quick_logical_or_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3299879Z test_quick_logical_or_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3300138Z test_quick_logical_or_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3300392Z test_quick_logical_or_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3300639Z test_quick_logical_or_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3300901Z test_quick_logical_or_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3301167Z test_quick_logical_xor_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3301424Z test_quick_logical_xor_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3301697Z test_quick_logical_xor_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3301964Z test_quick_logical_xor_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3302393Z test_quick_logical_xor_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3302721Z test_quick_logical_xor_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3302984Z test_quick_logical_xor_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3303248Z test_quick_logical_xor_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3303499Z test_quick_logical_xor_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3303817Z test_quick_logical_xor_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3304074Z test_quick_logical_xor_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3304328Z test_quick_logical_xor_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3304586Z test_quick_logit_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3304872Z test_quick_logit_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3305130Z test_quick_logit_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3305385Z test_quick_logit_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3305638Z test_quick_logit_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3305878Z test_quick_logit_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3306126Z test_quick_logit_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3306378Z test_quick_logit_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3306627Z test_quick_logit_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3306893Z test_quick_logspace_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3307166Z test_quick_logspace_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3307434Z test_quick_logspace_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3307694Z test_quick_logspace_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3307956Z test_quick_logspace_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3308199Z test_quick_logspace_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3308458Z test_quick_logspace_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3308716Z test_quick_logspace_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3308971Z test_quick_logspace_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3309227Z test_quick_logspace_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3309495Z test_quick_logsumexp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3309750Z test_quick_logsumexp_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3310013Z test_quick_logsumexp_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3310273Z test_quick_logsumexp_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3310533Z test_quick_logsumexp_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3310779Z test_quick_logsumexp_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3311040Z test_quick_logsumexp_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3311343Z test_quick_logsumexp_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3311600Z test_quick_logsumexp_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3311854Z test_quick_lt_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3312100Z test_quick_lt_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3312417Z test_quick_lt_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3312667Z test_quick_lt_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3312913Z test_quick_lt_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3313149Z test_quick_lt_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3313397Z test_quick_lt_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3313642Z test_quick_lt_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3313886Z test_quick_lt_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3314136Z test_quick_lt_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3314404Z test_quick_masked_fill_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3314666Z test_quick_masked_fill_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3314940Z test_quick_masked_fill_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3315216Z test_quick_masked_fill_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3315474Z test_quick_masked_fill_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3315739Z test_quick_masked_fill_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3316001Z test_quick_masked_fill_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3316257Z test_quick_masked_fill_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3316519Z test_quick_masked_fill_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3316785Z test_quick_masked_fill_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3317040Z test_quick_masked_fill_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3317300Z test_quick_masked_fill_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3317557Z test_quick_masked_fill_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3317819Z test_quick_maximum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3318061Z test_quick_maximum_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3318321Z test_quick_maximum_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3318615Z test_quick_maximum_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3318874Z test_quick_maximum_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3319129Z test_quick_maximum_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3319381Z test_quick_maximum_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3319634Z test_quick_maximum_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3319918Z test_quick_maximum_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3320173Z test_quick_maximum_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3320414Z test_quick_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3320676Z test_quick_mean_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3320935Z test_quick_mean_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3321188Z test_quick_mean_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3321441Z test_quick_mean_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3321695Z test_quick_mean_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3321982Z test_quick_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3322262Z test_quick_meshgrid_list_of_tensors_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3322556Z test_quick_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3322847Z test_quick_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3323123Z test_quick_meshgrid_list_of_tensors_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3323405Z test_quick_meshgrid_list_of_tensors_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3323684Z test_quick_meshgrid_list_of_tensors_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3323963Z test_quick_meshgrid_list_of_tensors_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3324244Z test_quick_meshgrid_list_of_tensors_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3324524Z test_quick_meshgrid_list_of_tensors_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3324801Z test_quick_meshgrid_list_of_tensors_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3325084Z test_quick_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3325375Z test_quick_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3325656Z test_quick_meshgrid_variadic_tensors_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3325937Z test_quick_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3326263Z test_quick_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3326549Z test_quick_meshgrid_variadic_tensors_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3326833Z test_quick_meshgrid_variadic_tensors_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3327221Z test_quick_meshgrid_variadic_tensors_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3327509Z test_quick_meshgrid_variadic_tensors_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3327795Z test_quick_meshgrid_variadic_tensors_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3328082Z test_quick_meshgrid_variadic_tensors_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3328365Z test_quick_meshgrid_variadic_tensors_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3328652Z test_quick_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3328900Z test_quick_minimum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3329156Z test_quick_minimum_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3329414Z test_quick_minimum_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3329674Z test_quick_minimum_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3329935Z test_quick_minimum_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3330191Z test_quick_minimum_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3330445Z test_quick_minimum_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3330699Z test_quick_minimum_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3330956Z test_quick_minimum_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3331194Z test_quick_minimum_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3331449Z test_quick_mul_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3331700Z test_quick_mul_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3331960Z test_quick_mul_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3332216Z test_quick_mul_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3332469Z test_quick_mul_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3332724Z test_quick_mul_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3332974Z test_quick_mul_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3333223Z test_quick_mul_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3333510Z test_quick_mul_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3333745Z test_quick_mul_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3333985Z test_quick_mul_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3334234Z test_quick_mul_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3334483Z test_quick_mul_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3334767Z test_quick_mv_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3335025Z test_quick_mv_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3335280Z test_quick_mv_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3335533Z test_quick_mv_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3335783Z test_quick_mv_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3336015Z test_quick_mv_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3336261Z test_quick_mv_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3336504Z test_quick_mv_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3336751Z test_quick_mv_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3336994Z test_quick_mv_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3337281Z test_quick_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3337565Z test_quick_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3337847Z test_quick_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3338124Z test_quick_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3338391Z test_quick_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3338661Z test_quick_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3338942Z test_quick_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3339223Z test_quick_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3339508Z test_quick_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3339787Z test_quick_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3340068Z test_quick_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3340341Z test_quick_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3340612Z test_quick_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3340922Z test_quick_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3341183Z test_quick_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3341456Z test_quick_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3341742Z test_quick_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3342051Z test_quick_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3342547Z test_quick_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3342842Z test_quick_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3343117Z test_quick_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3343389Z test_quick_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3343672Z test_quick_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3343947Z test_quick_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3344196Z test_quick_nan_to_num_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3344455Z test_quick_nan_to_num_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3344719Z test_quick_nan_to_num_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3344981Z test_quick_nan_to_num_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3345239Z test_quick_nan_to_num_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3345499Z test_quick_nan_to_num_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3345760Z test_quick_nan_to_num_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3346016Z test_quick_nan_to_num_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3346272Z test_quick_nan_to_num_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3346531Z test_quick_nan_to_num_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3346796Z test_quick_native_batch_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3347071Z test_quick_native_batch_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3347344Z test_quick_native_batch_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3347619Z test_quick_native_layer_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3347897Z test_quick_native_layer_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3348172Z test_quick_native_layer_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3348425Z test_quick_ne_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3348732Z test_quick_ne_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3348990Z test_quick_ne_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3349232Z test_quick_ne_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3349485Z test_quick_ne_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3349771Z test_quick_ne_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3350024Z test_quick_ne_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3350270Z test_quick_ne_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3350517Z test_quick_ne_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3350760Z test_quick_ne_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3351006Z test_quick_ne_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3351251Z test_quick_ne_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3351492Z test_quick_neg_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3351756Z test_quick_neg_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3352012Z test_quick_neg_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3352270Z test_quick_neg_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3352521Z test_quick_neg_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3352771Z test_quick_neg_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3353016Z test_quick_neg_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3353265Z test_quick_neg_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3353514Z test_quick_neg_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3353761Z test_quick_neg_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3353993Z test_quick_neg_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3354240Z test_quick_neg_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3354503Z test_quick_new_empty_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3354760Z test_quick_new_empty_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3355030Z test_quick_new_empty_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3355297Z test_quick_new_empty_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3355559Z test_quick_new_empty_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3355820Z test_quick_new_empty_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3356110Z test_quick_new_empty_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3356350Z test_quick_new_empty_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3356608Z test_quick_new_empty_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3356861Z test_quick_new_empty_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3357152Z test_quick_new_empty_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3357412Z test_quick_new_empty_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3357669Z test_quick_new_empty_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3357871Z test_quick_new_empty_strided_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:16:20.3358072Z test_quick_new_empty_strided_cpu_bool (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:16:20.3358275Z test_quick_new_empty_strided_cpu_complex128 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:16:20.3358476Z test_quick_new_empty_strided_cpu_complex32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:16:20.3358661Z test_quick_new_empty_strided_cpu_complex64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:16:20.3358859Z test_quick_new_empty_strided_cpu_float16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:16:20.3359051Z test_quick_new_empty_strided_cpu_float32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:16:20.3359240Z test_quick_new_empty_strided_cpu_float64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:16:20.3359433Z test_quick_new_empty_strided_cpu_int16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:16:20.3359624Z test_quick_new_empty_strided_cpu_int32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:16:20.3359811Z test_quick_new_empty_strided_cpu_int64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:16:20.3360001Z test_quick_new_empty_strided_cpu_int8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:16:20.3360197Z test_quick_new_empty_strided_cpu_uint8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:16:20.3360464Z test_quick_new_full_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3360707Z test_quick_new_full_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3360973Z test_quick_new_full_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3361235Z test_quick_new_full_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3361499Z test_quick_new_full_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3361760Z test_quick_new_full_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3362013Z test_quick_new_full_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3362320Z test_quick_new_full_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3362575Z test_quick_new_full_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3362830Z test_quick_new_full_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3363073Z test_quick_new_full_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3363357Z test_quick_new_full_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3363612Z test_quick_new_full_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3363872Z test_quick_new_ones_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3364131Z test_quick_new_ones_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3364395Z test_quick_new_ones_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3364657Z test_quick_new_ones_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3364915Z test_quick_new_ones_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3365172Z test_quick_new_ones_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3365431Z test_quick_new_ones_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3365674Z test_quick_new_ones_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3365930Z test_quick_new_ones_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3366184Z test_quick_new_ones_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3366440Z test_quick_new_ones_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3366693Z test_quick_new_ones_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3366946Z test_quick_new_ones_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3367303Z test_quick_new_zeros_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3367565Z test_quick_new_zeros_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3367837Z test_quick_new_zeros_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3368089Z test_quick_new_zeros_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3368349Z test_quick_new_zeros_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3368612Z test_quick_new_zeros_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3368871Z test_quick_new_zeros_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3369128Z test_quick_new_zeros_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3369384Z test_quick_new_zeros_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3369685Z test_quick_new_zeros_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3369941Z test_quick_new_zeros_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3370198Z test_quick_new_zeros_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3370455Z test_quick_new_zeros_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3370740Z test_quick_nextafter_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3371004Z test_quick_nextafter_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3371262Z test_quick_nextafter_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3371569Z test_quick_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3371872Z test_quick_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3372196Z test_quick_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3372521Z test_quick_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3372843Z test_quick_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3373120Z test_quick_nn_functional_elu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3373399Z test_quick_nn_functional_elu_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3373660Z test_quick_nn_functional_elu_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3373955Z test_quick_nn_functional_embedding_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3374240Z test_quick_nn_functional_embedding_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3374531Z test_quick_nn_functional_embedding_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3374818Z test_quick_nn_functional_embedding_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3375096Z test_quick_nn_functional_gelu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3375376Z test_quick_nn_functional_gelu_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3375651Z test_quick_nn_functional_gelu_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3375923Z test_quick_nn_functional_glu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3376199Z test_quick_nn_functional_glu_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3376461Z test_quick_nn_functional_glu_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3376751Z test_quick_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3377069Z test_quick_nn_functional_hardshrink_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3377349Z test_quick_nn_functional_hardshrink_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3377641Z test_quick_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3377929Z test_quick_nn_functional_hardsigmoid_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3378243Z test_quick_nn_functional_hardsigmoid_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3378532Z test_quick_nn_functional_hardswish_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3378820Z test_quick_nn_functional_hardswish_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3379106Z test_quick_nn_functional_hardswish_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3379376Z test_quick_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3379660Z test_quick_nn_functional_hardtanh_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3379942Z test_quick_nn_functional_hardtanh_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3380221Z test_quick_nn_functional_hardtanh_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3380497Z test_quick_nn_functional_hardtanh_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3380779Z test_quick_nn_functional_hardtanh_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3381056Z test_quick_nn_functional_hardtanh_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3381344Z test_quick_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3381628Z test_quick_nn_functional_huber_loss_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3381909Z test_quick_nn_functional_huber_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3382306Z test_quick_nn_functional_huber_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3382692Z test_quick_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3382979Z test_quick_nn_functional_leaky_relu_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3383258Z test_quick_nn_functional_leaky_relu_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3383547Z test_quick_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3383836Z test_quick_nn_functional_logsigmoid_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3384116Z test_quick_nn_functional_logsigmoid_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3384394Z test_quick_nn_functional_mish_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3384727Z test_quick_nn_functional_mish_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3385006Z test_quick_nn_functional_mse_loss_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3385273Z test_quick_nn_functional_mse_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3385553Z test_quick_nn_functional_mse_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3385881Z test_quick_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3386169Z test_quick_nn_functional_pad_constant_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3386468Z test_quick_nn_functional_pad_constant_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3386766Z test_quick_nn_functional_pad_constant_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3387058Z test_quick_nn_functional_pad_constant_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3387340Z test_quick_nn_functional_pad_constant_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3387622Z test_quick_nn_functional_pad_constant_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3387903Z test_quick_nn_functional_pad_constant_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3388190Z test_quick_nn_functional_pad_constant_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3388461Z test_quick_nn_functional_pad_constant_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3388743Z test_quick_nn_functional_pad_constant_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3389027Z test_quick_nn_functional_pad_constant_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3389308Z test_quick_nn_functional_prelu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3389589Z test_quick_nn_functional_prelu_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3389864Z test_quick_nn_functional_prelu_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3390145Z test_quick_nn_functional_relu6_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3390419Z test_quick_nn_functional_relu6_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3390691Z test_quick_nn_functional_relu6_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3390963Z test_quick_nn_functional_relu6_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3391223Z test_quick_nn_functional_relu6_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3391498Z test_quick_nn_functional_relu6_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3391771Z test_quick_nn_functional_relu6_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3392079Z test_quick_nn_functional_relu6_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3392359Z test_quick_nn_functional_relu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3392634Z test_quick_nn_functional_relu_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3392910Z test_quick_nn_functional_relu_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3393212Z test_quick_nn_functional_relu_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3393485Z test_quick_nn_functional_relu_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3393743Z test_quick_nn_functional_relu_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3394017Z test_quick_nn_functional_relu_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3394285Z test_quick_nn_functional_relu_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3394562Z test_quick_nn_functional_rrelu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3394840Z test_quick_nn_functional_rrelu_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3395119Z test_quick_nn_functional_rrelu_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3395395Z test_quick_nn_functional_silu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3395672Z test_quick_nn_functional_silu_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3395947Z test_quick_nn_functional_silu_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3396229Z test_quick_nn_functional_softplus_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3396498Z test_quick_nn_functional_softplus_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3396783Z test_quick_nn_functional_softplus_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3397071Z test_quick_nn_functional_softshrink_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3397356Z test_quick_nn_functional_softshrink_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3397640Z test_quick_nn_functional_softshrink_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3397923Z test_quick_nn_functional_unfold_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3398205Z test_quick_nn_functional_unfold_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3398491Z test_quick_nn_functional_unfold_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3398770Z test_quick_nn_functional_unfold_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3399048Z test_quick_nn_functional_unfold_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3399346Z test_quick_nn_functional_unfold_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3399603Z test_quick_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3399861Z test_quick_norm_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3400118Z test_quick_norm_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3400404Z test_quick_norm_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3400659Z test_quick_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3400910Z test_quick_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3401171Z test_quick_norm_inf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3401438Z test_quick_norm_inf_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3401700Z test_quick_norm_inf_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3401945Z test_quick_norm_inf_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3402200Z test_quick_norm_inf_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3402458Z test_quick_norm_inf_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3402711Z test_quick_ones_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3402961Z test_quick_ones_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3403225Z test_quick_ones_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3403481Z test_quick_ones_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3403740Z test_quick_ones_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3403994Z test_quick_ones_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3404233Z test_quick_ones_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3404486Z test_quick_ones_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3404735Z test_quick_ones_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3404988Z test_quick_ones_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3405232Z test_quick_ones_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3405480Z test_quick_ones_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3405730Z test_quick_ones_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3405995Z test_quick_permute_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3406250Z test_quick_permute_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3406505Z test_quick_permute_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3406807Z test_quick_permute_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3407066Z test_quick_permute_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3407404Z test_quick_permute_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3407666Z test_quick_permute_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3407971Z test_quick_permute_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3408230Z test_quick_permute_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3408487Z test_quick_permute_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3408744Z test_quick_permute_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3408999Z test_quick_permute_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3409239Z test_quick_permute_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3409492Z test_quick_pow_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3409752Z test_quick_pow_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3410007Z test_quick_pow_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3410259Z test_quick_pow_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3410510Z test_quick_pow_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3410760Z test_quick_pow_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3411009Z test_quick_pow_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3411259Z test_quick_pow_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3411495Z test_quick_pow_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3411745Z test_quick_pow_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3411991Z test_quick_pow_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3412241Z test_quick_prod_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3412505Z test_quick_prod_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3412766Z test_quick_prod_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3413023Z test_quick_prod_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3413276Z test_quick_prod_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3413529Z test_quick_prod_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3413765Z test_quick_prod_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3414012Z test_quick_prod_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3414306Z test_quick_prod_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3414549Z test_quick_prod_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3414807Z test_quick_randn_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3415070Z test_quick_randn_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3415330Z test_quick_randn_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3415620Z test_quick_randn_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3415876Z test_quick_randn_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3416132Z test_quick_randn_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3416376Z test_quick_randn_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3416644Z test_quick_reciprocal_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3416904Z test_quick_reciprocal_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3417179Z test_quick_reciprocal_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3417453Z test_quick_reciprocal_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3417723Z test_quick_reciprocal_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3417989Z test_quick_reciprocal_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3418254Z test_quick_reciprocal_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3418516Z test_quick_reciprocal_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3418760Z test_quick_reciprocal_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3419023Z test_quick_reciprocal_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3419284Z test_quick_reciprocal_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3419543Z test_quick_reciprocal_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3419807Z test_quick_remainder_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3420076Z test_quick_remainder_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3420336Z test_quick_remainder_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3420592Z test_quick_remainder_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3420849Z test_quick_remainder_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3421094Z test_quick_remainder_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3421352Z test_quick_remainder_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3421612Z test_quick_remainder_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3421913Z test_quick_remainder_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3422303Z test_quick_repeat_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3422644Z test_quick_repeat_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3422916Z test_quick_repeat_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3423231Z test_quick_repeat_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3423492Z test_quick_repeat_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3423749Z test_quick_repeat_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3423997Z test_quick_repeat_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3424254Z test_quick_repeat_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3424506Z test_quick_repeat_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3424759Z test_quick_repeat_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3425014Z test_quick_repeat_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3425266Z test_quick_repeat_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3425523Z test_quick_roll_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3425773Z test_quick_roll_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3426035Z test_quick_roll_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3426280Z test_quick_roll_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3426537Z test_quick_roll_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3426790Z test_quick_roll_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3427047Z test_quick_roll_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3427297Z test_quick_roll_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3427547Z test_quick_roll_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3427797Z test_quick_roll_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3428043Z test_quick_roll_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3428292Z test_quick_roll_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3428523Z test_quick_roll_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3428784Z test_quick_rot90_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3429027Z test_quick_rot90_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3429289Z test_quick_rot90_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3429625Z test_quick_rot90_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3429882Z test_quick_rot90_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3430136Z test_quick_rot90_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3430390Z test_quick_rot90_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3430673Z test_quick_rot90_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3430928Z test_quick_rot90_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3431166Z test_quick_rot90_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3431422Z test_quick_rot90_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3431667Z test_quick_rot90_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3431924Z test_quick_rsqrt_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3432171Z test_quick_rsqrt_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3432435Z test_quick_rsqrt_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3432695Z test_quick_rsqrt_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3432950Z test_quick_rsqrt_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3433207Z test_quick_rsqrt_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3433444Z test_quick_rsqrt_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3433691Z test_quick_rsqrt_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3433936Z test_quick_rsqrt_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3434184Z test_quick_rsqrt_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3434438Z test_quick_rsqrt_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3434689Z test_quick_rsub_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3434946Z test_quick_rsub_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3435205Z test_quick_rsub_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3435456Z test_quick_rsub_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3435694Z test_quick_rsub_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3435947Z test_quick_rsub_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3436196Z test_quick_rsub_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3436444Z test_quick_rsub_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3436695Z test_quick_rsub_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3436985Z test_quick_rsub_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3437235Z test_quick_rsub_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3437492Z test_quick_select_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3437746Z test_quick_select_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3438028Z test_quick_select_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3438293Z test_quick_select_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3438549Z test_quick_select_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3438808Z test_quick_select_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3439070Z test_quick_select_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3439326Z test_quick_select_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3439579Z test_quick_select_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3439832Z test_quick_select_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3440086Z test_quick_select_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3440339Z test_quick_select_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3440576Z test_quick_select_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3440832Z test_quick_sgn_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3441079Z test_quick_sgn_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3441336Z test_quick_sgn_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3441590Z test_quick_sgn_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3441847Z test_quick_sgn_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3442099Z test_quick_sgn_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3442348Z test_quick_sgn_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3442597Z test_quick_sgn_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3442830Z test_quick_sgn_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3443077Z test_quick_sgn_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3443326Z test_quick_sgn_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3443575Z test_quick_sgn_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3443822Z test_quick_sgn_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3444082Z test_quick_sigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3444337Z test_quick_sigmoid_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3444637Z test_quick_sigmoid_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3444901Z test_quick_sigmoid_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3445146Z test_quick_sigmoid_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3445404Z test_quick_sigmoid_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3445689Z test_quick_sigmoid_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3445946Z test_quick_sigmoid_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3446199Z test_quick_sigmoid_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3446454Z test_quick_sigmoid_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3446706Z test_quick_sigmoid_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3446956Z test_quick_sign_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3447279Z test_quick_sign_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3447540Z test_quick_sign_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3447780Z test_quick_sign_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3448033Z test_quick_sign_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3448288Z test_quick_sign_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3448539Z test_quick_sign_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3448787Z test_quick_sign_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3449035Z test_quick_sign_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3449288Z test_quick_sign_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3449549Z test_quick_signbit_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3449806Z test_quick_signbit_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3450052Z test_quick_signbit_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3450312Z test_quick_signbit_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3450570Z test_quick_signbit_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3450823Z test_quick_signbit_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3451076Z test_quick_signbit_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3451330Z test_quick_signbit_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3451583Z test_quick_signbit_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3451832Z test_quick_signbit_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3452118Z test_quick_sin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3452354Z test_quick_sin_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3452612Z test_quick_sin_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3452865Z test_quick_sin_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3453157Z test_quick_sin_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3453408Z test_quick_sin_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3453653Z test_quick_sin_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3453901Z test_quick_sin_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3454148Z test_quick_sin_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3454394Z test_quick_sin_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3454625Z test_quick_sin_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3454883Z test_quick_sinc_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3455128Z test_quick_sinc_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3455387Z test_quick_sinc_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3455645Z test_quick_sinc_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3455898Z test_quick_sinc_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3456148Z test_quick_sinc_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3456394Z test_quick_sinc_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3456641Z test_quick_sinc_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3456886Z test_quick_sinc_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3457121Z test_quick_sinc_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3457362Z test_quick_sinc_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3457617Z test_quick_sinh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3457864Z test_quick_sinh_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3458123Z test_quick_sinh_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3458381Z test_quick_sinh_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3458634Z test_quick_sinh_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3458885Z test_quick_sinh_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3459134Z test_quick_sinh_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3459411Z test_quick_sinh_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3459657Z test_quick_sinh_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3459902Z test_quick_sinh_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3460147Z test_quick_sinh_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3460432Z test_quick_slice_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3460683Z test_quick_slice_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3460946Z test_quick_slice_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3461206Z test_quick_slice_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3461466Z test_quick_slice_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3461709Z test_quick_slice_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3461962Z test_quick_slice_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3462364Z test_quick_slice_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3462683Z test_quick_slice_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3462936Z test_quick_slice_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3463188Z test_quick_slice_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3463441Z test_quick_slice_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3463692Z test_quick_slice_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3463953Z test_quick_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3464199Z test_quick_softmax_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3464460Z test_quick_softmax_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3464731Z test_quick_special_i0e_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3464995Z test_quick_special_i0e_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3465262Z test_quick_special_i0e_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3465524Z test_quick_special_i0e_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3465786Z test_quick_special_i0e_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3466045Z test_quick_special_i0e_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3466313Z test_quick_special_i0e_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3466575Z test_quick_special_i0e_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3466823Z test_quick_special_i0e_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3467161Z test_quick_special_i1_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3467426Z test_quick_special_i1_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3467687Z test_quick_special_i1_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3467950Z test_quick_special_i1_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3468247Z test_quick_special_i1_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3468509Z test_quick_special_i1_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3468766Z test_quick_special_i1_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3469028Z test_quick_special_i1_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3469270Z test_quick_special_i1e_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3469538Z test_quick_special_i1e_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3469799Z test_quick_special_i1e_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3470065Z test_quick_special_i1e_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3470323Z test_quick_special_i1e_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3470586Z test_quick_special_i1e_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3470848Z test_quick_special_i1e_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3471109Z test_quick_special_i1e_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3471367Z test_quick_special_zeta_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3471635Z test_quick_special_zeta_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3471889Z test_quick_special_zeta_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3472154Z test_quick_special_zeta_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3472410Z test_quick_special_zeta_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3472674Z test_quick_special_zeta_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3472932Z test_quick_special_zeta_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3473192Z test_quick_special_zeta_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3473449Z test_quick_split_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3473701Z test_quick_split_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3473963Z test_quick_split_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3474211Z test_quick_split_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3474512Z test_quick_split_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3474767Z test_quick_split_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3475022Z test_quick_split_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3475277Z test_quick_split_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3475558Z test_quick_split_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3475813Z test_quick_split_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3476062Z test_quick_split_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3476312Z test_quick_split_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3476550Z test_quick_split_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3476822Z test_quick_split_list_args_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3477088Z test_quick_split_list_args_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3477363Z test_quick_split_list_args_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3477641Z test_quick_split_list_args_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3477909Z test_quick_split_list_args_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3478178Z test_quick_split_list_args_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3478449Z test_quick_split_list_args_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3478717Z test_quick_split_list_args_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3478981Z test_quick_split_list_args_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3479234Z test_quick_split_list_args_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3479501Z test_quick_split_list_args_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3479770Z test_quick_split_list_args_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3480046Z test_quick_split_with_sizes_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3480307Z test_quick_split_with_sizes_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3480586Z test_quick_split_with_sizes_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3480861Z test_quick_split_with_sizes_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3481139Z test_quick_split_with_sizes_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3481413Z test_quick_split_with_sizes_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3481686Z test_quick_split_with_sizes_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3481972Z test_quick_split_with_sizes_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3482240Z test_quick_split_with_sizes_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3482504Z test_quick_split_with_sizes_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3482772Z test_quick_split_with_sizes_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3483066Z test_quick_split_with_sizes_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3483337Z test_quick_split_with_sizes_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3483594Z test_quick_sqrt_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3483851Z test_quick_sqrt_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3484111Z test_quick_sqrt_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3484355Z test_quick_sqrt_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3484608Z test_quick_sqrt_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3484863Z test_quick_sqrt_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3485110Z test_quick_sqrt_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3485362Z test_quick_sqrt_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3485613Z test_quick_sqrt_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3485862Z test_quick_sqrt_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3486108Z test_quick_sqrt_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3486369Z test_quick_squeeze_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3486625Z test_quick_squeeze_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3486881Z test_quick_squeeze_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3487219Z test_quick_squeeze_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3487488Z test_quick_squeeze_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3487750Z test_quick_squeeze_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3488008Z test_quick_squeeze_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3488267Z test_quick_squeeze_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3488525Z test_quick_squeeze_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3488783Z test_quick_squeeze_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3489038Z test_quick_squeeze_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3489279Z test_quick_squeeze_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3489573Z test_quick_squeeze_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3489833Z test_quick_stack_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3490084Z test_quick_stack_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3490346Z test_quick_stack_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3490636Z test_quick_stack_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3490896Z test_quick_stack_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3491150Z test_quick_stack_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3491408Z test_quick_stack_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3491648Z test_quick_stack_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3491898Z test_quick_stack_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3492148Z test_quick_stack_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3492393Z test_quick_stack_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3492642Z test_quick_stack_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3492886Z test_quick_stack_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3493146Z test_quick_std_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3493405Z test_quick_std_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3493659Z test_quick_std_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3493907Z test_quick_std_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3494146Z test_quick_std_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3494398Z test_quick_std_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3494663Z test_quick_std_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3494929Z test_quick_std_mean_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3495191Z test_quick_std_mean_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3495452Z test_quick_std_mean_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3495704Z test_quick_std_mean_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3495954Z test_quick_std_mean_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3496206Z test_quick_sub_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3496448Z test_quick_sub_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3496701Z test_quick_sub_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3496991Z test_quick_sub_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3497242Z test_quick_sub_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3497490Z test_quick_sub_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3497737Z test_quick_sub_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3498016Z test_quick_sub_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3498261Z test_quick_sub_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3498509Z test_quick_sub_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3498747Z test_quick_sub_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3498993Z test_quick_sub_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3499249Z test_quick_sum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3499495Z test_quick_sum_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3499753Z test_quick_sum_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3500007Z test_quick_sum_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3500258Z test_quick_sum_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3500510Z test_quick_sum_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3500757Z test_quick_sum_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3500989Z test_quick_sum_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3501238Z test_quick_sum_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3501482Z test_quick_sum_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3501731Z test_quick_sum_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3501977Z test_quick_sum_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3502382Z test_quick_t_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3502707Z test_quick_t_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3502967Z test_quick_t_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3503220Z test_quick_t_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3503465Z test_quick_t_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3503701Z test_quick_t_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3503945Z test_quick_t_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3504190Z test_quick_t_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3504484Z test_quick_t_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3504725Z test_quick_t_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3504970Z test_quick_t_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3505216Z test_quick_t_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3505470Z test_quick_tan_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3505755Z test_quick_tan_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3506002Z test_quick_tan_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3506260Z test_quick_tan_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3506517Z test_quick_tan_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3506766Z test_quick_tan_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3507014Z test_quick_tan_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3507263Z test_quick_tan_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3507512Z test_quick_tan_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3507759Z test_quick_tan_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3508002Z test_quick_tan_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3508245Z test_quick_tanh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3508494Z test_quick_tanh_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3508752Z test_quick_tanh_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3509011Z test_quick_tanh_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3509266Z test_quick_tanh_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3509519Z test_quick_tanh_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3509768Z test_quick_tanh_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3510016Z test_quick_tanh_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3510266Z test_quick_tanh_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3510502Z test_quick_tanh_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3510751Z test_quick_tanh_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3511013Z test_quick_trace_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3511274Z test_quick_trace_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3511530Z test_quick_trace_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3511786Z test_quick_trace_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3512076Z test_quick_trace_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3512324Z test_quick_trace_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3512575Z test_quick_trace_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3512811Z test_quick_trace_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3513090Z test_quick_trace_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3513359Z test_quick_transpose_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3513620Z test_quick_transpose_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3513893Z test_quick_transpose_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3514159Z test_quick_transpose_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3514420Z test_quick_transpose_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3514682Z test_quick_transpose_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3514943Z test_quick_transpose_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3515198Z test_quick_transpose_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3515443Z test_quick_transpose_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3515702Z test_quick_transpose_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3515959Z test_quick_transpose_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3516217Z test_quick_transpose_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3516474Z test_quick_transpose_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3516729Z test_quick_tril_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3516975Z test_quick_tril_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3517231Z test_quick_tril_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3517494Z test_quick_tril_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3517734Z test_quick_tril_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3517988Z test_quick_tril_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3518239Z test_quick_tril_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3518487Z test_quick_tril_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3518736Z test_quick_tril_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3518985Z test_quick_tril_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3519233Z test_quick_tril_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3519527Z test_quick_tril_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3519791Z test_quick_tril_indices_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3520040Z test_quick_tril_indices_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3520295Z test_quick_triu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3520576Z test_quick_triu_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3520836Z test_quick_triu_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3521096Z test_quick_triu_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3521350Z test_quick_triu_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3521602Z test_quick_triu_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3521853Z test_quick_triu_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3522101Z test_quick_triu_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3522349Z test_quick_triu_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3522582Z test_quick_triu_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3522832Z test_quick_triu_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3523078Z test_quick_triu_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3523341Z test_quick_triu_indices_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3523601Z test_quick_triu_indices_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3523858Z test_quick_trunc_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3524115Z test_quick_trunc_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3524368Z test_quick_trunc_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3524618Z test_quick_trunc_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3524855Z test_quick_trunc_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3525101Z test_quick_trunc_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3525351Z test_quick_trunc_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3525600Z test_quick_trunc_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3525857Z test_quick_unbind_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3526106Z test_quick_unbind_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3526370Z test_quick_unbind_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3526633Z test_quick_unbind_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3526928Z test_quick_unbind_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3527248Z test_quick_unbind_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3527512Z test_quick_unbind_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3527769Z test_quick_unbind_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3528067Z test_quick_unbind_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3528325Z test_quick_unbind_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3528576Z test_quick_unbind_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3528830Z test_quick_unbind_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3529080Z test_quick_unbind_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3529341Z test_quick_uniform_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3529611Z test_quick_uniform_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3529863Z test_quick_uniform_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3530121Z test_quick_uniform_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3530380Z test_quick_uniform_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3530642Z test_quick_uniform_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3530906Z test_quick_unsqueeze_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3531162Z test_quick_unsqueeze_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3531430Z test_quick_unsqueeze_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3531699Z test_quick_unsqueeze_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3531966Z test_quick_unsqueeze_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3532216Z test_quick_unsqueeze_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3532479Z test_quick_unsqueeze_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3532734Z test_quick_unsqueeze_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3532993Z test_quick_unsqueeze_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3533253Z test_quick_unsqueeze_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3533512Z test_quick_unsqueeze_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3533771Z test_quick_unsqueeze_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3534025Z test_quick_unsqueeze_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3534313Z test_quick_var_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3534571Z test_quick_var_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3534813Z test_quick_var_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3535063Z test_quick_var_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3535308Z test_quick_var_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3535597Z test_quick_var_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3535860Z test_quick_var_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3536130Z test_quick_var_mean_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3536395Z test_quick_var_mean_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3536652Z test_quick_var_mean_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3536904Z test_quick_var_mean_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3537151Z test_quick_var_mean_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3537408Z test_quick_view_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3537661Z test_quick_view_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3537920Z test_quick_view_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3538179Z test_quick_view_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3538435Z test_quick_view_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3538688Z test_quick_view_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3538940Z test_quick_view_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3539193Z test_quick_view_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3539430Z test_quick_view_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3539682Z test_quick_view_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3539928Z test_quick_view_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3540175Z test_quick_view_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3540428Z test_quick_view_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3540685Z test_quick_where_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3540935Z test_quick_where_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3541198Z test_quick_where_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3541457Z test_quick_where_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3541737Z test_quick_where_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3541994Z test_quick_where_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3542424Z test_quick_where_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3542748Z test_quick_where_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3543002Z test_quick_where_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3543344Z test_quick_where_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3543603Z test_quick_where_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3543856Z test_quick_where_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3544096Z test_quick_where_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3544355Z test_quick_xlogy_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3544605Z test_quick_xlogy_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3544859Z test_quick_xlogy_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3545118Z test_quick_xlogy_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3545372Z test_quick_xlogy_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3545624Z test_quick_xlogy_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3545874Z test_quick_xlogy_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3546125Z test_quick_xlogy_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3546363Z test_quick_xlogy_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3546614Z test_quick_xlogy_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3546871Z test_quick_zeros_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3547123Z test_quick_zeros_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3547386Z test_quick_zeros_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3547645Z test_quick_zeros_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3547906Z test_quick_zeros_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3548163Z test_quick_zeros_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3548422Z test_quick_zeros_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3548661Z test_quick_zeros_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3548915Z test_quick_zeros_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3549166Z test_quick_zeros_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3549415Z test_quick_zeros_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3549711Z test_quick_zeros_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3549958Z test_quick_zeros_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:16:20.3549968Z 2022-12-01T10:16:20.3550173Z ---------------------------------------------------------------------- 2022-12-01T10:16:20.3550256Z Ran 7098 tests in 5.386s 2022-12-01T10:16:20.3550262Z 2022-12-01T10:16:20.3550337Z OK (skipped=7098) 2022-12-01T10:16:20.3550342Z 2022-12-01T10:16:20.3550466Z Generating XML reports... 2022-12-01T10:16:20.3550775Z Generated XML report: test-reports/python-unittest/test_decomp/TEST-DecompContiguousTestsCPU-20221201101613.xml 2022-12-01T10:16:20.3551055Z Generated XML report: test-reports/python-unittest/test_decomp/TEST-TestDecompCPU-20221201101613.xml 2022-12-01T10:16:20.3551060Z 2022-12-01T10:16:20.3551436Z ##[endgroup] 2022-12-01T10:16:20.3551706Z FINISHED PRINTING LOG FILE of test_decomp (/var/lib/jenkins/workspace/test/test-reports/test_decomp_thssmswy) 2022-12-01T10:16:20.3551711Z 2022-12-01T10:16:21.6060180Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:16:21.6679802Z Ignoring disabled issues: [] 2022-12-01T10:16:21.6821770Z Running test_public_bindings ... [2022-12-01 10:16:21.681858] 2022-12-01T10:16:21.6823638Z Executing ['/opt/conda/bin/python', '-bb', 'test_public_bindings.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:16:21.682126] 2022-12-01T10:16:24.0797258Z 2022-12-01T10:16:24.0797813Z Expand the folded group to see the log file of test_module_init 2022-12-01T10:16:24.0798807Z ##[group]PRINTING LOG FILE of test_module_init (/var/lib/jenkins/workspace/test/test-reports/test_module_init_mlzqu12w) 2022-12-01T10:16:24.0799641Z Test results will be stored in test-reports/python-unittest/test_module_init 2022-12-01T10:16:24.0800676Z /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.floating_types() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64). 2022-12-01T10:16:24.0801219Z warnings.warn(msg, FutureWarning) 2022-12-01T10:16:24.0801358Z 2022-12-01T10:16:24.0801430Z Running tests... 2022-12-01T10:16:24.0801754Z ---------------------------------------------------------------------- 2022-12-01T10:16:24.0802128Z test_nn_AdaptiveAvgPool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0802493Z test_nn_AdaptiveAvgPool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0803061Z test_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0803568Z test_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0804038Z test_nn_AdaptiveAvgPool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:16:24.0804550Z test_nn_AdaptiveAvgPool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:16:24.0805058Z test_nn_AdaptiveLogSoftmaxWithLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-12-01T10:16:24.0805608Z test_nn_AdaptiveLogSoftmaxWithLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-12-01T10:16:24.0806097Z test_nn_AdaptiveMaxPool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0806576Z test_nn_AdaptiveMaxPool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:16:24.0807336Z test_nn_AdaptiveMaxPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:16:24.0807877Z test_nn_AdaptiveMaxPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:16:24.0808446Z test_nn_AdaptiveMaxPool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:16:24.0808776Z test_nn_AdaptiveMaxPool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:16:24.0809283Z test_nn_AlphaDropout_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:16:24.0809582Z test_nn_AlphaDropout_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:16:24.0809885Z test_nn_AvgPool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-12-01T10:16:24.0810190Z test_nn_AvgPool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:16:24.0810490Z test_nn_AvgPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:16:24.0810770Z test_nn_AvgPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:16:24.0811133Z test_nn_AvgPool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:16:24.0811432Z test_nn_AvgPool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:16:24.0811713Z test_nn_BCELoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-12-01T10:16:24.0812009Z test_nn_BCELoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-12-01T10:16:24.0812314Z test_nn_BCEWithLogitsLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-12-01T10:16:24.0812627Z test_nn_BCEWithLogitsLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0812945Z test_nn_BatchNorm1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0813251Z test_nn_BatchNorm1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0813553Z test_nn_BatchNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0813843Z test_nn_BatchNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:16:24.0814137Z test_nn_BatchNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0814432Z test_nn_BatchNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.062s) 2022-12-01T10:16:24.0814716Z test_nn_Bilinear_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0815013Z test_nn_Bilinear_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0815304Z test_nn_CELU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0815589Z test_nn_CELU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0815864Z test_nn_CTCLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0816153Z test_nn_CTCLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0816453Z test_nn_ChannelShuffle_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0816751Z test_nn_ChannelShuffle_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0817071Z test_nn_ConstantPad1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0817382Z test_nn_ConstantPad1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0817694Z test_nn_ConstantPad2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0817986Z test_nn_ConstantPad2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0818285Z test_nn_ConstantPad3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0818588Z test_nn_ConstantPad3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0818876Z test_nn_Conv1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0819165Z test_nn_Conv1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0819453Z test_nn_Conv2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0819741Z test_nn_Conv2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0820016Z test_nn_Conv3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0820296Z test_nn_Conv3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0820648Z test_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0820954Z test_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0821273Z test_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0821590Z test_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0821904Z test_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0822421Z test_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0822805Z test_nn_CosineEmbeddingLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0823140Z test_nn_CosineEmbeddingLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0823455Z test_nn_CosineSimilarity_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0823783Z test_nn_CosineSimilarity_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0824106Z test_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0824425Z test_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0824726Z test_nn_CrossMapLRN2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0825036Z test_nn_CrossMapLRN2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0825346Z test_nn_Dropout1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0825634Z test_nn_Dropout1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0825934Z test_nn_Dropout2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0826238Z test_nn_Dropout2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0826527Z test_nn_Dropout3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0826807Z test_nn_Dropout3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0827105Z test_nn_Dropout_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0827398Z test_nn_Dropout_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0827669Z test_nn_ELU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0827952Z test_nn_ELU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0828248Z test_nn_EmbeddingBag_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0828560Z test_nn_EmbeddingBag_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0828850Z test_nn_Embedding_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0829147Z test_nn_Embedding_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0829466Z test_nn_FeatureAlphaDropout_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0829788Z test_nn_FeatureAlphaDropout_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0830099Z test_nn_Flatten_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0830392Z test_nn_Flatten_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0830680Z test_nn_Fold_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0830953Z test_nn_Fold_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0831264Z test_nn_FractionalMaxPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0831593Z test_nn_FractionalMaxPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0831911Z test_nn_FractionalMaxPool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0832238Z test_nn_FractionalMaxPool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0832594Z test_nn_GELU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0832878Z test_nn_GELU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0833146Z test_nn_GLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0833426Z test_nn_GLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0833713Z test_nn_GRUCell_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0833993Z test_nn_GRUCell_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0834327Z test_nn_GRU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0834617Z test_nn_GRU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0834904Z test_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0835226Z test_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0835536Z test_nn_GroupNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0835834Z test_nn_GroupNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0836119Z test_nn_Hardshrink_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0836421Z test_nn_Hardshrink_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0836722Z test_nn_Hardsigmoid_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0837015Z test_nn_Hardsigmoid_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0837320Z test_nn_Hardswish_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0837615Z test_nn_Hardswish_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0837906Z test_nn_Hardtanh_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0838190Z test_nn_Hardtanh_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0838501Z test_nn_HingeEmbeddingLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0838827Z test_nn_HingeEmbeddingLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0839128Z test_nn_HuberLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0839428Z test_nn_HuberLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0839720Z test_nn_Identity_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0840013Z test_nn_Identity_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0840301Z test_nn_InstanceNorm1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0840610Z test_nn_InstanceNorm1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0840916Z test_nn_InstanceNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0841211Z test_nn_InstanceNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0841515Z test_nn_InstanceNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0841814Z test_nn_InstanceNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0842115Z test_nn_KLDivLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0842400Z test_nn_KLDivLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0842693Z test_nn_L1Loss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0842983Z test_nn_L1Loss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0843259Z test_nn_LPPool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0843552Z test_nn_LPPool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0843887Z test_nn_LPPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0844178Z test_nn_LPPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0844451Z test_nn_LSTMCell_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0844742Z test_nn_LSTMCell_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0845029Z test_nn_LSTM_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0845303Z test_nn_LSTM_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0845622Z test_nn_LayerNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0845922Z test_nn_LayerNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0846673Z test_nn_LazyBatchNorm1d_cpu_float32 (__main__.TestModuleInitCPU) ... /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:16:24.0847309Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:16:24.0847548Z ok (0.004s) 2022-12-01T10:16:24.0847800Z test_nn_LazyBatchNorm1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0848109Z test_nn_LazyBatchNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0848431Z test_nn_LazyBatchNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0848753Z test_nn_LazyBatchNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0849073Z test_nn_LazyBatchNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0849368Z test_nn_LazyConv1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0849668Z test_nn_LazyConv1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0849972Z test_nn_LazyConv2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0850258Z test_nn_LazyConv2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0850555Z test_nn_LazyConv3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0850854Z test_nn_LazyConv3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0851168Z test_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0851487Z test_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0851816Z test_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0852146Z test_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0852454Z test_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0852783Z test_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0853108Z test_nn_LazyInstanceNorm1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0853433Z test_nn_LazyInstanceNorm1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0853738Z test_nn_LazyInstanceNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0854060Z test_nn_LazyInstanceNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0854382Z test_nn_LazyInstanceNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0854686Z test_nn_LazyInstanceNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0854994Z test_nn_LazyLinear_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0855294Z test_nn_LazyLinear_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0855630Z test_nn_LeakyReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0855918Z test_nn_LeakyReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0856211Z test_nn_Linear_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0856500Z test_nn_Linear_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0856796Z test_nn_LocalResponseNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0857125Z test_nn_LocalResponseNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0857467Z test_nn_LogSigmoid_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0857772Z test_nn_LogSigmoid_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0858059Z test_nn_LogSoftmax_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0858358Z test_nn_LogSoftmax_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0858656Z test_nn_MSELoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0858934Z test_nn_MSELoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0859239Z test_nn_MarginRankingLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0859565Z test_nn_MarginRankingLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0859877Z test_nn_MaxPool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0860165Z test_nn_MaxPool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0860465Z test_nn_MaxPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0860758Z test_nn_MaxPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0861038Z test_nn_MaxPool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0861330Z test_nn_MaxPool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0861629Z test_nn_MaxUnpool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0861931Z test_nn_MaxUnpool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0862374Z test_nn_MaxUnpool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0862678Z test_nn_MaxUnpool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0862979Z test_nn_MaxUnpool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0863313Z test_nn_MaxUnpool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0863688Z test_nn_Mish_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0873174Z test_nn_Mish_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0873590Z test_nn_ModuleDict_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0873917Z test_nn_ModuleDict_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0874222Z test_nn_ModuleList_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0874523Z test_nn_ModuleList_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0874829Z test_nn_MultiLabelMarginLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0875168Z test_nn_MultiLabelMarginLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0875518Z test_nn_MultiLabelSoftMarginLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0875870Z test_nn_MultiLabelSoftMarginLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0876189Z test_nn_MultiMarginLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0876504Z test_nn_MultiMarginLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0876934Z test_nn_MultiheadAttention_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:16:24.0877245Z test_nn_MultiheadAttention_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:16:24.0877558Z test_nn_NLLLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0877859Z test_nn_NLLLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0878156Z test_nn_PReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0878436Z test_nn_PReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0878787Z test_nn_PairwiseDistance_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0879110Z test_nn_PairwiseDistance_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0879416Z test_nn_ParameterDict_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0879731Z test_nn_ParameterDict_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0880039Z test_nn_ParameterList_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0880338Z test_nn_ParameterList_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0880646Z test_nn_PixelShuffle_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0880952Z test_nn_PixelShuffle_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0881261Z test_nn_PixelUnshuffle_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0881565Z test_nn_PixelUnshuffle_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0881879Z test_nn_PoissonNLLLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0882191Z test_nn_PoissonNLLLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0882477Z test_nn_RNNBase_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0882774Z test_nn_RNNBase_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0883071Z test_nn_RNNCellBase_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0883372Z test_nn_RNNCellBase_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0883655Z test_nn_RNNCell_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0883946Z test_nn_RNNCell_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0884229Z test_nn_RNN_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0884502Z test_nn_RNN_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0884787Z test_nn_RReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0885076Z test_nn_RReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0885360Z test_nn_ReLU6_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0885635Z test_nn_ReLU6_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0885917Z test_nn_ReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0886202Z test_nn_ReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0886491Z test_nn_ReflectionPad1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0886810Z test_nn_ReflectionPad1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0887124Z test_nn_ReflectionPad2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0887521Z test_nn_ReflectionPad2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0887816Z test_nn_ReflectionPad3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0888130Z test_nn_ReflectionPad3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0888490Z test_nn_ReplicationPad1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0888801Z test_nn_ReplicationPad1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0889122Z test_nn_ReplicationPad2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0889439Z test_nn_ReplicationPad2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0889752Z test_nn_ReplicationPad3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0890080Z test_nn_ReplicationPad3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0890386Z test_nn_SELU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0890670Z test_nn_SELU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0890954Z test_nn_Sequential_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0891255Z test_nn_Sequential_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0891549Z test_nn_SiLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0891830Z test_nn_SiLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0892109Z test_nn_Sigmoid_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0892400Z test_nn_Sigmoid_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0892698Z test_nn_SmoothL1Loss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0892993Z test_nn_SmoothL1Loss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0893300Z test_nn_SoftMarginLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0893616Z test_nn_SoftMarginLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0893920Z test_nn_Softmax2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0894207Z test_nn_Softmax2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0894505Z test_nn_Softmax_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0894794Z test_nn_Softmax_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0895068Z test_nn_Softmin_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0895356Z test_nn_Softmin_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0895644Z test_nn_Softplus_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0895939Z test_nn_Softplus_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0896220Z test_nn_Softshrink_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0896518Z test_nn_Softshrink_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0896818Z test_nn_Softsign_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0897101Z test_nn_Softsign_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0897405Z test_nn_SyncBatchNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0897714Z test_nn_SyncBatchNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0897997Z test_nn_Tanh_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0898281Z test_nn_Tanh_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0898572Z test_nn_Tanhshrink_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0898875Z test_nn_Tanhshrink_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0899160Z test_nn_Threshold_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0899455Z test_nn_Threshold_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0899808Z test_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.008s) 2022-12-01T10:16:24.0900143Z test_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.008s) 2022-12-01T10:16:24.0900477Z test_nn_TransformerDecoder_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.009s) 2022-12-01T10:16:24.0900800Z test_nn_TransformerDecoder_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.009s) 2022-12-01T10:16:24.0901134Z test_nn_TransformerEncoderLayer_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-12-01T10:16:24.0901476Z test_nn_TransformerEncoderLayer_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-12-01T10:16:24.0901838Z test_nn_TransformerEncoder_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-12-01T10:16:24.0902287Z test_nn_TransformerEncoder_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.008s) 2022-12-01T10:16:24.0902690Z test_nn_Transformer_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.650s) 2022-12-01T10:16:24.0902984Z test_nn_Transformer_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.828s) 2022-12-01T10:16:24.0903296Z test_nn_TripletMarginLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0903625Z test_nn_TripletMarginLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0903964Z test_nn_TripletMarginWithDistanceLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0904339Z test_nn_TripletMarginWithDistanceLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0904677Z test_nn_Unflatten_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0904977Z test_nn_Unflatten_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0905259Z test_nn_Unfold_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0905549Z test_nn_Unfold_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0905846Z test_nn_Upsample_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0906129Z test_nn_Upsample_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0906444Z test_nn_UpsamplingBilinear2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0906780Z test_nn_UpsamplingBilinear2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0907114Z test_nn_UpsamplingNearest2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0907433Z test_nn_UpsamplingNearest2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0907787Z test_nn_ZeroPad2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0908147Z test_nn_ZeroPad2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0908430Z test_qat_Conv1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0908721Z test_qat_Conv1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0909008Z test_qat_Conv2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0909292Z test_qat_Conv2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0909560Z test_qat_Conv3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0909897Z test_qat_Conv3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0910197Z test_qat_EmbeddingBag_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0910498Z test_qat_EmbeddingBag_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0910807Z test_qat_Embedding_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0911109Z test_qat_Embedding_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0911394Z test_qat_Linear_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0911756Z test_qat_Linear_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:16:24.0912067Z test_quantizable_LSTMCell_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0912385Z test_quantizable_LSTMCell_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0912690Z test_quantizable_LSTM_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0913000Z test_quantizable_LSTM_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0913334Z test_quantizable_MultiheadAttention_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-12-01T10:16:24.0913711Z test_quantizable_MultiheadAttention_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-12-01T10:16:24.0914053Z test_quantized_BatchNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0914375Z test_quantized_BatchNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-12-01T10:16:24.0914692Z test_quantized_BatchNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.008s) 2022-12-01T10:16:24.0914991Z test_quantized_BatchNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.008s) 2022-12-01T10:16:24.0915304Z test_quantized_Conv1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-12-01T10:16:24.0915612Z test_quantized_Conv1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-12-01T10:16:24.0915918Z test_quantized_Conv2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-12-01T10:16:24.0916211Z test_quantized_Conv2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:16:24.0916514Z test_quantized_Conv3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-12-01T10:16:24.0916821Z test_quantized_Conv3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:16:24.0917128Z test_quantized_ConvTranspose1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-12-01T10:16:24.0917461Z test_quantized_ConvTranspose1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-12-01T10:16:24.0917795Z test_quantized_ConvTranspose2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-12-01T10:16:24.0918126Z test_quantized_ConvTranspose2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-12-01T10:16:24.0918443Z test_quantized_ConvTranspose3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-12-01T10:16:24.0918767Z test_quantized_ConvTranspose3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:16:24.0919094Z test_quantized_DeQuantize_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0919402Z test_quantized_DeQuantize_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0919714Z test_quantized_Dropout_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0920024Z test_quantized_Dropout_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0920329Z test_quantized_ELU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0920616Z test_quantized_ELU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0920941Z test_quantized_FXFloatFunctional_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0921286Z test_quantized_FXFloatFunctional_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0921610Z test_quantized_FloatFunctional_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0921938Z test_quantized_FloatFunctional_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0922265Z test_quantized_GroupNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0922578Z test_quantized_GroupNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0922878Z test_quantized_Hardswish_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0923242Z test_quantized_Hardswish_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0923566Z test_quantized_InstanceNorm1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0923883Z test_quantized_InstanceNorm1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0924211Z test_quantized_InstanceNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0924542Z test_quantized_InstanceNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0924927Z test_quantized_InstanceNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0925244Z test_quantized_InstanceNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0925567Z test_quantized_LayerNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0925922Z test_quantized_LayerNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:16:24.0926236Z test_quantized_LeakyReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0926537Z test_quantized_LeakyReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0926849Z test_quantized_Linear_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0927236Z test_quantized_Linear_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0927539Z test_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0927855Z test_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0928164Z test_quantized_PReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0928473Z test_quantized_PReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0928779Z test_quantized_QFunctional_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0929103Z test_quantized_QFunctional_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0929422Z test_quantized_Quantize_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0929720Z test_quantized_Quantize_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0930029Z test_quantized_ReLU6_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0930330Z test_quantized_ReLU6_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0930637Z test_quantized_Sigmoid_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0930934Z test_quantized_Sigmoid_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0931245Z test_quantized_Softmax_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0931552Z test_quantized_Softmax_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:16:24.0931723Z 2022-12-01T10:16:24.0931968Z ---------------------------------------------------------------------- 2022-12-01T10:16:24.0932213Z Ran 376 tests in 2.860s 2022-12-01T10:16:24.0932326Z 2022-12-01T10:16:24.0932388Z OK 2022-12-01T10:16:24.0932479Z 2022-12-01T10:16:24.0932563Z Generating XML reports... 2022-12-01T10:16:24.0932978Z Generated XML report: test-reports/python-unittest/test_module_init/TEST-TestModuleInitCPU-20221201101620.xml 2022-12-01T10:16:24.0933218Z 2022-12-01T10:16:24.0933546Z ##[endgroup] 2022-12-01T10:16:24.0933927Z FINISHED PRINTING LOG FILE of test_module_init (/var/lib/jenkins/workspace/test/test-reports/test_module_init_mlzqu12w) 2022-12-01T10:16:24.0934132Z 2022-12-01T10:16:24.7937151Z 2022-12-01T10:16:24.7937670Z Expand the folded group to see the log file of test_public_bindings 2022-12-01T10:16:24.7938528Z ##[group]PRINTING LOG FILE of test_public_bindings (/var/lib/jenkins/workspace/test/test-reports/test_public_bindings_jta0xpyn) 2022-12-01T10:16:24.7939163Z Test results will be stored in test-reports/python-unittest/test_public_bindings 2022-12-01T10:16:24.7939550Z 2022-12-01T10:16:24.7939628Z Running tests... 2022-12-01T10:16:24.7939994Z ---------------------------------------------------------------------- 2022-12-01T10:16:24.7940294Z test_correct_module_names (__main__.TestPublicBindings) 2022-12-01T10:16:24.7941042Z 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:16:24.7941655Z "torch.distributed.reduce_op is deprecated, please use " 2022-12-01T10:16:24.7941988Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:16:24.7942413Z ok (1.681s) 2022-12-01T10:16:24.7942634Z test_no_new_bindings (__main__.TestPublicBindings) 2022-12-01T10:16:24.7942983Z This test aims to stop the introduction of new JIT bindings into torch._C ... ok (0.004s) 2022-12-01T10:16:24.7943176Z 2022-12-01T10:16:24.7943383Z ---------------------------------------------------------------------- 2022-12-01T10:16:24.7943676Z Ran 2 tests in 1.685s 2022-12-01T10:16:24.7943798Z 2022-12-01T10:16:24.7943857Z OK 2022-12-01T10:16:24.7943935Z 2022-12-01T10:16:24.7944022Z Generating XML reports... 2022-12-01T10:16:24.7944503Z Generated XML report: test-reports/python-unittest/test_public_bindings/TEST-TestPublicBindings-20221201101622.xml 2022-12-01T10:16:24.7944752Z 2022-12-01T10:16:24.7944995Z ##[endgroup] 2022-12-01T10:16:24.7945457Z FINISHED PRINTING LOG FILE of test_public_bindings (/var/lib/jenkins/workspace/test/test-reports/test_public_bindings_jta0xpyn) 2022-12-01T10:16:24.7945686Z 2022-12-01T10:16:25.5395766Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:16:25.6407302Z Ignoring disabled issues: [] 2022-12-01T10:16:25.6569608Z Running test_nestedtensor ... [2022-12-01 10:16:25.656526] 2022-12-01T10:16:25.6570878Z Executing ['/opt/conda/bin/python', '-bb', 'test_nestedtensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:16:25.656820] 2022-12-01T10:16:26.3176629Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:16:26.3861527Z Ignoring disabled issues: [] 2022-12-01T10:16:26.4005350Z Running test_fx_reinplace_pass ... [2022-12-01 10:16:26.400230] 2022-12-01T10:16:26.4008035Z Executing ['/opt/conda/bin/python', '-bb', 'test_fx_reinplace_pass.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:16:26.400501] 2022-12-01T10:16:28.3261888Z 2022-12-01T10:16:28.3262530Z Expand the folded group to see the log file of test_fx_reinplace_pass 2022-12-01T10:16:28.3263561Z ##[group]PRINTING LOG FILE of test_fx_reinplace_pass (/var/lib/jenkins/workspace/test/test-reports/test_fx_reinplace_pass_z3y8sayn) 2022-12-01T10:16:28.3264820Z Test results will be stored in test-reports/python-unittest/test_fx_reinplace_pass 2022-12-01T10:16:28.3265139Z 2022-12-01T10:16:28.3265267Z Running tests... 2022-12-01T10:16:28.3265799Z ---------------------------------------------------------------------- 2022-12-01T10:16:28.3266278Z test_out_node_updated (__main__.TestReinplacePass) ... ok (0.248s) 2022-12-01T10:16:28.3266763Z test_reinplace_basic (__main__.TestReinplacePass) ... ok (0.005s) 2022-12-01T10:16:28.3267273Z test_reinplace_different_metadata (__main__.TestReinplacePass) ... ok (0.005s) 2022-12-01T10:16:28.3267779Z test_reinplace_index_mutation (__main__.TestReinplacePass) ... ok (0.013s) 2022-12-01T10:16:28.3268300Z test_reinplace_overlapping_memory (__main__.TestReinplacePass) ... ok (0.006s) 2022-12-01T10:16:28.3268813Z test_reinplace_scatter_op (__main__.TestReinplacePass) ... ok (0.047s) 2022-12-01T10:16:28.3269311Z test_reinplace_scatter_twice (__main__.TestReinplacePass) ... ok (0.050s) 2022-12-01T10:16:28.3269863Z test_reinplace_scatter_twice_with_different_view_op_invalid (__main__.TestReinplacePass) ... ok (0.011s) 2022-12-01T10:16:28.3270675Z test_reinplace_scatter_twice_with_different_view_op_invalid2 (__main__.TestReinplacePass) ... ok (0.010s) 2022-12-01T10:16:28.3271290Z test_reinplace_scatter_twice_with_different_view_op_valid (__main__.TestReinplacePass) ... ok (0.011s) 2022-12-01T10:16:28.3271820Z test_reinplace_with_view (__main__.TestReinplacePass) ... ok (0.007s) 2022-12-01T10:16:28.3272094Z 2022-12-01T10:16:28.3272430Z ---------------------------------------------------------------------- 2022-12-01T10:16:28.3272823Z Ran 11 tests in 0.415s 2022-12-01T10:16:28.3273010Z 2022-12-01T10:16:28.3273108Z OK 2022-12-01T10:16:28.3273240Z 2022-12-01T10:16:28.3273380Z Generating XML reports... 2022-12-01T10:16:28.3274176Z Generated XML report: test-reports/python-unittest/test_fx_reinplace_pass/TEST-TestReinplacePass-20221201101627.xml 2022-12-01T10:16:28.3274583Z 2022-12-01T10:16:28.3274933Z ##[endgroup] 2022-12-01T10:16:28.3275591Z FINISHED PRINTING LOG FILE of test_fx_reinplace_pass (/var/lib/jenkins/workspace/test/test-reports/test_fx_reinplace_pass_z3y8sayn) 2022-12-01T10:16:28.3275972Z 2022-12-01T10:16:28.8000408Z 2022-12-01T10:16:28.8001192Z Expand the folded group to see the log file of test_nestedtensor 2022-12-01T10:16:28.8002486Z ##[group]PRINTING LOG FILE of test_nestedtensor (/var/lib/jenkins/workspace/test/test-reports/test_nestedtensor_z8yr682x) 2022-12-01T10:16:28.8003380Z Test results will be stored in test-reports/python-unittest/test_nestedtensor 2022-12-01T10:16:28.8003823Z 2022-12-01T10:16:28.8003954Z Running tests... 2022-12-01T10:16:28.8004509Z ---------------------------------------------------------------------- 2022-12-01T10:16:28.8005975Z test_activations (__main__.TestNestedTensor) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:16:28.8006895Z r = func(*args, **kwargs) 2022-12-01T10:16:28.8007286Z ok (0.006s) 2022-12-01T10:16:28.8007711Z test_default_nested_tensor (__main__.TestNestedTensor) ... ok (0.003s) 2022-12-01T10:16:28.8008205Z test_dim (__main__.TestNestedTensor) ... ok (0.002s) 2022-12-01T10:16:28.8008669Z test_is_contiguous (__main__.TestNestedTensor) ... ok (0.005s) 2022-12-01T10:16:28.8009180Z test_nested_namespace (__main__.TestNestedTensor) ... ok (0.002s) 2022-12-01T10:16:28.8009689Z test_nested_tensor (__main__.TestNestedTensor) ... ok (0.001s) 2022-12-01T10:16:28.8010194Z test_nested_tensor_matching_dim (__main__.TestNestedTensor) ... ok (0.009s) 2022-12-01T10:16:28.8010701Z test_numel (__main__.TestNestedTensor) ... ok (0.004s) 2022-12-01T10:16:28.8011180Z test_repr_string (__main__.TestNestedTensor) ... ok (0.004s) 2022-12-01T10:16:28.8011636Z test_size (__main__.TestNestedTensor) ... ok (0.003s) 2022-12-01T10:16:28.8012094Z test_size_dim (__main__.TestNestedTensor) ... ok (0.009s) 2022-12-01T10:16:28.8012559Z test_stride (__main__.TestNestedTensor) ... ok (0.003s) 2022-12-01T10:16:28.8013085Z test_to_padded_tensor_on_empty_tensor (__main__.TestNestedTensor) ... ok (0.002s) 2022-12-01T10:16:28.8013590Z test_unbind_0 (__main__.TestNestedTensor) ... ok (0.002s) 2022-12-01T10:16:28.8014057Z test_unbind_1 (__main__.TestNestedTensor) ... ok (0.002s) 2022-12-01T10:16:28.8014521Z test_unbind_3 (__main__.TestNestedTensor) ... ok (0.002s) 2022-12-01T10:16:28.8014949Z test_unbind_4 (__main__.TestNestedTensor) ... ok (0.002s) 2022-12-01T10:16:28.8015414Z test_unbind_dim (__main__.TestNestedTensor) ... ok (0.005s) 2022-12-01T10:16:28.8015983Z test_as_nested_tensor_propagates_gradients (__main__.TestNestedTensorAutograd) ... ok (0.003s) 2022-12-01T10:16:28.8016615Z test_backward_for_add_op (__main__.TestNestedTensorAutograd) ... ok (0.003s) 2022-12-01T10:16:28.8017170Z test_dropout_backward (__main__.TestNestedTensorAutograd) ... ok (0.003s) 2022-12-01T10:16:28.8017745Z test_indexing_backward (__main__.TestNestedTensorAutograd) ... ok (0.004s) 2022-12-01T10:16:28.8018527Z test_nested_tensor_bmm_backward (__main__.TestNestedTensorAutograd) ... ok (0.004s) 2022-12-01T10:16:28.8019117Z test_nested_tensor_bmm_gradcheck (__main__.TestNestedTensorAutograd) ... ok (0.101s) 2022-12-01T10:16:28.8019712Z test_nested_tensor_from_list (__main__.TestNestedTensorAutograd) ... ok (0.008s) 2022-12-01T10:16:28.8020302Z test_nested_tensor_from_mask_and_to_padded (__main__.TestNestedTensorAutograd) ... ok (0.005s) 2022-12-01T10:16:28.8020918Z test_nested_tensor_from_padded (__main__.TestNestedTensorAutograd) ... ok (0.004s) 2022-12-01T10:16:28.8021607Z test_nested_tensor_from_padded_fused (__main__.TestNestedTensorAutograd) ... ok (0.004s) 2022-12-01T10:16:28.8022443Z test_nested_tensor_generates_leaf (__main__.TestNestedTensorAutograd) ... ok (0.003s) 2022-12-01T10:16:28.8023029Z test_nested_tensor_linear (__main__.TestNestedTensorAutograd) ... ok (0.025s) 2022-12-01T10:16:28.8023612Z test_nested_tensor_linear_backward (__main__.TestNestedTensorAutograd) ... ok (0.002s) 2022-12-01T10:16:28.8024229Z test_nested_tensor_matmul_backward (__main__.TestNestedTensorAutograd) ... ok (0.004s) 2022-12-01T10:16:28.8024823Z test_nested_tensor_matmul_gradcheck (__main__.TestNestedTensorAutograd) ... ok (0.117s) 2022-12-01T10:16:28.8025431Z test_nested_tensor_reshape_backward (__main__.TestNestedTensorAutograd) ... ok (0.003s) 2022-12-01T10:16:28.8026953Z 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:16:28.8027980Z f'Input #{idx} requires gradient and ' 2022-12-01T10:16:28.8029167Z /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:16:28.8030064Z f'Input #{idx} requires gradient and ' 2022-12-01T10:16:28.8030393Z ok (0.043s) 2022-12-01T10:16:28.8030854Z test_nested_tensor_softmax (__main__.TestNestedTensorAutograd) ... ok (0.008s) 2022-12-01T10:16:28.8031478Z test_nested_tensor_to_padded_tensor (__main__.TestNestedTensorAutograd) ... ok (0.004s) 2022-12-01T10:16:28.8032128Z test_nested_tensor_transpose_backward (__main__.TestNestedTensorAutograd) ... ok (0.002s) 2022-12-01T10:16:28.8032773Z test_nested_tensor_transpose_gradcheck (__main__.TestNestedTensorAutograd) ... ok (0.035s) 2022-12-01T10:16:28.8033413Z test_set_requires_grad_from_list (__main__.TestNestedTensorAutograd) ... ok (0.001s) 2022-12-01T10:16:28.8034030Z test_set_requires_grad_from_mask (__main__.TestNestedTensorAutograd) ... ok (0.001s) 2022-12-01T10:16:28.8034646Z test_to_buffer_series_ops_grad_with_broadcast (__main__.TestNestedTensorAutograd) ... ok (0.008s) 2022-12-01T10:16:28.8035288Z test_unbind_flow_through (__main__.TestNestedTensorAutograd) ... ok (0.008s) 2022-12-01T10:16:28.8035886Z test_values_grad_with_broadcast (__main__.TestNestedTensorAutograd) ... ok (0.007s) 2022-12-01T10:16:28.8036508Z test_bmm_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.063s) 2022-12-01T10:16:28.8037109Z test_bmm_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.061s) 2022-12-01T10:16:28.8037750Z test_bmm_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:16:28.8038427Z test_bmm_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:16:28.8039056Z test_clone_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.012s) 2022-12-01T10:16:28.8039652Z test_clone_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.011s) 2022-12-01T10:16:28.8040279Z test_detach_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:16:28.8041072Z test_detach_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:16:28.8041687Z test_detach_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:16:28.8042314Z test_device_checks_cpu (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:16:28.8042950Z test_dropout_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.015s) 2022-12-01T10:16:28.8043567Z test_dropout_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:16:28.8044291Z test_dropout_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:16:28.8044991Z test_dropout_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:16:28.8045652Z test_embedding_cpu (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:16:28.8046273Z test_layer_norm_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.025s) 2022-12-01T10:16:28.8046899Z test_linear_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.029s) 2022-12-01T10:16:28.8047611Z test_linear_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.027s) 2022-12-01T10:16:28.8048250Z test_linear_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:16:28.8048940Z test_linear_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:16:28.8049591Z test_matmul_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.077s) 2022-12-01T10:16:28.8050225Z test_matmul_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.076s) 2022-12-01T10:16:28.8050870Z test_matmul_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:16:28.8051548Z test_matmul_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:16:28.8052225Z test_nested_tensor_add_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:16:28.8052880Z test_nested_tensor_add_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:16:28.8053547Z test_nested_tensor_add_in_place_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:16:28.8054255Z test_nested_tensor_add_in_place_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:16:28.8054952Z test_nested_tensor_indexing_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.050s) 2022-12-01T10:16:28.8055621Z test_nested_tensor_indexing_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.050s) 2022-12-01T10:16:28.8056316Z test_nested_tensor_indexing_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.049s) 2022-12-01T10:16:28.8057031Z test_nested_tensor_indexing_noncontiguous_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:16:28.8057782Z test_nested_tensor_indexing_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:16:28.8058505Z test_nested_tensor_indexing_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:16:28.8059209Z test_nested_tensor_mul_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:16:28.8059872Z test_nested_tensor_mul_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:16:28.8060560Z test_nested_tensor_mul_in_place_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:16:28.8061252Z test_nested_tensor_mul_in_place_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:16:28.8061942Z test_nested_tensor_sum_dim_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.025s) 2022-12-01T10:16:28.8062727Z test_reshape_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.019s) 2022-12-01T10:16:28.8063475Z test_reshape_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.019s) 2022-12-01T10:16:28.8064111Z test_reshape_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.019s) 2022-12-01T10:16:28.8064802Z test_scaled_dot_product_attention_input_dim_3_cpu (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.022s) 2022-12-01T10:16:28.8065538Z test_scaled_dot_product_attention_input_dim_4_cpu (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.024s) 2022-12-01T10:16:28.8066196Z test_softmax_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.039s) 2022-12-01T10:16:28.8066889Z test_softmax_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.039s) 2022-12-01T10:16:28.8067550Z test_softmax_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:16:28.8068238Z test_softmax_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:16:28.8068911Z test_to_padded_tensor_dim2_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:16:28.8069594Z test_to_padded_tensor_dim2_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:16:28.8070255Z test_to_padded_tensor_dim2_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:16:28.8070905Z test_to_padded_tensor_dim3_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:16:28.8071574Z test_to_padded_tensor_dim3_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:16:28.8072241Z test_to_padded_tensor_dim3_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:16:28.8072901Z test_to_padded_tensor_dim4_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:16:28.8073541Z test_to_padded_tensor_dim4_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:16:28.8074205Z test_to_padded_tensor_dim4_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:16:28.8074871Z test_to_padded_tensor_noncontiguous_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:16:28.8075591Z test_to_padded_tensor_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:16:28.8076292Z test_to_padded_tensor_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:16:28.8077023Z test_to_padded_tensor_output_size_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:16:28.8077733Z test_to_padded_tensor_output_size_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:16:28.8078412Z test_to_padded_tensor_simple_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:16:28.8079075Z test_to_padded_tensor_simple_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:16:28.8079739Z test_to_then_from_padded_tensor_no_transform0213_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:16:28.8080385Z test_transpose_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.024s) 2022-12-01T10:16:28.8081002Z test_transpose_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.025s) 2022-12-01T10:16:28.8081633Z test_transpose_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.025s) 2022-12-01T10:16:28.8082298Z test_transpose_inference_mode_interaction_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:16:28.8083048Z test_transpose_inference_mode_interaction_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:16:28.8083778Z test_transpose_inference_mode_interaction_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:16:28.8084480Z test_unbind_noncontiguous_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:16:28.8085259Z test_unbind_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:16:28.8085922Z test_unbind_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:16:28.8086564Z test_view_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.037s) 2022-12-01T10:16:28.8087248Z test_view_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.032s) 2022-12-01T10:16:28.8087865Z test_view_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.029s) 2022-12-01T10:16:28.8088583Z test_view_inference_mode_interaction_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:16:28.8089319Z test_view_inference_mode_interaction_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:16:28.8090046Z test_view_inference_mode_interaction_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:16:28.8090440Z 2022-12-01T10:16:28.8090832Z ---------------------------------------------------------------------- 2022-12-01T10:16:28.8091225Z Ran 124 tests in 1.678s 2022-12-01T10:16:28.8091418Z 2022-12-01T10:16:28.8091523Z OK 2022-12-01T10:16:28.8091684Z 2022-12-01T10:16:28.8091834Z Generating XML reports... 2022-12-01T10:16:28.8092598Z Generated XML report: test-reports/python-unittest/test_nestedtensor/TEST-TestNestedTensor-20221201101626.xml 2022-12-01T10:16:28.8093632Z Generated XML report: test-reports/python-unittest/test_nestedtensor/TEST-TestNestedTensorAutograd-20221201101626.xml 2022-12-01T10:16:28.8094751Z Generated XML report: test-reports/python-unittest/test_nestedtensor/TEST-TestNestedTensorDeviceTypeCPU-20221201101626.xml 2022-12-01T10:16:28.8095260Z 2022-12-01T10:16:28.8095737Z ##[endgroup] 2022-12-01T10:16:28.8096457Z FINISHED PRINTING LOG FILE of test_nestedtensor (/var/lib/jenkins/workspace/test/test-reports/test_nestedtensor_z8yr682x) 2022-12-01T10:16:28.8096860Z 2022-12-01T10:16:29.8872842Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:16:29.9492734Z Ignoring disabled issues: [] 2022-12-01T10:16:29.9636513Z Running test_python_dispatch ... [2022-12-01 10:16:29.963410] 2022-12-01T10:16:29.9639070Z Executing ['/opt/conda/bin/python', '-bb', 'test_python_dispatch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:16:29.963685] 2022-12-01T10:16:30.2559345Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:16:30.3295855Z Ignoring disabled issues: [] 2022-12-01T10:16:30.3578922Z Running lazy/test_bindings ... [2022-12-01 10:16:30.357463] 2022-12-01T10:16:30.3582426Z Executing ['/opt/conda/bin/python', '-bb', 'lazy/test_bindings.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:16:30.357866] 2022-12-01T10:16:31.2512076Z 2022-12-01T10:16:31.2512695Z Expand the folded group to see the log file of lazy/test_bindings 2022-12-01T10:16:31.2513741Z ##[group]PRINTING LOG FILE of lazy/test_bindings (/var/lib/jenkins/workspace/test/test-reports/lazy-test_bindings_54s8vo9r) 2022-12-01T10:16:31.2513992Z 2022-12-01T10:16:31.2514213Z ##[endgroup] 2022-12-01T10:16:31.2514707Z FINISHED PRINTING LOG FILE of lazy/test_bindings (/var/lib/jenkins/workspace/test/test-reports/lazy-test_bindings_54s8vo9r) 2022-12-01T10:16:31.2514928Z 2022-12-01T10:16:31.5780837Z 2022-12-01T10:16:31.5781350Z Expand the folded group to see the log file of test_python_dispatch 2022-12-01T10:16:31.5782615Z ##[group]PRINTING LOG FILE of test_python_dispatch (/var/lib/jenkins/workspace/test/test-reports/test_python_dispatch_t7sok8i0) 2022-12-01T10:16:31.5783511Z Test results will be stored in test-reports/python-unittest/test_python_dispatch 2022-12-01T10:16:31.5783813Z 2022-12-01T10:16:31.5783929Z Running tests... 2022-12-01T10:16:31.5784489Z ---------------------------------------------------------------------- 2022-12-01T10:16:31.5785035Z test_all_same_mode (__main__.TestPythonDispatch) ... ok (0.227s) 2022-12-01T10:16:31.5785792Z test_autograd_in_attr (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:16:31.5786284Z test_basic (__main__.TestPythonDispatch) ... ok (0.007s) 2022-12-01T10:16:31.5786586Z test_capture_logs_with_torch_dispatch_mode (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:16:31.5786904Z test_construct_int_tensor (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:16:31.5787205Z test_custom_autograd (__main__.TestPythonDispatch) ... ok (0.005s) 2022-12-01T10:16:31.5787621Z test_deepcopy_non_wrapper_subclass (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:16:31.5788247Z test_deepcopy_wrapper_subclass (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:16:31.5788886Z test_deepcopy_wrapper_subclass_with_clone_returning_different_type (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:16:31.5789546Z test_detach_appears_twice_when_called_once (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:16:31.5790133Z test_device_slowpath (__main__.TestPythonDispatch) ... ok (0.003s) 2022-12-01T10:16:31.5790582Z test_dim_slowpath (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:16:31.5790875Z test_dispatch_super_call (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:16:31.5791172Z test_dispatch_super_call_list_arg (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:16:31.5791489Z test_dispatch_super_dont_autograd (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:16:31.5791810Z test_error_using_class_method_on_mode (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:16:31.5792105Z test_exception_handling (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:16:31.5792398Z test_fancy_strides (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:16:31.5792675Z test_format (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:16:31.5792937Z test_get_cur_mode (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:16:31.5793217Z test_get_mode_stack (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:16:31.5793525Z test_index_put_where_only_index_is_subclass (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:16:31.5793930Z test_invalid_ret (__main__.TestPythonDispatch) ... test_python_dispatch.py:430: DeprecationWarning: Please use assertRaisesRegex instead. 2022-12-01T10:16:31.5794290Z RuntimeError, "Unable to cast", lambda: A(torch.zeros(1)).detach(), 2022-12-01T10:16:31.5794510Z ok (0.002s) 2022-12-01T10:16:31.5794748Z test_is_contiguous_slow_path (__main__.TestPythonDispatch) ... ok (0.004s) 2022-12-01T10:16:31.5795029Z test_kwarg_only (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:16:31.5795335Z test_kwarg_only_and_positional_default (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:16:31.5795644Z test_layout_slow_path (__main__.TestPythonDispatch) ... ok (0.003s) 2022-12-01T10:16:31.5795915Z test_like (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:16:31.5796167Z test_list_ret (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:16:31.5796458Z test_make_subclass_with_modes (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:16:31.5796772Z test_make_wrapper_subclass_noalloc (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:16:31.5797097Z test_make_wrapper_subclass_propagates_metadata (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:16:31.5797414Z test_maybe_tuple_bug (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:16:31.5797705Z test_mode_with_make_subclass (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:16:31.5798006Z test_multiple_ops_subclass (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:16:31.5798305Z test_nested_push_logging_tensor_mode (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:16:31.5798610Z test_nesting_same_mode (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:16:31.5798889Z test_new_ones (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:16:31.5799201Z test_none_wrapping (__main__.TestPythonDispatch) ... ok (0.008s) 2022-12-01T10:16:31.5799494Z test_notimplemented_mode (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:16:31.5799772Z test_out (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:16:31.5800035Z test_produce_real_type (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:16:31.5800315Z test_set_data (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:16:31.5800602Z test_shallow_copy_and_detach (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:16:31.5800898Z test_sizes_slow_path (__main__.TestPythonDispatch) ... ok (0.003s) 2022-12-01T10:16:31.5801217Z test_standard_is_not_subclass (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:16:31.5801506Z test_storage (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:16:31.5801810Z test_storage_can_be_converted_to_python_object (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:16:31.5802110Z test_strides_slow_path (__main__.TestPythonDispatch) ... ok (0.003s) 2022-12-01T10:16:31.5802419Z test_subclass_autograd_device_check (__main__.TestPythonDispatch) ... ok (0.003s) 2022-12-01T10:16:31.5802728Z test_subclass_creation (__main__.TestPythonDispatch) ... ok (0.007s) 2022-12-01T10:16:31.5803022Z test_subclass_priority (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:16:31.5803321Z test_tolist_numpy_with_torch_dispatch_mode (__main__.TestPythonDispatch) ... ok (0.004s) 2022-12-01T10:16:31.5803638Z test_torch_dispatch_mode_basic (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:16:31.5803970Z test_torch_dispatch_mode_respects_no_dispatch (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:16:31.5804297Z test_torch_dispatch_mode_subclass_priority (__main__.TestPythonDispatch) ... ok (0.003s) 2022-12-01T10:16:31.5804629Z test_torch_dispatch_mode_unrelated_tensors (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:16:31.5804927Z test_version (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:16:31.5805223Z test_with_mode_created_separately (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:16:31.5805513Z test_with_nested_modes (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:16:31.5805815Z test_wrapper_subclass_serializes (__main__.TestPythonDispatch) ... ok (0.003s) 2022-12-01T10:16:31.5806107Z test_basic (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-12-01T10:16:31.5806362Z test_lstsq (__main__.TestPythonDispatcher) ... ok (0.003s) 2022-12-01T10:16:31.5806648Z test_alias_analysis (__main__.TestPythonRegistration) ... ok (0.006s) 2022-12-01T10:16:31.5806953Z test_create_new_library (__main__.TestPythonRegistration) ... ok (0.002s) 2022-12-01T10:16:31.5807361Z test_error_for_unsupported_ns_or_kind (__main__.TestPythonRegistration) ... ok (0.001s) 2022-12-01T10:16:31.5807674Z test_error_if_fn_not_callable (__main__.TestPythonRegistration) ... ok (0.001s) 2022-12-01T10:16:31.5808028Z test_extend_library_with_dispatch_key_arg (__main__.TestPythonRegistration) ... ok (0.003s) 2022-12-01T10:16:31.5808763Z test_override_aten_ops_with_multiple_libraries (__main__.TestPythonRegistration) ... /opt/conda/lib/python3.7/site-packages/torch/library.py:130: UserWarning: Overriding a previously registered kernel for the same operator and the same dispatch key 2022-12-01T10:16:31.5809306Z operator: aten::mul.Tensor(Tensor self, Tensor other) -> Tensor 2022-12-01T10:16:31.5809606Z registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSchema.cpp:6 2022-12-01T10:16:31.5809874Z dispatch key: ZeroTensor 2022-12-01T10:16:31.5810182Z previous kernel: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1068 2022-12-01T10:16:31.5810610Z new kernel: registered at /dev/null:628 (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/OperatorEntry.cpp:156.) 2022-12-01T10:16:31.5810933Z self.m.impl(name, dispatch_key, fn) 2022-12-01T10:16:31.5811126Z ok (0.004s) 2022-12-01T10:16:31.5811401Z test_override_cpu_sum (__main__.TestPythonRegistration) ... ok (0.002s) 2022-12-01T10:16:31.5811712Z test_override_cuda_with_jiterator (__main__.TestPythonRegistration) ... ok (0.003s) 2022-12-01T10:16:31.5811898Z 2022-12-01T10:16:31.5812097Z ---------------------------------------------------------------------- 2022-12-01T10:16:31.5812337Z Ran 71 tests in 0.380s 2022-12-01T10:16:31.5812453Z 2022-12-01T10:16:31.5812513Z OK 2022-12-01T10:16:31.5812591Z 2022-12-01T10:16:31.5812674Z Generating XML reports... 2022-12-01T10:16:31.5813100Z Generated XML report: test-reports/python-unittest/test_python_dispatch/TEST-TestPythonDispatch-20221201101630.xml 2022-12-01T10:16:31.5813680Z Generated XML report: test-reports/python-unittest/test_python_dispatch/TEST-TestPythonDispatcher-20221201101630.xml 2022-12-01T10:16:31.5814220Z Generated XML report: test-reports/python-unittest/test_python_dispatch/TEST-TestPythonRegistration-20221201101630.xml 2022-12-01T10:16:31.5814467Z 2022-12-01T10:16:31.5814742Z ##[endgroup] 2022-12-01T10:16:31.5815146Z FINISHED PRINTING LOG FILE of test_python_dispatch (/var/lib/jenkins/workspace/test/test-reports/test_python_dispatch_t7sok8i0) 2022-12-01T10:16:31.5815376Z 2022-12-01T10:16:32.7972566Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:16:32.8594560Z Ignoring disabled issues: [] 2022-12-01T10:16:32.8738483Z Running lazy/test_meta_kernel ... [2022-12-01 10:16:32.873527] 2022-12-01T10:16:32.8740446Z Executing ['/opt/conda/bin/python', '-bb', 'lazy/test_meta_kernel.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:16:32.873811] 2022-12-01T10:16:33.1118553Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:16:33.1736165Z Ignoring disabled issues: [] 2022-12-01T10:16:33.1878141Z Running test_cuda_sanitizer ... [2022-12-01 10:16:33.187585] 2022-12-01T10:16:33.1881195Z Executing ['/opt/conda/bin/python', '-bb', 'test_cuda_sanitizer.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:16:33.187833] 2022-12-01T10:16:34.0005484Z 2022-12-01T10:16:34.0006095Z Expand the folded group to see the log file of lazy/test_meta_kernel 2022-12-01T10:16:34.0007224Z ##[group]PRINTING LOG FILE of lazy/test_meta_kernel (/var/lib/jenkins/workspace/test/test-reports/lazy-test_meta_kernel_qulk6dty) 2022-12-01T10:16:34.0007468Z 2022-12-01T10:16:34.0007747Z ##[endgroup] 2022-12-01T10:16:34.0008236Z FINISHED PRINTING LOG FILE of lazy/test_meta_kernel (/var/lib/jenkins/workspace/test/test-reports/lazy-test_meta_kernel_qulk6dty) 2022-12-01T10:16:34.0008525Z 2022-12-01T10:16:34.3524734Z 2022-12-01T10:16:34.3525238Z Expand the folded group to see the log file of test_cuda_sanitizer 2022-12-01T10:16:34.3527545Z ##[group]PRINTING LOG FILE of test_cuda_sanitizer (/var/lib/jenkins/workspace/test/test-reports/test_cuda_sanitizer_6s_wnw70) 2022-12-01T10:16:34.3527886Z CUDA not available, skipping tests 2022-12-01T10:16:34.3528019Z 2022-12-01T10:16:34.3528093Z Running tests... 2022-12-01T10:16:34.3528497Z ---------------------------------------------------------------------- 2022-12-01T10:16:34.3528671Z 2022-12-01T10:16:34.3528868Z ---------------------------------------------------------------------- 2022-12-01T10:16:34.3529110Z Ran 0 tests in 0.000s 2022-12-01T10:16:34.3529224Z 2022-12-01T10:16:34.3529286Z OK 2022-12-01T10:16:34.3529366Z 2022-12-01T10:16:34.3577269Z Generating XML reports... 2022-12-01T10:16:34.3577977Z Test results will be stored in test-reports/python-unittest/test_cuda_sanitizer 2022-12-01T10:16:34.3578314Z 2022-12-01T10:16:34.3578786Z ##[endgroup] 2022-12-01T10:16:34.3579213Z FINISHED PRINTING LOG FILE of test_cuda_sanitizer (/var/lib/jenkins/workspace/test/test-reports/test_cuda_sanitizer_6s_wnw70) 2022-12-01T10:16:34.3579429Z 2022-12-01T10:16:35.5145611Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:16:35.5779595Z Ignoring disabled issues: [] 2022-12-01T10:16:35.5923942Z Running test_deploy ... [2022-12-01 10:16:35.592052] 2022-12-01T10:16:35.5925115Z Executing ['/opt/conda/bin/python', '-bb', '-m', 'pytest', 'test_deploy.py', '-v'] ... [2022-12-01 10:16:35.592314] 2022-12-01T10:16:35.8480961Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:16:35.9131577Z Ignoring disabled issues: [] 2022-12-01T10:16:35.9276208Z Running test_hub ... [2022-12-01 10:16:35.927248] 2022-12-01T10:16:35.9277173Z Executing ['/opt/conda/bin/python', '-bb', 'test_hub.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:16:35.927506] 2022-12-01T10:16:37.1028983Z 2022-12-01T10:16:37.1029470Z Expand the folded group to see the log file of test_hub 2022-12-01T10:16:37.1030621Z ##[group]PRINTING LOG FILE of test_hub (/var/lib/jenkins/workspace/test/test-reports/test_hub_dmec2_ua) 2022-12-01T10:16:37.1030839Z 2022-12-01T10:16:37.1031061Z ##[endgroup] 2022-12-01T10:16:37.1031536Z FINISHED PRINTING LOG FILE of test_hub (/var/lib/jenkins/workspace/test/test-reports/test_hub_dmec2_ua) 2022-12-01T10:16:37.1031749Z 2022-12-01T10:16:37.8483422Z 2022-12-01T10:16:37.8483948Z Expand the folded group to see the log file of test_deploy 2022-12-01T10:16:37.8484995Z ##[group]PRINTING LOG FILE of test_deploy (/var/lib/jenkins/workspace/test/test-reports/test_deploy_2jdc1kai) 2022-12-01T10:16:37.8485619Z ============================= test session starts ============================== 2022-12-01T10:16:37.8486409Z platform linux -- Python 3.7.13, pytest-7.1.3, pluggy-1.0.0 -- /opt/conda/bin/python 2022-12-01T10:16:37.8486703Z cachedir: .pytest_cache 2022-12-01T10:16:37.8487217Z hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/var/lib/jenkins/workspace/test/.hypothesis/examples') 2022-12-01T10:16:37.8487595Z rootdir: /var/lib/jenkins/workspace, configfile: pytest.ini 2022-12-01T10:16:37.8488069Z 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:16:37.8488358Z collecting ... collected 1 item 2022-12-01T10:16:37.8488647Z Running 1 items in this shard: test/test_deploy.py::TestFreezer::test_compile_string 2022-12-01T10:16:37.8488825Z 2022-12-01T10:16:37.8488970Z test_deploy.py::TestFreezer::test_compile_string PASSED [100%] 2022-12-01T10:16:37.8489140Z 2022-12-01T10:16:37.8489248Z ============================== 1 passed in 1.09s =============================== 2022-12-01T10:16:37.8489387Z 2022-12-01T10:16:37.8489607Z ##[endgroup] 2022-12-01T10:16:37.8489966Z FINISHED PRINTING LOG FILE of test_deploy (/var/lib/jenkins/workspace/test/test-reports/test_deploy_2jdc1kai) 2022-12-01T10:16:37.8490177Z 2022-12-01T10:16:38.5843636Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:16:38.6471686Z Ignoring disabled issues: [] 2022-12-01T10:16:38.6616353Z Running test_pruning_op ... [2022-12-01 10:16:38.661299] 2022-12-01T10:16:38.6618760Z Executing ['/opt/conda/bin/python', '-bb', 'test_pruning_op.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:16:38.661592] 2022-12-01T10:16:39.4558367Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:16:39.5198485Z Ignoring disabled issues: [] 2022-12-01T10:16:39.5345637Z Running test_type_hints ... [2022-12-01 10:16:39.534275] 2022-12-01T10:16:39.5347757Z Executing ['/opt/conda/bin/python', '-bb', 'test_type_hints.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:16:39.534553] 2022-12-01T10:16:39.7977736Z 2022-12-01T10:16:39.7978281Z Expand the folded group to see the log file of test_pruning_op 2022-12-01T10:16:39.7979302Z ##[group]PRINTING LOG FILE of test_pruning_op (/var/lib/jenkins/workspace/test/test-reports/test_pruning_op_xyp9l4t0) 2022-12-01T10:16:39.7979675Z 2022-12-01T10:16:39.7980042Z ##[endgroup] 2022-12-01T10:16:39.7980826Z FINISHED PRINTING LOG FILE of test_pruning_op (/var/lib/jenkins/workspace/test/test-reports/test_pruning_op_xyp9l4t0) 2022-12-01T10:16:39.7981193Z 2022-12-01T10:16:41.2814195Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:16:41.3442245Z Ignoring disabled issues: [] 2022-12-01T10:16:41.3585785Z Running test_functional_autograd_benchmark ... [2022-12-01 10:16:41.358282] 2022-12-01T10:16:41.3587808Z Executing ['/opt/conda/bin/python', '-bb', 'test_functional_autograd_benchmark.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:16:41.358550] 2022-12-01T10:17:10.6985050Z 2022-12-01T10:17:10.6985547Z Expand the folded group to see the log file of test_functional_autograd_benchmark 2022-12-01T10:17:10.6986284Z ##[group]PRINTING LOG FILE of test_functional_autograd_benchmark (/var/lib/jenkins/workspace/test/test-reports/test_functional_autograd_benchmark_iz3fs01h) 2022-12-01T10:17:10.6990245Z Test results will be stored in test-reports/python-unittest/test_functional_autograd_benchmark 2022-12-01T10:17:10.6990644Z 2022-12-01T10:17:10.6990786Z Running tests... 2022-12-01T10:17:10.6991303Z ---------------------------------------------------------------------- 2022-12-01T10:17:10.6991659Z test_fast_tasks (__main__.TestFunctionalAutogradBenchmark) ... Found functorch: 1.13.0a0+gitc13d400 2022-12-01T10:17:10.6991993Z Results for model resnet18 on task vjp: nans (var: nan) 2022-12-01T10:17:10.6992258Z Results for model resnet18 on task vjp using Functorch: nans (var: nan) 2022-12-01T10:17:10.6992512Z Found functorch: 1.13.0a0+gitc13d400 2022-12-01T10:17:10.6992762Z Results for model ppl_simple_reg on task vjp: nans (var: nan) 2022-12-01T10:17:10.6993042Z Results for model ppl_simple_reg on task vjp using Functorch: nans (var: nan) 2022-12-01T10:17:10.6993302Z Found functorch: 1.13.0a0+gitc13d400 2022-12-01T10:17:10.6996329Z Results for model ppl_robust_reg on task vjp: nans (var: nan) 2022-12-01T10:17:10.6996813Z Results for model ppl_robust_reg on task vjp using Functorch: nans (var: nan) 2022-12-01T10:17:10.6997080Z Found functorch: 1.13.0a0+gitc13d400 2022-12-01T10:17:10.6997356Z Results for model wav2letter on task vjp: nans (var: nan) 2022-12-01T10:17:10.6997679Z Results for model wav2letter on task vjp using Functorch: nans (var: nan) 2022-12-01T10:17:10.6998129Z Found functorch: 1.13.0a0+gitc13d400 2022-12-01T10:17:10.6998592Z Results for model transformer on task vjp: nans (var: nan) 2022-12-01T10:17:10.6998994Z Results for model transformer on task vjp using Functorch: nans (var: nan) 2022-12-01T10:17:10.6999252Z Found functorch: 1.13.0a0+gitc13d400 2022-12-01T10:17:10.6999497Z Results for model multiheadattn on task vjp: nans (var: nan) 2022-12-01T10:17:10.6999833Z Results for model multiheadattn on task vjp using Functorch: nans (var: nan) 2022-12-01T10:17:10.7000061Z ok (28.132s) 2022-12-01T10:17:10.7001306Z test_slow_tasks (__main__.TestFunctionalAutogradBenchmark) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/77260 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:10.7002234Z 2022-12-01T10:17:10.7002519Z ---------------------------------------------------------------------- 2022-12-01T10:17:10.7002952Z Ran 2 tests in 28.133s 2022-12-01T10:17:10.7003152Z 2022-12-01T10:17:10.7003306Z OK (skipped=1) 2022-12-01T10:17:10.7003512Z 2022-12-01T10:17:10.7003695Z Generating XML reports... 2022-12-01T10:17:10.7004798Z Generated XML report: test-reports/python-unittest/test_functional_autograd_benchmark/TEST-TestFunctionalAutogradBenchmark-20221201101642.xml 2022-12-01T10:17:10.7005444Z 2022-12-01T10:17:10.7006025Z ##[endgroup] 2022-12-01T10:17:10.7007009Z FINISHED PRINTING LOG FILE of test_functional_autograd_benchmark (/var/lib/jenkins/workspace/test/test-reports/test_functional_autograd_benchmark_iz3fs01h) 2022-12-01T10:17:10.7007675Z 2022-12-01T10:17:12.1403250Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:17:12.2006161Z Ignoring disabled issues: [] 2022-12-01T10:17:12.2146335Z Running test_masked ... [2022-12-01 10:17:12.214389] 2022-12-01T10:17:12.2148923Z Executing ['/opt/conda/bin/python', '-bb', 'test_masked.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:17:12.214655] 2022-12-01T10:17:35.1000749Z 2022-12-01T10:17:35.1001458Z Expand the folded group to see the log file of test_masked 2022-12-01T10:17:35.1002467Z ##[group]PRINTING LOG FILE of test_masked (/var/lib/jenkins/workspace/test/test-reports/test_masked_l_8iqn4a) 2022-12-01T10:17:35.1003319Z Test results will be stored in test-reports/python-unittest/test_masked 2022-12-01T10:17:35.1003624Z 2022-12-01T10:17:35.1003799Z Running tests... 2022-12-01T10:17:35.1004332Z ---------------------------------------------------------------------- 2022-12-01T10:17:35.1005143Z test_mask_layout_sparse_coo_masked_amax_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.326s) 2022-12-01T10:17:35.1005743Z test_mask_layout_sparse_coo_masked_amax_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.320s) 2022-12-01T10:17:35.1006306Z test_mask_layout_sparse_coo_masked_amax_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.319s) 2022-12-01T10:17:35.1006890Z test_mask_layout_sparse_coo_masked_amax_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.318s) 2022-12-01T10:17:35.1007570Z test_mask_layout_sparse_coo_masked_amax_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:17:35.1008174Z test_mask_layout_sparse_coo_masked_amax_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:17:35.1008763Z test_mask_layout_sparse_coo_masked_amax_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:17:35.1009383Z test_mask_layout_sparse_coo_masked_amax_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:17:35.1009994Z test_mask_layout_sparse_coo_masked_amax_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:17:35.1010585Z test_mask_layout_sparse_coo_masked_amin_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.321s) 2022-12-01T10:17:35.1011162Z test_mask_layout_sparse_coo_masked_amin_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.383s) 2022-12-01T10:17:35.1011726Z test_mask_layout_sparse_coo_masked_amin_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.322s) 2022-12-01T10:17:35.1012296Z test_mask_layout_sparse_coo_masked_amin_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.317s) 2022-12-01T10:17:35.1012879Z test_mask_layout_sparse_coo_masked_amin_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:17:35.1013499Z test_mask_layout_sparse_coo_masked_amin_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:17:35.1014112Z test_mask_layout_sparse_coo_masked_amin_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:17:35.1014724Z test_mask_layout_sparse_coo_masked_amin_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:17:35.1015317Z test_mask_layout_sparse_coo_masked_amin_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:17:35.1016037Z test_mask_layout_sparse_coo_masked_mean_cpu_bfloat16 (__main__.TestMaskedCPU) ... skip: masked.mean does not support inputs with sparse_coo layout (0.001s) 2022-12-01T10:17:35.1016748Z test_mask_layout_sparse_coo_masked_mean_cpu_bool (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:17:35.1017347Z test_mask_layout_sparse_coo_masked_mean_cpu_complex128 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:17:35.1017970Z test_mask_layout_sparse_coo_masked_mean_cpu_complex64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:17:35.1018686Z test_mask_layout_sparse_coo_masked_mean_cpu_float16 (__main__.TestMaskedCPU) ... skip: masked.mean does not support inputs with sparse_coo layout (0.001s) 2022-12-01T10:17:35.1019483Z test_mask_layout_sparse_coo_masked_mean_cpu_float32 (__main__.TestMaskedCPU) ... skip: masked.mean does not support inputs with sparse_coo layout (0.001s) 2022-12-01T10:17:35.1020254Z test_mask_layout_sparse_coo_masked_mean_cpu_float64 (__main__.TestMaskedCPU) ... skip: masked.mean does not support inputs with sparse_coo layout (0.001s) 2022-12-01T10:17:35.1021130Z test_mask_layout_sparse_coo_masked_mean_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:17:35.1021741Z test_mask_layout_sparse_coo_masked_mean_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:17:35.1022574Z test_mask_layout_sparse_coo_masked_mean_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:17:35.1023152Z test_mask_layout_sparse_coo_masked_mean_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:17:35.1023902Z test_mask_layout_sparse_coo_masked_mean_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:17:35.1024497Z test_mask_layout_sparse_coo_masked_prod_cpu_bool (__main__.TestMaskedCPU) ... ok (0.241s) 2022-12-01T10:17:35.1025091Z test_mask_layout_sparse_coo_masked_prod_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.238s) 2022-12-01T10:17:35.1025669Z test_mask_layout_sparse_coo_masked_prod_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.239s) 2022-12-01T10:17:35.1026271Z test_mask_layout_sparse_coo_masked_prod_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.321s) 2022-12-01T10:17:35.1026845Z test_mask_layout_sparse_coo_masked_prod_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.319s) 2022-12-01T10:17:35.1027413Z test_mask_layout_sparse_coo_masked_prod_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.238s) 2022-12-01T10:17:35.1027966Z test_mask_layout_sparse_coo_masked_prod_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.239s) 2022-12-01T10:17:35.1028535Z test_mask_layout_sparse_coo_masked_prod_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.236s) 2022-12-01T10:17:35.1029088Z test_mask_layout_sparse_coo_masked_prod_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.239s) 2022-12-01T10:17:35.1029762Z test_mask_layout_sparse_coo_masked_prod_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.235s) 2022-12-01T10:17:35.1030329Z test_mask_layout_sparse_coo_masked_sum_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.362s) 2022-12-01T10:17:35.1030884Z test_mask_layout_sparse_coo_masked_sum_cpu_bool (__main__.TestMaskedCPU) ... ok (0.256s) 2022-12-01T10:17:35.1031449Z test_mask_layout_sparse_coo_masked_sum_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.256s) 2022-12-01T10:17:35.1032042Z test_mask_layout_sparse_coo_masked_sum_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.255s) 2022-12-01T10:17:35.1032625Z test_mask_layout_sparse_coo_masked_sum_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.363s) 2022-12-01T10:17:35.1033174Z test_mask_layout_sparse_coo_masked_sum_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.337s) 2022-12-01T10:17:35.1033742Z test_mask_layout_sparse_coo_masked_sum_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.337s) 2022-12-01T10:17:35.1034319Z test_mask_layout_sparse_coo_masked_sum_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.254s) 2022-12-01T10:17:35.1034877Z test_mask_layout_sparse_coo_masked_sum_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.277s) 2022-12-01T10:17:35.1035412Z test_mask_layout_sparse_coo_masked_sum_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.251s) 2022-12-01T10:17:35.1035975Z test_mask_layout_sparse_coo_masked_sum_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.254s) 2022-12-01T10:17:35.1036535Z test_mask_layout_sparse_coo_masked_sum_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.251s) 2022-12-01T10:17:35.1037087Z test_mask_layout_sparse_csr_masked_amax_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.080s) 2022-12-01T10:17:35.1037657Z test_mask_layout_sparse_csr_masked_amax_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.091s) 2022-12-01T10:17:35.1038226Z test_mask_layout_sparse_csr_masked_amax_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.073s) 2022-12-01T10:17:35.1038805Z test_mask_layout_sparse_csr_masked_amax_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.072s) 2022-12-01T10:17:35.1039386Z test_mask_layout_sparse_csr_masked_amax_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:17:35.1040149Z test_mask_layout_sparse_csr_masked_amax_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:17:35.1040773Z test_mask_layout_sparse_csr_masked_amax_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:17:35.1041391Z test_mask_layout_sparse_csr_masked_amax_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:17:35.1041983Z test_mask_layout_sparse_csr_masked_amax_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:17:35.1042587Z test_mask_layout_sparse_csr_masked_amin_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.072s) 2022-12-01T10:17:35.1043252Z test_mask_layout_sparse_csr_masked_amin_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.073s) 2022-12-01T10:17:35.1043808Z test_mask_layout_sparse_csr_masked_amin_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.072s) 2022-12-01T10:17:35.1044387Z test_mask_layout_sparse_csr_masked_amin_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.072s) 2022-12-01T10:17:35.1044994Z test_mask_layout_sparse_csr_masked_amin_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:17:35.1045613Z test_mask_layout_sparse_csr_masked_amin_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:17:35.1046176Z test_mask_layout_sparse_csr_masked_amin_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:17:35.1046778Z test_mask_layout_sparse_csr_masked_amin_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:17:35.1047508Z test_mask_layout_sparse_csr_masked_amin_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:17:35.1048106Z test_mask_layout_sparse_csr_masked_mean_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.055s) 2022-12-01T10:17:35.1048679Z test_mask_layout_sparse_csr_masked_mean_cpu_bool (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:17:35.1049321Z test_mask_layout_sparse_csr_masked_mean_cpu_complex128 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:17:35.1049964Z test_mask_layout_sparse_csr_masked_mean_cpu_complex64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:17:35.1050527Z test_mask_layout_sparse_csr_masked_mean_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.055s) 2022-12-01T10:17:35.1051105Z test_mask_layout_sparse_csr_masked_mean_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.055s) 2022-12-01T10:17:35.1051658Z test_mask_layout_sparse_csr_masked_mean_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.055s) 2022-12-01T10:17:35.1052251Z test_mask_layout_sparse_csr_masked_mean_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:17:35.1052856Z test_mask_layout_sparse_csr_masked_mean_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:17:35.1053462Z test_mask_layout_sparse_csr_masked_mean_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:17:35.1054082Z test_mask_layout_sparse_csr_masked_mean_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:17:35.1054705Z test_mask_layout_sparse_csr_masked_mean_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:17:35.1055273Z test_mask_layout_sparse_csr_masked_prod_cpu_bool (__main__.TestMaskedCPU) ... ok (0.021s) 2022-12-01T10:17:35.1055856Z test_mask_layout_sparse_csr_masked_prod_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.021s) 2022-12-01T10:17:35.1056437Z test_mask_layout_sparse_csr_masked_prod_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.021s) 2022-12-01T10:17:35.1056992Z test_mask_layout_sparse_csr_masked_prod_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.069s) 2022-12-01T10:17:35.1057559Z test_mask_layout_sparse_csr_masked_prod_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.069s) 2022-12-01T10:17:35.1058136Z test_mask_layout_sparse_csr_masked_prod_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.021s) 2022-12-01T10:17:35.1058704Z test_mask_layout_sparse_csr_masked_prod_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.021s) 2022-12-01T10:17:35.1059349Z test_mask_layout_sparse_csr_masked_prod_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.020s) 2022-12-01T10:17:35.1059908Z test_mask_layout_sparse_csr_masked_prod_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.021s) 2022-12-01T10:17:35.1060482Z test_mask_layout_sparse_csr_masked_prod_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.021s) 2022-12-01T10:17:35.1061053Z test_mask_layout_sparse_csr_masked_sum_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.096s) 2022-12-01T10:17:35.1061604Z test_mask_layout_sparse_csr_masked_sum_cpu_bool (__main__.TestMaskedCPU) ... ok (0.023s) 2022-12-01T10:17:35.1062424Z test_mask_layout_sparse_csr_masked_sum_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.023s) 2022-12-01T10:17:35.1063015Z test_mask_layout_sparse_csr_masked_sum_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.023s) 2022-12-01T10:17:35.1063583Z test_mask_layout_sparse_csr_masked_sum_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.070s) 2022-12-01T10:17:35.1064152Z test_mask_layout_sparse_csr_masked_sum_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.071s) 2022-12-01T10:17:35.1064697Z test_mask_layout_sparse_csr_masked_sum_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.070s) 2022-12-01T10:17:35.1065260Z test_mask_layout_sparse_csr_masked_sum_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.023s) 2022-12-01T10:17:35.1065813Z test_mask_layout_sparse_csr_masked_sum_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.023s) 2022-12-01T10:17:35.1066362Z test_mask_layout_sparse_csr_masked_sum_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.022s) 2022-12-01T10:17:35.1066916Z test_mask_layout_sparse_csr_masked_sum_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.023s) 2022-12-01T10:17:35.1067464Z test_mask_layout_sparse_csr_masked_sum_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.022s) 2022-12-01T10:17:35.1068031Z test_mask_layout_strided_masked_amax_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.173s) 2022-12-01T10:17:35.1068603Z test_mask_layout_strided_masked_amax_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.173s) 2022-12-01T10:17:35.1069161Z test_mask_layout_strided_masked_amax_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.173s) 2022-12-01T10:17:35.1069696Z test_mask_layout_strided_masked_amax_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.196s) 2022-12-01T10:17:35.1070284Z test_mask_layout_strided_masked_amax_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:17:35.1070882Z test_mask_layout_strided_masked_amax_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:17:35.1071477Z test_mask_layout_strided_masked_amax_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:17:35.1072067Z test_mask_layout_strided_masked_amax_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:17:35.1072670Z test_mask_layout_strided_masked_amax_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:17:35.1073248Z test_mask_layout_strided_masked_amin_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.173s) 2022-12-01T10:17:35.1073815Z test_mask_layout_strided_masked_amin_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.174s) 2022-12-01T10:17:35.1074379Z test_mask_layout_strided_masked_amin_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.174s) 2022-12-01T10:17:35.1074950Z test_mask_layout_strided_masked_amin_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.171s) 2022-12-01T10:17:35.1075526Z test_mask_layout_strided_masked_amin_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:17:35.1076119Z test_mask_layout_strided_masked_amin_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:17:35.1076731Z test_mask_layout_strided_masked_amin_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:17:35.1077325Z test_mask_layout_strided_masked_amin_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:17:35.1077937Z test_mask_layout_strided_masked_amin_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:17:35.1078650Z test_mask_layout_strided_masked_mean_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.140s) 2022-12-01T10:17:35.1079230Z test_mask_layout_strided_masked_mean_cpu_bool (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:17:35.1079854Z test_mask_layout_strided_masked_mean_cpu_complex128 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:17:35.1080469Z test_mask_layout_strided_masked_mean_cpu_complex64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:17:35.1081063Z test_mask_layout_strided_masked_mean_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.147s) 2022-12-01T10:17:35.1081715Z test_mask_layout_strided_masked_mean_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.146s) 2022-12-01T10:17:35.1082276Z test_mask_layout_strided_masked_mean_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.139s) 2022-12-01T10:17:35.1082846Z test_mask_layout_strided_masked_mean_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:17:35.1083459Z test_mask_layout_strided_masked_mean_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:17:35.1084049Z test_mask_layout_strided_masked_mean_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:17:35.1084645Z test_mask_layout_strided_masked_mean_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:17:35.1085226Z test_mask_layout_strided_masked_mean_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:17:35.1085807Z test_mask_layout_strided_masked_prod_cpu_bool (__main__.TestMaskedCPU) ... ok (0.143s) 2022-12-01T10:17:35.1086376Z test_mask_layout_strided_masked_prod_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.136s) 2022-12-01T10:17:35.1086936Z test_mask_layout_strided_masked_prod_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.137s) 2022-12-01T10:17:35.1087580Z test_mask_layout_strided_masked_prod_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.178s) 2022-12-01T10:17:35.1088163Z test_mask_layout_strided_masked_prod_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.185s) 2022-12-01T10:17:35.1088714Z test_mask_layout_strided_masked_prod_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.129s) 2022-12-01T10:17:35.1089261Z test_mask_layout_strided_masked_prod_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.131s) 2022-12-01T10:17:35.1089818Z test_mask_layout_strided_masked_prod_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.127s) 2022-12-01T10:17:35.1090363Z test_mask_layout_strided_masked_prod_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.129s) 2022-12-01T10:17:35.1090903Z test_mask_layout_strided_masked_prod_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.130s) 2022-12-01T10:17:35.1091465Z test_mask_layout_strided_masked_sum_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.175s) 2022-12-01T10:17:35.1092028Z test_mask_layout_strided_masked_sum_cpu_bool (__main__.TestMaskedCPU) ... ok (0.126s) 2022-12-01T10:17:35.1092602Z test_mask_layout_strided_masked_sum_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.137s) 2022-12-01T10:17:35.1093171Z test_mask_layout_strided_masked_sum_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.134s) 2022-12-01T10:17:35.1093730Z test_mask_layout_strided_masked_sum_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.174s) 2022-12-01T10:17:35.1094292Z test_mask_layout_strided_masked_sum_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.173s) 2022-12-01T10:17:35.1094856Z test_mask_layout_strided_masked_sum_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.172s) 2022-12-01T10:17:35.1095380Z test_mask_layout_strided_masked_sum_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.125s) 2022-12-01T10:17:35.1095923Z test_mask_layout_strided_masked_sum_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.125s) 2022-12-01T10:17:35.1096471Z test_mask_layout_strided_masked_sum_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.124s) 2022-12-01T10:17:35.1096995Z test_mask_layout_strided_masked_sum_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.125s) 2022-12-01T10:17:35.1097662Z test_mask_layout_strided_masked_sum_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.125s) 2022-12-01T10:17:35.1098234Z test_reference_masked_masked_log_softmax_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.037s) 2022-12-01T10:17:35.1098822Z test_reference_masked_masked_log_softmax_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.037s) 2022-12-01T10:17:35.1099388Z test_reference_masked_masked_log_softmax_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.039s) 2022-12-01T10:17:35.1099960Z test_reference_masked_masked_norm_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.458s) 2022-12-01T10:17:35.1100616Z test_reference_masked_masked_norm_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.457s) 2022-12-01T10:17:35.1101168Z test_reference_masked_masked_norm_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.459s) 2022-12-01T10:17:35.1101716Z test_reference_masked_masked_norm_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.455s) 2022-12-01T10:17:35.1102467Z test_reference_masked_masked_normalize_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.051s) 2022-12-01T10:17:35.1103055Z test_reference_masked_masked_normalize_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.056s) 2022-12-01T10:17:35.1103646Z test_reference_masked_masked_normalize_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.056s) 2022-12-01T10:17:35.1104260Z test_reference_masked_masked_normalize_cpu_float16 (__main__.TestMaskedCPU) ... expected failure (0.010s) 2022-12-01T10:17:35.1104866Z test_reference_masked_masked_normalize_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.050s) 2022-12-01T10:17:35.1105448Z test_reference_masked_masked_normalize_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.050s) 2022-12-01T10:17:35.1106008Z test_reference_masked_masked_softmax_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.036s) 2022-12-01T10:17:35.1106579Z test_reference_masked_masked_softmax_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.036s) 2022-12-01T10:17:35.1107156Z test_reference_masked_masked_softmax_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.036s) 2022-12-01T10:17:35.1107718Z test_reference_masked_masked_softmin_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.040s) 2022-12-01T10:17:35.1108290Z test_reference_masked_masked_softmin_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.040s) 2022-12-01T10:17:35.1108861Z test_reference_masked_masked_softmin_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.040s) 2022-12-01T10:17:35.1109423Z test_reference_masked_masked_std_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.256s) 2022-12-01T10:17:35.1109969Z test_reference_masked_masked_std_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.251s) 2022-12-01T10:17:35.1110539Z test_reference_masked_masked_std_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.249s) 2022-12-01T10:17:35.1111096Z test_reference_masked_masked_std_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.280s) 2022-12-01T10:17:35.1111634Z test_reference_masked_masked_std_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.279s) 2022-12-01T10:17:35.1112177Z test_reference_masked_masked_std_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.010s) 2022-12-01T10:17:35.1112725Z test_reference_masked_masked_std_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.010s) 2022-12-01T10:17:35.1113256Z test_reference_masked_masked_std_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.010s) 2022-12-01T10:17:35.1113782Z test_reference_masked_masked_std_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.010s) 2022-12-01T10:17:35.1114328Z test_reference_masked_masked_std_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.010s) 2022-12-01T10:17:35.1114881Z test_reference_masked_masked_var_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.254s) 2022-12-01T10:17:35.1115444Z test_reference_masked_masked_var_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.230s) 2022-12-01T10:17:35.1116008Z test_reference_masked_masked_var_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.227s) 2022-12-01T10:17:35.1116568Z test_reference_masked_masked_var_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.254s) 2022-12-01T10:17:35.1117283Z test_reference_masked_masked_var_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.258s) 2022-12-01T10:17:35.1117811Z test_reference_masked_masked_var_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.258s) 2022-12-01T10:17:35.1118361Z test_reference_masked_masked_var_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.010s) 2022-12-01T10:17:35.1118897Z test_reference_masked_masked_var_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.010s) 2022-12-01T10:17:35.1119440Z test_reference_masked_masked_var_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.010s) 2022-12-01T10:17:35.1119959Z test_reference_masked_masked_var_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.010s) 2022-12-01T10:17:35.1120628Z test_reference_masked_masked_var_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.010s) 2022-12-01T10:17:35.1121157Z test_where_coo_fill_value_0_cpu (__main__.TestMaskedCPU) ... ok (0.003s) 2022-12-01T10:17:35.1121638Z test_where_coo_fill_value_123_cpu (__main__.TestMaskedCPU) ... ok (0.003s) 2022-12-01T10:17:35.1122141Z test_where_csr_fill_value_0_cpu (__main__.TestMaskedCPU) ... ok (0.003s) 2022-12-01T10:17:35.1122633Z test_where_csr_fill_value_123_cpu (__main__.TestMaskedCPU) ... ok (0.003s) 2022-12-01T10:17:35.1123141Z test_where_hybrid_coo_fill_value_0_cpu (__main__.TestMaskedCPU) ... ok (0.003s) 2022-12-01T10:17:35.1123651Z test_where_hybrid_coo_fill_value_123_cpu (__main__.TestMaskedCPU) ... ok (0.003s) 2022-12-01T10:17:35.1123943Z 2022-12-01T10:17:35.1124353Z ---------------------------------------------------------------------- 2022-12-01T10:17:35.1124781Z Ran 202 tests in 20.782s 2022-12-01T10:17:35.1124968Z 2022-12-01T10:17:35.1125123Z OK (skipped=58, expected failures=1) 2022-12-01T10:17:35.1125347Z 2022-12-01T10:17:35.1125495Z Generating XML reports... 2022-12-01T10:17:35.1126204Z Generated XML report: test-reports/python-unittest/test_masked/TEST-TestMaskedCPU-20221201101714.xml 2022-12-01T10:17:35.1126595Z 2022-12-01T10:17:35.1127029Z ##[endgroup] 2022-12-01T10:17:35.1127760Z FINISHED PRINTING LOG FILE of test_masked (/var/lib/jenkins/workspace/test/test-reports/test_masked_l_8iqn4a) 2022-12-01T10:17:35.1128123Z 2022-12-01T10:17:36.4808911Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:17:36.5404541Z Ignoring disabled issues: [] 2022-12-01T10:17:36.5549533Z Running test_mkl_verbose ... [2022-12-01 10:17:36.554709] 2022-12-01T10:17:36.5552093Z Executing ['/opt/conda/bin/python', '-bb', 'test_mkl_verbose.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:17:36.554966] 2022-12-01T10:17:40.3766149Z 2022-12-01T10:17:40.3766665Z Expand the folded group to see the log file of test_mkl_verbose 2022-12-01T10:17:40.3767641Z ##[group]PRINTING LOG FILE of test_mkl_verbose (/var/lib/jenkins/workspace/test/test-reports/test_mkl_verbose_xyk20ly0) 2022-12-01T10:17:40.3768159Z Test results will be stored in test-reports/python-unittest/test_mkl_verbose 2022-12-01T10:17:40.3768345Z 2022-12-01T10:17:40.3768417Z Running tests... 2022-12-01T10:17:40.3768740Z ---------------------------------------------------------------------- 2022-12-01T10:17:40.3769034Z test_verbose_off (__main__.TestMKLVerbose) ... ok (1.091s) 2022-12-01T10:17:40.3769287Z test_verbose_on (__main__.TestMKLVerbose) ... ok (1.590s) 2022-12-01T10:17:40.3769434Z 2022-12-01T10:17:40.3769630Z ---------------------------------------------------------------------- 2022-12-01T10:17:40.3769871Z Ran 2 tests in 2.681s 2022-12-01T10:17:40.3769982Z 2022-12-01T10:17:40.3770030Z OK 2022-12-01T10:17:40.3770119Z 2022-12-01T10:17:40.3770204Z Generating XML reports... 2022-12-01T10:17:40.3770622Z Generated XML report: test-reports/python-unittest/test_mkl_verbose/TEST-TestMKLVerbose-20221201101737.xml 2022-12-01T10:17:40.3770851Z 2022-12-01T10:17:40.3771052Z ##[endgroup] 2022-12-01T10:17:40.3771432Z FINISHED PRINTING LOG FILE of test_mkl_verbose (/var/lib/jenkins/workspace/test/test-reports/test_mkl_verbose_xyk20ly0) 2022-12-01T10:17:40.3771648Z 2022-12-01T10:17:41.7730540Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:17:41.8324434Z Ignoring disabled issues: [] 2022-12-01T10:17:41.8465120Z Running test_import_stats ... [2022-12-01 10:17:41.846275] 2022-12-01T10:17:41.8467442Z Executing ['/opt/conda/bin/python', '-bb', 'test_import_stats.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:17:41.846522] 2022-12-01T10:17:44.9344808Z 2022-12-01T10:17:44.9345594Z Expand the folded group to see the log file of test_import_stats 2022-12-01T10:17:44.9346682Z ##[group]PRINTING LOG FILE of test_import_stats (/var/lib/jenkins/workspace/test/test-reports/test_import_stats__7v3pq_l) 2022-12-01T10:17:44.9348006Z Test results will be stored in test-reports/python-unittest/test_import_stats 2022-12-01T10:17:44.9348435Z 2022-12-01T10:17:44.9348578Z Running tests... 2022-12-01T10:17:44.9349261Z ---------------------------------------------------------------------- 2022-12-01T10:17:44.9349921Z test_time_cuda_device_count (__main__.TestImportTime) ... ok (1.082s) 2022-12-01T10:17:44.9350557Z test_time_import_torch (__main__.TestImportTime) ... ok (0.871s) 2022-12-01T10:17:44.9350879Z 2022-12-01T10:17:44.9351316Z ---------------------------------------------------------------------- 2022-12-01T10:17:44.9351854Z Ran 2 tests in 1.953s 2022-12-01T10:17:44.9352097Z 2022-12-01T10:17:44.9352231Z OK 2022-12-01T10:17:44.9352425Z 2022-12-01T10:17:44.9352583Z Generating XML reports... 2022-12-01T10:17:44.9353496Z Generated XML report: test-reports/python-unittest/test_import_stats/TEST-TestImportTime-20221201101742.xml 2022-12-01T10:17:44.9353996Z 2022-12-01T10:17:44.9358768Z ##[endgroup] 2022-12-01T10:17:44.9359570Z FINISHED PRINTING LOG FILE of test_import_stats (/var/lib/jenkins/workspace/test/test-reports/test_import_stats__7v3pq_l) 2022-12-01T10:17:44.9359994Z 2022-12-01T10:17:46.4053170Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:17:46.4653621Z Ignoring disabled issues: [] 2022-12-01T10:17:46.4799621Z Running test_mkldnn_verbose ... [2022-12-01 10:17:46.479669] 2022-12-01T10:17:46.4801533Z Executing ['/opt/conda/bin/python', '-bb', 'test_mkldnn_verbose.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:17:46.479943] 2022-12-01T10:17:47.3674320Z 2022-12-01T10:17:47.3674852Z Expand the folded group to see the log file of test_type_hints 2022-12-01T10:17:47.3675839Z ##[group]PRINTING LOG FILE of test_type_hints (/var/lib/jenkins/workspace/test/test-reports/test_type_hints_d_cwj8u2) 2022-12-01T10:17:47.3676776Z Test results will be stored in test-reports/python-unittest/test_type_hints 2022-12-01T10:17:47.3677057Z 2022-12-01T10:17:47.3677186Z Running tests... 2022-12-01T10:17:47.3677762Z ---------------------------------------------------------------------- 2022-12-01T10:17:47.3678267Z test_doc_examples (__main__.TestTypeHints) 2022-12-01T10:17:47.3678743Z Run documentation examples through mypy. ... ok (64.940s) 2022-12-01T10:17:47.3679023Z 2022-12-01T10:17:47.3679299Z ---------------------------------------------------------------------- 2022-12-01T10:17:47.3679552Z Ran 1 test in 64.941s 2022-12-01T10:17:47.3679666Z 2022-12-01T10:17:47.3679729Z OK 2022-12-01T10:17:47.3679822Z 2022-12-01T10:17:47.3679906Z Generating XML reports... 2022-12-01T10:17:47.3703439Z Generated XML report: test-reports/python-unittest/test_type_hints/TEST-TestTypeHints-20221201101640.xml 2022-12-01T10:17:47.3703865Z 2022-12-01T10:17:47.3704303Z ##[endgroup] 2022-12-01T10:17:47.3705007Z FINISHED PRINTING LOG FILE of test_type_hints (/var/lib/jenkins/workspace/test/test-reports/test_type_hints_d_cwj8u2) 2022-12-01T10:17:47.3705377Z 2022-12-01T10:17:48.8566100Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:17:48.9501077Z Ignoring disabled issues: [] 2022-12-01T10:17:48.9645006Z Running test_sort_and_select ... [2022-12-01 10:17:48.964193] 2022-12-01T10:17:48.9646994Z Executing ['/opt/conda/bin/python', '-bb', 'test_sort_and_select.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:17:48.964461] 2022-12-01T10:17:49.7332496Z 2022-12-01T10:17:49.7333080Z Expand the folded group to see the log file of test_mkldnn_verbose 2022-12-01T10:17:49.7334326Z ##[group]PRINTING LOG FILE of test_mkldnn_verbose (/var/lib/jenkins/workspace/test/test-reports/test_mkldnn_verbose_b7kb753t) 2022-12-01T10:17:49.7335063Z Test results will be stored in test-reports/python-unittest/test_mkldnn_verbose 2022-12-01T10:17:49.7335254Z 2022-12-01T10:17:49.7335329Z Running tests... 2022-12-01T10:17:49.7335641Z ---------------------------------------------------------------------- 2022-12-01T10:17:49.7335943Z test_verbose_off (__main__.TestMKLDNNVerbose) ... ok (1.143s) 2022-12-01T10:17:49.7336433Z test_verbose_on (__main__.TestMKLDNNVerbose) ... ok (0.949s) 2022-12-01T10:17:49.7336592Z 2022-12-01T10:17:49.7336790Z ---------------------------------------------------------------------- 2022-12-01T10:17:49.7337036Z Ran 2 tests in 2.093s 2022-12-01T10:17:49.7337153Z 2022-12-01T10:17:49.7337200Z OK 2022-12-01T10:17:49.7337300Z 2022-12-01T10:17:49.7337385Z Generating XML reports... 2022-12-01T10:17:49.7337819Z Generated XML report: test-reports/python-unittest/test_mkldnn_verbose/TEST-TestMKLDNNVerbose-20221201101747.xml 2022-12-01T10:17:49.7338061Z 2022-12-01T10:17:49.7338283Z ##[endgroup] 2022-12-01T10:17:49.7338676Z FINISHED PRINTING LOG FILE of test_mkldnn_verbose (/var/lib/jenkins/workspace/test/test-reports/test_mkldnn_verbose_b7kb753t) 2022-12-01T10:17:49.7338897Z 2022-12-01T10:17:51.1057416Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:17:51.1655421Z Ignoring disabled issues: [] 2022-12-01T10:17:51.1796698Z Running test_scatter_gather_ops ... [2022-12-01 10:17:51.179414] 2022-12-01T10:17:51.1799124Z Executing ['/opt/conda/bin/python', '-bb', 'test_scatter_gather_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:17:51.179671] 2022-12-01T10:17:53.6920625Z 2022-12-01T10:17:53.6921188Z Expand the folded group to see the log file of test_sort_and_select 2022-12-01T10:17:53.6922356Z ##[group]PRINTING LOG FILE of test_sort_and_select (/var/lib/jenkins/workspace/test/test-reports/test_sort_and_select_7gn0vl0q) 2022-12-01T10:17:53.6923322Z Test results will be stored in test-reports/python-unittest/test_sort_and_select 2022-12-01T10:17:53.6923661Z 2022-12-01T10:17:53.6923781Z Running tests... 2022-12-01T10:17:53.6924344Z ---------------------------------------------------------------------- 2022-12-01T10:17:53.6924872Z test_isin_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.023s) 2022-12-01T10:17:53.6925418Z test_isin_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.021s) 2022-12-01T10:17:53.6925946Z test_isin_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.021s) 2022-12-01T10:17:53.6926478Z test_isin_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.021s) 2022-12-01T10:17:53.6926872Z test_isin_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.021s) 2022-12-01T10:17:53.6927208Z test_isin_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.021s) 2022-12-01T10:17:53.6927501Z test_isin_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.030s) 2022-12-01T10:17:53.6927842Z test_isin_different_devices_cpu_float32 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:17:53.6928219Z test_isin_different_devices_cpu_float64 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:17:53.6928584Z test_isin_different_devices_cpu_int16 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:17:53.6928952Z test_isin_different_devices_cpu_int32 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:17:53.6929316Z test_isin_different_devices_cpu_int64 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:17:53.6929665Z test_isin_different_devices_cpu_int8 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:17:53.6930029Z test_isin_different_devices_cpu_uint8 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:17:53.6930559Z test_isin_different_dtypes_cpu (__main__.TestSortAndSelectCPU) ... ok (0.061s) 2022-12-01T10:17:53.6930873Z test_kthvalue_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.025s) 2022-12-01T10:17:53.6931176Z test_kthvalue_scalar_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.004s) 2022-12-01T10:17:53.6931486Z test_msort_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... ok (0.014s) 2022-12-01T10:17:53.6931785Z test_msort_cpu_float16 (__main__.TestSortAndSelectCPU) ... ok (0.014s) 2022-12-01T10:17:53.6932126Z test_msort_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.013s) 2022-12-01T10:17:53.6932424Z test_msort_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.013s) 2022-12-01T10:17:53.6932715Z test_msort_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.011s) 2022-12-01T10:17:53.6933003Z test_msort_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.010s) 2022-12-01T10:17:53.6933280Z test_msort_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.010s) 2022-12-01T10:17:53.6933570Z test_msort_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.006s) 2022-12-01T10:17:53.6933859Z test_msort_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.006s) 2022-12-01T10:17:53.6935097Z test_sort_1d_output_discontiguous_cpu_float32 (__main__.TestSortAndSelectCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: An output with one or more elements was resized since it had shape [3], which does not match the required output shape [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:17:53.6935845Z r = func(*args, **kwargs) 2022-12-01T10:17:53.6936012Z ok (0.002s) 2022-12-01T10:17:53.6936238Z test_sort_cpu (__main__.TestSortAndSelectCPU) ... ok (1.955s) 2022-12-01T10:17:53.6936569Z test_sort_discontiguous_cpu_float32 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:17:53.6936987Z test_sort_discontiguous_slow_cpu_float32 (__main__.TestSortAndSelectCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:17:53.6937372Z test_sort_large_cpu_uint8 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:17:53.6937716Z test_sort_large_slice_cpu (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:17:53.6938922Z test_sort_restride_cpu_float32 (__main__.TestSortAndSelectCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [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:17:53.6939629Z r = func(*args, **kwargs) 2022-12-01T10:17:53.6939806Z ok (0.002s) 2022-12-01T10:17:53.6940051Z test_stable_sort_against_numpy_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... ok (0.017s) 2022-12-01T10:17:53.6940391Z test_stable_sort_against_numpy_cpu_float16 (__main__.TestSortAndSelectCPU) ... ok (0.017s) 2022-12-01T10:17:53.6940721Z test_stable_sort_against_numpy_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.016s) 2022-12-01T10:17:53.6941065Z test_stable_sort_against_numpy_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.016s) 2022-12-01T10:17:53.6941404Z test_stable_sort_against_numpy_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.016s) 2022-12-01T10:17:53.6944844Z test_stable_sort_against_numpy_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.015s) 2022-12-01T10:17:53.6945633Z test_stable_sort_against_numpy_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.016s) 2022-12-01T10:17:53.6946139Z test_stable_sort_against_numpy_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.016s) 2022-12-01T10:17:53.6946684Z test_stable_sort_against_numpy_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.015s) 2022-12-01T10:17:53.6947411Z test_stable_sort_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... ok (0.004s) 2022-12-01T10:17:53.6947973Z test_stable_sort_cpu_float16 (__main__.TestSortAndSelectCPU) ... ok (0.005s) 2022-12-01T10:17:53.6948646Z test_stable_sort_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.004s) 2022-12-01T10:17:53.6949203Z test_stable_sort_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.004s) 2022-12-01T10:17:53.6949501Z test_stable_sort_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.004s) 2022-12-01T10:17:53.6949806Z test_stable_sort_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.004s) 2022-12-01T10:17:53.6950165Z test_stable_sort_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.004s) 2022-12-01T10:17:53.6950575Z test_stable_sort_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.004s) 2022-12-01T10:17:53.6951108Z test_stable_sort_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.004s) 2022-12-01T10:17:53.6951599Z test_topk_1d_output_discontiguous_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-12-01T10:17:53.6951973Z test_topk_4d_cpu (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-12-01T10:17:53.6952262Z test_topk_arguments_cpu (__main__.TestSortAndSelectCPU) ... ok (0.001s) 2022-12-01T10:17:53.6952653Z test_topk_bfloat16_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:17:53.6952974Z test_topk_cpu (__main__.TestSortAndSelectCPU) ... ok (0.146s) 2022-12-01T10:17:53.6953318Z test_topk_integral_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.004s) 2022-12-01T10:17:53.6953618Z test_topk_integral_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.004s) 2022-12-01T10:17:53.6953941Z test_topk_integral_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.004s) 2022-12-01T10:17:53.6954269Z test_topk_integral_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.004s) 2022-12-01T10:17:53.6954569Z test_topk_integral_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.004s) 2022-12-01T10:17:53.6954955Z test_topk_noncontiguous_gpu_cpu (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:17:53.6955294Z test_topk_nonfinite_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-12-01T10:17:53.6955661Z test_topk_nonfinite_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-12-01T10:17:53.6955967Z test_topk_nonfinite_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-12-01T10:17:53.6956321Z test_topk_zero_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.001s) 2022-12-01T10:17:53.6956631Z test_topk_zero_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.001s) 2022-12-01T10:17:53.6956914Z test_topk_zero_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.001s) 2022-12-01T10:17:53.6957252Z test_topk_zero_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.001s) 2022-12-01T10:17:53.6957550Z test_topk_zero_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.001s) 2022-12-01T10:17:53.6957841Z test_topk_zero_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.001s) 2022-12-01T10:17:53.6958119Z test_topk_zero_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.001s) 2022-12-01T10:17:53.6958435Z test_unique_consecutive_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... ok (0.016s) 2022-12-01T10:17:53.6958814Z test_unique_consecutive_cpu_bool (__main__.TestSortAndSelectCPU) ... ok (0.015s) 2022-12-01T10:17:53.6959124Z test_unique_consecutive_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.016s) 2022-12-01T10:17:53.6959447Z test_unique_consecutive_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.016s) 2022-12-01T10:17:53.6959825Z test_unique_consecutive_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.015s) 2022-12-01T10:17:53.6960143Z test_unique_consecutive_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.015s) 2022-12-01T10:17:53.6960447Z test_unique_consecutive_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.015s) 2022-12-01T10:17:53.6960820Z test_unique_consecutive_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.015s) 2022-12-01T10:17:53.6961140Z test_unique_consecutive_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.015s) 2022-12-01T10:17:53.6961477Z test_unique_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... ok (0.044s) 2022-12-01T10:17:53.6961778Z test_unique_cpu_bool (__main__.TestSortAndSelectCPU) ... ok (0.039s) 2022-12-01T10:17:53.6962072Z test_unique_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.044s) 2022-12-01T10:17:53.6962365Z test_unique_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.043s) 2022-12-01T10:17:53.6962647Z test_unique_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.041s) 2022-12-01T10:17:53.6962935Z test_unique_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.042s) 2022-12-01T10:17:53.6963223Z test_unique_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.041s) 2022-12-01T10:17:53.6963500Z test_unique_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.042s) 2022-12-01T10:17:53.6963788Z test_unique_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.042s) 2022-12-01T10:17:53.6964075Z test_unique_dim_cpu (__main__.TestSortAndSelectCPU) ... ok (0.086s) 2022-12-01T10:17:53.6964239Z 2022-12-01T10:17:53.6964545Z ---------------------------------------------------------------------- 2022-12-01T10:17:53.6964778Z Ran 91 tests in 3.292s 2022-12-01T10:17:53.6964894Z 2022-12-01T10:17:53.6964966Z OK (skipped=13) 2022-12-01T10:17:53.6965075Z 2022-12-01T10:17:53.6965170Z Generating XML reports... 2022-12-01T10:17:53.6965607Z Generated XML report: test-reports/python-unittest/test_sort_and_select/TEST-TestSortAndSelectCPU-20221201101750.xml 2022-12-01T10:17:53.6965860Z 2022-12-01T10:17:53.6966207Z ##[endgroup] 2022-12-01T10:17:53.6966607Z FINISHED PRINTING LOG FILE of test_sort_and_select (/var/lib/jenkins/workspace/test/test-reports/test_sort_and_select_7gn0vl0q) 2022-12-01T10:17:53.6966831Z 2022-12-01T10:17:55.1009442Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:17:55.1604492Z Ignoring disabled issues: [] 2022-12-01T10:17:55.1747409Z Running lazy/test_step_closures ... [2022-12-01 10:17:55.174471] 2022-12-01T10:17:55.1749210Z Executing ['/opt/conda/bin/python', '-bb', 'lazy/test_step_closures.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:17:55.174727] 2022-12-01T10:17:56.3390086Z 2022-12-01T10:17:56.3390628Z Expand the folded group to see the log file of test_scatter_gather_ops 2022-12-01T10:17:56.3391715Z ##[group]PRINTING LOG FILE of test_scatter_gather_ops (/var/lib/jenkins/workspace/test/test-reports/test_scatter_gather_ops_wzwr5bmd) 2022-12-01T10:17:56.3392746Z Test results will be stored in test-reports/python-unittest/test_scatter_gather_ops 2022-12-01T10:17:56.3393084Z 2022-12-01T10:17:56.3393223Z Running tests... 2022-12-01T10:17:56.3393759Z ---------------------------------------------------------------------- 2022-12-01T10:17:56.3394133Z test_gather_backward_with_empty_index_tensor_sparse_grad_False_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.003s) 2022-12-01T10:17:56.3394546Z test_gather_backward_with_empty_index_tensor_sparse_grad_False_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.002s) 2022-12-01T10:17:56.3394957Z test_gather_backward_with_empty_index_tensor_sparse_grad_True_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.002s) 2022-12-01T10:17:56.3395350Z test_gather_backward_with_empty_index_tensor_sparse_grad_True_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.002s) 2022-12-01T10:17:56.3395705Z test_gather_bool_cpu_bool (__main__.TestScatterGatherCPU) ... ok (0.001s) 2022-12-01T10:17:56.3396202Z test_gather_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.017s) 2022-12-01T10:17:56.3396505Z test_gather_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.017s) 2022-12-01T10:17:56.3396797Z test_scatter__cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.026s) 2022-12-01T10:17:56.3397110Z test_scatter__cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.038s) 2022-12-01T10:17:56.3397413Z test_scatter__cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.033s) 2022-12-01T10:17:56.3397716Z test_scatter__reductions_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.304s) 2022-12-01T10:17:56.3398110Z test_scatter__reductions_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.304s) 2022-12-01T10:17:56.3398442Z test_scatter__reductions_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.303s) 2022-12-01T10:17:56.3398772Z test_scatter__scalar_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.024s) 2022-12-01T10:17:56.3399080Z test_scatter__scalar_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.023s) 2022-12-01T10:17:56.3399396Z test_scatter__scalar_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.023s) 2022-12-01T10:17:56.3399717Z test_scatter_add__cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.043s) 2022-12-01T10:17:56.3400017Z test_scatter_add__cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.033s) 2022-12-01T10:17:56.3400333Z test_scatter_add__cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.032s) 2022-12-01T10:17:56.3400662Z test_scatter_add_mult_index_base_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.003s) 2022-12-01T10:17:56.3401519Z test_scatter_reduce_amax_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:17:56.3402034Z r = func(*args, **kwargs) 2022-12-01T10:17:56.3402198Z ok (0.049s) 2022-12-01T10:17:56.3402445Z test_scatter_reduce_amax_cpu_bool (__main__.TestScatterGatherCPU) ... ok (0.047s) 2022-12-01T10:17:56.3402772Z test_scatter_reduce_amax_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.050s) 2022-12-01T10:17:56.3403082Z test_scatter_reduce_amax_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.049s) 2022-12-01T10:17:56.3403402Z test_scatter_reduce_amax_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.049s) 2022-12-01T10:17:56.3403724Z test_scatter_reduce_amax_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.047s) 2022-12-01T10:17:56.3404045Z test_scatter_reduce_amax_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.047s) 2022-12-01T10:17:56.3404348Z test_scatter_reduce_amax_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.048s) 2022-12-01T10:17:56.3404668Z test_scatter_reduce_amax_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.047s) 2022-12-01T10:17:56.3404989Z test_scatter_reduce_amax_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.047s) 2022-12-01T10:17:56.3405298Z test_scatter_reduce_amin_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... ok (0.049s) 2022-12-01T10:17:56.3405616Z test_scatter_reduce_amin_cpu_bool (__main__.TestScatterGatherCPU) ... ok (0.047s) 2022-12-01T10:17:56.3405936Z test_scatter_reduce_amin_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.049s) 2022-12-01T10:17:56.3406253Z test_scatter_reduce_amin_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.049s) 2022-12-01T10:17:56.3406559Z test_scatter_reduce_amin_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.049s) 2022-12-01T10:17:56.3406881Z test_scatter_reduce_amin_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.048s) 2022-12-01T10:17:56.3407335Z test_scatter_reduce_amin_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.047s) 2022-12-01T10:17:56.3407640Z test_scatter_reduce_amin_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.047s) 2022-12-01T10:17:56.3408012Z test_scatter_reduce_amin_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.049s) 2022-12-01T10:17:56.3408330Z test_scatter_reduce_amin_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.088s) 2022-12-01T10:17:56.3408653Z test_scatter_reduce_mean_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... ok (0.045s) 2022-12-01T10:17:56.3408969Z test_scatter_reduce_mean_cpu_complex128 (__main__.TestScatterGatherCPU) ... ok (0.046s) 2022-12-01T10:17:56.3409303Z test_scatter_reduce_mean_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.045s) 2022-12-01T10:17:56.3409671Z test_scatter_reduce_mean_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.045s) 2022-12-01T10:17:56.3409984Z test_scatter_reduce_mean_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.045s) 2022-12-01T10:17:56.3410308Z test_scatter_reduce_mean_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.045s) 2022-12-01T10:17:56.3410626Z test_scatter_reduce_mean_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.044s) 2022-12-01T10:17:56.3410947Z test_scatter_reduce_mean_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.044s) 2022-12-01T10:17:56.3411248Z test_scatter_reduce_mean_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.044s) 2022-12-01T10:17:56.3411563Z test_scatter_reduce_mean_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.044s) 2022-12-01T10:17:56.3411878Z test_scatter_reduce_mean_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.044s) 2022-12-01T10:17:56.3412186Z test_scatter_reduce_prod_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... ok (0.044s) 2022-12-01T10:17:56.3412510Z test_scatter_reduce_prod_cpu_bool (__main__.TestScatterGatherCPU) ... ok (0.044s) 2022-12-01T10:17:56.3412835Z test_scatter_reduce_prod_cpu_complex128 (__main__.TestScatterGatherCPU) ... ok (0.045s) 2022-12-01T10:17:56.3413173Z test_scatter_reduce_prod_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.045s) 2022-12-01T10:17:56.3413490Z test_scatter_reduce_prod_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.044s) 2022-12-01T10:17:56.3413817Z test_scatter_reduce_prod_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.045s) 2022-12-01T10:17:56.3414142Z test_scatter_reduce_prod_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.045s) 2022-12-01T10:17:56.3414449Z test_scatter_reduce_prod_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.044s) 2022-12-01T10:17:56.3414770Z test_scatter_reduce_prod_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.044s) 2022-12-01T10:17:56.3415090Z test_scatter_reduce_prod_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.044s) 2022-12-01T10:17:56.3415413Z test_scatter_reduce_prod_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.080s) 2022-12-01T10:17:56.3415727Z test_scatter_reduce_prod_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.052s) 2022-12-01T10:17:56.3416052Z test_scatter_reduce_sum_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... ok (0.044s) 2022-12-01T10:17:56.3416375Z test_scatter_reduce_sum_cpu_complex128 (__main__.TestScatterGatherCPU) ... ok (0.045s) 2022-12-01T10:17:56.3416707Z test_scatter_reduce_sum_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.045s) 2022-12-01T10:17:56.3417021Z test_scatter_reduce_sum_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.044s) 2022-12-01T10:17:56.3417341Z test_scatter_reduce_sum_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.045s) 2022-12-01T10:17:56.3417658Z test_scatter_reduce_sum_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.044s) 2022-12-01T10:17:56.3417957Z test_scatter_reduce_sum_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.043s) 2022-12-01T10:17:56.3418279Z test_scatter_reduce_sum_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.044s) 2022-12-01T10:17:56.3418597Z test_scatter_reduce_sum_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.044s) 2022-12-01T10:17:56.3418915Z test_scatter_reduce_sum_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.044s) 2022-12-01T10:17:56.3419219Z test_scatter_reduce_sum_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.043s) 2022-12-01T10:17:56.3419447Z 2022-12-01T10:17:56.3419665Z ---------------------------------------------------------------------- 2022-12-01T10:17:56.3419911Z Ran 74 tests in 3.791s 2022-12-01T10:17:56.3420026Z 2022-12-01T10:17:56.3420073Z OK 2022-12-01T10:17:56.3420165Z 2022-12-01T10:17:56.3420251Z Generating XML reports... 2022-12-01T10:17:56.3420697Z Generated XML report: test-reports/python-unittest/test_scatter_gather_ops/TEST-TestScatterGatherCPU-20221201101752.xml 2022-12-01T10:17:56.3420950Z 2022-12-01T10:17:56.3421207Z ##[endgroup] 2022-12-01T10:17:56.3421649Z FINISHED PRINTING LOG FILE of test_scatter_gather_ops (/var/lib/jenkins/workspace/test/test-reports/test_scatter_gather_ops_wzwr5bmd) 2022-12-01T10:17:56.3421880Z 2022-12-01T10:17:57.6927337Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:17:57.7538838Z Ignoring disabled issues: [] 2022-12-01T10:17:57.7681223Z Running backends/xeon/test_launch ... [2022-12-01 10:17:57.767893] 2022-12-01T10:17:57.7683828Z Executing ['/opt/conda/bin/python', '-bb', 'backends/xeon/test_launch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:17:57.768182] 2022-12-01T10:17:58.5182480Z 2022-12-01T10:17:58.5183060Z Expand the folded group to see the log file of lazy/test_step_closures 2022-12-01T10:17:58.5184729Z ##[group]PRINTING LOG FILE of lazy/test_step_closures (/var/lib/jenkins/workspace/test/test-reports/lazy-test_step_closures_iq3bffkz) 2022-12-01T10:17:58.5185704Z Test results will be stored in test-reports/python-unittest/lazy.test_step_closures 2022-12-01T10:17:58.5186057Z 2022-12-01T10:17:58.5186197Z Running tests... 2022-12-01T10:17:58.5186762Z ---------------------------------------------------------------------- 2022-12-01T10:17:58.5187239Z test_asynchronous (__main__.ClosuresTest) ... ok (0.229s) 2022-12-01T10:17:58.5187518Z test_asynchronous_exception (__main__.ClosuresTest) ... ok (1.001s) 2022-12-01T10:17:58.5187793Z test_synchronous (__main__.ClosuresTest) ... ok (1.002s) 2022-12-01T10:17:58.5188061Z test_synchronous_exception (__main__.ClosuresTest) ... ok (0.001s) 2022-12-01T10:17:58.5188223Z 2022-12-01T10:17:58.5188417Z ---------------------------------------------------------------------- 2022-12-01T10:17:58.5188656Z Ran 4 tests in 2.234s 2022-12-01T10:17:58.5188768Z 2022-12-01T10:17:58.5188836Z OK 2022-12-01T10:17:58.5188915Z 2022-12-01T10:17:58.5188998Z Generating XML reports... 2022-12-01T10:17:58.5189420Z Generated XML report: test-reports/python-unittest/lazy.test_step_closures/TEST-ClosuresTest-20221201101756.xml 2022-12-01T10:17:58.5189651Z 2022-12-01T10:17:58.5189884Z ##[endgroup] 2022-12-01T10:17:58.5190284Z FINISHED PRINTING LOG FILE of lazy/test_step_closures (/var/lib/jenkins/workspace/test/test-reports/lazy-test_step_closures_iq3bffkz) 2022-12-01T10:17:58.5190516Z 2022-12-01T10:17:59.9759330Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:18:00.0385062Z Ignoring disabled issues: [] 2022-12-01T10:18:00.0531375Z Running test_model_dump ... [2022-12-01 10:18:00.052752] 2022-12-01T10:18:00.0532413Z Executing ['/opt/conda/bin/python', '-bb', 'test_model_dump.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:18:00.053032] 2022-12-01T10:18:00.2325524Z 2022-12-01T10:18:00.2326104Z Expand the folded group to see the log file of backends/xeon/test_launch 2022-12-01T10:18:00.2327568Z ##[group]PRINTING LOG FILE of backends/xeon/test_launch (/var/lib/jenkins/workspace/test/test-reports/backends-xeon-test_launch_yodvg252) 2022-12-01T10:18:00.2328539Z Test results will be stored in test-reports/python-unittest/backends.xeon.test_launch 2022-12-01T10:18:00.2328883Z 2022-12-01T10:18:00.2329008Z Running tests... 2022-12-01T10:18:00.2330118Z ---------------------------------------------------------------------- 2022-12-01T10:18:00.2331672Z test_cpu_info (__main__.TestTorchrun) ... 2022-12-01 10:17:58,732 - 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:18:00.2332867Z ok (0.103s) 2022-12-01T10:18:00.2333276Z test_multi_threads (__main__.TestTorchrun) ... ok (1.286s) 2022-12-01T10:18:00.2333559Z 2022-12-01T10:18:00.2333932Z ---------------------------------------------------------------------- 2022-12-01T10:18:00.2334388Z Ran 2 tests in 1.389s 2022-12-01T10:18:00.2334580Z 2022-12-01T10:18:00.2334699Z OK 2022-12-01T10:18:00.2334872Z 2022-12-01T10:18:00.2335066Z Generating XML reports... 2022-12-01T10:18:00.2335963Z Generated XML report: test-reports/python-unittest/backends.xeon.test_launch/TEST-TestTorchrun-20221201101758.xml 2022-12-01T10:18:00.2336421Z 2022-12-01T10:18:00.2336883Z ##[endgroup] 2022-12-01T10:18:00.2337690Z FINISHED PRINTING LOG FILE of backends/xeon/test_launch (/var/lib/jenkins/workspace/test/test-reports/backends-xeon-test_launch_yodvg252) 2022-12-01T10:18:00.2338161Z 2022-12-01T10:18:01.7792002Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:18:01.8599655Z Ignoring disabled issues: [] 2022-12-01T10:18:01.8750240Z Running test_futures ... [2022-12-01 10:18:01.874574] 2022-12-01T10:18:01.8751507Z Executing ['/opt/conda/bin/python', '-bb', 'test_futures.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:18:01.874927] 2022-12-01T10:18:02.5969331Z 2022-12-01T10:18:02.5969914Z Expand the folded group to see the log file of test_model_dump 2022-12-01T10:18:02.5970979Z ##[group]PRINTING LOG FILE of test_model_dump (/var/lib/jenkins/workspace/test/test-reports/test_model_dump_9rc179_y) 2022-12-01T10:18:02.5971506Z Test results will be stored in test-reports/python-unittest/test_model_dump 2022-12-01T10:18:02.5971676Z 2022-12-01T10:18:02.5971753Z Running tests... 2022-12-01T10:18:02.5972062Z ---------------------------------------------------------------------- 2022-12-01T10:18:02.5972374Z test_inline_skeleton (__main__.TestModelDump) ... ok (0.282s) 2022-12-01T10:18:02.5972633Z test_invalid_json (__main__.TestModelDump) ... ok (0.019s) 2022-12-01T10:18:02.5972883Z test_main (__main__.TestModelDump) ... ok (0.017s) 2022-12-01T10:18:02.5982736Z test_memory_computation (__main__.TestModelDump) ... skip: Webdriver not requested (0.002s) 2022-12-01T10:18:02.5983066Z test_model_with_lists (__main__.TestModelDump) ... ok (0.005s) 2022-12-01T10:18:02.5983347Z test_optimized_quantized_model (__main__.TestModelDump) ... ok (0.514s) 2022-12-01T10:18:02.5983639Z test_quantized_model (__main__.TestModelDump) ... ok (0.441s) 2022-12-01T10:18:02.5983924Z test_scripted_model (__main__.TestModelDump) ... ok (0.011s) 2022-12-01T10:18:02.5984183Z test_traced_model (__main__.TestModelDump) ... ok (0.018s) 2022-12-01T10:18:02.5984337Z 2022-12-01T10:18:02.5984590Z ---------------------------------------------------------------------- 2022-12-01T10:18:02.5984840Z Ran 9 tests in 1.310s 2022-12-01T10:18:02.5984968Z 2022-12-01T10:18:02.5985041Z OK (skipped=1) 2022-12-01T10:18:02.5985148Z 2022-12-01T10:18:02.5985220Z Generating XML reports... 2022-12-01T10:18:02.5985639Z Generated XML report: test-reports/python-unittest/test_model_dump/TEST-TestModelDump-20221201101800.xml 2022-12-01T10:18:02.5985872Z 2022-12-01T10:18:02.5986170Z ##[endgroup] 2022-12-01T10:18:02.5986543Z FINISHED PRINTING LOG FILE of test_model_dump (/var/lib/jenkins/workspace/test/test-reports/test_model_dump_9rc179_y) 2022-12-01T10:18:02.5986758Z 2022-12-01T10:18:04.0552328Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:18:04.1193630Z Ignoring disabled issues: [] 2022-12-01T10:18:04.1342979Z Running test_namedtensor ... [2022-12-01 10:18:04.134005] 2022-12-01T10:18:04.1344918Z Executing ['/opt/conda/bin/python', '-bb', 'test_namedtensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:18:04.134301] 2022-12-01T10:18:04.1362850Z 2022-12-01T10:18:04.1363430Z Expand the folded group to see the log file of test_futures 2022-12-01T10:18:04.1364348Z ##[group]PRINTING LOG FILE of test_futures (/var/lib/jenkins/workspace/test/test-reports/test_futures_uzqd5edn) 2022-12-01T10:18:04.1365059Z Test results will be stored in test-reports/python-unittest/test_futures 2022-12-01T10:18:04.1365280Z 2022-12-01T10:18:04.1365384Z Running tests... 2022-12-01T10:18:04.1365803Z ---------------------------------------------------------------------- 2022-12-01T10:18:04.1366342Z test_add_done_callback_error_is_ignored (__main__.TestFuture) ... [E pybind_utils.h:212] Got the following error when running the callback: ValueError: Expected error 2022-12-01T10:18:04.1366783Z 2022-12-01T10:18:04.1366855Z At: 2022-12-01T10:18:04.1367197Z test_futures.py(236): raise_value_error 2022-12-01T10:18:04.1367687Z /opt/conda/lib/python3.7/site-packages/torch/futures/__init__.py(241): set_result 2022-12-01T10:18:04.1368089Z test_futures.py(229): _test_add_done_callback_error_ignored 2022-12-01T10:18:04.1368439Z test_futures.py(238): test_add_done_callback_error_is_ignored 2022-12-01T10:18:04.1368793Z /opt/conda/lib/python3.7/unittest/case.py(628): run 2022-12-01T10:18:04.1369336Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py(2038): _run_with_retry 2022-12-01T10:18:04.1369927Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py(2101): run 2022-12-01T10:18:04.1370357Z /opt/conda/lib/python3.7/unittest/case.py(676): __call__ 2022-12-01T10:18:04.1370723Z /opt/conda/lib/python3.7/unittest/suite.py(122): run 2022-12-01T10:18:04.1371081Z /opt/conda/lib/python3.7/unittest/suite.py(84): __call__ 2022-12-01T10:18:04.1371418Z /opt/conda/lib/python3.7/unittest/suite.py(122): run 2022-12-01T10:18:04.1371769Z /opt/conda/lib/python3.7/unittest/suite.py(84): __call__ 2022-12-01T10:18:04.1372303Z /opt/conda/lib/python3.7/site-packages/xmlrunner/runner.py(67): run 2022-12-01T10:18:04.1372736Z /opt/conda/lib/python3.7/unittest/main.py(271): runTests 2022-12-01T10:18:04.1373177Z /opt/conda/lib/python3.7/unittest/main.py(101): __init__ 2022-12-01T10:18:04.1373834Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py(788): run_tests 2022-12-01T10:18:04.1374269Z test_futures.py(340): 2022-12-01T10:18:04.1374477Z 2022-12-01T10:18:04.1374584Z ok (0.240s) 2022-12-01T10:18:04.1374992Z test_add_done_callback_maintains_callback_order (__main__.TestFuture) ... ok (0.002s) 2022-12-01T10:18:04.1375711Z test_add_done_callback_no_arg_error_is_ignored (__main__.TestFuture) ... [E pybind_utils.h:212] Got the following error when running the callback: TypeError: no_arg() takes 0 positional arguments but 1 was given 2022-12-01T10:18:04.1376247Z ok (0.001s) 2022-12-01T10:18:04.1376599Z test_add_done_callback_simple (__main__.TestFuture) ... ok (0.001s) 2022-12-01T10:18:04.1377011Z test_chained_then (__main__.TestFuture) ... ok (0.008s) 2022-12-01T10:18:04.1377360Z test_collect_all (__main__.TestFuture) ... ok (0.102s) 2022-12-01T10:18:04.1377764Z test_done (__main__.TestFuture) ... ok (0.001s) 2022-12-01T10:18:04.1378156Z test_done_exception (__main__.TestFuture) ... ok (0.001s) 2022-12-01T10:18:04.1378675Z test_interleaving_then_and_add_done_callback_maintains_callback_order (__main__.TestFuture) ... ok (0.002s) 2022-12-01T10:18:04.1379420Z test_interleaving_then_and_add_done_callback_propagates_error (__main__.TestFuture) ... [E pybind_utils.h:212] Got the following error when running the callback: ValueError: Expected error 2022-12-01T10:18:04.1379852Z 2022-12-01T10:18:04.1379947Z At: 2022-12-01T10:18:04.1380253Z test_futures.py(280): raise_value_error 2022-12-01T10:18:04.1380911Z /opt/conda/lib/python3.7/site-packages/torch/futures/__init__.py(241): set_result 2022-12-01T10:18:04.1381464Z test_futures.py(285): test_interleaving_then_and_add_done_callback_propagates_error 2022-12-01T10:18:04.1381958Z /opt/conda/lib/python3.7/unittest/case.py(628): run 2022-12-01T10:18:04.1382938Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py(2038): _run_with_retry 2022-12-01T10:18:04.1383606Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py(2101): run 2022-12-01T10:18:04.1384091Z /opt/conda/lib/python3.7/unittest/case.py(676): __call__ 2022-12-01T10:18:04.1384448Z /opt/conda/lib/python3.7/unittest/suite.py(122): run 2022-12-01T10:18:04.1384778Z /opt/conda/lib/python3.7/unittest/suite.py(84): __call__ 2022-12-01T10:18:04.1385119Z /opt/conda/lib/python3.7/unittest/suite.py(122): run 2022-12-01T10:18:04.1385464Z /opt/conda/lib/python3.7/unittest/suite.py(84): __call__ 2022-12-01T10:18:04.1386026Z /opt/conda/lib/python3.7/site-packages/xmlrunner/runner.py(67): run 2022-12-01T10:18:04.1386412Z /opt/conda/lib/python3.7/unittest/main.py(271): runTests 2022-12-01T10:18:04.1386759Z /opt/conda/lib/python3.7/unittest/main.py(101): __init__ 2022-12-01T10:18:04.1387276Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py(788): run_tests 2022-12-01T10:18:04.1387635Z test_futures.py(340): 2022-12-01T10:18:04.1387804Z 2022-12-01T10:18:04.1387899Z ok (0.002s) 2022-12-01T10:18:04.1388201Z test_mark_future_twice (__main__.TestFuture) ... ok (0.002s) 2022-12-01T10:18:04.1388540Z test_pickle_future (__main__.TestFuture) ... ok (0.003s) 2022-12-01T10:18:04.1388885Z test_set_exception (__main__.TestFuture) ... ok (0.001s) 2022-12-01T10:18:04.1389258Z test_set_exception_multithreading (__main__.TestFuture) ... ok (0.002s) 2022-12-01T10:18:04.1389597Z test_then (__main__.TestFuture) ... ok (0.002s) 2022-12-01T10:18:04.1389932Z test_then_no_arg (__main__.TestFuture) ... ok (0.001s) 2022-12-01T10:18:04.1390262Z test_then_raise (__main__.TestFuture) ... ok (0.001s) 2022-12-01T10:18:04.1390606Z test_then_wrong_arg (__main__.TestFuture) ... ok (0.001s) 2022-12-01T10:18:04.1390918Z test_wait (__main__.TestFuture) ... ok (0.001s) 2022-12-01T10:18:04.1391229Z test_wait_all (__main__.TestFuture) ... [1, 2] 2022-12-01T10:18:04.1391496Z ok (0.001s) 2022-12-01T10:18:04.1391769Z test_wait_multi_thread (__main__.TestFuture) ... ok (0.502s) 2022-12-01T10:18:04.1392109Z test_wait_none (__main__.TestFuture) ... ok (0.005s) 2022-12-01T10:18:04.1392299Z 2022-12-01T10:18:04.1392591Z ---------------------------------------------------------------------- 2022-12-01T10:18:04.1392903Z Ran 22 tests in 0.882s 2022-12-01T10:18:04.1393055Z 2022-12-01T10:18:04.1393140Z OK 2022-12-01T10:18:04.1393265Z 2022-12-01T10:18:04.1393379Z Generating XML reports... 2022-12-01T10:18:04.1393989Z Generated XML report: test-reports/python-unittest/test_futures/TEST-TestFuture-20221201101802.xml 2022-12-01T10:18:04.1394324Z 2022-12-01T10:18:04.1394754Z ##[endgroup] 2022-12-01T10:18:04.1395325Z FINISHED PRINTING LOG FILE of test_futures (/var/lib/jenkins/workspace/test/test-reports/test_futures_uzqd5edn) 2022-12-01T10:18:04.1395612Z 2022-12-01T10:18:05.6605771Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:18:05.7252824Z Ignoring disabled issues: [] 2022-12-01T10:18:05.7402083Z Running test_function_schema ... [2022-12-01 10:18:05.739913] 2022-12-01T10:18:05.7404384Z Executing ['/opt/conda/bin/python', '-bb', 'test_function_schema.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:18:05.740202] 2022-12-01T10:18:06.6070932Z 2022-12-01T10:18:06.6071469Z Expand the folded group to see the log file of test_namedtensor 2022-12-01T10:18:06.6072544Z ##[group]PRINTING LOG FILE of test_namedtensor (/var/lib/jenkins/workspace/test/test-reports/test_namedtensor_t897m3ce) 2022-12-01T10:18:06.6073272Z Test results will be stored in test-reports/python-unittest/test_namedtensor 2022-12-01T10:18:06.6073460Z 2022-12-01T10:18:06.6073520Z Running tests... 2022-12-01T10:18:06.6073827Z ---------------------------------------------------------------------- 2022-12-01T10:18:06.6074162Z test_aaa_must_run_first_check_experimental_warning (__main__.TestNamedTensor) ... ok (0.002s) 2022-12-01T10:18:06.6074664Z test_addcmul_addcdiv (__main__.TestNamedTensor) ... ok (0.002s) 2022-12-01T10:18:06.6074931Z test_addmm (__main__.TestNamedTensor) ... ok (0.008s) 2022-12-01T10:18:06.6075185Z test_addmv (__main__.TestNamedTensor) ... ok (0.002s) 2022-12-01T10:18:06.6075438Z test_align_as (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:18:06.6075729Z test_align_tensors (__main__.TestNamedTensor) ... skip: Not implemented yet (0.001s) 2022-12-01T10:18:06.6076245Z test_align_tensors_two_inputs (__main__.TestNamedTensor) ... skip: Not implemented yet (0.003s) 2022-12-01T10:18:06.6076712Z test_align_to (__main__.TestNamedTensor) ... ok (0.010s) 2022-12-01T10:18:06.6077234Z test_align_to_ellipsis (__main__.TestNamedTensor) ... ok (0.012s) 2022-12-01T10:18:06.6077637Z test_any_all (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:18:06.6077897Z test_as_strided (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:18:06.6078181Z test_as_strided_cuda (__main__.TestNamedTensor) ... skip: no CUDA (0.000s) 2022-12-01T10:18:06.6078471Z test_autograd_ignores_names (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:18:06.6078754Z test_autograd_smoke (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:18:06.6079043Z test_autograd_warns_named_grad (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:18:06.6079312Z test_bernoulli (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:18:06.6079589Z test_big_tensor_repr_has_names (__main__.TestNamedTensor) ... ok (0.018s) 2022-12-01T10:18:06.6079866Z test_binary_ops (__main__.TestNamedTensor) ... ok (0.327s) 2022-12-01T10:18:06.6080119Z test_bitwise_not (__main__.TestNamedTensor) ... ok (0.002s) 2022-12-01T10:18:06.6080374Z test_bmm (__main__.TestNamedTensor) ... ok (0.017s) 2022-12-01T10:18:06.6080617Z test_cat (__main__.TestNamedTensor) ... ok (0.013s) 2022-12-01T10:18:06.6080859Z test_cdist (__main__.TestNamedTensor) ... ok (0.002s) 2022-12-01T10:18:06.6081107Z test_comparison_ops (__main__.TestNamedTensor) ... ok (0.006s) 2022-12-01T10:18:06.6081387Z test_copy_transpose (__main__.TestNamedTensor) ... ok (0.002s) 2022-12-01T10:18:06.6081658Z test_cummax_cummin (__main__.TestNamedTensor) ... ok (0.002s) 2022-12-01T10:18:06.6081905Z test_detach (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:18:06.6082161Z test_diagonal (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:18:06.6082410Z test_dot (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:18:06.6082642Z test_equal (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:18:06.6082892Z test_expand (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:18:06.6083159Z test_factory_coverage (__main__.TestNamedTensor) ... ok (0.005s) 2022-12-01T10:18:06.6083440Z test_factory_edge_cases (__main__.TestNamedTensor) ... ok (0.020s) 2022-12-01T10:18:06.6083693Z test_flatten (__main__.TestNamedTensor) ... ok (0.013s) 2022-12-01T10:18:06.6083958Z test_flatten_nodims (__main__.TestNamedTensor) ... ok (0.003s) 2022-12-01T10:18:06.6084224Z test_has_names (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:18:06.6084470Z test_index_fill (__main__.TestNamedTensor) ... ok (0.002s) 2022-12-01T10:18:06.6084728Z test_info_smoke (__main__.TestNamedTensor) ... ok (0.002s) 2022-12-01T10:18:06.6084991Z test_logcumsumexp (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:18:06.6085245Z test_logical_not (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:18:06.6085505Z test_logical_ops (__main__.TestNamedTensor) ... ok (0.003s) 2022-12-01T10:18:06.6085769Z test_masked_fill (__main__.TestNamedTensor) ... ok (0.014s) 2022-12-01T10:18:06.6086035Z test_masked_select (__main__.TestNamedTensor) ... ok (0.007s) 2022-12-01T10:18:06.6086280Z test_matmul (__main__.TestNamedTensor) ... ok (0.023s) 2022-12-01T10:18:06.6086538Z test_max_pooling (__main__.TestNamedTensor) ... ok (0.003s) 2022-12-01T10:18:06.6086832Z test_max_pooling_without_names_does_not_warn (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:18:06.6087250Z test_mm (__main__.TestNamedTensor) ... ok (0.007s) 2022-12-01T10:18:06.6087494Z test_mv (__main__.TestNamedTensor) ... ok (0.002s) 2022-12-01T10:18:06.6087761Z test_no_jit_script_support (__main__.TestNamedTensor) ... ok (0.046s) 2022-12-01T10:18:06.6088038Z test_no_jit_tracer_support (__main__.TestNamedTensor) ... ok (0.009s) 2022-12-01T10:18:06.6088337Z test_no_multiprocessing_support (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:18:06.6088631Z test_no_pickle_support (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:18:06.6088906Z test_no_save_support (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:18:06.6089213Z test_noncontig_contiguous (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:18:06.6089501Z test_none_names_refcount (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:18:06.6089789Z test_nyi_dimname_overload_msg (__main__.TestNamedTensor) ... ok (0.003s) 2022-12-01T10:18:06.6090060Z test_out_fn_semantics (__main__.TestNamedTensor) ... ok (0.021s) 2022-12-01T10:18:06.6090333Z test_pow_special (__main__.TestNamedTensor) ... ok (0.002s) 2022-12-01T10:18:06.6090596Z test_py3_ellipsis (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:18:06.6090864Z test_reduction_fns (__main__.TestNamedTensor) ... ok (0.127s) 2022-12-01T10:18:06.6091118Z test_refine_names (__main__.TestNamedTensor) ... ok (0.013s) 2022-12-01T10:18:06.6091376Z test_rename (__main__.TestNamedTensor) ... ok (0.011s) 2022-12-01T10:18:06.6091628Z test_rename_ (__main__.TestNamedTensor) ... ok (0.009s) 2022-12-01T10:18:06.6091876Z test_rename_globber (__main__.TestNamedTensor) ... ok (0.005s) 2022-12-01T10:18:06.6092154Z test_rename_rename_map (__main__.TestNamedTensor) ... ok (0.003s) 2022-12-01T10:18:06.6092418Z test_repr (__main__.TestNamedTensor) ... ok (0.002s) 2022-12-01T10:18:06.6092657Z test_resize (__main__.TestNamedTensor) ... ok (0.009s) 2022-12-01T10:18:06.6092908Z test_select (__main__.TestNamedTensor) ... ok (0.005s) 2022-12-01T10:18:06.6093184Z test_select_cuda (__main__.TestNamedTensor) ... skip: no CUDA (0.000s) 2022-12-01T10:18:06.6093471Z test_set_names_property (__main__.TestNamedTensor) ... ok (0.008s) 2022-12-01T10:18:06.6093723Z test_size (__main__.TestNamedTensor) ... ok (0.011s) 2022-12-01T10:18:06.6093998Z test_split_fns_propagates_names (__main__.TestNamedTensor) ... ok (0.002s) 2022-12-01T10:18:06.6094275Z test_squeeze (__main__.TestNamedTensor) ... ok (0.002s) 2022-12-01T10:18:06.6094517Z test_stride (__main__.TestNamedTensor) ... ok (0.011s) 2022-12-01T10:18:06.6094781Z test_tensor_from_lists (__main__.TestNamedTensor) ... ok (0.005s) 2022-12-01T10:18:06.6095623Z test_tensor_from_named_tensor (__main__.TestNamedTensor) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:18:06.6096137Z r = func(*args, **kwargs) 2022-12-01T10:18:06.6096303Z ok (0.005s) 2022-12-01T10:18:06.6096526Z test_tensor_from_numpy (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:18:06.6096808Z test_tensor_from_tensor (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:18:06.6097082Z test_tensor_grad_is_unnamed (__main__.TestNamedTensor) ... ok (0.002s) 2022-12-01T10:18:06.6097370Z test_transpose_variants (__main__.TestNamedTensor) ... ok (0.002s) 2022-12-01T10:18:06.6097636Z test_trivial (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:18:06.6097911Z test_unary_propagate_names_fns (__main__.TestNamedTensor) ... ok (0.037s) 2022-12-01T10:18:06.6098183Z test_unflatten (__main__.TestNamedTensor) ... ok (0.023s) 2022-12-01T10:18:06.6098462Z test_unsupported_op_error_msg (__main__.TestNamedTensor) ... ok (0.011s) 2022-12-01T10:18:06.6098786Z test_using_seen_interned_string_doesnt_bump_refcount (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:18:06.6099168Z test_using_unseen_interned_string_bumps_refcount_permanently (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:18:06.6099518Z test_using_unseen_uninterned_string_refcounts (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:18:06.6099700Z 2022-12-01T10:18:06.6099905Z ---------------------------------------------------------------------- 2022-12-01T10:18:06.6100151Z Ran 86 tests in 0.952s 2022-12-01T10:18:06.6100264Z 2022-12-01T10:18:06.6100324Z OK (skipped=4) 2022-12-01T10:18:06.6100430Z 2022-12-01T10:18:06.6100513Z Generating XML reports... 2022-12-01T10:18:06.6100963Z Generated XML report: test-reports/python-unittest/test_namedtensor/TEST-TestNamedTensor-20221201101805.xml 2022-12-01T10:18:06.6101197Z 2022-12-01T10:18:06.6101479Z ##[endgroup] 2022-12-01T10:18:06.6101867Z FINISHED PRINTING LOG FILE of test_namedtensor (/var/lib/jenkins/workspace/test/test-reports/test_namedtensor_t897m3ce) 2022-12-01T10:18:06.6102089Z 2022-12-01T10:18:07.5371342Z 2022-12-01T10:18:07.5371885Z Expand the folded group to see the log file of test_function_schema 2022-12-01T10:18:07.5372992Z ##[group]PRINTING LOG FILE of test_function_schema (/var/lib/jenkins/workspace/test/test-reports/test_function_schema_6flbl9_t) 2022-12-01T10:18:07.5373856Z Test results will be stored in test-reports/python-unittest/test_function_schema 2022-12-01T10:18:07.5374157Z 2022-12-01T10:18:07.5374248Z Running tests... 2022-12-01T10:18:07.5374745Z ---------------------------------------------------------------------- 2022-12-01T10:18:07.5375240Z test_backward_compatible_arguments (__main__.TestFunctionSchema) ... ok (0.241s) 2022-12-01T10:18:07.5375569Z test_backward_compatible_outputs (__main__.TestFunctionSchema) ... ok (0.001s) 2022-12-01T10:18:07.5375898Z test_backward_compatible_structure (__main__.TestFunctionSchema) ... ok (0.001s) 2022-12-01T10:18:07.5376244Z test_backward_compatible_with_smart_serialization (__main__.TestFunctionSchema) ... ok (0.001s) 2022-12-01T10:18:07.5376602Z test_forward_compatible_arguments_real_use_case (__main__.TestFunctionSchema) ... ok (0.001s) 2022-12-01T10:18:07.5376938Z test_forward_compatible_arguments_with_out (__main__.TestFunctionSchema) ... ok (0.001s) 2022-12-01T10:18:07.5377282Z test_forward_compatible_arguments_without_out (__main__.TestFunctionSchema) ... ok (0.002s) 2022-12-01T10:18:07.5377592Z test_out_schema (__main__.TestFunctionSchema) ... ok (0.001s) 2022-12-01T10:18:07.5377885Z test_schema_error (__main__.TestFunctionSchema) ... ok (0.001s) 2022-12-01T10:18:07.5378173Z test_serialize_and_deserialize (__main__.TestFunctionSchema) ... ok (0.237s) 2022-12-01T10:18:07.5378504Z test_string_optional_parameter_default_value (__main__.TestFunctionSchema) ... ok (0.001s) 2022-12-01T10:18:07.5378856Z test_tensor_list_alias_annotation_properly_parsed (__main__.TestFunctionSchema) ... ok (0.001s) 2022-12-01T10:18:07.5379189Z test_tensor_option_arguments_properly_parsed (__main__.TestFunctionSchema) ... ok (0.001s) 2022-12-01T10:18:07.5379382Z 2022-12-01T10:18:07.5379589Z ---------------------------------------------------------------------- 2022-12-01T10:18:07.5379837Z Ran 13 tests in 0.490s 2022-12-01T10:18:07.5379952Z 2022-12-01T10:18:07.5380018Z OK 2022-12-01T10:18:07.5380095Z 2022-12-01T10:18:07.5380181Z Generating XML reports... 2022-12-01T10:18:07.5380623Z Generated XML report: test-reports/python-unittest/test_function_schema/TEST-TestFunctionSchema-20221201101806.xml 2022-12-01T10:18:07.5380869Z 2022-12-01T10:18:07.5381115Z ##[endgroup] 2022-12-01T10:18:07.5381504Z FINISHED PRINTING LOG FILE of test_function_schema (/var/lib/jenkins/workspace/test/test-reports/test_function_schema_6flbl9_t) 2022-12-01T10:18:07.5381730Z 2022-12-01T10:18:08.0948665Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:18:08.1588104Z Ignoring disabled issues: [] 2022-12-01T10:18:08.1736965Z Running test_monitor ... [2022-12-01 10:18:08.173353] 2022-12-01T10:18:08.1738485Z Executing ['/opt/conda/bin/python', '-bb', 'test_monitor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:18:08.173643] 2022-12-01T10:18:09.0302907Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:18:09.0940250Z Ignoring disabled issues: [] 2022-12-01T10:18:09.1089318Z Running test_subclass ... [2022-12-01 10:18:09.108601] 2022-12-01T10:18:09.1091558Z Executing ['/opt/conda/bin/python', '-bb', 'test_subclass.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:18:09.108905] 2022-12-01T10:18:09.8906280Z 2022-12-01T10:18:09.8906848Z Expand the folded group to see the log file of test_monitor 2022-12-01T10:18:09.8908129Z ##[group]PRINTING LOG FILE of test_monitor (/var/lib/jenkins/workspace/test/test-reports/test_monitor_de2grove) 2022-12-01T10:18:09.8908925Z Test results will be stored in test-reports/python-unittest/test_monitor 2022-12-01T10:18:09.8909112Z 2022-12-01T10:18:09.8909187Z Running tests... 2022-12-01T10:18:09.8909511Z ---------------------------------------------------------------------- 2022-12-01T10:18:09.8909864Z test_event_handler (__main__.TestMonitor) ... ok (0.238s) 2022-12-01T10:18:09.8910117Z test_fixed_count_stat (__main__.TestMonitor) ... ok (0.001s) 2022-12-01T10:18:09.8910434Z test_interval_stat (__main__.TestMonitor) ... ok (0.002s) 2022-12-01T10:18:09.8910688Z test_log_event (__main__.TestMonitor) ... ok (0.001s) 2022-12-01T10:18:09.8910952Z test_event_handler (__main__.TestMonitorTensorboard) ... ok (0.200s) 2022-12-01T10:18:09.8911170Z 2022-12-01T10:18:09.8911370Z ---------------------------------------------------------------------- 2022-12-01T10:18:09.8911611Z Ran 5 tests in 0.444s 2022-12-01T10:18:09.8911724Z 2022-12-01T10:18:09.8911788Z OK 2022-12-01T10:18:09.8911915Z 2022-12-01T10:18:09.8912001Z Generating XML reports... 2022-12-01T10:18:09.8912404Z Generated XML report: test-reports/python-unittest/test_monitor/TEST-TestMonitor-20221201101809.xml 2022-12-01T10:18:09.8912972Z Generated XML report: test-reports/python-unittest/test_monitor/TEST-TestMonitorTensorboard-20221201101809.xml 2022-12-01T10:18:09.8913220Z 2022-12-01T10:18:09.8913503Z ##[endgroup] 2022-12-01T10:18:09.8913881Z FINISHED PRINTING LOG FILE of test_monitor (/var/lib/jenkins/workspace/test/test-reports/test_monitor_de2grove) 2022-12-01T10:18:09.8914103Z 2022-12-01T10:18:10.6582905Z 2022-12-01T10:18:10.6583417Z Expand the folded group to see the log file of test_subclass 2022-12-01T10:18:10.6584489Z ##[group]PRINTING LOG FILE of test_subclass (/var/lib/jenkins/workspace/test/test-reports/test_subclass_l0a60zsq) 2022-12-01T10:18:10.6585354Z Test results will be stored in test-reports/python-unittest/test_subclass 2022-12-01T10:18:10.6585634Z 2022-12-01T10:18:10.6585776Z Running tests... 2022-12-01T10:18:10.6586296Z ---------------------------------------------------------------------- 2022-12-01T10:18:10.6586823Z test_deepcopy_base_tensor_as_param_False (__main__.TestSubclass) ... ok (0.236s) 2022-12-01T10:18:10.6587354Z test_deepcopy_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:18:10.6588685Z test_deepcopy_diag_tensor_below_as_param_False (__main__.TestSubclass) ... ok (0.003s) 2022-12-01T10:18:10.6589292Z test_deepcopy_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.003s) 2022-12-01T10:18:10.6589909Z test_deepcopy_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.003s) 2022-12-01T10:18:10.6590519Z test_deepcopy_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:18:10.6591133Z test_deepcopy_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:18:10.6591747Z test_deepcopy_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:18:10.6592372Z test_deepcopy_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.003s) 2022-12-01T10:18:10.6592980Z test_deepcopy_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.003s) 2022-12-01T10:18:10.6593568Z test_lazy_module_base_tensor (__main__.TestSubclass) ... expected failure (0.001s) 2022-12-01T10:18:10.6595246Z test_lazy_module_diag_tensor_below (__main__.TestSubclass) ... /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:18:10.6596311Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:18:10.6596788Z expected failure (0.002s) 2022-12-01T10:18:10.6597284Z test_lazy_module_logging_tensor (__main__.TestSubclass) ... expected failure (0.002s) 2022-12-01T10:18:10.6598031Z test_lazy_module_non_wrapper_tensor (__main__.TestSubclass) ... expected failure (0.002s) 2022-12-01T10:18:10.6598664Z test_lazy_module_sparse_tensor (__main__.TestSubclass) ... expected failure (0.002s) 2022-12-01T10:18:10.6599267Z test_module_optimization_base_tensor (__main__.TestSubclass) ... ok (0.003s) 2022-12-01T10:18:10.6599858Z test_module_optimization_diag_tensor_below (__main__.TestSubclass) ... ok (0.007s) 2022-12-01T10:18:10.6600471Z test_module_optimization_logging_tensor (__main__.TestSubclass) ... ok (0.006s) 2022-12-01T10:18:10.6601077Z test_module_optimization_non_wrapper_tensor (__main__.TestSubclass) ... ok (0.004s) 2022-12-01T10:18:10.6601689Z test_module_optimization_sparse_tensor (__main__.TestSubclass) ... ok (0.008s) 2022-12-01T10:18:10.6602359Z test_non_rewrapping_torch_dispatch_subclass_as_parameter_throws_for_detach (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:18:10.6603071Z test_param_invariants_base_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:18:10.6603747Z test_param_invariants_base_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:18:10.6604417Z test_param_invariants_diag_tensor_below_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:18:10.6605114Z test_param_invariants_diag_tensor_below_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:18:10.6605814Z test_param_invariants_logging_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:18:10.6606504Z test_param_invariants_logging_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:18:10.6607298Z test_param_invariants_non_wrapper_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:18:10.6608010Z test_param_invariants_non_wrapper_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:18:10.6608717Z test_param_invariants_sparse_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:18:10.6609414Z test_param_invariants_sparse_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:18:10.6610093Z test_parametrization_base_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:18:10.6610783Z test_parametrization_base_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:18:10.6611493Z test_parametrization_diag_tensor_below_leave_parametrized_False (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:18:10.6612183Z test_parametrization_diag_tensor_below_leave_parametrized_True (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:18:10.6612886Z test_parametrization_logging_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:18:10.6613593Z test_parametrization_logging_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:18:10.6614307Z test_parametrization_non_wrapper_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:18:10.6615003Z test_parametrization_non_wrapper_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:18:10.6615705Z test_parametrization_sparse_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.003s) 2022-12-01T10:18:10.6616525Z test_parametrization_sparse_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.003s) 2022-12-01T10:18:10.6617151Z test_repr_base_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:18:10.6617707Z test_repr_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:18:10.6618289Z test_repr_diag_tensor_below_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:18:10.6618896Z test_repr_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:18:10.6619468Z test_repr_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:18:10.6620140Z test_repr_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:18:10.6620734Z test_repr_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:18:10.6621333Z test_repr_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:18:10.6621908Z test_repr_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:18:10.6622640Z test_repr_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:18:10.6623248Z test_serialization_base_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:18:10.6623845Z test_serialization_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:18:10.6624478Z test_serialization_diag_tensor_below_as_param_False (__main__.TestSubclass) ... ok (0.003s) 2022-12-01T10:18:10.6625127Z test_serialization_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.003s) 2022-12-01T10:18:10.6625764Z test_serialization_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.003s) 2022-12-01T10:18:10.6626379Z test_serialization_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.003s) 2022-12-01T10:18:10.6627027Z test_serialization_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:18:10.6627678Z test_serialization_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:18:10.6628310Z test_serialization_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.004s) 2022-12-01T10:18:10.6628920Z test_serialization_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.004s) 2022-12-01T10:18:10.6629545Z test_type_propagation_base_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:18:10.6630167Z test_type_propagation_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:18:10.6630799Z test_type_propagation_diag_tensor_below_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:18:10.6631458Z test_type_propagation_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:18:10.6632108Z test_type_propagation_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:18:10.6632756Z test_type_propagation_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:18:10.6633394Z test_type_propagation_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:18:10.6634063Z test_type_propagation_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:18:10.6634720Z test_type_propagation_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:18:10.6635338Z test_type_propagation_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:18:10.6635690Z 2022-12-01T10:18:10.6636117Z ---------------------------------------------------------------------- 2022-12-01T10:18:10.6636588Z Ran 71 tests in 0.383s 2022-12-01T10:18:10.6636805Z 2022-12-01T10:18:10.6636967Z OK (expected failures=5) 2022-12-01T10:18:10.6637177Z 2022-12-01T10:18:10.6637342Z Generating XML reports... 2022-12-01T10:18:10.6638105Z Generated XML report: test-reports/python-unittest/test_subclass/TEST-TestSubclass-20221201101810.xml 2022-12-01T10:18:10.6638722Z 2022-12-01T10:18:10.6639215Z ##[endgroup] 2022-12-01T10:18:10.6639928Z FINISHED PRINTING LOG FILE of test_subclass (/var/lib/jenkins/workspace/test/test-reports/test_subclass_l0a60zsq) 2022-12-01T10:18:10.6640331Z 2022-12-01T10:18:11.3835953Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:18:11.4825424Z Ignoring disabled issues: [] 2022-12-01T10:18:11.4995760Z Running test_license ... [2022-12-01 10:18:11.499315] 2022-12-01T10:18:11.4998511Z Executing ['/opt/conda/bin/python', '-bb', 'test_license.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:18:11.499596] 2022-12-01T10:18:12.1125636Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:18:12.1743870Z Ignoring disabled issues: [] 2022-12-01T10:18:12.1914824Z Running test_type_info ... [2022-12-01 10:18:12.191141] 2022-12-01T10:18:12.1916163Z Executing ['/opt/conda/bin/python', '-bb', 'test_type_info.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:18:12.191412] 2022-12-01T10:18:12.8839184Z 2022-12-01T10:18:12.8839732Z Expand the folded group to see the log file of test_license 2022-12-01T10:18:12.8840718Z ##[group]PRINTING LOG FILE of test_license (/var/lib/jenkins/workspace/test/test-reports/test_license_lhqbrbjd) 2022-12-01T10:18:12.8841595Z Test results will be stored in test-reports/python-unittest/test_license 2022-12-01T10:18:12.8841897Z 2022-12-01T10:18:12.8842014Z Running tests... 2022-12-01T10:18:12.8842583Z ---------------------------------------------------------------------- 2022-12-01T10:18:12.8842996Z test_distinfo_license (__main__.TestLicense) 2022-12-01T10:18:12.8843280Z If run when pytorch is installed via a wheel, the license will be in ... ok (0.269s) 2022-12-01T10:18:12.8843618Z test_license_for_wheel (__main__.TestLicense) ... skip: can only be run in a source tree (0.000s) 2022-12-01T10:18:12.8843804Z 2022-12-01T10:18:12.8843990Z ---------------------------------------------------------------------- 2022-12-01T10:18:12.8844241Z Ran 2 tests in 0.270s 2022-12-01T10:18:12.8844356Z 2022-12-01T10:18:12.8844427Z OK (skipped=1) 2022-12-01T10:18:12.8844532Z 2022-12-01T10:18:12.8844616Z Generating XML reports... 2022-12-01T10:18:12.8845009Z Generated XML report: test-reports/python-unittest/test_license/TEST-TestLicense-20221201101812.xml 2022-12-01T10:18:12.8845225Z 2022-12-01T10:18:12.8845445Z ##[endgroup] 2022-12-01T10:18:12.8845814Z FINISHED PRINTING LOG FILE of test_license (/var/lib/jenkins/workspace/test/test-reports/test_license_lhqbrbjd) 2022-12-01T10:18:12.8846025Z 2022-12-01T10:18:13.5569119Z 2022-12-01T10:18:13.5569767Z Expand the folded group to see the log file of test_type_info 2022-12-01T10:18:13.5571807Z ##[group]PRINTING LOG FILE of test_type_info (/var/lib/jenkins/workspace/test/test-reports/test_type_info_38o0qbos) 2022-12-01T10:18:13.5572402Z Test results will be stored in test-reports/python-unittest/test_type_info 2022-12-01T10:18:13.5572597Z 2022-12-01T10:18:13.5572706Z Running tests... 2022-12-01T10:18:13.5573031Z ---------------------------------------------------------------------- 2022-12-01T10:18:13.5573304Z test_finfo (__main__.TestDTypeInfo) ... ok (0.233s) 2022-12-01T10:18:13.5573601Z test_iinfo (__main__.TestDTypeInfo) ... ok (0.002s) 2022-12-01T10:18:13.5573857Z test_invalid_input (__main__.TestDTypeInfo) ... ok (0.001s) 2022-12-01T10:18:13.5574008Z 2022-12-01T10:18:13.5574228Z ---------------------------------------------------------------------- 2022-12-01T10:18:13.5574481Z Ran 3 tests in 0.237s 2022-12-01T10:18:13.5574593Z 2022-12-01T10:18:13.5574652Z OK 2022-12-01T10:18:13.5574742Z 2022-12-01T10:18:13.5574829Z Generating XML reports... 2022-12-01T10:18:13.5575288Z Generated XML report: test-reports/python-unittest/test_type_info/TEST-TestDTypeInfo-20221201101813.xml 2022-12-01T10:18:13.5575520Z 2022-12-01T10:18:13.5575793Z ##[endgroup] 2022-12-01T10:18:13.5576170Z FINISHED PRINTING LOG FILE of test_type_info (/var/lib/jenkins/workspace/test/test-reports/test_type_info_38o0qbos) 2022-12-01T10:18:13.5576612Z 2022-12-01T10:18:14.2791260Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:18:14.3619056Z Ignoring disabled issues: [] 2022-12-01T10:18:14.3911138Z Running test_numpy_interop ... [2022-12-01 10:18:14.390025] 2022-12-01T10:18:14.3912225Z Executing ['/opt/conda/bin/python', '-bb', 'test_numpy_interop.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:18:14.390394] 2022-12-01T10:18:15.0322803Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:18:15.0929280Z Ignoring disabled issues: [] 2022-12-01T10:18:15.8686270Z 2022-12-01T10:18:15.8686761Z Expand the folded group to see the log file of test_numpy_interop 2022-12-01T10:18:15.8687782Z ##[group]PRINTING LOG FILE of test_numpy_interop (/var/lib/jenkins/workspace/test/test-reports/test_numpy_interop_qsr43ilt) 2022-12-01T10:18:15.8688551Z Test results will be stored in test-reports/python-unittest/test_numpy_interop 2022-12-01T10:18:15.8688751Z 2022-12-01T10:18:15.8688812Z Running tests... 2022-12-01T10:18:15.8689178Z ---------------------------------------------------------------------- 2022-12-01T10:18:15.8690214Z test_ctor_with_invalid_numpy_array_sequence_cpu (__main__.TestNumPyInteropCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: Creating a tensor from a list of numpy.ndarrays is extremely slow. Please consider converting the list to a single numpy.ndarray with numpy.array() before converting to a tensor. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/utils/tensor_new.cpp:233.) 2022-12-01T10:18:15.8690887Z r = func(*args, **kwargs) 2022-12-01T10:18:15.8691064Z ok (0.003s) 2022-12-01T10:18:15.8691331Z test_ctor_with_numpy_scalar_ctor_cpu (__main__.TestNumPyInteropCPU) ... ok (0.002s) 2022-12-01T10:18:15.8691682Z test_from_list_of_ndarray_warning_cpu (__main__.TestNumPyInteropCPU) ... ok (0.001s) 2022-12-01T10:18:15.8691997Z test_from_numpy_cpu (__main__.TestNumPyInteropCPU) ... ok (0.010s) 2022-12-01T10:18:15.8692339Z test_has_storage_numpy_cpu (__main__.TestNumPyInteropCPU) ... ok (0.002s) 2022-12-01T10:18:15.8692665Z test_multiplication_numpy_scalar_cpu (__main__.TestNumPyInteropCPU) ... ok (0.002s) 2022-12-01T10:18:15.8693036Z test_numpy_array_interface_cpu (__main__.TestNumPyInteropCPU) ... ok (0.014s) 2022-12-01T10:18:15.8693342Z test_numpy_index_cpu (__main__.TestNumPyInteropCPU) ... ok (0.002s) 2022-12-01T10:18:15.8693682Z test_numpy_non_writeable_cpu (__main__.TestNumPyInteropCPU) ... ok (0.002s) 2022-12-01T10:18:15.8694005Z test_numpy_scalar_cmp_cpu_bfloat16 (__main__.TestNumPyInteropCPU) ... ok (0.002s) 2022-12-01T10:18:15.8694337Z test_numpy_scalar_cmp_cpu_bool (__main__.TestNumPyInteropCPU) ... ok (0.003s) 2022-12-01T10:18:15.8694680Z test_numpy_scalar_cmp_cpu_complex128 (__main__.TestNumPyInteropCPU) ... ok (0.003s) 2022-12-01T10:18:15.8695374Z test_numpy_scalar_cmp_cpu_complex64 (__main__.TestNumPyInteropCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: ComplexWarning: Casting complex values to real discards the imaginary part 2022-12-01T10:18:15.8695774Z r = func(*args, **kwargs) 2022-12-01T10:18:15.8695999Z ok (0.003s) 2022-12-01T10:18:15.8696233Z test_numpy_scalar_cmp_cpu_float16 (__main__.TestNumPyInteropCPU) ... ok (0.003s) 2022-12-01T10:18:15.8696551Z test_numpy_scalar_cmp_cpu_float32 (__main__.TestNumPyInteropCPU) ... ok (0.003s) 2022-12-01T10:18:15.8696925Z test_numpy_scalar_cmp_cpu_float64 (__main__.TestNumPyInteropCPU) ... ok (0.003s) 2022-12-01T10:18:15.8697227Z test_numpy_scalar_cmp_cpu_int16 (__main__.TestNumPyInteropCPU) ... ok (0.003s) 2022-12-01T10:18:15.8697596Z test_numpy_scalar_cmp_cpu_int32 (__main__.TestNumPyInteropCPU) ... ok (0.003s) 2022-12-01T10:18:15.8697906Z test_numpy_scalar_cmp_cpu_int64 (__main__.TestNumPyInteropCPU) ... ok (0.003s) 2022-12-01T10:18:15.8698270Z test_numpy_scalar_cmp_cpu_int8 (__main__.TestNumPyInteropCPU) ... ok (0.003s) 2022-12-01T10:18:15.8698691Z test_numpy_scalar_cmp_cpu_uint8 (__main__.TestNumPyInteropCPU) ... ok (0.003s) 2022-12-01T10:18:15.8699052Z test_numpy_unresizable_cpu (__main__.TestNumPyInteropCPU) ... ok (0.004s) 2022-12-01T10:18:15.8699356Z test_parse_numpy_int_cpu (__main__.TestNumPyInteropCPU) ... ok (0.007s) 2022-12-01T10:18:15.8699651Z test_to_numpy_bool_cpu (__main__.TestNumPyInteropCPU) ... ok (0.002s) 2022-12-01T10:18:15.8699973Z test_to_numpy_cpu (__main__.TestNumPyInteropCPU) ... ok (0.048s) 2022-12-01T10:18:15.8700277Z test_to_numpy_force_argument_cpu (__main__.TestNumPyInteropCPU) ... ok (0.021s) 2022-12-01T10:18:15.8700548Z 2022-12-01T10:18:15.8700755Z ---------------------------------------------------------------------- 2022-12-01T10:18:15.8700988Z Ran 26 tests in 0.154s 2022-12-01T10:18:15.8701103Z 2022-12-01T10:18:15.8701180Z OK 2022-12-01T10:18:15.8701306Z 2022-12-01T10:18:15.8701390Z Generating XML reports... 2022-12-01T10:18:15.8701812Z Generated XML report: test-reports/python-unittest/test_numpy_interop/TEST-TestNumPyInteropCPU-20221201101815.xml 2022-12-01T10:18:15.8702104Z 2022-12-01T10:18:15.8702579Z ##[endgroup] 2022-12-01T10:18:15.8702978Z FINISHED PRINTING LOG FILE of test_numpy_interop (/var/lib/jenkins/workspace/test/test-reports/test_numpy_interop_qsr43ilt) 2022-12-01T10:18:15.8703250Z 2022-12-01T10:18:16.2030204Z Running test_ops ... [2022-12-01 10:18:16.202657] 2022-12-01T10:18:17.3237526Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:18:17.3586937Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:18:17.3848104Z Ignoring disabled issues: [] 2022-12-01T10:18:17.3997853Z 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:18:17.399401] 2022-12-01T10:18:17.4192136Z Ignoring disabled issues: [] 2022-12-01T10:18:17.4340349Z 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:18:17.433710] 2022-12-01T10:39:10.5785595Z 2022-12-01T10:39:10.5786025Z Expand the folded group to see the log file of test_ops 2022-12-01T10:39:10.5786753Z ##[group]PRINTING LOG FILE of test_ops (/var/lib/jenkins/workspace/test/test-reports/test_ops_9raz6fop) 2022-12-01T10:39:10.5827941Z Test results will be stored in test-reports/python-pytest/test_ops/test_ops-a3db1487544b856a.xml 2022-12-01T10:39:10.5828443Z ============================= test session starts ============================== 2022-12-01T10:39:10.5829046Z platform linux -- Python 3.7.13, pytest-7.1.3, pluggy-1.0.0 -- /opt/conda/bin/python 2022-12-01T10:39:10.5829538Z cachedir: .pytest_cache 2022-12-01T10:39:10.5863903Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-12-01T10:39:10.5864523Z rootdir: /var/lib/jenkins/workspace, configfile: pytest.ini 2022-12-01T10:39:10.5865253Z 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:39:10.5865830Z collecting ... collected 26295 items / 23 deselected / 26272 selected 2022-12-01T10:39:10.7310713Z 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:39:10.8482346Z 2022-12-01T10:39:10.8490039Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_H_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:10.8490466Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing___getitem___cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:10.8490831Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_abs_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:10.8491193Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_add_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:10.8491580Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_as_strided_scatter_cpu_complex32 SKIPPED (Fails on cuda + rocm) [ 0%] 2022-12-01T10:39:10.8491992Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_atleast_2d_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:10.8492365Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_atleast_3d_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:10.8492720Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_block_diag_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:10.8493112Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_bool_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:10.8493471Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_cat_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:10.8493830Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_chalf_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:10.8494175Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_char_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:10.8494528Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_chunk_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:10.8494886Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_clone_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:10.8495247Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_conj_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:10.8495598Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_conj_physical_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:10.8495972Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_contiguous_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:10.8496343Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_double_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:10.8496686Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_dstack_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:10.8497065Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_empty_like_cpu_complex32 SKIPPED (Skipped!) [ 0%] 2022-12-01T10:39:10.8497442Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_eq_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:10.8497807Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_fft_fftshift_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:10.8498164Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_flatten_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:10.8498525Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_float_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:10.8499161Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_hsplit_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:10.8499524Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_imag_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:10.8499879Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_index_add_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:10.8500243Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_index_put_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:10.8500607Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_isfinite_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:10.8501023Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_isinf_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:10.8501378Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_isreal_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:10.8501749Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_log_softmax_dtype_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:10.8502120Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_mH_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:10.8502680Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_masked_fill_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:10.8503044Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_mul_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:10.8503408Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_narrow_copy_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:10.8503774Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_narrow_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:10.8504127Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_neg_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:10.8504492Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_zeros_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:10.8504854Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_ones_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:10.8505214Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_randn_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:10.8505632Z 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:39:10.8506054Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_ravel_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:10.8506428Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_repeat_interleave_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:10.8506793Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_reshape_as_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:10.8507164Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_reshape_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:10.8507528Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_roll_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:10.8507887Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_select_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:10.8508233Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_sgn_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:10.8508584Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_slice_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:10.8508940Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_split_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:10.8509312Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_split_with_sizes_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:10.8509675Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_squeeze_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:10.8510036Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_stack_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:10.8510387Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_sub_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:10.8510735Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_transpose_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:10.8511154Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_vstack_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:10.8511514Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_where_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:10.8511876Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_zeros_like_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:10.8512200Z test_ops.py::TestCommonCPU::test_dtypes___rdiv___cpu PASSED [ 0%] 2022-12-01T10:39:10.8512507Z test_ops.py::TestCommonCPU::test_dtypes___rmatmul___cpu PASSED [ 0%] 2022-12-01T10:39:10.8512846Z test_ops.py::TestCommonCPU::test_dtypes___ror___cpu PASSED [ 0%] 2022-12-01T10:39:10.8513151Z test_ops.py::TestCommonCPU::test_dtypes___rpow___cpu PASSED [ 0%] 2022-12-01T10:39:10.8513436Z test_ops.py::TestCommonCPU::test_dtypes___rsub___cpu PASSED [ 0%] 2022-12-01T10:39:10.8513733Z test_ops.py::TestCommonCPU::test_dtypes___rxor___cpu PASSED [ 0%] 2022-12-01T10:39:10.8514030Z test_ops.py::TestCommonCPU::test_dtypes__refs_acos_cpu PASSED [ 0%] 2022-12-01T10:39:10.8514316Z test_ops.py::TestCommonCPU::test_dtypes__refs_acosh_cpu PASSED [ 0%] 2022-12-01T10:39:10.8514614Z test_ops.py::TestCommonCPU::test_dtypes__refs_add_cpu PASSED [ 0%] 2022-12-01T10:39:10.8514919Z test_ops.py::TestCommonCPU::test_dtypes__refs_addcdiv_cpu PASSED [ 0%] 2022-12-01T10:39:10.8515222Z test_ops.py::TestCommonCPU::test_dtypes__refs_addr_cpu PASSED [ 0%] 2022-12-01T10:39:10.8515514Z test_ops.py::TestCommonCPU::test_dtypes__refs_arange_cpu PASSED [ 0%] 2022-12-01T10:39:10.8515814Z test_ops.py::TestCommonCPU::test_dtypes__refs_asinh_cpu PASSED [ 0%] 2022-12-01T10:39:10.8516109Z test_ops.py::TestCommonCPU::test_dtypes__refs_atan2_cpu PASSED [ 0%] 2022-12-01T10:39:10.8516394Z test_ops.py::TestCommonCPU::test_dtypes__refs_atan_cpu PASSED [ 0%] 2022-12-01T10:39:10.8516702Z test_ops.py::TestCommonCPU::test_dtypes__refs_atleast_1d_cpu PASSED [ 0%] 2022-12-01T10:39:10.8517008Z test_ops.py::TestCommonCPU::test_dtypes__refs_atleast_3d_cpu PASSED [ 0%] 2022-12-01T10:39:10.8517310Z test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_and_cpu PASSED [ 0%] 2022-12-01T10:39:10.8517617Z test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_left_shift_cpu PASSED [ 0%] 2022-12-01T10:39:10.8517934Z test_ops.py::TestCommonCPU::test_dtypes__refs_chunk_cpu PASSED [ 0%] 2022-12-01T10:39:10.8518238Z test_ops.py::TestCommonCPU::test_dtypes__refs_clamp_cpu PASSED [ 0%] 2022-12-01T10:39:10.8518527Z test_ops.py::TestCommonCPU::test_dtypes__refs_clamp_max_cpu PASSED [ 0%] 2022-12-01T10:39:10.8518831Z test_ops.py::TestCommonCPU::test_dtypes__refs_conj_cpu PASSED [ 0%] 2022-12-01T10:39:10.8519134Z test_ops.py::TestCommonCPU::test_dtypes__refs_conj_physical_cpu PASSED [ 0%] 2022-12-01T10:39:10.8519448Z test_ops.py::TestCommonCPU::test_dtypes__refs_constant_pad_nd_cpu PASSED [ 0%] 2022-12-01T10:39:10.8519740Z test_ops.py::TestCommonCPU::test_dtypes__refs_cos_cpu PASSED [ 0%] 2022-12-01T10:39:10.8520036Z test_ops.py::TestCommonCPU::test_dtypes__refs_cosh_cpu PASSED [ 0%] 2022-12-01T10:39:10.8520337Z test_ops.py::TestCommonCPU::test_dtypes__refs_diag_embed_cpu PASSED [ 0%] 2022-12-01T10:39:10.8520630Z test_ops.py::TestCommonCPU::test_dtypes__refs_digamma_cpu PASSED [ 0%] 2022-12-01T10:39:10.8520947Z test_ops.py::TestCommonCPU::test_dtypes__refs_div_no_rounding_mode_cpu PASSED [ 0%] 2022-12-01T10:39:10.8521268Z test_ops.py::TestCommonCPU::test_dtypes__refs_dsplit_cpu PASSED [ 0%] 2022-12-01T10:39:10.8521555Z test_ops.py::TestCommonCPU::test_dtypes__refs_dstack_cpu PASSED [ 0%] 2022-12-01T10:39:10.8521851Z test_ops.py::TestCommonCPU::test_dtypes__refs_empty_cpu PASSED [ 0%] 2022-12-01T10:39:10.8522204Z test_ops.py::TestCommonCPU::test_dtypes__refs_empty_like_cpu PASSED [ 0%] 2022-12-01T10:39:10.8522512Z test_ops.py::TestCommonCPU::test_dtypes__refs_erf_cpu PASSED [ 0%] 2022-12-01T10:39:10.8522794Z test_ops.py::TestCommonCPU::test_dtypes__refs_erfc_cpu PASSED [ 0%] 2022-12-01T10:39:10.8523091Z test_ops.py::TestCommonCPU::test_dtypes__refs_erfinv_cpu PASSED [ 0%] 2022-12-01T10:39:10.8523390Z test_ops.py::TestCommonCPU::test_dtypes__refs_exp2_cpu PASSED [ 0%] 2022-12-01T10:39:10.8523675Z test_ops.py::TestCommonCPU::test_dtypes__refs_expand_as_cpu PASSED [ 0%] 2022-12-01T10:39:10.8524012Z test_ops.py::TestCommonCPU::test_dtypes__refs_expand_cpu PASSED [ 0%] 2022-12-01T10:39:10.8524320Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fftshift_cpu PASSED [ 0%] 2022-12-01T10:39:10.8524701Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_hfft2_cpu PASSED [ 0%] 2022-12-01T10:39:10.8525003Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_hfft_cpu PASSED [ 0%] 2022-12-01T10:39:10.8525303Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifft2_cpu PASSED [ 0%] 2022-12-01T10:39:10.8525607Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifft_cpu PASSED [ 0%] 2022-12-01T10:39:10.8525902Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifftshift_cpu PASSED [ 0%] 2022-12-01T10:39:10.8526210Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_irfft_cpu PASSED [ 0%] 2022-12-01T10:39:10.8526513Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_irfftn_cpu PASSED [ 0%] 2022-12-01T10:39:10.8526819Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_rfft2_cpu PASSED [ 0%] 2022-12-01T10:39:10.8527109Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_rfft_cpu PASSED [ 0%] 2022-12-01T10:39:10.8527410Z test_ops.py::TestCommonCPU::test_dtypes__refs_fill_cpu PASSED [ 0%] 2022-12-01T10:39:10.8527711Z test_ops.py::TestCommonCPU::test_dtypes__refs_fliplr_cpu PASSED [ 0%] 2022-12-01T10:39:10.8528001Z test_ops.py::TestCommonCPU::test_dtypes__refs_float_power_cpu PASSED [ 0%] 2022-12-01T10:39:10.8528304Z test_ops.py::TestCommonCPU::test_dtypes__refs_fmax_cpu PASSED [ 0%] 2022-12-01T10:39:10.8528598Z test_ops.py::TestCommonCPU::test_dtypes__refs_fmod_cpu PASSED [ 0%] 2022-12-01T10:39:10.8528889Z test_ops.py::TestCommonCPU::test_dtypes__refs_ge_cpu PASSED [ 0%] 2022-12-01T10:39:10.8529177Z test_ops.py::TestCommonCPU::test_dtypes__refs_heaviside_cpu PASSED [ 0%] 2022-12-01T10:39:10.8529474Z test_ops.py::TestCommonCPU::test_dtypes__refs_hypot_cpu PASSED [ 0%] 2022-12-01T10:39:10.8529772Z test_ops.py::TestCommonCPU::test_dtypes__refs_i0_cpu PASSED [ 0%] 2022-12-01T10:39:10.8530054Z test_ops.py::TestCommonCPU::test_dtypes__refs_igamma_cpu PASSED [ 0%] 2022-12-01T10:39:10.8530351Z test_ops.py::TestCommonCPU::test_dtypes__refs_igammac_cpu PASSED [ 0%] 2022-12-01T10:39:10.8530650Z test_ops.py::TestCommonCPU::test_dtypes__refs_index_add_cpu PASSED [ 0%] 2022-12-01T10:39:10.8530959Z test_ops.py::TestCommonCPU::test_dtypes__refs_index_copy_cpu PASSED [ 0%] 2022-12-01T10:39:10.8531255Z test_ops.py::TestCommonCPU::test_dtypes__refs_index_fill_cpu PASSED [ 0%] 2022-12-01T10:39:10.8531557Z test_ops.py::TestCommonCPU::test_dtypes__refs_isfinite_cpu PASSED [ 0%] 2022-12-01T10:39:10.8531855Z test_ops.py::TestCommonCPU::test_dtypes__refs_isnan_cpu PASSED [ 0%] 2022-12-01T10:39:10.8532138Z test_ops.py::TestCommonCPU::test_dtypes__refs_lgamma_cpu PASSED [ 0%] 2022-12-01T10:39:10.8532442Z test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_norm_cpu PASSED [ 0%] 2022-12-01T10:39:10.8532748Z test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_svd_cpu PASSED [ 0%] 2022-12-01T10:39:10.8533062Z test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_vector_norm_cpu PASSED [ 0%] 2022-12-01T10:39:10.8533368Z test_ops.py::TestCommonCPU::test_dtypes__refs_linspace_cpu PASSED [ 0%] 2022-12-01T10:39:10.8533748Z test_ops.py::TestCommonCPU::test_dtypes__refs_log10_cpu PASSED [ 0%] 2022-12-01T10:39:10.8534042Z test_ops.py::TestCommonCPU::test_dtypes__refs_log2_cpu PASSED [ 1%] 2022-12-01T10:39:10.8534323Z test_ops.py::TestCommonCPU::test_dtypes__refs_log_cpu PASSED [ 1%] 2022-12-01T10:39:10.8534625Z test_ops.py::TestCommonCPU::test_dtypes__refs_logical_and_cpu PASSED [ 1%] 2022-12-01T10:39:10.8534932Z test_ops.py::TestCommonCPU::test_dtypes__refs_logical_not_cpu PASSED [ 1%] 2022-12-01T10:39:10.8535239Z test_ops.py::TestCommonCPU::test_dtypes__refs_logical_xor_cpu PASSED [ 1%] 2022-12-01T10:39:10.8535564Z test_ops.py::TestCommonCPU::test_dtypes__refs_logspace_cpu PASSED [ 1%] 2022-12-01T10:39:10.8535875Z test_ops.py::TestCommonCPU::test_dtypes__refs_masked_fill_cpu PASSED [ 1%] 2022-12-01T10:39:10.8536183Z test_ops.py::TestCommonCPU::test_dtypes__refs_maximum_cpu PASSED [ 1%] 2022-12-01T10:39:10.8536494Z test_ops.py::TestCommonCPU::test_dtypes__refs_meshgrid_list_of_tensors_cpu PASSED [ 1%] 2022-12-01T10:39:10.8536836Z test_ops.py::TestCommonCPU::test_dtypes__refs_meshgrid_variadic_tensors_cpu PASSED [ 1%] 2022-12-01T10:39:10.8537157Z test_ops.py::TestCommonCPU::test_dtypes__refs_mul_cpu PASSED [ 1%] 2022-12-01T10:39:10.8537458Z test_ops.py::TestCommonCPU::test_dtypes__refs_nan_to_num_cpu PASSED [ 1%] 2022-12-01T10:39:10.8537750Z test_ops.py::TestCommonCPU::test_dtypes__refs_narrow_cpu PASSED [ 1%] 2022-12-01T10:39:10.8538045Z test_ops.py::TestCommonCPU::test_dtypes__refs_ne_cpu PASSED [ 1%] 2022-12-01T10:39:10.8538346Z test_ops.py::TestCommonCPU::test_dtypes__refs_neg_cpu PASSED [ 1%] 2022-12-01T10:39:10.8538641Z test_ops.py::TestCommonCPU::test_dtypes__refs_new_empty_strided_cpu PASSED [ 1%] 2022-12-01T10:39:10.8538955Z test_ops.py::TestCommonCPU::test_dtypes__refs_nextafter_cpu PASSED [ 1%] 2022-12-01T10:39:10.8539276Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_hardtanh_cpu PASSED [ 1%] 2022-12-01T10:39:10.8539626Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_hinge_embedding_loss_cpu PASSED [ 1%] 2022-12-01T10:39:10.8539958Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_l1_loss_cpu PASSED [ 1%] 2022-12-01T10:39:10.8540290Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_layer_norm_cpu PASSED [ 1%] 2022-12-01T10:39:10.8540624Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_leaky_relu_cpu PASSED [ 1%] 2022-12-01T10:39:10.8540959Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_margin_ranking_loss_cpu PASSED [ 1%] 2022-12-01T10:39:10.8541301Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_mish_cpu PASSED [ 1%] 2022-12-01T10:39:10.8541627Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_prelu_cpu PASSED [ 1%] 2022-12-01T10:39:10.8541952Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_relu6_cpu PASSED [ 1%] 2022-12-01T10:39:10.8542411Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_relu_cpu PASSED [ 1%] 2022-12-01T10:39:10.8542738Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_selu_cpu PASSED [ 1%] 2022-12-01T10:39:10.8543069Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_threshold_cpu PASSED [ 1%] 2022-12-01T10:39:10.8543390Z test_ops.py::TestCommonCPU::test_dtypes__refs_norm_cpu PASSED [ 1%] 2022-12-01T10:39:10.8543683Z test_ops.py::TestCommonCPU::test_dtypes__refs_ones_cpu PASSED [ 1%] 2022-12-01T10:39:10.8543990Z test_ops.py::TestCommonCPU::test_dtypes__refs_positive_cpu PASSED [ 1%] 2022-12-01T10:39:10.8544297Z test_ops.py::TestCommonCPU::test_dtypes__refs_pow_cpu PASSED [ 1%] 2022-12-01T10:39:10.8544589Z test_ops.py::TestCommonCPU::test_dtypes__refs_randn_cpu PASSED [ 1%] 2022-12-01T10:39:10.8544889Z test_ops.py::TestCommonCPU::test_dtypes__refs_ravel_cpu PASSED [ 1%] 2022-12-01T10:39:10.8545198Z test_ops.py::TestCommonCPU::test_dtypes__refs_reciprocal_cpu PASSED [ 1%] 2022-12-01T10:39:10.8545550Z test_ops.py::TestCommonCPU::test_dtypes__refs_reshape_as_cpu PASSED [ 1%] 2022-12-01T10:39:10.8545859Z test_ops.py::TestCommonCPU::test_dtypes__refs_reshape_cpu PASSED [ 1%] 2022-12-01T10:39:10.8546165Z test_ops.py::TestCommonCPU::test_dtypes__refs_roll_cpu PASSED [ 1%] 2022-12-01T10:39:10.8546463Z test_ops.py::TestCommonCPU::test_dtypes__refs_round_cpu PASSED [ 1%] 2022-12-01T10:39:10.8546751Z test_ops.py::TestCommonCPU::test_dtypes__refs_rsub_cpu PASSED [ 1%] 2022-12-01T10:39:10.8547087Z test_ops.py::TestCommonCPU::test_dtypes__refs_sigmoid_cpu PASSED [ 1%] 2022-12-01T10:39:10.8547398Z test_ops.py::TestCommonCPU::test_dtypes__refs_signbit_cpu PASSED [ 1%] 2022-12-01T10:39:10.8547682Z test_ops.py::TestCommonCPU::test_dtypes__refs_sin_cpu PASSED [ 1%] 2022-12-01T10:39:10.8547978Z test_ops.py::TestCommonCPU::test_dtypes__refs_sinc_cpu PASSED [ 1%] 2022-12-01T10:39:10.8548277Z test_ops.py::TestCommonCPU::test_dtypes__refs_sinh_cpu PASSED [ 1%] 2022-12-01T10:39:10.8548587Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_bessel_j0_cpu PASSED [ 1%] 2022-12-01T10:39:10.8548890Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_i0e_cpu PASSED [ 1%] 2022-12-01T10:39:10.8549196Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_i1_cpu PASSED [ 1%] 2022-12-01T10:39:10.8549535Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_multigammaln_mvlgamma_p_1_cpu PASSED [ 1%] 2022-12-01T10:39:10.8549881Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_multigammaln_mvlgamma_p_5_cpu PASSED [ 1%] 2022-12-01T10:39:10.8550213Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_zeta_cpu PASSED [ 1%] 2022-12-01T10:39:10.8550523Z test_ops.py::TestCommonCPU::test_dtypes__refs_stack_cpu PASSED [ 1%] 2022-12-01T10:39:10.8550818Z test_ops.py::TestCommonCPU::test_dtypes__refs_std_cpu PASSED [ 1%] 2022-12-01T10:39:10.8551104Z test_ops.py::TestCommonCPU::test_dtypes__refs_sub_cpu PASSED [ 1%] 2022-12-01T10:39:10.8551413Z test_ops.py::TestCommonCPU::test_dtypes__refs_tensor_split_cpu PASSED [ 1%] 2022-12-01T10:39:10.8551717Z test_ops.py::TestCommonCPU::test_dtypes__refs_to_cpu PASSED [ 1%] 2022-12-01T10:39:10.8551999Z test_ops.py::TestCommonCPU::test_dtypes__refs_trace_cpu PASSED [ 1%] 2022-12-01T10:39:10.8552299Z test_ops.py::TestCommonCPU::test_dtypes__refs_transpose_cpu PASSED [ 1%] 2022-12-01T10:39:10.8552599Z test_ops.py::TestCommonCPU::test_dtypes__refs_tril_cpu PASSED [ 1%] 2022-12-01T10:39:10.8552899Z test_ops.py::TestCommonCPU::test_dtypes__refs_triu_cpu PASSED [ 1%] 2022-12-01T10:39:10.8553194Z test_ops.py::TestCommonCPU::test_dtypes__refs_triu_indices_cpu PASSED [ 1%] 2022-12-01T10:39:10.8553496Z test_ops.py::TestCommonCPU::test_dtypes__refs_trunc_cpu PASSED [ 1%] 2022-12-01T10:39:10.8553798Z test_ops.py::TestCommonCPU::test_dtypes__refs_unbind_cpu PASSED [ 1%] 2022-12-01T10:39:10.8554087Z test_ops.py::TestCommonCPU::test_dtypes__refs_unfold_copy_cpu PASSED [ 1%] 2022-12-01T10:39:10.8554393Z test_ops.py::TestCommonCPU::test_dtypes__refs_unsqueeze_cpu PASSED [ 1%] 2022-12-01T10:39:10.8554692Z test_ops.py::TestCommonCPU::test_dtypes__refs_var_cpu PASSED [ 1%] 2022-12-01T10:39:10.8554990Z test_ops.py::TestCommonCPU::test_dtypes__refs_view_as_cpu PASSED [ 1%] 2022-12-01T10:39:10.8555277Z test_ops.py::TestCommonCPU::test_dtypes__refs_vstack_cpu PASSED [ 1%] 2022-12-01T10:39:10.8555573Z test_ops.py::TestCommonCPU::test_dtypes__refs_zeros_cpu PASSED [ 1%] 2022-12-01T10:39:10.8555868Z test_ops.py::TestCommonCPU::test_dtypes_abs_cpu PASSED [ 1%] 2022-12-01T10:39:10.8556144Z test_ops.py::TestCommonCPU::test_dtypes_acos_cpu PASSED [ 1%] 2022-12-01T10:39:10.8556435Z test_ops.py::TestCommonCPU::test_dtypes_acosh_cpu PASSED [ 1%] 2022-12-01T10:39:10.8556762Z test_ops.py::TestCommonCPU::test_dtypes_addbmm_cpu PASSED [ 1%] 2022-12-01T10:39:10.8557058Z test_ops.py::TestCommonCPU::test_dtypes_addcmul_cpu PASSED [ 1%] 2022-12-01T10:39:10.8557348Z test_ops.py::TestCommonCPU::test_dtypes_addmm_decomposed_cpu PASSED [ 1%] 2022-12-01T10:39:10.8557654Z test_ops.py::TestCommonCPU::test_dtypes_allclose_cpu PASSED [ 1%] 2022-12-01T10:39:10.8557952Z test_ops.py::TestCommonCPU::test_dtypes_aminmax_cpu PASSED [ 1%] 2022-12-01T10:39:10.8558259Z test_ops.py::TestCommonCPU::test_dtypes_arange_cpu PASSED [ 1%] 2022-12-01T10:39:10.8558553Z test_ops.py::TestCommonCPU::test_dtypes_argmax_cpu PASSED [ 1%] 2022-12-01T10:39:10.8558847Z test_ops.py::TestCommonCPU::test_dtypes_argwhere_cpu PASSED [ 1%] 2022-12-01T10:39:10.8559150Z test_ops.py::TestCommonCPU::test_dtypes_as_strided_scatter_cpu PASSED [ 1%] 2022-12-01T10:39:10.8559440Z test_ops.py::TestCommonCPU::test_dtypes_asin_cpu PASSED [ 1%] 2022-12-01T10:39:10.8559727Z test_ops.py::TestCommonCPU::test_dtypes_asinh_cpu PASSED [ 1%] 2022-12-01T10:39:10.8560016Z test_ops.py::TestCommonCPU::test_dtypes_atan_cpu PASSED [ 1%] 2022-12-01T10:39:10.8560296Z test_ops.py::TestCommonCPU::test_dtypes_atleast_2d_cpu PASSED [ 1%] 2022-12-01T10:39:10.8560601Z test_ops.py::TestCommonCPU::test_dtypes_bincount_cpu PASSED [ 1%] 2022-12-01T10:39:10.8560897Z test_ops.py::TestCommonCPU::test_dtypes_bitwise_and_cpu PASSED [ 1%] 2022-12-01T10:39:10.8561207Z test_ops.py::TestCommonCPU::test_dtypes_bitwise_left_shift_cpu PASSED [ 1%] 2022-12-01T10:39:10.8561497Z test_ops.py::TestCommonCPU::test_dtypes_bitwise_xor_cpu PASSED [ 1%] 2022-12-01T10:39:10.8561789Z test_ops.py::TestCommonCPU::test_dtypes_bmm_cpu PASSED [ 1%] 2022-12-01T10:39:10.8562076Z test_ops.py::TestCommonCPU::test_dtypes_bool_cpu PASSED [ 1%] 2022-12-01T10:39:10.8562381Z test_ops.py::TestCommonCPU::test_dtypes_broadcast_shapes_cpu SKIPPED (Skipped!) [ 1%] 2022-12-01T10:39:10.8562707Z test_ops.py::TestCommonCPU::test_dtypes_bucketize_cpu PASSED [ 1%] 2022-12-01T10:39:10.8563007Z test_ops.py::TestCommonCPU::test_dtypes_cartesian_prod_cpu PASSED [ 1%] 2022-12-01T10:39:10.8563309Z test_ops.py::TestCommonCPU::test_dtypes_chalf_cpu PASSED [ 1%] 2022-12-01T10:39:10.8563599Z test_ops.py::TestCommonCPU::test_dtypes_cholesky_inverse_cpu PASSED [ 1%] 2022-12-01T10:39:10.8563907Z test_ops.py::TestCommonCPU::test_dtypes_cholesky_solve_cpu PASSED [ 1%] 2022-12-01T10:39:10.8564206Z test_ops.py::TestCommonCPU::test_dtypes_clamp_cpu PASSED [ 1%] 2022-12-01T10:39:10.8564492Z test_ops.py::TestCommonCPU::test_dtypes_clamp_max_cpu PASSED [ 1%] 2022-12-01T10:39:10.8564874Z test_ops.py::TestCommonCPU::test_dtypes_clamp_min_cpu PASSED [ 1%] 2022-12-01T10:39:10.8565175Z test_ops.py::TestCommonCPU::test_dtypes_clone_cpu PASSED [ 1%] 2022-12-01T10:39:10.8565476Z test_ops.py::TestCommonCPU::test_dtypes_column_stack_cpu PASSED [ 1%] 2022-12-01T10:39:10.8565765Z test_ops.py::TestCommonCPU::test_dtypes_combinations_cpu PASSED [ 1%] 2022-12-01T10:39:10.8566067Z test_ops.py::TestCommonCPU::test_dtypes_conj_physical_cpu PASSED [ 1%] 2022-12-01T10:39:10.8566378Z test_ops.py::TestCommonCPU::test_dtypes_constant_pad_nd_cpu PASSED [ 1%] 2022-12-01T10:39:10.8566670Z test_ops.py::TestCommonCPU::test_dtypes_contiguous_cpu PASSED [ 1%] 2022-12-01T10:39:10.8566970Z test_ops.py::TestCommonCPU::test_dtypes_cos_cpu PASSED [ 1%] 2022-12-01T10:39:10.8567268Z test_ops.py::TestCommonCPU::test_dtypes_count_nonzero_cpu PASSED [ 1%] 2022-12-01T10:39:10.8567563Z test_ops.py::TestCommonCPU::test_dtypes_cross_cpu PASSED [ 1%] 2022-12-01T10:39:10.8567898Z test_ops.py::TestCommonCPU::test_dtypes_cummax_cpu PASSED [ 1%] 2022-12-01T10:39:10.8568189Z test_ops.py::TestCommonCPU::test_dtypes_cummin_cpu PASSED [ 1%] 2022-12-01T10:39:10.8568495Z test_ops.py::TestCommonCPU::test_dtypes_cumulative_trapezoid_cpu PASSED [ 1%] 2022-12-01T10:39:10.8568790Z test_ops.py::TestCommonCPU::test_dtypes_diag_embed_cpu PASSED [ 1%] 2022-12-01T10:39:10.8569088Z test_ops.py::TestCommonCPU::test_dtypes_diagonal_cpu PASSED [ 1%] 2022-12-01T10:39:10.8569393Z test_ops.py::TestCommonCPU::test_dtypes_diagonal_scatter_cpu PASSED [ 1%] 2022-12-01T10:39:10.8569736Z test_ops.py::TestCommonCPU::test_dtypes_div_floor_rounding_cpu PASSED [ 1%] 2022-12-01T10:39:10.8570038Z test_ops.py::TestCommonCPU::test_dtypes_div_no_rounding_mode_cpu PASSED [ 1%] 2022-12-01T10:39:10.8570338Z test_ops.py::TestCommonCPU::test_dtypes_double_cpu PASSED [ 1%] 2022-12-01T10:39:10.8570633Z test_ops.py::TestCommonCPU::test_dtypes_dstack_cpu PASSED [ 1%] 2022-12-01T10:39:10.8570914Z test_ops.py::TestCommonCPU::test_dtypes_einsum_cpu PASSED [ 1%] 2022-12-01T10:39:10.8571201Z test_ops.py::TestCommonCPU::test_dtypes_empty_cpu PASSED [ 1%] 2022-12-01T10:39:10.8571501Z test_ops.py::TestCommonCPU::test_dtypes_empty_like_cpu PASSED [ 1%] 2022-12-01T10:39:10.8571795Z test_ops.py::TestCommonCPU::test_dtypes_equal_cpu PASSED [ 1%] 2022-12-01T10:39:10.8572075Z test_ops.py::TestCommonCPU::test_dtypes_erf_cpu PASSED [ 1%] 2022-12-01T10:39:10.8572366Z test_ops.py::TestCommonCPU::test_dtypes_erfc_cpu PASSED [ 1%] 2022-12-01T10:39:10.8572658Z test_ops.py::TestCommonCPU::test_dtypes_erfinv_cpu PASSED [ 1%] 2022-12-01T10:39:10.8572940Z test_ops.py::TestCommonCPU::test_dtypes_exp2_cpu PASSED [ 1%] 2022-12-01T10:39:10.8573226Z test_ops.py::TestCommonCPU::test_dtypes_exp_cpu PASSED [ 1%] 2022-12-01T10:39:10.8573523Z test_ops.py::TestCommonCPU::test_dtypes_expand_cpu PASSED [ 1%] 2022-12-01T10:39:10.8573816Z test_ops.py::TestCommonCPU::test_dtypes_eye_cpu PASSED [ 1%] 2022-12-01T10:39:10.8574093Z test_ops.py::TestCommonCPU::test_dtypes_fft_hfft_cpu PASSED [ 2%] 2022-12-01T10:39:10.8574387Z test_ops.py::TestCommonCPU::test_dtypes_fft_ifft2_cpu PASSED [ 2%] 2022-12-01T10:39:10.8574682Z test_ops.py::TestCommonCPU::test_dtypes_fft_ifftn_cpu PASSED [ 2%] 2022-12-01T10:39:10.8574968Z test_ops.py::TestCommonCPU::test_dtypes_fft_irfftn_cpu PASSED [ 2%] 2022-12-01T10:39:10.8575265Z test_ops.py::TestCommonCPU::test_dtypes_fft_rfft2_cpu PASSED [ 2%] 2022-12-01T10:39:10.8575562Z test_ops.py::TestCommonCPU::test_dtypes_fft_rfft_cpu PASSED [ 2%] 2022-12-01T10:39:10.8575852Z test_ops.py::TestCommonCPU::test_dtypes_fill_cpu PASSED [ 2%] 2022-12-01T10:39:10.8576132Z test_ops.py::TestCommonCPU::test_dtypes_flip_cpu PASSED [ 2%] 2022-12-01T10:39:10.8576428Z test_ops.py::TestCommonCPU::test_dtypes_fliplr_cpu PASSED [ 2%] 2022-12-01T10:39:10.8576720Z test_ops.py::TestCommonCPU::test_dtypes_flipud_cpu PASSED [ 2%] 2022-12-01T10:39:10.8577000Z test_ops.py::TestCommonCPU::test_dtypes_float_cpu PASSED [ 2%] 2022-12-01T10:39:10.8577288Z test_ops.py::TestCommonCPU::test_dtypes_floor_cpu PASSED [ 2%] 2022-12-01T10:39:10.8577579Z test_ops.py::TestCommonCPU::test_dtypes_fmax_cpu PASSED [ 2%] 2022-12-01T10:39:10.8577868Z test_ops.py::TestCommonCPU::test_dtypes_fmin_cpu PASSED [ 2%] 2022-12-01T10:39:10.8578143Z test_ops.py::TestCommonCPU::test_dtypes_fmod_cpu PASSED [ 2%] 2022-12-01T10:39:10.8578434Z test_ops.py::TestCommonCPU::test_dtypes_frac_cpu PASSED [ 2%] 2022-12-01T10:39:10.8578727Z test_ops.py::TestCommonCPU::test_dtypes_frexp_cpu PASSED [ 2%] 2022-12-01T10:39:10.8579045Z test_ops.py::TestCommonCPU::test_dtypes_full_like_cpu PASSED [ 2%] 2022-12-01T10:39:10.8579337Z test_ops.py::TestCommonCPU::test_dtypes_i0_cpu PASSED [ 2%] 2022-12-01T10:39:10.8579635Z test_ops.py::TestCommonCPU::test_dtypes_igamma_cpu PASSED [ 2%] 2022-12-01T10:39:10.8579927Z test_ops.py::TestCommonCPU::test_dtypes_igammac_cpu PASSED [ 2%] 2022-12-01T10:39:10.8580209Z test_ops.py::TestCommonCPU::test_dtypes_imag_cpu PASSED [ 2%] 2022-12-01T10:39:10.8580595Z test_ops.py::TestCommonCPU::test_dtypes_index_reduce_cpu PASSED [ 2%] 2022-12-01T10:39:10.8580974Z test_ops.py::TestCommonCPU::test_dtypes_index_select_cpu PASSED [ 2%] 2022-12-01T10:39:10.8581260Z test_ops.py::TestCommonCPU::test_dtypes_inner_cpu PASSED [ 2%] 2022-12-01T10:39:10.8581552Z test_ops.py::TestCommonCPU::test_dtypes_int_cpu PASSED [ 2%] 2022-12-01T10:39:10.8581852Z test_ops.py::TestCommonCPU::test_dtypes_isclose_cpu PASSED [ 2%] 2022-12-01T10:39:10.8582142Z test_ops.py::TestCommonCPU::test_dtypes_isin_cpu PASSED [ 2%] 2022-12-01T10:39:10.8582539Z test_ops.py::TestCommonCPU::test_dtypes_isinf_cpu PASSED [ 2%] 2022-12-01T10:39:10.8582833Z test_ops.py::TestCommonCPU::test_dtypes_isnan_cpu PASSED [ 2%] 2022-12-01T10:39:10.8583127Z test_ops.py::TestCommonCPU::test_dtypes_isneginf_cpu PASSED [ 2%] 2022-12-01T10:39:10.8583413Z test_ops.py::TestCommonCPU::test_dtypes_istft_cpu PASSED [ 2%] 2022-12-01T10:39:10.8583737Z test_ops.py::TestCommonCPU::test_dtypes_jiterator_binary_cpu SKIPPED (Only runs on cuda) [ 2%] 2022-12-01T10:39:10.8584107Z test_ops.py::TestCommonCPU::test_dtypes_jiterator_binary_return_by_ref_cpu SKIPPED (Only runs on cuda) [ 2%] 2022-12-01T10:39:10.8584443Z test_ops.py::TestCommonCPU::test_dtypes_ldexp_cpu PASSED [ 2%] 2022-12-01T10:39:10.8584730Z test_ops.py::TestCommonCPU::test_dtypes_lgamma_cpu PASSED [ 2%] 2022-12-01T10:39:10.8585033Z test_ops.py::TestCommonCPU::test_dtypes_linalg_cond_cpu PASSED [ 2%] 2022-12-01T10:39:10.8585340Z test_ops.py::TestCommonCPU::test_dtypes_linalg_cross_cpu PASSED [ 2%] 2022-12-01T10:39:10.8585630Z test_ops.py::TestCommonCPU::test_dtypes_linalg_eigh_cpu PASSED [ 2%] 2022-12-01T10:39:10.8585930Z test_ops.py::TestCommonCPU::test_dtypes_linalg_eigvals_cpu PASSED [ 2%] 2022-12-01T10:39:10.8586256Z test_ops.py::TestCommonCPU::test_dtypes_linalg_householder_product_cpu PASSED [ 2%] 2022-12-01T10:39:10.8586576Z test_ops.py::TestCommonCPU::test_dtypes_linalg_inv_cpu PASSED [ 2%] 2022-12-01T10:39:10.8586861Z test_ops.py::TestCommonCPU::test_dtypes_linalg_inv_ex_cpu PASSED [ 2%] 2022-12-01T10:39:10.8587165Z test_ops.py::TestCommonCPU::test_dtypes_linalg_ldl_factor_ex_cpu PASSED [ 2%] 2022-12-01T10:39:10.8587476Z test_ops.py::TestCommonCPU::test_dtypes_linalg_ldl_solve_cpu PASSED [ 2%] 2022-12-01T10:39:10.8587767Z test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_cpu PASSED [ 2%] 2022-12-01T10:39:10.8588070Z test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_factor_cpu PASSED [ 2%] 2022-12-01T10:39:10.8588380Z test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_factor_ex_cpu PASSED [ 2%] 2022-12-01T10:39:10.8588679Z test_ops.py::TestCommonCPU::test_dtypes_linalg_norm_cpu PASSED [ 2%] 2022-12-01T10:39:10.8588967Z test_ops.py::TestCommonCPU::test_dtypes_linalg_qr_cpu PASSED [ 2%] 2022-12-01T10:39:10.8589268Z test_ops.py::TestCommonCPU::test_dtypes_linalg_solve_ex_cpu PASSED [ 2%] 2022-12-01T10:39:10.8589571Z test_ops.py::TestCommonCPU::test_dtypes_linalg_vander_cpu PASSED [ 2%] 2022-12-01T10:39:10.8589861Z test_ops.py::TestCommonCPU::test_dtypes_linalg_vecdot_cpu PASSED [ 2%] 2022-12-01T10:39:10.8590164Z test_ops.py::TestCommonCPU::test_dtypes_linalg_vector_norm_cpu PASSED [ 2%] 2022-12-01T10:39:10.8590527Z test_ops.py::TestCommonCPU::test_dtypes_linspace_cpu PASSED [ 2%] 2022-12-01T10:39:10.8590823Z test_ops.py::TestCommonCPU::test_dtypes_log2_cpu PASSED [ 2%] 2022-12-01T10:39:10.8591103Z test_ops.py::TestCommonCPU::test_dtypes_log_softmax_cpu PASSED [ 2%] 2022-12-01T10:39:10.8591408Z test_ops.py::TestCommonCPU::test_dtypes_log_softmax_dtype_cpu PASSED [ 2%] 2022-12-01T10:39:10.8591716Z test_ops.py::TestCommonCPU::test_dtypes_logaddexp2_cpu PASSED [ 2%] 2022-12-01T10:39:10.8592008Z test_ops.py::TestCommonCPU::test_dtypes_logaddexp_cpu PASSED [ 2%] 2022-12-01T10:39:10.8592393Z test_ops.py::TestCommonCPU::test_dtypes_logical_not_cpu PASSED [ 2%] 2022-12-01T10:39:10.8592697Z test_ops.py::TestCommonCPU::test_dtypes_logical_xor_cpu PASSED [ 2%] 2022-12-01T10:39:10.8592993Z test_ops.py::TestCommonCPU::test_dtypes_logit_cpu PASSED [ 2%] 2022-12-01T10:39:10.8593280Z test_ops.py::TestCommonCPU::test_dtypes_logspace_cpu PASSED [ 2%] 2022-12-01T10:39:10.8593578Z test_ops.py::TestCommonCPU::test_dtypes_long_cpu PASSED [ 2%] 2022-12-01T10:39:10.8593864Z test_ops.py::TestCommonCPU::test_dtypes_lt_cpu PASSED [ 2%] 2022-12-01T10:39:10.8594143Z test_ops.py::TestCommonCPU::test_dtypes_lu_cpu PASSED [ 2%] 2022-12-01T10:39:10.8594436Z test_ops.py::TestCommonCPU::test_dtypes_lu_solve_cpu PASSED [ 2%] 2022-12-01T10:39:10.8594726Z test_ops.py::TestCommonCPU::test_dtypes_mH_cpu PASSED [ 2%] 2022-12-01T10:39:10.8595018Z test_ops.py::TestCommonCPU::test_dtypes_mT_cpu PASSED [ 2%] 2022-12-01T10:39:10.8595299Z test_ops.py::TestCommonCPU::test_dtypes_masked_argmin_cpu PASSED [ 2%] 2022-12-01T10:39:10.8595599Z test_ops.py::TestCommonCPU::test_dtypes_masked_fill_cpu PASSED [ 2%] 2022-12-01T10:39:10.8595903Z test_ops.py::TestCommonCPU::test_dtypes_masked_logsumexp_cpu PASSED [ 2%] 2022-12-01T10:39:10.8596196Z test_ops.py::TestCommonCPU::test_dtypes_masked_mean_cpu PASSED [ 2%] 2022-12-01T10:39:10.8596503Z test_ops.py::TestCommonCPU::test_dtypes_masked_median_cpu PASSED [ 2%] 2022-12-01T10:39:10.8596804Z test_ops.py::TestCommonCPU::test_dtypes_masked_norm_cpu PASSED [ 2%] 2022-12-01T10:39:10.8597094Z test_ops.py::TestCommonCPU::test_dtypes_masked_normalize_cpu PASSED [ 2%] 2022-12-01T10:39:10.8597398Z test_ops.py::TestCommonCPU::test_dtypes_masked_scatter_cpu PASSED [ 2%] 2022-12-01T10:39:10.8597701Z test_ops.py::TestCommonCPU::test_dtypes_masked_select_cpu PASSED [ 2%] 2022-12-01T10:39:10.8598000Z test_ops.py::TestCommonCPU::test_dtypes_masked_softmax_cpu PASSED [ 2%] 2022-12-01T10:39:10.8598290Z test_ops.py::TestCommonCPU::test_dtypes_masked_softmin_cpu PASSED [ 2%] 2022-12-01T10:39:10.8598630Z test_ops.py::TestCommonCPU::test_dtypes_masked_std_cpu PASSED [ 2%] 2022-12-01T10:39:10.8598932Z test_ops.py::TestCommonCPU::test_dtypes_masked_sum_cpu PASSED [ 2%] 2022-12-01T10:39:10.8599213Z test_ops.py::TestCommonCPU::test_dtypes_matmul_cpu PASSED [ 2%] 2022-12-01T10:39:10.8599507Z test_ops.py::TestCommonCPU::test_dtypes_matrix_exp_cpu PASSED [ 2%] 2022-12-01T10:39:10.8599807Z test_ops.py::TestCommonCPU::test_dtypes_max_binary_cpu PASSED [ 2%] 2022-12-01T10:39:10.8600102Z test_ops.py::TestCommonCPU::test_dtypes_maximum_cpu PASSED [ 2%] 2022-12-01T10:39:10.8600388Z test_ops.py::TestCommonCPU::test_dtypes_median_cpu PASSED [ 2%] 2022-12-01T10:39:10.8600699Z test_ops.py::TestCommonCPU::test_dtypes_meshgrid_list_of_tensors_cpu PASSED [ 2%] 2022-12-01T10:39:10.8601029Z test_ops.py::TestCommonCPU::test_dtypes_meshgrid_variadic_tensors_cpu PASSED [ 2%] 2022-12-01T10:39:10.8601340Z test_ops.py::TestCommonCPU::test_dtypes_min_reduction_no_dim_cpu PASSED [ 2%] 2022-12-01T10:39:10.8601681Z test_ops.py::TestCommonCPU::test_dtypes_minimum_cpu PASSED [ 2%] 2022-12-01T10:39:10.8601973Z test_ops.py::TestCommonCPU::test_dtypes_mm_cpu PASSED [ 2%] 2022-12-01T10:39:10.8602263Z test_ops.py::TestCommonCPU::test_dtypes_movedim_cpu PASSED [ 2%] 2022-12-01T10:39:10.8602550Z test_ops.py::TestCommonCPU::test_dtypes_multinomial_cpu PASSED [ 2%] 2022-12-01T10:39:10.8602860Z test_ops.py::TestCommonCPU::test_dtypes_mvlgamma_mvlgamma_p_1_cpu PASSED [ 2%] 2022-12-01T10:39:10.8603172Z test_ops.py::TestCommonCPU::test_dtypes_mvlgamma_mvlgamma_p_3_cpu PASSED [ 2%] 2022-12-01T10:39:10.8603500Z test_ops.py::TestCommonCPU::test_dtypes_mvlgamma_mvlgamma_p_5_cpu PASSED [ 2%] 2022-12-01T10:39:10.8603804Z test_ops.py::TestCommonCPU::test_dtypes_nanmean_cpu PASSED [ 2%] 2022-12-01T10:39:10.8604098Z test_ops.py::TestCommonCPU::test_dtypes_nanmedian_cpu PASSED [ 2%] 2022-12-01T10:39:10.8604397Z test_ops.py::TestCommonCPU::test_dtypes_nanquantile_cpu PASSED [ 2%] 2022-12-01T10:39:10.8604754Z test_ops.py::TestCommonCPU::test_dtypes_narrow_copy_cpu PASSED [ 2%] 2022-12-01T10:39:10.8605054Z test_ops.py::TestCommonCPU::test_dtypes_narrow_cpu PASSED [ 2%] 2022-12-01T10:39:10.8605355Z test_ops.py::TestCommonCPU::test_dtypes_native_layer_norm_cpu PASSED [ 2%] 2022-12-01T10:39:10.8605645Z test_ops.py::TestCommonCPU::test_dtypes_new_empty_cpu PASSED [ 2%] 2022-12-01T10:39:10.8605950Z test_ops.py::TestCommonCPU::test_dtypes_new_empty_strided_cpu PASSED [ 2%] 2022-12-01T10:39:10.8606254Z test_ops.py::TestCommonCPU::test_dtypes_new_zeros_cpu PASSED [ 2%] 2022-12-01T10:39:10.8606577Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_avg_pool1d_cpu PASSED [ 2%] 2022-12-01T10:39:10.8606913Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_avg_pool3d_cpu PASSED [ 2%] 2022-12-01T10:39:10.8607256Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_max_pool1d_cpu PASSED [ 2%] 2022-12-01T10:39:10.8607598Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_max_pool2d_cpu PASSED [ 2%] 2022-12-01T10:39:10.8607918Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_avg_pool1d_cpu PASSED [ 2%] 2022-12-01T10:39:10.8608242Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_avg_pool2d_cpu PASSED [ 2%] 2022-12-01T10:39:10.8608572Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_bilinear_cpu PASSED [ 2%] 2022-12-01T10:39:10.8608892Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_celu_cpu PASSED [ 2%] 2022-12-01T10:39:10.8609193Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv1d_cpu PASSED [ 2%] 2022-12-01T10:39:10.8609508Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv2d_cpu PASSED [ 2%] 2022-12-01T10:39:10.8609839Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv_transpose2d_cpu PASSED [ 2%] 2022-12-01T10:39:10.8610168Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv_transpose3d_cpu PASSED [ 2%] 2022-12-01T10:39:10.8610513Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_cosine_similarity_cpu PASSED [ 2%] 2022-12-01T10:39:10.8610848Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_ctc_loss_cpu PASSED [ 2%] 2022-12-01T10:39:10.8611172Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_dropout2d_cpu PASSED [ 2%] 2022-12-01T10:39:10.8611488Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_dropout3d_cpu PASSED [ 2%] 2022-12-01T10:39:10.8611812Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_dropout_cpu PASSED [ 2%] 2022-12-01T10:39:10.8612127Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_elu_cpu PASSED [ 2%] 2022-12-01T10:39:10.8612446Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_embedding_cpu PASSED [ 2%] 2022-12-01T10:39:10.8612784Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_feature_alpha_dropout_with_train_cpu PASSED [ 2%] 2022-12-01T10:39:10.8613136Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_grid_sample_cpu PASSED [ 2%] 2022-12-01T10:39:10.8613528Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardsigmoid_cpu PASSED [ 2%] 2022-12-01T10:39:10.8613841Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardtanh_cpu PASSED [ 2%] 2022-12-01T10:39:10.8614181Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hinge_embedding_loss_cpu PASSED [ 2%] 2022-12-01T10:39:10.8614529Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_area_cpu PASSED [ 3%] 2022-12-01T10:39:10.8614874Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_bicubic_cpu PASSED [ 3%] 2022-12-01T10:39:10.8615245Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_bilinear_cpu PASSED [ 3%] 2022-12-01T10:39:10.8615598Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_nearest_cpu PASSED [ 3%] 2022-12-01T10:39:10.8615931Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_kl_div_cpu PASSED [ 3%] 2022-12-01T10:39:10.8616234Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_l1_loss_cpu PASSED [ 3%] 2022-12-01T10:39:10.8616546Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_linear_cpu PASSED [ 3%] 2022-12-01T10:39:10.8616876Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_local_response_norm_cpu PASSED [ 3%] 2022-12-01T10:39:10.8617217Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_logsigmoid_cpu PASSED [ 3%] 2022-12-01T10:39:10.8617534Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool1d_cpu PASSED [ 3%] 2022-12-01T10:39:10.8617870Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool1d_grad_cpu PASSED [ 3%] 2022-12-01T10:39:10.8618212Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool2d_grad_cpu PASSED [ 3%] 2022-12-01T10:39:10.8618535Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool3d_cpu PASSED [ 3%] 2022-12-01T10:39:10.8618857Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_mish_cpu PASSED [ 3%] 2022-12-01T10:39:10.8619177Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_mse_loss_cpu PASSED [ 3%] 2022-12-01T10:39:10.8619509Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_multi_margin_loss_cpu PASSED [ 3%] 2022-12-01T10:39:10.8619845Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_multilabel_margin_loss_cpu PASSED [ 3%] 2022-12-01T10:39:10.8620178Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_one_hot_cpu PASSED [ 3%] 2022-12-01T10:39:10.8620503Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_circular_cpu PASSED [ 3%] 2022-12-01T10:39:10.8620823Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_constant_cpu PASSED [ 3%] 2022-12-01T10:39:10.8621154Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_reflect_cpu PASSED [ 3%] 2022-12-01T10:39:10.8621486Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_replicate_cpu PASSED [ 3%] 2022-12-01T10:39:10.8621809Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pdist_cpu PASSED [ 3%] 2022-12-01T10:39:10.8622128Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pixel_shuffle_cpu PASSED [ 3%] 2022-12-01T10:39:10.8622582Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_poisson_nll_loss_cpu PASSED [ 3%] 2022-12-01T10:39:10.8622908Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_prelu_cpu PASSED [ 3%] 2022-12-01T10:39:10.8623212Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_relu6_cpu PASSED [ 3%] 2022-12-01T10:39:10.8623530Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_rrelu_cpu PASSED [ 3%] 2022-12-01T10:39:10.8623839Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_selu_cpu PASSED [ 3%] 2022-12-01T10:39:10.8624168Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_silu_complex_cpu XFAIL [ 3%] 2022-12-01T10:39:10.8624487Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_smooth_l1_loss_cpu PASSED [ 3%] 2022-12-01T10:39:10.8624812Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softmin_cpu PASSED [ 3%] 2022-12-01T10:39:10.8625144Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softmin_with_dtype_cpu PASSED [ 3%] 2022-12-01T10:39:10.8625534Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softplus_cpu PASSED [ 3%] 2022-12-01T10:39:10.8625866Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softshrink_cpu PASSED [ 3%] 2022-12-01T10:39:10.8626194Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softsign_cpu PASSED [ 3%] 2022-12-01T10:39:10.8626523Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_tanhshrink_cpu PASSED [ 3%] 2022-12-01T10:39:10.8626849Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_triplet_margin_loss_cpu PASSED [ 3%] 2022-12-01T10:39:10.8627223Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_unfold_cpu PASSED [ 3%] 2022-12-01T10:39:10.8627563Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_upsample_bilinear_cpu PASSED [ 3%] 2022-12-01T10:39:10.8627897Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_upsample_nearest_cpu PASSED [ 3%] 2022-12-01T10:39:10.8628217Z test_ops.py::TestCommonCPU::test_dtypes_nonzero_cpu PASSED [ 3%] 2022-12-01T10:39:10.8628518Z test_ops.py::TestCommonCPU::test_dtypes_norm_cpu PASSED [ 3%] 2022-12-01T10:39:10.8628814Z test_ops.py::TestCommonCPU::test_dtypes_norm_fro_cpu PASSED [ 3%] 2022-12-01T10:39:10.8629102Z test_ops.py::TestCommonCPU::test_dtypes_norm_nuc_cpu PASSED [ 3%] 2022-12-01T10:39:10.8629404Z test_ops.py::TestCommonCPU::test_dtypes_normal_cpu PASSED [ 3%] 2022-12-01T10:39:10.8629700Z test_ops.py::TestCommonCPU::test_dtypes_ones_cpu PASSED [ 3%] 2022-12-01T10:39:10.8629986Z test_ops.py::TestCommonCPU::test_dtypes_ones_like_cpu PASSED [ 3%] 2022-12-01T10:39:10.8630295Z test_ops.py::TestCommonCPU::test_dtypes_ops_nvprims_var_mean_cpu PASSED [ 3%] 2022-12-01T10:39:10.8630593Z test_ops.py::TestCommonCPU::test_dtypes_ormqr_cpu XFAIL [ 3%] 2022-12-01T10:39:10.8630885Z test_ops.py::TestCommonCPU::test_dtypes_outer_cpu PASSED [ 3%] 2022-12-01T10:39:10.8631174Z test_ops.py::TestCommonCPU::test_dtypes_pca_lowrank_cpu PASSED [ 3%] 2022-12-01T10:39:10.8631474Z test_ops.py::TestCommonCPU::test_dtypes_permute_cpu PASSED [ 3%] 2022-12-01T10:39:10.8631767Z test_ops.py::TestCommonCPU::test_dtypes_polar_cpu PASSED [ 3%] 2022-12-01T10:39:10.8632076Z test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_1_cpu SKIPPED (Skipped!) [ 3%] 2022-12-01T10:39:10.8632432Z test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_2_cpu SKIPPED (Skipped!) [ 3%] 2022-12-01T10:39:10.8632780Z test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_3_cpu SKIPPED (Skipped!) [ 3%] 2022-12-01T10:39:10.8633100Z test_ops.py::TestCommonCPU::test_dtypes_put_cpu PASSED [ 3%] 2022-12-01T10:39:10.8633382Z test_ops.py::TestCommonCPU::test_dtypes_rand_like_cpu PASSED [ 3%] 2022-12-01T10:39:10.8633678Z test_ops.py::TestCommonCPU::test_dtypes_randint_like_cpu PASSED [ 3%] 2022-12-01T10:39:10.8633981Z test_ops.py::TestCommonCPU::test_dtypes_randn_cpu PASSED [ 3%] 2022-12-01T10:39:10.8634263Z test_ops.py::TestCommonCPU::test_dtypes_ravel_cpu PASSED [ 3%] 2022-12-01T10:39:10.8634556Z test_ops.py::TestCommonCPU::test_dtypes_repeat_cpu PASSED [ 3%] 2022-12-01T10:39:10.8634853Z test_ops.py::TestCommonCPU::test_dtypes_reshape_cpu PASSED [ 3%] 2022-12-01T10:39:10.8635150Z test_ops.py::TestCommonCPU::test_dtypes_resize_as__cpu XFAIL [ 3%] 2022-12-01T10:39:10.8635436Z test_ops.py::TestCommonCPU::test_dtypes_resolve_conj_cpu PASSED [ 3%] 2022-12-01T10:39:10.8635733Z test_ops.py::TestCommonCPU::test_dtypes_roll_cpu PASSED [ 3%] 2022-12-01T10:39:10.8636025Z test_ops.py::TestCommonCPU::test_dtypes_round_cpu PASSED [ 3%] 2022-12-01T10:39:10.8636311Z test_ops.py::TestCommonCPU::test_dtypes_round_decimals_0_cpu PASSED [ 3%] 2022-12-01T10:39:10.8636626Z test_ops.py::TestCommonCPU::test_dtypes_round_decimals_3_cpu SKIPPED (Skipped!) [ 3%] 2022-12-01T10:39:10.8636979Z test_ops.py::TestCommonCPU::test_dtypes_scatter_add_cpu PASSED [ 3%] 2022-12-01T10:39:10.8637284Z test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_amax_cpu PASSED [ 3%] 2022-12-01T10:39:10.8637580Z test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_amin_cpu PASSED [ 3%] 2022-12-01T10:39:10.8637889Z test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_mean_cpu PASSED [ 3%] 2022-12-01T10:39:10.8638201Z test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_prod_cpu PASSED [ 3%] 2022-12-01T10:39:10.8638525Z test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_sum_cpu PASSED [ 3%] 2022-12-01T10:39:10.8638837Z test_ops.py::TestCommonCPU::test_dtypes_searchsorted_cpu PASSED [ 3%] 2022-12-01T10:39:10.8639150Z test_ops.py::TestCommonCPU::test_dtypes_segment_reduce_lengths_cpu PASSED [ 3%] 2022-12-01T10:39:10.8639463Z test_ops.py::TestCommonCPU::test_dtypes_sigmoid_cpu PASSED [ 3%] 2022-12-01T10:39:10.8639748Z test_ops.py::TestCommonCPU::test_dtypes_sin_cpu PASSED [ 3%] 2022-12-01T10:39:10.8640040Z test_ops.py::TestCommonCPU::test_dtypes_sinh_cpu PASSED [ 3%] 2022-12-01T10:39:10.8640343Z test_ops.py::TestCommonCPU::test_dtypes_softmax_with_dtype_cpu PASSED [ 3%] 2022-12-01T10:39:10.8640639Z test_ops.py::TestCommonCPU::test_dtypes_special_airy_ai_cpu PASSED [ 3%] 2022-12-01T10:39:10.8640946Z test_ops.py::TestCommonCPU::test_dtypes_special_bessel_y1_cpu PASSED [ 3%] 2022-12-01T10:39:10.8641274Z test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_t_cpu PASSED [ 3%] 2022-12-01T10:39:10.8641619Z test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_u_cpu PASSED [ 3%] 2022-12-01T10:39:10.8642242Z test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_w_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 3%] 2022-12-01T10:39:10.8642628Z test_ops.py::TestCommonCPU::test_dtypes_special_i0e_cpu PASSED [ 3%] 2022-12-01T10:39:10.8642935Z test_ops.py::TestCommonCPU::test_dtypes_special_i1e_cpu PASSED [ 3%] 2022-12-01T10:39:10.8643260Z test_ops.py::TestCommonCPU::test_dtypes_special_laguerre_polynomial_l_cpu PASSED [ 3%] 2022-12-01T10:39:10.8643585Z test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_i0_cpu PASSED [ 3%] 2022-12-01T10:39:10.8643920Z test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_k1_cpu PASSED [ 3%] 2022-12-01T10:39:10.8644244Z test_ops.py::TestCommonCPU::test_dtypes_special_ndtr_cpu PASSED [ 3%] 2022-12-01T10:39:10.8644563Z test_ops.py::TestCommonCPU::test_dtypes_special_scaled_modified_bessel_k0_cpu PASSED [ 3%] 2022-12-01T10:39:10.8644986Z test_ops.py::TestCommonCPU::test_dtypes_special_scaled_modified_bessel_k1_cpu PASSED [ 3%] 2022-12-01T10:39:10.8645525Z 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:39:10.8646118Z 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:39:10.8646509Z test_ops.py::TestCommonCPU::test_dtypes_special_spherical_bessel_j0_cpu PASSED [ 3%] 2022-12-01T10:39:10.8646837Z test_ops.py::TestCommonCPU::test_dtypes_special_xlog1py_cpu PASSED [ 3%] 2022-12-01T10:39:10.8647152Z test_ops.py::TestCommonCPU::test_dtypes_special_zeta_cpu PASSED [ 3%] 2022-12-01T10:39:10.8647457Z test_ops.py::TestCommonCPU::test_dtypes_split_cpu PASSED [ 3%] 2022-12-01T10:39:10.8647756Z test_ops.py::TestCommonCPU::test_dtypes_split_with_sizes_cpu PASSED [ 3%] 2022-12-01T10:39:10.8648056Z test_ops.py::TestCommonCPU::test_dtypes_sqrt_cpu PASSED [ 3%] 2022-12-01T10:39:10.8648352Z test_ops.py::TestCommonCPU::test_dtypes_square_cpu PASSED [ 3%] 2022-12-01T10:39:10.8648687Z test_ops.py::TestCommonCPU::test_dtypes_squeeze_cpu PASSED [ 3%] 2022-12-01T10:39:10.8648979Z test_ops.py::TestCommonCPU::test_dtypes_std_cpu PASSED [ 3%] 2022-12-01T10:39:10.8649272Z test_ops.py::TestCommonCPU::test_dtypes_sum_cpu PASSED [ 3%] 2022-12-01T10:39:10.8649568Z test_ops.py::TestCommonCPU::test_dtypes_sum_to_size_cpu PASSED [ 3%] 2022-12-01T10:39:10.8649850Z test_ops.py::TestCommonCPU::test_dtypes_svd_cpu PASSED [ 3%] 2022-12-01T10:39:10.8650146Z test_ops.py::TestCommonCPU::test_dtypes_svd_lowrank_cpu PASSED [ 3%] 2022-12-01T10:39:10.8650477Z test_ops.py::TestCommonCPU::test_dtypes_take_cpu PASSED [ 3%] 2022-12-01T10:39:10.8650762Z test_ops.py::TestCommonCPU::test_dtypes_tanh_cpu PASSED [ 3%] 2022-12-01T10:39:10.8651051Z test_ops.py::TestCommonCPU::test_dtypes_to_cpu PASSED [ 3%] 2022-12-01T10:39:10.8651353Z test_ops.py::TestCommonCPU::test_dtypes_to_sparse_cpu SKIPPED (Skipped!) [ 3%] 2022-12-01T10:39:10.8651656Z test_ops.py::TestCommonCPU::test_dtypes_trace_cpu PASSED [ 3%] 2022-12-01T10:39:10.8651946Z test_ops.py::TestCommonCPU::test_dtypes_triangular_solve_cpu PASSED [ 3%] 2022-12-01T10:39:10.8652255Z test_ops.py::TestCommonCPU::test_dtypes_true_divide_cpu PASSED [ 3%] 2022-12-01T10:39:10.8652552Z test_ops.py::TestCommonCPU::test_dtypes_trunc_cpu PASSED [ 3%] 2022-12-01T10:39:10.8652835Z test_ops.py::TestCommonCPU::test_dtypes_unflatten_cpu PASSED [ 3%] 2022-12-01T10:39:10.8653134Z test_ops.py::TestCommonCPU::test_dtypes_unfold_cpu PASSED [ 3%] 2022-12-01T10:39:10.8653443Z test_ops.py::TestCommonCPU::test_dtypes_unique_consecutive_cpu PASSED [ 3%] 2022-12-01T10:39:10.8653744Z test_ops.py::TestCommonCPU::test_dtypes_unsqueeze_cpu PASSED [ 3%] 2022-12-01T10:39:10.8654030Z test_ops.py::TestCommonCPU::test_dtypes_var_mean_cpu PASSED [ 3%] 2022-12-01T10:39:10.8654327Z test_ops.py::TestCommonCPU::test_dtypes_vdot_cpu PASSED [ 3%] 2022-12-01T10:39:10.8654621Z test_ops.py::TestCommonCPU::test_dtypes_view_as_real_cpu PASSED [ 3%] 2022-12-01T10:39:10.8654904Z test_ops.py::TestCommonCPU::test_dtypes_view_cpu PASSED [ 3%] 2022-12-01T10:39:10.8655195Z test_ops.py::TestCommonCPU::test_dtypes_vstack_cpu PASSED [ 3%] 2022-12-01T10:39:10.8655491Z test_ops.py::TestCommonCPU::test_dtypes_where_cpu PASSED [ 3%] 2022-12-01T10:39:10.8655770Z test_ops.py::TestCommonCPU::test_dtypes_xlogy_cpu PASSED [ 3%] 2022-12-01T10:39:10.8656064Z test_ops.py::TestCommonCPU::test_errors___rand___cpu PASSED [ 3%] 2022-12-01T10:39:10.8656356Z test_ops.py::TestCommonCPU::test_errors___rmod___cpu PASSED [ 3%] 2022-12-01T10:39:10.8656650Z test_ops.py::TestCommonCPU::test_errors___rmul___cpu PASSED [ 4%] 2022-12-01T10:39:10.8656927Z test_ops.py::TestCommonCPU::test_errors___ror___cpu PASSED [ 4%] 2022-12-01T10:39:10.8657219Z test_ops.py::TestCommonCPU::test_errors___rpow___cpu PASSED [ 4%] 2022-12-01T10:39:10.8657513Z test_ops.py::TestCommonCPU::test_errors_amin_cpu PASSED [ 4%] 2022-12-01T10:39:10.8657787Z test_ops.py::TestCommonCPU::test_errors_atan2_cpu PASSED [ 4%] 2022-12-01T10:39:10.8658086Z test_ops.py::TestCommonCPU::test_errors_bitwise_left_shift_cpu PASSED [ 4%] 2022-12-01T10:39:10.8658390Z test_ops.py::TestCommonCPU::test_errors_bitwise_xor_cpu PASSED [ 4%] 2022-12-01T10:39:10.8658685Z test_ops.py::TestCommonCPU::test_errors_cat_cpu PASSED [ 4%] 2022-12-01T10:39:10.8658966Z test_ops.py::TestCommonCPU::test_errors_copysign_cpu PASSED [ 4%] 2022-12-01T10:39:10.8659256Z test_ops.py::TestCommonCPU::test_errors_cov_cpu PASSED [ 4%] 2022-12-01T10:39:10.8659551Z test_ops.py::TestCommonCPU::test_errors_div_floor_rounding_cpu PASSED [ 4%] 2022-12-01T10:39:10.8659891Z test_ops.py::TestCommonCPU::test_errors_div_trunc_rounding_cpu PASSED [ 4%] 2022-12-01T10:39:10.8660187Z test_ops.py::TestCommonCPU::test_errors_eq_cpu PASSED [ 4%] 2022-12-01T10:39:10.8660476Z test_ops.py::TestCommonCPU::test_errors_fliplr_cpu PASSED [ 4%] 2022-12-01T10:39:10.8660769Z test_ops.py::TestCommonCPU::test_errors_float_power_cpu PASSED [ 4%] 2022-12-01T10:39:10.8661053Z test_ops.py::TestCommonCPU::test_errors_gather_cpu PASSED [ 4%] 2022-12-01T10:39:10.8661344Z test_ops.py::TestCommonCPU::test_errors_gradient_cpu PASSED [ 4%] 2022-12-01T10:39:10.8661667Z test_ops.py::TestCommonCPU::test_errors_gt_cpu PASSED [ 4%] 2022-12-01T10:39:10.8661949Z test_ops.py::TestCommonCPU::test_errors_heaviside_cpu PASSED [ 4%] 2022-12-01T10:39:10.8662379Z test_ops.py::TestCommonCPU::test_errors_hsplit_cpu PASSED [ 4%] 2022-12-01T10:39:10.8662678Z test_ops.py::TestCommonCPU::test_errors_hstack_cpu PASSED [ 4%] 2022-12-01T10:39:10.8662971Z test_ops.py::TestCommonCPU::test_errors_hypot_cpu PASSED [ 4%] 2022-12-01T10:39:10.8663251Z test_ops.py::TestCommonCPU::test_errors_igamma_cpu PASSED [ 4%] 2022-12-01T10:39:10.8663545Z test_ops.py::TestCommonCPU::test_errors_index_select_cpu PASSED [ 4%] 2022-12-01T10:39:10.8663843Z test_ops.py::TestCommonCPU::test_errors_isclose_cpu PASSED [ 4%] 2022-12-01T10:39:10.8664167Z test_ops.py::TestCommonCPU::test_errors_jiterator_binary_return_by_ref_cpu SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:10.8664507Z test_ops.py::TestCommonCPU::test_errors_ldexp_cpu PASSED [ 4%] 2022-12-01T10:39:10.8664811Z test_ops.py::TestCommonCPU::test_errors_linalg_cross_cpu PASSED [ 4%] 2022-12-01T10:39:10.8665118Z test_ops.py::TestCommonCPU::test_errors_logcumsumexp_cpu PASSED [ 4%] 2022-12-01T10:39:10.8665408Z test_ops.py::TestCommonCPU::test_errors_logical_or_cpu PASSED [ 4%] 2022-12-01T10:39:10.8665707Z test_ops.py::TestCommonCPU::test_errors_masked_select_cpu PASSED [ 4%] 2022-12-01T10:39:10.8666004Z test_ops.py::TestCommonCPU::test_errors_max_binary_cpu PASSED [ 4%] 2022-12-01T10:39:10.8666288Z test_ops.py::TestCommonCPU::test_errors_minimum_cpu PASSED [ 4%] 2022-12-01T10:39:10.8666573Z test_ops.py::TestCommonCPU::test_errors_mul_cpu PASSED [ 4%] 2022-12-01T10:39:10.8666864Z test_ops.py::TestCommonCPU::test_errors_multinomial_cpu PASSED [ 4%] 2022-12-01T10:39:10.8667159Z test_ops.py::TestCommonCPU::test_errors_ne_cpu PASSED [ 4%] 2022-12-01T10:39:10.8667432Z test_ops.py::TestCommonCPU::test_errors_neg_cpu PASSED [ 4%] 2022-12-01T10:39:10.8667736Z test_ops.py::TestCommonCPU::test_errors_nn_functional_avg_pool1d_cpu PASSED [ 4%] 2022-12-01T10:39:10.8668054Z test_ops.py::TestCommonCPU::test_errors_nn_functional_conv1d_cpu PASSED [ 4%] 2022-12-01T10:39:10.8668352Z test_ops.py::TestCommonCPU::test_errors_nn_functional_gelu_cpu PASSED [ 4%] 2022-12-01T10:39:10.8668670Z test_ops.py::TestCommonCPU::test_errors_nn_functional_max_pool3d_cpu PASSED [ 4%] 2022-12-01T10:39:10.8669004Z test_ops.py::TestCommonCPU::test_errors_nn_functional_poisson_nll_loss_cpu PASSED [ 4%] 2022-12-01T10:39:10.8669342Z test_ops.py::TestCommonCPU::test_errors_nn_functional_soft_margin_loss_cpu PASSED [ 4%] 2022-12-01T10:39:10.8669646Z test_ops.py::TestCommonCPU::test_errors_pow_cpu PASSED [ 4%] 2022-12-01T10:39:10.8669939Z test_ops.py::TestCommonCPU::test_errors_renorm_cpu PASSED [ 4%] 2022-12-01T10:39:10.8670238Z test_ops.py::TestCommonCPU::test_errors_reshape_as_cpu PASSED [ 4%] 2022-12-01T10:39:10.8670527Z test_ops.py::TestCommonCPU::test_errors_reshape_cpu PASSED [ 4%] 2022-12-01T10:39:10.8670826Z test_ops.py::TestCommonCPU::test_errors_scatter_add_cpu PASSED [ 4%] 2022-12-01T10:39:10.8671425Z test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_v_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 4%] 2022-12-01T10:39:10.8671994Z test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_w_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 4%] 2022-12-01T10:39:10.8672566Z 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:39:10.8673191Z 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:39:10.8673778Z 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:39:10.8674165Z test_ops.py::TestCommonCPU::test_errors_special_xlog1py_cpu PASSED [ 4%] 2022-12-01T10:39:10.8674467Z test_ops.py::TestCommonCPU::test_errors_special_zeta_cpu PASSED [ 4%] 2022-12-01T10:39:10.8674770Z test_ops.py::TestCommonCPU::test_errors_sum_to_size_cpu PASSED [ 4%] 2022-12-01T10:39:10.8675069Z test_ops.py::TestCommonCPU::test_errors_take_cpu PASSED [ 4%] 2022-12-01T10:39:10.8675362Z test_ops.py::TestCommonCPU::test_errors_unbind_cpu PASSED [ 4%] 2022-12-01T10:39:10.8675646Z test_ops.py::TestCommonCPU::test_errors_uniform_cpu PASSED [ 4%] 2022-12-01T10:39:10.8675936Z test_ops.py::TestCommonCPU::test_errors_view_cpu PASSED [ 4%] 2022-12-01T10:39:10.8676230Z test_ops.py::TestCommonCPU::test_errors_vsplit_cpu PASSED [ 4%] 2022-12-01T10:39:10.8676514Z test_ops.py::TestCommonCPU::test_errors_vstack_cpu PASSED [ 4%] 2022-12-01T10:39:10.8676825Z test_ops.py::TestCommonCPU::test_errors_where_cpu SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:10.8677141Z test_ops.py::TestCommonCPU::test_errors_xlogy_cpu PASSED [ 4%] 2022-12-01T10:39:10.8677462Z test_ops.py::TestCommonCPU::test_multiple_devices_H_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:10.8677808Z test_ops.py::TestCommonCPU::test_multiple_devices_T_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:10.8678173Z test_ops.py::TestCommonCPU::test_multiple_devices___getitem___cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:10.8678544Z test_ops.py::TestCommonCPU::test_multiple_devices___getitem___cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:10.8678909Z test_ops.py::TestCommonCPU::test_multiple_devices___radd___cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:10.8679256Z test_ops.py::TestCommonCPU::test_multiple_devices___rand___cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:10.8679614Z test_ops.py::TestCommonCPU::test_multiple_devices___rdiv___cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:10.8679979Z test_ops.py::TestCommonCPU::test_multiple_devices___rdiv___cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:10.8680327Z test_ops.py::TestCommonCPU::test_multiple_devices___rmatmul___cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:10.8680688Z test_ops.py::TestCommonCPU::test_multiple_devices___rmod___cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:10.8681042Z test_ops.py::TestCommonCPU::test_multiple_devices___rmul___cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:10.8681526Z test_ops.py::TestCommonCPU::test_multiple_devices___rmul___cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:10.8681872Z test_ops.py::TestCommonCPU::test_multiple_devices___ror___cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:10.8682233Z test_ops.py::TestCommonCPU::test_multiple_devices___rpow___cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:10.8682591Z test_ops.py::TestCommonCPU::test_multiple_devices___rsub___cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:10.8683002Z test_ops.py::TestCommonCPU::test_multiple_devices___rsub___cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:10.8683338Z test_ops.py::TestCommonCPU::test_multiple_devices___rxor___cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:10.8683694Z test_ops.py::TestCommonCPU::test_multiple_devices_abs_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:10.8684044Z test_ops.py::TestCommonCPU::test_multiple_devices_acos_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:10.8684417Z test_ops.py::TestCommonCPU::test_multiple_devices_acos_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:10.8684844Z test_ops.py::TestCommonCPU::test_multiple_devices_add_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:10.8685212Z test_ops.py::TestCommonCPU::test_multiple_devices_addbmm_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:10.8685571Z test_ops.py::TestCommonCPU::test_multiple_devices_addbmm_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:10.8685919Z test_ops.py::TestCommonCPU::test_multiple_devices_addmm_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:10.8686294Z test_ops.py::TestCommonCPU::test_multiple_devices_addmm_decomposed_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:10.8686680Z test_ops.py::TestCommonCPU::test_multiple_devices_addmm_decomposed_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:10.8687051Z test_ops.py::TestCommonCPU::test_multiple_devices_addr_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:10.8687398Z test_ops.py::TestCommonCPU::test_multiple_devices_addr_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:10.8687752Z test_ops.py::TestCommonCPU::test_multiple_devices_all_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:10.8688106Z test_ops.py::TestCommonCPU::test_multiple_devices_all_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:10.8688464Z test_ops.py::TestCommonCPU::test_multiple_devices_allclose_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:10.8688808Z test_ops.py::TestCommonCPU::test_multiple_devices_amin_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:10.8689167Z test_ops.py::TestCommonCPU::test_multiple_devices_aminmax_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:10.8689526Z test_ops.py::TestCommonCPU::test_multiple_devices_angle_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:10.8689874Z test_ops.py::TestCommonCPU::test_multiple_devices_arange_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:10.8690232Z test_ops.py::TestCommonCPU::test_multiple_devices_arange_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:10.8690594Z test_ops.py::TestCommonCPU::test_multiple_devices_argmax_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:10.8690948Z test_ops.py::TestCommonCPU::test_multiple_devices_argmax_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:10.8691299Z test_ops.py::TestCommonCPU::test_multiple_devices_argwhere_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:10.8691674Z test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_scatter_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:10.8692047Z test_ops.py::TestCommonCPU::test_multiple_devices_asin_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:10.8692402Z test_ops.py::TestCommonCPU::test_multiple_devices_atan2_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:10.8692742Z test_ops.py::TestCommonCPU::test_multiple_devices_atan_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:10.8693101Z test_ops.py::TestCommonCPU::test_multiple_devices_atleast_1d_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:10.8693457Z test_ops.py::TestCommonCPU::test_multiple_devices_bfloat16_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:10.8693807Z test_ops.py::TestCommonCPU::test_multiple_devices_bfloat16_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:10.8694251Z test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_not_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:10.8694612Z test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_or_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:10.8694992Z test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_right_shift_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:10.8695357Z test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_xor_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:10.8695760Z test_ops.py::TestCommonCPU::test_multiple_devices_block_diag_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:10.8696144Z test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_shapes_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:10.8696514Z test_ops.py::TestCommonCPU::test_multiple_devices_byte_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:10.8696862Z test_ops.py::TestCommonCPU::test_multiple_devices_cat_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:10.8697215Z test_ops.py::TestCommonCPU::test_multiple_devices_cat_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:10.8697571Z test_ops.py::TestCommonCPU::test_multiple_devices_cdist_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:10.8697935Z test_ops.py::TestCommonCPU::test_multiple_devices_cholesky_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:10.8698285Z test_ops.py::TestCommonCPU::test_multiple_devices_clamp_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:10.8698645Z test_ops.py::TestCommonCPU::test_multiple_devices_clamp_min_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:10.8699010Z test_ops.py::TestCommonCPU::test_multiple_devices_clone_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:10.8699360Z test_ops.py::TestCommonCPU::test_multiple_devices_column_stack_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:10.8699731Z test_ops.py::TestCommonCPU::test_multiple_devices_combinations_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:10.8700094Z test_ops.py::TestCommonCPU::test_multiple_devices_conj_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:10.8700457Z test_ops.py::TestCommonCPU::test_multiple_devices_constant_pad_nd_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:10.8700818Z test_ops.py::TestCommonCPU::test_multiple_devices_contiguous_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:10.8701187Z test_ops.py::TestCommonCPU::test_multiple_devices_copysign_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:10.8701555Z test_ops.py::TestCommonCPU::test_multiple_devices_copysign_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:10.8701918Z test_ops.py::TestCommonCPU::test_multiple_devices_corrcoef_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:10.8702398Z test_ops.py::TestCommonCPU::test_multiple_devices_cosh_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8702757Z test_ops.py::TestCommonCPU::test_multiple_devices_cosh_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8703110Z test_ops.py::TestCommonCPU::test_multiple_devices_cov_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8703472Z test_ops.py::TestCommonCPU::test_multiple_devices_cross_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8703815Z test_ops.py::TestCommonCPU::test_multiple_devices_cross_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8704173Z test_ops.py::TestCommonCPU::test_multiple_devices_cummin_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8704531Z test_ops.py::TestCommonCPU::test_multiple_devices_cumprod_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8704873Z test_ops.py::TestCommonCPU::test_multiple_devices_cumsum_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8705298Z test_ops.py::TestCommonCPU::test_multiple_devices_diag_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8705658Z test_ops.py::TestCommonCPU::test_multiple_devices_diag_embed_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8706025Z test_ops.py::TestCommonCPU::test_multiple_devices_diagflat_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8706411Z test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8706774Z test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8707187Z test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_scatter_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8707559Z test_ops.py::TestCommonCPU::test_multiple_devices_diff_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8707900Z test_ops.py::TestCommonCPU::test_multiple_devices_dist_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8708275Z test_ops.py::TestCommonCPU::test_multiple_devices_div_floor_rounding_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8708659Z test_ops.py::TestCommonCPU::test_multiple_devices_div_floor_rounding_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8709029Z test_ops.py::TestCommonCPU::test_multiple_devices_div_trunc_rounding_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8709407Z test_ops.py::TestCommonCPU::test_multiple_devices_div_trunc_rounding_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8709774Z test_ops.py::TestCommonCPU::test_multiple_devices_dot_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8710129Z test_ops.py::TestCommonCPU::test_multiple_devices_dsplit_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8710472Z test_ops.py::TestCommonCPU::test_multiple_devices_dstack_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8710828Z test_ops.py::TestCommonCPU::test_multiple_devices_dstack_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8711188Z test_ops.py::TestCommonCPU::test_multiple_devices_einsum_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8711544Z test_ops.py::TestCommonCPU::test_multiple_devices_empty_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8711888Z test_ops.py::TestCommonCPU::test_multiple_devices_empty_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8712246Z test_ops.py::TestCommonCPU::test_multiple_devices_equal_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8712607Z test_ops.py::TestCommonCPU::test_multiple_devices_equal_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8712959Z test_ops.py::TestCommonCPU::test_multiple_devices_erfc_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8713299Z test_ops.py::TestCommonCPU::test_multiple_devices_exp2_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8713655Z test_ops.py::TestCommonCPU::test_multiple_devices_exp_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8714009Z test_ops.py::TestCommonCPU::test_multiple_devices_exp_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8714354Z test_ops.py::TestCommonCPU::test_multiple_devices_expand_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8714709Z test_ops.py::TestCommonCPU::test_multiple_devices_expand_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8715057Z test_ops.py::TestCommonCPU::test_multiple_devices_eye_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8715415Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft2_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8715765Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftn_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8716124Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftn_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8716521Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftshift_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8716884Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8717234Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8717593Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfftn_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8717983Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft2_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8718335Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8718695Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftn_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8719060Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8719425Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfftn_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8719773Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8720136Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8720501Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8720865Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfftn_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8721212Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8721573Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft2_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8721936Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfftn_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8722296Z test_ops.py::TestCommonCPU::test_multiple_devices_fill_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8722635Z test_ops.py::TestCommonCPU::test_multiple_devices_fill_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8722988Z test_ops.py::TestCommonCPU::test_multiple_devices_flip_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8723342Z test_ops.py::TestCommonCPU::test_multiple_devices_flip_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8723683Z test_ops.py::TestCommonCPU::test_multiple_devices_fliplr_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8724040Z test_ops.py::TestCommonCPU::test_multiple_devices_flipud_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8724405Z test_ops.py::TestCommonCPU::test_multiple_devices_float_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8724831Z test_ops.py::TestCommonCPU::test_multiple_devices_floor_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8725183Z test_ops.py::TestCommonCPU::test_multiple_devices_fmod_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8725539Z test_ops.py::TestCommonCPU::test_multiple_devices_fmod_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8725889Z test_ops.py::TestCommonCPU::test_multiple_devices_frac_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8726247Z test_ops.py::TestCommonCPU::test_multiple_devices_full_like_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8726592Z test_ops.py::TestCommonCPU::test_multiple_devices_gcd_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8726944Z test_ops.py::TestCommonCPU::test_multiple_devices_ge_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8727297Z test_ops.py::TestCommonCPU::test_multiple_devices_ge_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8727682Z test_ops.py::TestCommonCPU::test_multiple_devices_gradient_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8728045Z test_ops.py::TestCommonCPU::test_multiple_devices_gt_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8728392Z test_ops.py::TestCommonCPU::test_multiple_devices_gt_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8728746Z test_ops.py::TestCommonCPU::test_multiple_devices_half_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8729109Z test_ops.py::TestCommonCPU::test_multiple_devices_half_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8729471Z test_ops.py::TestCommonCPU::test_multiple_devices_heaviside_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8729843Z test_ops.py::TestCommonCPU::test_multiple_devices_heaviside_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8730214Z test_ops.py::TestCommonCPU::test_multiple_devices_histogramdd_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8730573Z test_ops.py::TestCommonCPU::test_multiple_devices_hsplit_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8730932Z test_ops.py::TestCommonCPU::test_multiple_devices_hstack_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8731291Z test_ops.py::TestCommonCPU::test_multiple_devices_hstack_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8731635Z test_ops.py::TestCommonCPU::test_multiple_devices_i0_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8731979Z test_ops.py::TestCommonCPU::test_multiple_devices_igammac_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8732346Z test_ops.py::TestCommonCPU::test_multiple_devices_index_add_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8732711Z test_ops.py::TestCommonCPU::test_multiple_devices_index_add_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8733068Z test_ops.py::TestCommonCPU::test_multiple_devices_index_copy_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8733432Z test_ops.py::TestCommonCPU::test_multiple_devices_index_select_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8733794Z test_ops.py::TestCommonCPU::test_multiple_devices_inner_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8734150Z test_ops.py::TestCommonCPU::test_multiple_devices_int_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8734498Z test_ops.py::TestCommonCPU::test_multiple_devices_isclose_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8734860Z test_ops.py::TestCommonCPU::test_multiple_devices_isclose_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8735220Z test_ops.py::TestCommonCPU::test_multiple_devices_isfinite_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8735579Z test_ops.py::TestCommonCPU::test_multiple_devices_isin_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8735920Z test_ops.py::TestCommonCPU::test_multiple_devices_isinf_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8736269Z test_ops.py::TestCommonCPU::test_multiple_devices_isnan_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8736627Z test_ops.py::TestCommonCPU::test_multiple_devices_isneginf_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8736975Z test_ops.py::TestCommonCPU::test_multiple_devices_isneginf_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8737338Z test_ops.py::TestCommonCPU::test_multiple_devices_isposinf_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8737703Z test_ops.py::TestCommonCPU::test_multiple_devices_isreal_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8738058Z test_ops.py::TestCommonCPU::test_multiple_devices_isreal_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8738405Z test_ops.py::TestCommonCPU::test_multiple_devices_istft_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8738818Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8739231Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8739644Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_4inputs_with_extra_args_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8740026Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8740438Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8740834Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8741213Z test_ops.py::TestCommonCPU::test_multiple_devices_kron_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8741559Z test_ops.py::TestCommonCPU::test_multiple_devices_kthvalue_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8741916Z test_ops.py::TestCommonCPU::test_multiple_devices_ldexp_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8742413Z test_ops.py::TestCommonCPU::test_multiple_devices_ldexp_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8742774Z test_ops.py::TestCommonCPU::test_multiple_devices_le_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8743121Z test_ops.py::TestCommonCPU::test_multiple_devices_lerp_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8743488Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cond_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8743862Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cross_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8744222Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_det_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8744596Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eigh_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8744976Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_ldl_factor_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8745354Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lstsq_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8745712Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8746090Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_factor_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8746477Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8746868Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_power_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8747251Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8747642Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_multi_dot_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8748019Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8748383Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_qr_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8748744Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_slogdet_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8749138Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_solve_triangular_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8749520Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_svd_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8749948Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_svdvals_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:10.8750328Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_tensorsolve_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8750715Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vander_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8751091Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vander_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8751495Z test_ops.py::TestCommonCPU::test_multiple_devices_linspace_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8751862Z test_ops.py::TestCommonCPU::test_multiple_devices_linspace_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8752224Z test_ops.py::TestCommonCPU::test_multiple_devices_log10_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8752587Z test_ops.py::TestCommonCPU::test_multiple_devices_log10_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8752930Z test_ops.py::TestCommonCPU::test_multiple_devices_log2_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8753285Z test_ops.py::TestCommonCPU::test_multiple_devices_log2_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8753637Z test_ops.py::TestCommonCPU::test_multiple_devices_log_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8754004Z test_ops.py::TestCommonCPU::test_multiple_devices_logaddexp2_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8754368Z test_ops.py::TestCommonCPU::test_multiple_devices_logaddexp_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8754747Z test_ops.py::TestCommonCPU::test_multiple_devices_logcumsumexp_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8755126Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_and_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8755484Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_and_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8755845Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_xor_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8756213Z test_ops.py::TestCommonCPU::test_multiple_devices_logit_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8756569Z test_ops.py::TestCommonCPU::test_multiple_devices_logit_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8756921Z test_ops.py::TestCommonCPU::test_multiple_devices_logspace_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8757272Z test_ops.py::TestCommonCPU::test_multiple_devices_lt_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8757628Z test_ops.py::TestCommonCPU::test_multiple_devices_lu_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8757988Z test_ops.py::TestCommonCPU::test_multiple_devices_mT_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8758325Z test_ops.py::TestCommonCPU::test_multiple_devices_mT_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8758685Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_amax_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8759056Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_amin_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8759418Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_amin_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8759771Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_argmax_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8760143Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_argmin_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8760517Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_cumprod_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8760918Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_cumsum_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8761288Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_fill_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8761672Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_logaddexp_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8762056Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_logsumexp_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8762451Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_logsumexp_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8762827Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_median_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8763201Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8763570Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8763920Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_prod_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8764295Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8764749Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_scatter_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8765124Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_select_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8765490Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_softmin_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8765865Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_std_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8766228Z test_ops.py::TestCommonCPU::test_multiple_devices_matmul_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8766581Z test_ops.py::TestCommonCPU::test_multiple_devices_max_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8766944Z test_ops.py::TestCommonCPU::test_multiple_devices_max_binary_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8767330Z test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_no_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8767728Z test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_with_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8768114Z test_ops.py::TestCommonCPU::test_multiple_devices_maximum_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8768465Z test_ops.py::TestCommonCPU::test_multiple_devices_median_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8768853Z test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_variadic_tensors_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8769259Z test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_variadic_tensors_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8769631Z test_ops.py::TestCommonCPU::test_multiple_devices_minimum_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8769999Z test_ops.py::TestCommonCPU::test_multiple_devices_minimum_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8770363Z test_ops.py::TestCommonCPU::test_multiple_devices_mode_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8770722Z test_ops.py::TestCommonCPU::test_multiple_devices_mode_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8771068Z test_ops.py::TestCommonCPU::test_multiple_devices_mul_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8771420Z test_ops.py::TestCommonCPU::test_multiple_devices_mv_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8771797Z test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_1_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8772289Z test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_3_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8772671Z test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_5_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8773058Z test_ops.py::TestCommonCPU::test_multiple_devices_nan_to_num_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8773429Z test_ops.py::TestCommonCPU::test_multiple_devices_nan_to_num_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8773821Z test_ops.py::TestCommonCPU::test_multiple_devices_nanmean_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8774177Z test_ops.py::TestCommonCPU::test_multiple_devices_nanmedian_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8774543Z test_ops.py::TestCommonCPU::test_multiple_devices_nansum_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8774905Z test_ops.py::TestCommonCPU::test_multiple_devices_nansum_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8775255Z test_ops.py::TestCommonCPU::test_multiple_devices_narrow_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8775614Z test_ops.py::TestCommonCPU::test_multiple_devices_ne_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8775972Z test_ops.py::TestCommonCPU::test_multiple_devices_neg_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8776331Z test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8776687Z test_ops.py::TestCommonCPU::test_multiple_devices_new_full_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8777048Z test_ops.py::TestCommonCPU::test_multiple_devices_new_full_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8777411Z test_ops.py::TestCommonCPU::test_multiple_devices_new_zeros_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8777777Z test_ops.py::TestCommonCPU::test_multiple_devices_new_zeros_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8778157Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_avg_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8778574Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_max_pool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8778999Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_max_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8779405Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8779788Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8780178Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool2d_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8780573Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8780962Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool3d_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8781340Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_bilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8781733Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_bilinear_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8782135Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_binary_cross_entropy_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8782698Z 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:39:10.8783147Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_celu_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8783532Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv1d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8783921Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv2d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8784291Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv2d_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8784727Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose1d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8785145Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose2d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8785556Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose2d_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8785961Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cosine_similarity_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8786368Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cross_entropy_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8786765Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_ctc_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8787160Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_dropout3d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8787549Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_embedding_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8787969Z 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:39:10.8788414Z 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:39:10.8788851Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_fractional_max_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8789257Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_fractional_max_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8789672Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_gaussian_nll_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8790074Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_gelu_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8790460Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_glu_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8790839Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_grid_sample_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8791237Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_group_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8791634Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardshrink_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8792030Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardtanh_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8792426Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hinge_embedding_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8792837Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_huber_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8793234Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_instance_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8793644Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_area_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8794074Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_bicubic_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8794493Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_linear_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8794908Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_nearest_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8795311Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_kl_div_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8795725Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_layer_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8796118Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_linear_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8796520Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_local_response_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8796934Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_local_response_norm_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8797325Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_logsigmoid_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8797733Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_margin_ranking_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8798140Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8798535Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8798925Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8799329Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool2d_grad_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8799738Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool3d_grad_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8800134Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_mish_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8800510Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_mse_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:10.8800910Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_normalize_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8801302Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_one_hot_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8801693Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_circular_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8802085Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_circular_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8802485Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_replicate_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8802897Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pairwise_distance_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8803298Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pdist_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8803686Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_unshuffle_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8804091Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_poisson_nll_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8804497Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_poisson_nll_loss_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8805019Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu6_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8805392Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8805778Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8806164Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_rrelu_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8806577Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_selu_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8806977Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_smooth_l1_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8807382Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softmin_with_dtype_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8807788Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softplus_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8808173Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softshrink_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8808572Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softsign_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8808964Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softsign_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8809351Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_tanhshrink_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8809730Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_threshold_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8810130Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_threshold_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8810533Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8810959Z 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:39:10.8811370Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_upsample_nearest_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8811757Z test_ops.py::TestCommonCPU::test_multiple_devices_nonzero_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8812119Z test_ops.py::TestCommonCPU::test_multiple_devices_norm_fro_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8812484Z test_ops.py::TestCommonCPU::test_multiple_devices_norm_inf_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8812834Z test_ops.py::TestCommonCPU::test_multiple_devices_ones_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8813192Z test_ops.py::TestCommonCPU::test_multiple_devices_ones_like_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8813550Z test_ops.py::TestCommonCPU::test_multiple_devices_ormqr_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8813911Z test_ops.py::TestCommonCPU::test_multiple_devices_permute_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8814260Z test_ops.py::TestCommonCPU::test_multiple_devices_polar_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8814634Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_1_cpu_int64 SKIPPED (Skipped!) [ 7%] 2022-12-01T10:39:10.8815015Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_2_cpu_float32 SKIPPED (Skipped!) [ 7%] 2022-12-01T10:39:10.8815397Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_3_cpu_float32 SKIPPED (Skipped!) [ 7%] 2022-12-01T10:39:10.8815782Z test_ops.py::TestCommonCPU::test_multiple_devices_pow_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8816136Z test_ops.py::TestCommonCPU::test_multiple_devices_prod_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8816488Z test_ops.py::TestCommonCPU::test_multiple_devices_put_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8816835Z test_ops.py::TestCommonCPU::test_multiple_devices_rad2deg_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8817228Z test_ops.py::TestCommonCPU::test_multiple_devices_rand_like_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8817597Z test_ops.py::TestCommonCPU::test_multiple_devices_randint_like_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8817965Z test_ops.py::TestCommonCPU::test_multiple_devices_randn_like_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8818317Z test_ops.py::TestCommonCPU::test_multiple_devices_ravel_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8818677Z test_ops.py::TestCommonCPU::test_multiple_devices_real_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8819031Z test_ops.py::TestCommonCPU::test_multiple_devices_real_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8819391Z test_ops.py::TestCommonCPU::test_multiple_devices_reciprocal_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8819748Z test_ops.py::TestCommonCPU::test_multiple_devices_remainder_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8820116Z test_ops.py::TestCommonCPU::test_multiple_devices_renorm_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8820480Z test_ops.py::TestCommonCPU::test_multiple_devices_reshape_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8820830Z test_ops.py::TestCommonCPU::test_multiple_devices_resize__cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8821193Z test_ops.py::TestCommonCPU::test_multiple_devices_resize__cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8821562Z test_ops.py::TestCommonCPU::test_multiple_devices_resize_as__cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8821931Z test_ops.py::TestCommonCPU::test_multiple_devices_resolve_neg_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8822400Z test_ops.py::TestCommonCPU::test_multiple_devices_roll_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8822756Z test_ops.py::TestCommonCPU::test_multiple_devices_roll_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8823113Z test_ops.py::TestCommonCPU::test_multiple_devices_rot90_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8823473Z test_ops.py::TestCommonCPU::test_multiple_devices_rot90_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8823816Z test_ops.py::TestCommonCPU::test_multiple_devices_round_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8824190Z test_ops.py::TestCommonCPU::test_multiple_devices_round_decimals_0_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8824571Z test_ops.py::TestCommonCPU::test_multiple_devices_round_decimals_neg_3_cpu_float32 SKIPPED (Skipped!) [ 7%] 2022-12-01T10:39:10.8824943Z test_ops.py::TestCommonCPU::test_multiple_devices_rsqrt_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8825286Z test_ops.py::TestCommonCPU::test_multiple_devices_rsub_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8825661Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_mean_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8826051Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8826424Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_sum_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8826868Z test_ops.py::TestCommonCPU::test_multiple_devices_segment_reduce_lengths_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8827261Z test_ops.py::TestCommonCPU::test_multiple_devices_segment_reduce_offsets_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8827640Z test_ops.py::TestCommonCPU::test_multiple_devices_select_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8827991Z test_ops.py::TestCommonCPU::test_multiple_devices_sgn_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8828345Z test_ops.py::TestCommonCPU::test_multiple_devices_short_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8828749Z test_ops.py::TestCommonCPU::test_multiple_devices_sigmoid_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8829117Z test_ops.py::TestCommonCPU::test_multiple_devices_sign_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8829463Z test_ops.py::TestCommonCPU::test_multiple_devices_sign_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8829818Z test_ops.py::TestCommonCPU::test_multiple_devices_sin_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8830175Z test_ops.py::TestCommonCPU::test_multiple_devices_sinc_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8830532Z test_ops.py::TestCommonCPU::test_multiple_devices_sinc_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8830872Z test_ops.py::TestCommonCPU::test_multiple_devices_sinh_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8831233Z test_ops.py::TestCommonCPU::test_multiple_devices_slice_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8831591Z test_ops.py::TestCommonCPU::test_multiple_devices_slice_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8831943Z test_ops.py::TestCommonCPU::test_multiple_devices_slice_scatter_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8832313Z test_ops.py::TestCommonCPU::test_multiple_devices_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8832677Z test_ops.py::TestCommonCPU::test_multiple_devices_sort_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8833048Z test_ops.py::TestCommonCPU::test_multiple_devices_sparse_sampled_addmm_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8833421Z test_ops.py::TestCommonCPU::test_multiple_devices_special_airy_ai_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8833801Z test_ops.py::TestCommonCPU::test_multiple_devices_special_airy_ai_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8834178Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j0_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8834553Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j0_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8834918Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y0_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8835298Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y0_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8835675Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y1_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8836076Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_t_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8836477Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_t_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8837152Z 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:39:10.8837332Z test_ops.py::TestCommonCPU::test_multiple_devices_special_entr_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8837514Z test_ops.py::TestCommonCPU::test_multiple_devices_special_erfcx_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8837761Z test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_h_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8837959Z test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_h_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8838158Z test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_he_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8838373Z test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_he_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8838555Z test_ops.py::TestCommonCPU::test_multiple_devices_special_i0e_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8838732Z test_ops.py::TestCommonCPU::test_multiple_devices_special_i0e_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8838913Z test_ops.py::TestCommonCPU::test_multiple_devices_special_i1e_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8839087Z test_ops.py::TestCommonCPU::test_multiple_devices_special_i1e_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8839282Z test_ops.py::TestCommonCPU::test_multiple_devices_special_laguerre_polynomial_l_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8839649Z 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:39:10.8840002Z 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:39:10.8840183Z test_ops.py::TestCommonCPU::test_multiple_devices_special_log_ndtr_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8840379Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i0_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8840563Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i1_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8840753Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k0_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8840943Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k0_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8841121Z test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtr_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8841299Z test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtr_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8841479Z test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtri_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8841691Z test_ops.py::TestCommonCPU::test_multiple_devices_special_polygamma_special_polygamma_n_0_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8842062Z 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:39:10.8842435Z 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:39:10.8842809Z 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:39:10.8842997Z test_ops.py::TestCommonCPU::test_multiple_devices_special_spherical_bessel_j0_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8843191Z test_ops.py::TestCommonCPU::test_multiple_devices_special_spherical_bessel_j0_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8843423Z test_ops.py::TestCommonCPU::test_multiple_devices_special_xlog1py_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8843602Z test_ops.py::TestCommonCPU::test_multiple_devices_special_xlog1py_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8843780Z test_ops.py::TestCommonCPU::test_multiple_devices_special_zeta_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8843952Z test_ops.py::TestCommonCPU::test_multiple_devices_split_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8844134Z test_ops.py::TestCommonCPU::test_multiple_devices_split_with_sizes_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8844330Z test_ops.py::TestCommonCPU::test_multiple_devices_sqrt_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8844505Z test_ops.py::TestCommonCPU::test_multiple_devices_squeeze_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8844727Z test_ops.py::TestCommonCPU::test_multiple_devices_std_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:10.8844904Z test_ops.py::TestCommonCPU::test_multiple_devices_sub_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:39:10.8845073Z test_ops.py::TestCommonCPU::test_multiple_devices_sum_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:39:10.8845238Z test_ops.py::TestCommonCPU::test_multiple_devices_sum_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:39:10.8845416Z test_ops.py::TestCommonCPU::test_multiple_devices_sum_to_size_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:39:10.8845596Z test_ops.py::TestCommonCPU::test_multiple_devices_sum_to_size_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:39:10.8845778Z test_ops.py::TestCommonCPU::test_multiple_devices_take_along_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:39:10.8845958Z test_ops.py::TestCommonCPU::test_multiple_devices_take_along_dim_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:39:10.8846126Z test_ops.py::TestCommonCPU::test_multiple_devices_take_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:39:10.8846287Z test_ops.py::TestCommonCPU::test_multiple_devices_tan_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:39:10.8846457Z test_ops.py::TestCommonCPU::test_multiple_devices_tanh_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:39:10.8846635Z test_ops.py::TestCommonCPU::test_multiple_devices_tensor_split_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:39:10.8846813Z test_ops.py::TestCommonCPU::test_multiple_devices_tensordot_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:39:10.8846985Z test_ops.py::TestCommonCPU::test_multiple_devices_tile_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:39:10.8847152Z test_ops.py::TestCommonCPU::test_multiple_devices_tile_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:39:10.8847317Z test_ops.py::TestCommonCPU::test_multiple_devices_to_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:39:10.8847484Z test_ops.py::TestCommonCPU::test_multiple_devices_topk_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:39:10.8847658Z test_ops.py::TestCommonCPU::test_multiple_devices_transpose_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:39:10.8847818Z test_ops.py::TestCommonCPU::test_multiple_devices_trapz_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:39:10.8847986Z test_ops.py::TestCommonCPU::test_multiple_devices_trapz_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:39:10.8848162Z test_ops.py::TestCommonCPU::test_multiple_devices_tril_indices_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:39:10.8848333Z test_ops.py::TestCommonCPU::test_multiple_devices_triu_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:39:10.8848508Z test_ops.py::TestCommonCPU::test_multiple_devices_triu_indices_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:39:10.8848687Z test_ops.py::TestCommonCPU::test_multiple_devices_true_divide_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:39:10.8848903Z test_ops.py::TestCommonCPU::test_multiple_devices_true_divide_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:39:10.8849071Z test_ops.py::TestCommonCPU::test_multiple_devices_trunc_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:39:10.8849246Z test_ops.py::TestCommonCPU::test_multiple_devices_unflatten_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:39:10.8849406Z test_ops.py::TestCommonCPU::test_multiple_devices_unfold_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:39:10.8849577Z test_ops.py::TestCommonCPU::test_multiple_devices_unfold_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:39:10.8849781Z test_ops.py::TestCommonCPU::test_multiple_devices_uniform_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:39:10.8849958Z test_ops.py::TestCommonCPU::test_multiple_devices_unique_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:39:10.8850127Z test_ops.py::TestCommonCPU::test_multiple_devices_unique_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:39:10.8850296Z test_ops.py::TestCommonCPU::test_multiple_devices_view_as_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:39:10.8850464Z test_ops.py::TestCommonCPU::test_multiple_devices_view_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:39:10.8850635Z test_ops.py::TestCommonCPU::test_multiple_devices_vstack_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:39:10.8850803Z test_ops.py::TestCommonCPU::test_multiple_devices_vstack_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:39:10.8850964Z test_ops.py::TestCommonCPU::test_multiple_devices_xlogy_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:39:10.8851133Z test_ops.py::TestCommonCPU::test_multiple_devices_zero__cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:39:10.8851302Z test_ops.py::TestCommonCPU::test_multiple_devices_zero__cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:39:10.8851468Z test_ops.py::TestCommonCPU::test_multiple_devices_zeros_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:39:10.8851625Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_H_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8851776Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_T_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8851939Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___getitem___cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8852096Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___rand___cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8852250Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___rdiv___cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8852396Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___rmul___cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8852549Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_all_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8852706Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_aminmax_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8852861Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_any_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8853019Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_argwhere_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8853192Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_as_strided_scatter_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8853346Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_asin_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8853501Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_asinh_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8853645Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_atan_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8853797Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_atanh_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8853957Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_atleast_1d_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8854120Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_atleast_2d_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8854304Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_block_diag_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8854476Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_broadcast_tensors_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8854642Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cartesian_prod_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8854800Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_char_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8854962Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_clamp_max_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8855136Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_clamp_min_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8855294Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_clone_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8855457Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_column_stack_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8855622Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_conj_physical_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8855789Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_constant_pad_nd_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8855943Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cos_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8856100Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cummax_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8856251Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cummin_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8856399Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_deg2rad_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8856554Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_diag_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8856713Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_diag_embed_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8856872Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_diagflat_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8857030Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_diagonal_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8857197Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_diagonal_scatter_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8857369Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_div_no_rounding_mode_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8857524Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_dstack_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8857695Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_empty_cpu_bool SKIPPED (Skipped!) [ 8%] 2022-12-01T10:39:10.8857861Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_empty_like_cpu_bool SKIPPED (Skipped!) [ 8%] 2022-12-01T10:39:10.8858019Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_equal_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8858173Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_erf_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8858327Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_erfc_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8858478Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_exp2_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8858630Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_exp_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8858785Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_expand_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8858936Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_eye_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8859082Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fftn_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8859248Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fftshift_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8859405Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_hfft_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8859564Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_hfftn_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8859750Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifft2_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8859916Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifftshift_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8860078Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ihfft2_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8860234Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ihfft_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8860394Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_irfft2_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8860565Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_rfftn_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8860721Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fill_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8860871Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_flip_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8861030Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fliplr_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8861190Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_flipud_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8861354Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_float_power_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8861506Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fmax_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8861669Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_full_like_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8861809Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_gt_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8861962Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_half_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8862114Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_hstack_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8862524Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_i0_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8862687Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_add_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8862849Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_copy_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8863009Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isfinite_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8863166Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isinf_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8863309Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isnan_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8863471Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isneginf_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8863632Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isreal_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8863833Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_2inputs_2outputs_cpu_bool SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:39:10.8864045Z 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:39:10.8864251Z 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:39:10.8864441Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_unary_cpu_bool SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:39:10.8864596Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_log10_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8864751Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_log1p_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8864908Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_log2_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8865050Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_log_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8865211Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_and_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8865421Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_mT_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8865586Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_scatter_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8865769Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_sum_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8865929Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_max_binary_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8866140Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_max_reduction_no_dim_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8866331Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_maximum_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8866503Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_meshgrid_variadic_tensors_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8866663Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_min_binary_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8866816Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_mode_cpu_bool PASSED [ 8%] 2022-12-01T10:39:10.8866975Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_movedim_cpu_bool PASSED [ 9%] 2022-12-01T10:39:10.8867134Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nan_to_num_cpu_bool PASSED [ 9%] 2022-12-01T10:39:10.8867359Z 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:39:10.8867519Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_full_cpu_bool PASSED [ 9%] 2022-12-01T10:39:10.8867682Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_zeros_cpu_bool PASSED [ 9%] 2022-12-01T10:39:10.8867834Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_ones_cpu_bool PASSED [ 9%] 2022-12-01T10:39:10.8867979Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_outer_cpu_bool PASSED [ 9%] 2022-12-01T10:39:10.8868139Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_permute_cpu_bool PASSED [ 9%] 2022-12-01T10:39:10.8868320Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_0_cpu_bool PASSED [ 9%] 2022-12-01T10:39:10.8868511Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_1_cpu_bool SKIPPED (Skipped!) [ 9%] 2022-12-01T10:39:10.8868700Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_3_cpu_bool SKIPPED (Skipped!) [ 9%] 2022-12-01T10:39:10.8868885Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_4_cpu_bool SKIPPED (Skipped!) [ 9%] 2022-12-01T10:39:10.8869042Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_prod_cpu_bool PASSED [ 9%] 2022-12-01T10:39:10.8869196Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_put_cpu_bool PASSED [ 9%] 2022-12-01T10:39:10.8869352Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_rad2deg_cpu_bool PASSED [ 9%] 2022-12-01T10:39:10.8869501Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_reciprocal_cpu_bool PASSED [ 9%] 2022-12-01T10:39:10.8869660Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_repeat_cpu_bool PASSED [ 9%] 2022-12-01T10:39:10.8869835Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_repeat_interleave_cpu_bool PASSED [ 9%] 2022-12-01T10:39:10.8869996Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_reshape_as_cpu_bool PASSED [ 9%] 2022-12-01T10:39:10.8870157Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_reshape_cpu_bool PASSED [ 9%] 2022-12-01T10:39:10.8870309Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_resize__cpu_bool PASSED [ 9%] 2022-12-01T10:39:10.8870474Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_resolve_neg_cpu_bool PASSED [ 9%] 2022-12-01T10:39:10.8870627Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_roll_cpu_bool PASSED [ 9%] 2022-12-01T10:39:10.8870771Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_rsqrt_cpu_bool PASSED [ 9%] 2022-12-01T10:39:10.8870972Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_amin_cpu_bool PASSED [ 9%] 2022-12-01T10:39:10.8871144Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_prod_cpu_bool PASSED [ 9%] 2022-12-01T10:39:10.8871297Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sgn_cpu_bool PASSED [ 9%] 2022-12-01T10:39:10.8871450Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_short_cpu_bool PASSED [ 9%] 2022-12-01T10:39:10.8871608Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sigmoid_cpu_bool PASSED [ 9%] 2022-12-01T10:39:10.8871789Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sign_cpu_bool PASSED [ 9%] 2022-12-01T10:39:10.8871944Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sin_cpu_bool PASSED [ 9%] 2022-12-01T10:39:10.8872084Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sinh_cpu_bool PASSED [ 9%] 2022-12-01T10:39:10.8872253Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_j0_cpu_bool PASSED [ 9%] 2022-12-01T10:39:10.8872420Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_j1_cpu_bool PASSED [ 9%] 2022-12-01T10:39:10.8872583Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_y0_cpu_bool PASSED [ 9%] 2022-12-01T10:39:10.8872771Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_t_cpu_bool PASSED [ 9%] 2022-12-01T10:39:10.8873195Z 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:39:10.8873365Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_erfcx_cpu_bool PASSED [ 9%] 2022-12-01T10:39:10.8873530Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_i1_cpu_bool PASSED [ 9%] 2022-12-01T10:39:10.8873693Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_i1e_cpu_bool PASSED [ 9%] 2022-12-01T10:39:10.8874061Z 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:39:10.8874230Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_k0_cpu_bool PASSED [ 9%] 2022-12-01T10:39:10.8874401Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_ndtri_cpu_bool PASSED [ 9%] 2022-12-01T10:39:10.8874598Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_polygamma_special_polygamma_n_0_cpu_bool PASSED [ 9%] 2022-12-01T10:39:10.8874986Z 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:39:10.8875361Z 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:39:10.8875530Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_zeta_cpu_bool PASSED [ 9%] 2022-12-01T10:39:10.8875766Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_split_cpu_bool PASSED [ 9%] 2022-12-01T10:39:10.8875980Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_squeeze_cpu_bool PASSED [ 9%] 2022-12-01T10:39:10.8876212Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sum_cpu_bool PASSED [ 9%] 2022-12-01T10:39:10.8876360Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sum_to_size_cpu_bool PASSED [ 9%] 2022-12-01T10:39:10.8876560Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_take_along_dim_cpu_bool PASSED [ 9%] 2022-12-01T10:39:10.8876741Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_tan_cpu_bool PASSED [ 9%] 2022-12-01T10:39:10.8876936Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_tensor_split_cpu_bool PASSED [ 9%] 2022-12-01T10:39:10.8877122Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_to_cpu_bool PASSED [ 9%] 2022-12-01T10:39:10.8877488Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_transpose_cpu_bool PASSED [ 9%] 2022-12-01T10:39:10.8877633Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_tril_cpu_bool PASSED [ 9%] 2022-12-01T10:39:10.8877819Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_triu_cpu_bool PASSED [ 9%] 2022-12-01T10:39:10.8878005Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_unique_cpu_bool PASSED [ 9%] 2022-12-01T10:39:10.8878193Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_view_as_cpu_bool PASSED [ 9%] 2022-12-01T10:39:10.8878413Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_view_cpu_bool PASSED [ 9%] 2022-12-01T10:39:10.8878604Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_vsplit_cpu_bool PASSED [ 9%] 2022-12-01T10:39:10.8878791Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_where_cpu_bool PASSED [ 9%] 2022-12-01T10:39:10.8878992Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_zeros_cpu_bool PASSED [ 9%] 2022-12-01T10:39:10.8879137Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_H_cpu_int64 PASSED [ 9%] 2022-12-01T10:39:10.8879354Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_T_cpu_int64 PASSED [ 9%] 2022-12-01T10:39:10.8879553Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___getitem___cpu_complex64 PASSED [ 9%] 2022-12-01T10:39:10.8879785Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___getitem___cpu_float32 PASSED [ 9%] 2022-12-01T10:39:10.8879976Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___getitem___cpu_int64 PASSED [ 9%] 2022-12-01T10:39:10.8880170Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___radd___cpu_float32 PASSED [ 9%] 2022-12-01T10:39:10.8880354Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___radd___cpu_int64 PASSED [ 9%] 2022-12-01T10:39:10.8880565Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rdiv___cpu_complex64 PASSED [ 9%] 2022-12-01T10:39:10.8880755Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rdiv___cpu_int64 PASSED [ 9%] 2022-12-01T10:39:10.8880901Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmod___cpu_float32 PASSED [ 9%] 2022-12-01T10:39:10.8881110Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmul___cpu_float32 PASSED [ 9%] 2022-12-01T10:39:10.8881298Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmul___cpu_int64 PASSED [ 9%] 2022-12-01T10:39:10.8881487Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___ror___cpu_int64 PASSED [ 9%] 2022-12-01T10:39:10.8881681Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rpow___cpu_complex64 PASSED [ 9%] 2022-12-01T10:39:10.8881875Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rsub___cpu_complex64 PASSED [ 9%] 2022-12-01T10:39:10.8882069Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rsub___cpu_float32 PASSED [ 9%] 2022-12-01T10:39:10.8882258Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rsub___cpu_int64 PASSED [ 9%] 2022-12-01T10:39:10.8882413Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_abs_cpu_complex64 PASSED [ 9%] 2022-12-01T10:39:10.8882598Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_acos_cpu_float32 PASSED [ 9%] 2022-12-01T10:39:10.8882802Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_acos_cpu_int64 PASSED [ 9%] 2022-12-01T10:39:10.8883020Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_acosh_cpu_complex64 PASSED [ 9%] 2022-12-01T10:39:10.8883207Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_acosh_cpu_float32 PASSED [ 9%] 2022-12-01T10:39:10.8883392Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_acosh_cpu_int64 PASSED [ 9%] 2022-12-01T10:39:10.8883595Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcdiv_cpu_complex64 PASSED [ 9%] 2022-12-01T10:39:10.8883785Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcmul_cpu_float32 PASSED [ 9%] 2022-12-01T10:39:10.8883990Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_decomposed_cpu_complex64 PASSED [ 9%] 2022-12-01T10:39:10.8884187Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_decomposed_cpu_float32 PASSED [ 9%] 2022-12-01T10:39:10.8884391Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_decomposed_cpu_int64 PASSED [ 9%] 2022-12-01T10:39:10.8884723Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmv_cpu_complex64 PASSED [ 9%] 2022-12-01T10:39:10.8884921Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmv_cpu_int64 PASSED [ 9%] 2022-12-01T10:39:10.8885124Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addr_cpu_complex64 PASSED [ 9%] 2022-12-01T10:39:10.8885357Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addr_cpu_int64 PASSED [ 9%] 2022-12-01T10:39:10.8885551Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_all_cpu_complex64 PASSED [ 9%] 2022-12-01T10:39:10.8885741Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_all_cpu_float32 PASSED [ 9%] 2022-12-01T10:39:10.8885887Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_all_cpu_int64 PASSED [ 9%] 2022-12-01T10:39:10.8886084Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_allclose_cpu_float32 PASSED [ 9%] 2022-12-01T10:39:10.8886270Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_amin_cpu_float32 PASSED [ 9%] 2022-12-01T10:39:10.8886511Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_amin_cpu_int64 PASSED [ 9%] 2022-12-01T10:39:10.8886705Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_angle_cpu_int64 PASSED [ 9%] 2022-12-01T10:39:10.8886895Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmin_cpu_float32 PASSED [ 9%] 2022-12-01T10:39:10.8887086Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argsort_cpu_int64 PASSED [ 9%] 2022-12-01T10:39:10.8887281Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argwhere_cpu_complex64 PASSED [ 9%] 2022-12-01T10:39:10.8887468Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argwhere_cpu_int64 PASSED [ 9%] 2022-12-01T10:39:10.8887683Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_scatter_cpu_complex64 SKIPPED (Works for int64, fails for everything else) [ 9%] 2022-12-01T10:39:10.8887870Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_asin_cpu_float32 PASSED [ 9%] 2022-12-01T10:39:10.8888055Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_asinh_cpu_int64 PASSED [ 9%] 2022-12-01T10:39:10.8888271Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan2_cpu_float32 PASSED [ 9%] 2022-12-01T10:39:10.8888461Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan2_cpu_int64 PASSED [ 9%] 2022-12-01T10:39:10.8888648Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan_cpu_float32 PASSED [ 9%] 2022-12-01T10:39:10.8888832Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan_cpu_int64 PASSED [ 9%] 2022-12-01T10:39:10.8889018Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atanh_cpu_float32 PASSED [ 9%] 2022-12-01T10:39:10.8889170Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_1d_cpu_float32 PASSED [ 9%] 2022-12-01T10:39:10.8889362Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_1d_cpu_int64 PASSED [ 9%] 2022-12-01T10:39:10.8889557Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_baddbmm_cpu_float32 PASSED [ 9%] 2022-12-01T10:39:10.8889788Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_baddbmm_cpu_int64 PASSED [ 9%] 2022-12-01T10:39:10.8890000Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bernoulli_cpu_float32 PASSED [ 9%] 2022-12-01T10:39:10.8890190Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bfloat16_cpu_float32 PASSED [ 9%] 2022-12-01T10:39:10.8890379Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bincount_cpu_int64 PASSED [ 9%] 2022-12-01T10:39:10.8890567Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_and_cpu_int64 PASSED [ 9%] 2022-12-01T10:39:10.8890751Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_block_diag_cpu_int64 PASSED [ 9%] 2022-12-01T10:39:10.8890928Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bmm_cpu_complex64 PASSED [ 9%] 2022-12-01T10:39:10.8891120Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bmm_cpu_float32 PASSED [ 9%] 2022-12-01T10:39:10.8891304Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bmm_cpu_int64 PASSED [ 9%] 2022-12-01T10:39:10.8891492Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bool_cpu_complex64 PASSED [ 9%] 2022-12-01T10:39:10.8891698Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bool_cpu_int64 PASSED [ 9%] 2022-12-01T10:39:10.8891947Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_shapes_cpu_float32 SKIPPED (Skipped!) [ 9%] 2022-12-01T10:39:10.8892155Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_tensors_cpu_float32 PASSED [ 9%] 2022-12-01T10:39:10.8892359Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_tensors_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:10.8892515Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_to_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:10.8892714Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bucketize_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:10.8892898Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_byte_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:10.8893119Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_byte_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:10.8893322Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cartesian_prod_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:10.8893537Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cartesian_prod_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:10.8893723Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cat_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:10.8893906Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ceil_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:10.8894054Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_chalf_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:10.8894250Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_char_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:10.8894433Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_char_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:10.8894625Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:10.8894832Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_inverse_cpu_complex64 PASSED [ 10%] 2022-12-01T10:39:10.8895032Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_solve_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:10.8895240Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_chunk_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:10.8895432Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_chunk_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:10.8895633Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_min_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:10.8895781Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clone_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:10.8895970Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clone_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:10.8896172Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_combinations_cpu_complex64 PASSED [ 10%] 2022-12-01T10:39:10.8896409Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_combinations_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:10.8896607Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_combinations_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:10.8896797Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_cpu_complex64 PASSED [ 10%] 2022-12-01T10:39:10.8897012Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_physical_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:10.8897221Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_contiguous_cpu_complex64 PASSED [ 10%] 2022-12-01T10:39:10.8897369Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_contiguous_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:10.8897561Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_copysign_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:10.8897788Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_corrcoef_cpu_complex64 PASSED [ 10%] 2022-12-01T10:39:10.8898017Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cos_cpu_complex64 PASSED [ 10%] 2022-12-01T10:39:10.8898202Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cos_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:10.8898398Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_count_nonzero_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:10.8898592Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cov_cpu_complex64 PASSED [ 10%] 2022-12-01T10:39:10.8898831Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cross_cpu_complex64 PASSED [ 10%] 2022-12-01T10:39:10.8899018Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cross_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:10.8928805Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummin_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:10.8929134Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumprod_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:10.8929290Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumprod_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:10.8929450Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumsum_cpu_complex64 PASSED [ 10%] 2022-12-01T10:39:10.8929604Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumsum_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:10.8929777Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumulative_trapezoid_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:10.8929932Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:10.8930086Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_embed_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:10.8930242Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagflat_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:10.8930394Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagflat_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:10.8930550Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_cpu_complex64 PASSED [ 10%] 2022-12-01T10:39:10.8930702Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:10.8930865Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_scatter_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:10.8931011Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diff_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:10.8931159Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dist_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:10.8931325Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_floor_rounding_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:10.8931495Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_no_rounding_mode_cpu_complex64 PASSED [ 10%] 2022-12-01T10:39:10.8931665Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_no_rounding_mode_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:10.8931826Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_no_rounding_mode_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:10.8931980Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_trunc_rounding_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:10.8932132Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dot_cpu_complex64 PASSED [ 10%] 2022-12-01T10:39:10.8932280Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dot_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:10.8932434Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_double_cpu_complex64 PASSED [ 10%] 2022-12-01T10:39:10.8932585Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_double_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:10.8932735Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dsplit_cpu_complex64 PASSED [ 10%] 2022-12-01T10:39:10.8932884Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dsplit_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:10.8933037Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dstack_cpu_complex64 PASSED [ 10%] 2022-12-01T10:39:10.8933396Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dstack_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:10.8933543Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_einsum_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:10.8933690Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_einsum_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:10.8933858Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_cpu_complex64 SKIPPED (Skipped!) [ 10%] 2022-12-01T10:39:10.8934034Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_like_cpu_complex64 SKIPPED (Skipped!) [ 10%] 2022-12-01T10:39:10.8934252Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_like_cpu_int64 SKIPPED (Skipped!) [ 10%] 2022-12-01T10:39:10.8934407Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_eq_cpu_complex64 PASSED [ 10%] 2022-12-01T10:39:10.8934554Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_eq_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:10.8934712Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_equal_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:10.8934855Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_equal_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:10.8934998Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_erf_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:10.8935156Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfinv_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:10.8935303Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfinv_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:10.8935447Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp2_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:10.8935593Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:10.8935749Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_as_cpu_complex64 PASSED [ 10%] 2022-12-01T10:39:10.8935904Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_as_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:10.8936056Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_as_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:10.8936206Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:10.8936355Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expm1_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:10.8936510Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft2_cpu_complex64 PASSED [ 10%] 2022-12-01T10:39:10.8936661Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft2_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:10.8936811Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:10.8936966Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftn_cpu_complex64 PASSED [ 10%] 2022-12-01T10:39:10.8937117Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftn_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:10.8937274Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftshift_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:10.8937428Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft2_cpu_complex64 PASSED [ 10%] 2022-12-01T10:39:10.8937583Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft_cpu_complex64 PASSED [ 10%] 2022-12-01T10:39:10.8937731Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:10.8937885Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfftn_cpu_complex64 PASSED [ 10%] 2022-12-01T10:39:10.8938037Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfftn_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:10.8938188Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfftn_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:10.8938348Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft2_cpu_complex64 PASSED [ 10%] 2022-12-01T10:39:10.8938504Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft2_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:10.8938686Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft_cpu_complex64 PASSED [ 10%] 2022-12-01T10:39:10.8938846Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:10.8939006Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftn_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:10.8939170Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftshift_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:10.8939330Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft_cpu_complex64 PASSED [ 10%] 2022-12-01T10:39:10.8939518Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:10.8939681Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:10.8939841Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfftn_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:10.8940004Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfftn_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:10.8940154Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft2_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:10.8940312Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft2_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:10.8940473Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fill_cpu_complex64 PASSED [ 10%] 2022-12-01T10:39:10.8940629Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fill_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:10.8940789Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flatten_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:10.8940952Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flatten_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:10.8941112Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flip_cpu_complex64 PASSED [ 10%] 2022-12-01T10:39:10.8941273Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fliplr_cpu_complex64 PASSED [ 10%] 2022-12-01T10:39:10.8941421Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flipud_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:10.8941582Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_cpu_complex64 PASSED [ 10%] 2022-12-01T10:39:10.8941739Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:10.8941897Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:10.8942065Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_power_cpu_complex64 PASSED [ 10%] 2022-12-01T10:39:10.8942469Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_power_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:10.8942684Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_power_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:10.8942843Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:10.8943001Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmax_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:10.8943154Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_like_cpu_complex64 PASSED [ 10%] 2022-12-01T10:39:10.8943314Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gather_cpu_complex64 PASSED [ 10%] 2022-12-01T10:39:10.8943479Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gather_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:10.8943636Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gcd_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:10.8943795Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gradient_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:10.8943959Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gradient_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:10.8944112Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gt_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:10.8944268Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_half_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:10.8944414Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_heaviside_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:10.8944667Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_histc_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:10.8944836Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_histogramdd_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:10.8944996Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hsplit_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:10.8945153Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hsplit_cpu_int64 PASSED [ 11%] 2022-12-01T10:39:10.8945312Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hstack_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:10.8945500Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_i0_cpu_int64 PASSED [ 11%] 2022-12-01T10:39:10.8945659Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_igamma_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:10.8945807Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_igammac_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:10.8945966Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_imag_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:10.8946133Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_add_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:10.8946295Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_copy_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:10.8946462Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_fill_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:10.8946622Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_fill_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:10.8946786Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_put_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:10.8946949Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_put_cpu_int64 PASSED [ 11%] 2022-12-01T10:39:10.8947109Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_reduce_cpu_int64 PASSED [ 11%] 2022-12-01T10:39:10.8947264Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_select_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:10.8947428Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_int_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:10.8947585Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_int_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:10.8947738Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_int_cpu_int64 PASSED [ 11%] 2022-12-01T10:39:10.8947897Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isclose_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:10.8948054Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isclose_cpu_int64 PASSED [ 11%] 2022-12-01T10:39:10.8948222Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isfinite_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:10.8948383Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isfinite_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:10.8948531Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isfinite_cpu_int64 PASSED [ 11%] 2022-12-01T10:39:10.8948693Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isinf_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:10.8948851Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isinf_cpu_int64 PASSED [ 11%] 2022-12-01T10:39:10.8949011Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isnan_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:10.8949162Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isnan_cpu_int64 PASSED [ 11%] 2022-12-01T10:39:10.8949318Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isneginf_cpu_int64 PASSED [ 11%] 2022-12-01T10:39:10.8949482Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isposinf_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:10.8949642Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isposinf_cpu_int64 PASSED [ 11%] 2022-12-01T10:39:10.8949802Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isreal_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:10.8949950Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_istft_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:10.8950158Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_2inputs_2outputs_cpu_complex64 SKIPPED (Only runs on cuda) [ 11%] 2022-12-01T10:39:10.8950400Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cpu_complex64 SKIPPED (Only runs on cuda) [ 11%] 2022-12-01T10:39:10.8950594Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 11%] 2022-12-01T10:39:10.8950802Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_return_by_ref_cpu_complex64 SKIPPED (Only runs on cuda) [ 11%] 2022-12-01T10:39:10.8951037Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 11%] 2022-12-01T10:39:10.8951241Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_return_by_ref_cpu_int64 SKIPPED (Only runs on cuda) [ 11%] 2022-12-01T10:39:10.8951436Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_unary_cpu_complex64 SKIPPED (Only runs on cuda) [ 11%] 2022-12-01T10:39:10.8951625Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_unary_cpu_int64 SKIPPED (Only runs on cuda) [ 11%] 2022-12-01T10:39:10.8951772Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_kron_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:10.8951933Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_kthvalue_cpu_int64 PASSED [ 11%] 2022-12-01T10:39:10.8952089Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lcm_cpu_int64 PASSED [ 11%] 2022-12-01T10:39:10.8952249Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ldexp_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:10.8952408Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lgamma_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:10.8952578Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cond_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:10.8952741Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:10.8952969Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_singular_cpu_complex64 SKIPPED (The backward may give different results) [ 11%] 2022-12-01T10:39:10.8953139Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eig_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:10.8953296Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvals_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:10.8953472Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvalsh_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:10.8953641Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvalsh_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:10.8953829Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_householder_product_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:10.8953996Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:10.8954160Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:10.8954328Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_ex_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:10.8954503Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:10.8954673Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:10.8954835Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_ex_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:10.8955003Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:10.8955192Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_grad_oriented_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:10.8955358Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:10.8955535Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_ex_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:10.8955753Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_solve_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:10.8955920Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_solve_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:10.8956092Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_norm_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:10.8956259Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:10.8956435Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_hermitian_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:10.8956642Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_multi_dot_cpu_complex64 SKIPPED (67470!) [ 11%] 2022-12-01T10:39:10.8956820Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_multi_dot_cpu_int64 SKIPPED (67470!) [ 11%] 2022-12-01T10:39:10.8956991Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:10.8957158Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:10.8957341Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:10.8957510Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_slogdet_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:10.8957674Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:10.8957833Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_ex_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:10.8958000Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svd_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:10.8958202Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svdvals_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:10.8958374Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svdvals_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:10.8958550Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorinv_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:10.8958727Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorsolve_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:10.8958900Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorsolve_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:10.8959072Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vander_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:10.8959249Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vector_norm_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:10.8959403Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linspace_cpu_complex64 XFAIL [ 11%] 2022-12-01T10:39:10.8959567Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log10_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:10.8959724Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log10_cpu_int64 PASSED [ 11%] 2022-12-01T10:39:10.8959885Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log2_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:10.8960037Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log2_cpu_int64 PASSED [ 11%] 2022-12-01T10:39:10.8960196Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:10.8960351Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:10.8960513Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:10.8960687Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_dtype_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:10.8960839Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logaddexp_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:10.8961008Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_and_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:10.8961177Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_not_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:10.8961376Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_not_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:10.8961538Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_not_cpu_int64 PASSED [ 11%] 2022-12-01T10:39:10.8961705Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_or_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:10.8961868Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_or_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:10.8962033Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_xor_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:10.8962206Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logspace_cpu_complex64 XFAIL [ 11%] 2022-12-01T10:39:10.8962372Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logsumexp_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:10.8962533Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logsumexp_cpu_int64 PASSED [ 11%] 2022-12-01T10:39:10.8962693Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:10.8962857Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_solve_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:10.8963015Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mH_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:10.8963169Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mH_cpu_int64 PASSED [ 11%] 2022-12-01T10:39:10.8963325Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mT_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:10.8963479Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mT_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:10.8963621Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mT_cpu_int64 PASSED [ 11%] 2022-12-01T10:39:10.8963783Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_amax_cpu_int64 PASSED [ 11%] 2022-12-01T10:39:10.8963943Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_amin_cpu_int64 PASSED [ 11%] 2022-12-01T10:39:10.8964112Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_argmax_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:10.8964275Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_argmax_cpu_int64 PASSED [ 11%] 2022-12-01T10:39:10.8964439Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_argmin_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:10.8964599Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_argmin_cpu_int64 PASSED [ 11%] 2022-12-01T10:39:10.8964849Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_cumprod_cpu_int64 PASSED [ 11%] 2022-12-01T10:39:10.8965006Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_cumsum_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:10.8965169Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_cumsum_cpu_int64 PASSED [ 11%] 2022-12-01T10:39:10.8965334Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_fill_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:10.8965496Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_fill_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:10.8965659Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_fill_cpu_int64 PASSED [ 11%] 2022-12-01T10:39:10.8965832Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_log_softmax_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:10.8966002Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_logsumexp_cpu_int64 PASSED [ 11%] 2022-12-01T10:39:10.8966167Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_mean_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:10.8966332Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_mean_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:10.8966481Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_mean_cpu_int64 PASSED [ 11%] 2022-12-01T10:39:10.8966646Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_median_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:10.8966808Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_norm_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8967021Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_normalize_cpu_complex64 PASSED [ 12%] 2022-12-01T10:39:10.8967183Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_prod_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8967349Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_scatter_cpu_int64 PASSED [ 12%] 2022-12-01T10:39:10.8967521Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_select_cpu_complex64 PASSED [ 12%] 2022-12-01T10:39:10.8967686Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_select_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8967870Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_softmax_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8968039Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_softmin_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8968198Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_std_cpu_int64 PASSED [ 12%] 2022-12-01T10:39:10.8968366Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_sum_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8968529Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_sum_cpu_int64 PASSED [ 12%] 2022-12-01T10:39:10.8968693Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_var_cpu_complex64 PASSED [ 12%] 2022-12-01T10:39:10.8968853Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_var_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8969014Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_matmul_cpu_complex64 PASSED [ 12%] 2022-12-01T10:39:10.8969176Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_matmul_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8969326Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_matmul_cpu_int64 SKIPPED (67470!) [ 12%] 2022-12-01T10:39:10.8969492Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_matrix_exp_cpu_complex64 PASSED [ 12%] 2022-12-01T10:39:10.8969652Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_binary_cpu_int64 PASSED [ 12%] 2022-12-01T10:39:10.8969831Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_with_dim_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8970007Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_with_dim_cpu_int64 PASSED [ 12%] 2022-12-01T10:39:10.8970166Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mean_cpu_complex64 PASSED [ 12%] 2022-12-01T10:39:10.8970324Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_median_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8970510Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_list_of_tensors_cpu_complex64 PASSED [ 12%] 2022-12-01T10:39:10.8970672Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_list_of_tensors_cpu_int64 PASSED [ 12%] 2022-12-01T10:39:10.8970854Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_variadic_tensors_cpu_int64 PASSED [ 12%] 2022-12-01T10:39:10.8971017Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_binary_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8971194Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_with_dim_cpu_int64 PASSED [ 12%] 2022-12-01T10:39:10.8971353Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_minimum_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8971512Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_minimum_cpu_int64 PASSED [ 12%] 2022-12-01T10:39:10.8971666Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mm_cpu_int64 PASSED [ 12%] 2022-12-01T10:39:10.8971820Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mode_cpu_int64 PASSED [ 12%] 2022-12-01T10:39:10.8971981Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_movedim_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8972124Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mul_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8972289Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_multinomial_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8972477Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mv_cpu_complex64 PASSED [ 12%] 2022-12-01T10:39:10.8972630Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mv_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8972782Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mv_cpu_int64 PASSED [ 12%] 2022-12-01T10:39:10.8972958Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8973133Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_1_cpu_int64 PASSED [ 12%] 2022-12-01T10:39:10.8973348Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_3_cpu_int64 PASSED [ 12%] 2022-12-01T10:39:10.8973526Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8973674Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanmean_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8973837Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanmedian_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8973998Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nansum_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8974158Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nansum_cpu_int64 PASSED [ 12%] 2022-12-01T10:39:10.8974314Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_cpu_int64 PASSED [ 12%] 2022-12-01T10:39:10.8974486Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_native_batch_norm_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8974651Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_native_layer_norm_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8974807Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ne_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8974954Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_neg_cpu_complex64 PASSED [ 12%] 2022-12-01T10:39:10.8975133Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_cpu_complex64 SKIPPED (Skipped!) [ 12%] 2022-12-01T10:39:10.8975307Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_cpu_int64 SKIPPED (Skipped!) [ 12%] 2022-12-01T10:39:10.8975472Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_full_cpu_complex64 PASSED [ 12%] 2022-12-01T10:39:10.8975632Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_ones_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8975794Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_zeros_cpu_complex64 PASSED [ 12%] 2022-12-01T10:39:10.8975954Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_zeros_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8976115Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_zeros_cpu_int64 PASSED [ 12%] 2022-12-01T10:39:10.8976279Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nextafter_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8976456Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8976645Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8976830Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8977020Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8977205Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8977387Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool1d_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8977567Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool1d_cpu_int64 PASSED [ 12%] 2022-12-01T10:39:10.8977739Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool2d_cpu_int64 PASSED [ 12%] 2022-12-01T10:39:10.8977924Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool3d_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8978122Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool3d_cpu_int64 PASSED [ 12%] 2022-12-01T10:39:10.8978302Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_batch_norm_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8978493Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8978695Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8978896Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv1d_cpu_int64 PASSED [ 12%] 2022-12-01T10:39:10.8979076Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv2d_cpu_complex64 PASSED [ 12%] 2022-12-01T10:39:10.8979252Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv2d_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8979426Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv2d_cpu_int64 PASSED [ 12%] 2022-12-01T10:39:10.8979617Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose1d_cpu_complex64 PASSED [ 12%] 2022-12-01T10:39:10.8979794Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8979988Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8980180Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cosine_embedding_loss_cpu_int64 PASSED [ 12%] 2022-12-01T10:39:10.8980371Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cosine_similarity_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8980549Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_dropout2d_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8980733Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_dropout_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8980904Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_elu_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8981085Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_embedding_bag_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8981278Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_fractional_max_pool3d_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8981439Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_gelu_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8981623Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_grid_sample_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8981805Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_group_norm_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8981984Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardshrink_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8982331Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardsigmoid_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8982511Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardswish_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8982691Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardtanh_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8982870Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardtanh_cpu_int64 PASSED [ 12%] 2022-12-01T10:39:10.8983064Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8983230Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_huber_loss_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8983418Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_area_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8983610Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8983835Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_l1_loss_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8984016Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_linear_cpu_complex64 PASSED [ 12%] 2022-12-01T10:39:10.8984204Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_local_response_norm_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8984390Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_local_response_norm_cpu_int64 PASSED [ 12%] 2022-12-01T10:39:10.8984604Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_logsigmoid_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8984790Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8984958Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool3d_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8985141Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8985319Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_mish_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8985506Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_multi_margin_loss_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8985683Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_normalize_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8985873Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_circular_cpu_complex64 PASSED [ 12%] 2022-12-01T10:39:10.8986055Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_circular_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8986237Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_constant_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8986427Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_replicate_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8986615Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pairwise_distance_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8986788Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pairwise_distance_cpu_int64 PASSED [ 12%] 2022-12-01T10:39:10.8986975Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_shuffle_cpu_complex64 PASSED [ 12%] 2022-12-01T10:39:10.8987159Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8987342Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_shuffle_cpu_int64 PASSED [ 12%] 2022-12-01T10:39:10.8987531Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8987712Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cpu_int64 PASSED [ 12%] 2022-12-01T10:39:10.8987900Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8988074Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_prelu_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8988245Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu6_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8988405Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu6_cpu_int64 PASSED [ 12%] 2022-12-01T10:39:10.8988580Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_rrelu_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8988751Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_selu_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8988937Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_silu_complex_cpu_complex64 PASSED [ 12%] 2022-12-01T10:39:10.8989146Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_silu_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8989329Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8989509Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8989703Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_with_dtype_cpu_complex64 PASSED [ 12%] 2022-12-01T10:39:10.8989883Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softshrink_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:10.8990081Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softsign_cpu_complex64 PASSED [ 12%] 2022-12-01T10:39:10.8990258Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softsign_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:10.8990441Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_tanhshrink_cpu_complex64 PASSED [ 13%] 2022-12-01T10:39:10.8990622Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_tanhshrink_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:10.8990801Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_threshold_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:10.8990989Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:10.8991198Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 PASSED [ 13%] 2022-12-01T10:39:10.8991405Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:10.8991584Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_unfold_cpu_complex64 PASSED [ 13%] 2022-12-01T10:39:10.8991747Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_unfold_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:10.8991936Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_upsample_nearest_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:10.8992102Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nonzero_cpu_complex64 PASSED [ 13%] 2022-12-01T10:39:10.8992262Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nonzero_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:10.8992421Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_cpu_complex64 PASSED [ 13%] 2022-12-01T10:39:10.8992584Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_fro_cpu_complex64 PASSED [ 13%] 2022-12-01T10:39:10.8992749Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_inf_cpu_complex64 PASSED [ 13%] 2022-12-01T10:39:10.8992908Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_inf_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:10.8993070Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_nuc_cpu_complex64 PASSED [ 13%] 2022-12-01T10:39:10.8993218Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_nuc_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:10.8993378Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_cpu_complex64 XFAIL [ 13%] 2022-12-01T10:39:10.8993530Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_cpu_int64 XFAIL [ 13%] 2022-12-01T10:39:10.8993688Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_like_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:10.8993851Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ormqr_cpu_complex64 PASSED [ 13%] 2022-12-01T10:39:10.8994007Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_outer_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:10.8994174Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_pca_lowrank_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:10.8994332Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_permute_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:10.8994484Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_pinverse_cpu_complex64 PASSED [ 13%] 2022-12-01T10:39:10.8994688Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_pinverse_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:10.8994844Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polar_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:10.8995035Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_1_cpu_int64 SKIPPED (Skipped!) [ 13%] 2022-12-01T10:39:10.8995229Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_2_cpu_float32 SKIPPED (Skipped!) [ 13%] 2022-12-01T10:39:10.8995420Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_2_cpu_int64 SKIPPED (Skipped!) [ 13%] 2022-12-01T10:39:10.8995633Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_3_cpu_int64 SKIPPED (Skipped!) [ 13%] 2022-12-01T10:39:10.8995814Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_4_cpu_int64 SKIPPED (Skipped!) [ 13%] 2022-12-01T10:39:10.8995976Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_positive_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:10.8996127Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_prod_cpu_complex64 PASSED [ 13%] 2022-12-01T10:39:10.8996288Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_put_cpu_complex64 PASSED [ 13%] 2022-12-01T10:39:10.8996452Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_quantile_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:10.8996613Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rad2deg_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:10.8996770Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rad2deg_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:10.8996937Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rand_like_cpu_complex64 PASSED [ 13%] 2022-12-01T10:39:10.8997101Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_randint_like_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:10.8997296Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_cpu_complex64 SKIPPED (Test expects tensor input) [ 13%] 2022-12-01T10:39:10.8997449Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_like_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:10.8997609Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ravel_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:10.8997769Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_real_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:10.8997923Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_real_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:10.8998092Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reciprocal_cpu_complex64 PASSED [ 13%] 2022-12-01T10:39:10.8998256Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reciprocal_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:10.8998422Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_remainder_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:10.8998584Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_renorm_cpu_complex64 PASSED [ 13%] 2022-12-01T10:39:10.8998746Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_cpu_complex64 PASSED [ 13%] 2022-12-01T10:39:10.8998893Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:10.8999067Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_interleave_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:10.8999230Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_as_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:10.8999388Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:10.8999550Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize__cpu_complex64 PASSED [ 13%] 2022-12-01T10:39:10.8999710Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize__cpu_float32 PASSED [ 13%] 2022-12-01T10:39:10.8999877Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize_as__cpu_complex64 PASSED [ 13%] 2022-12-01T10:39:10.9000035Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize_as__cpu_int64 PASSED [ 13%] 2022-12-01T10:39:10.9000191Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_neg_cpu_complex64 PASSED [ 13%] 2022-12-01T10:39:10.9000393Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_neg_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:10.9000553Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_neg_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:10.9000710Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_roll_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:10.9000867Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_roll_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:10.9001021Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rot90_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:10.9001204Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:10.9001391Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_decimals_3_cpu_float32 SKIPPED (Skipped!) [ 13%] 2022-12-01T10:39:10.9001552Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsqrt_cpu_complex64 PASSED [ 13%] 2022-12-01T10:39:10.9001700Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsqrt_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:10.9001856Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsub_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:10.9002011Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsub_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:10.9002174Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_add_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:10.9002334Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_add_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:10.9002512Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amin_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:10.9002685Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_mean_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:10.9002853Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_prod_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:10.9003013Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_prod_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:10.9003180Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_searchsorted_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:10.9003358Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_segment_reduce_lengths_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:10.9003521Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_cpu_complex64 PASSED [ 13%] 2022-12-01T10:39:10.9003680Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:10.9003840Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sign_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:10.9003999Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_signbit_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:10.9004157Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_signbit_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:10.9004312Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sin_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:10.9004460Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinc_cpu_complex64 PASSED [ 13%] 2022-12-01T10:39:10.9004720Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinc_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:10.9004882Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinc_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:10.9005040Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinh_cpu_complex64 PASSED [ 13%] 2022-12-01T10:39:10.9005192Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinh_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:10.9005358Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_cpu_complex64 PASSED [ 13%] 2022-12-01T10:39:10.9005516Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:10.9005685Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_scatter_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:10.9005831Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:10.9006059Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_with_dtype_cpu_complex64 PASSED [ 13%] 2022-12-01T10:39:10.9006229Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_with_dtype_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:10.9006387Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sort_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:10.9006582Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sparse_sampled_addmm_cpu_complex64 SKIPPED (Skipped!) [ 13%] 2022-12-01T10:39:10.9006783Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_airy_ai_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:10.9006952Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_airy_ai_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:10.9007123Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j1_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:10.9007293Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j1_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:10.9007455Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y0_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:10.9007643Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_t_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:10.9007835Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_u_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:10.9008025Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_u_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:10.9008526Z 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:39:10.9008698Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_entr_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:10.9008862Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_entr_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:10.9009033Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_erfcx_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:10.9009218Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_h_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:10.9009368Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i0e_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:10.9009533Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1e_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:10.9009695Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1e_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:10.9009886Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_laguerre_polynomial_l_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:10.9010071Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_laguerre_polynomial_l_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:10.9010238Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_log_ndtr_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:10.9010422Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i1_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:10.9010603Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k0_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:10.9010787Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k1_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:10.9010955Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k1_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:10.9011125Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtri_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:10.9011292Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtri_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:10.9011490Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_polygamma_special_polygamma_n_0_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:10.9011681Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k0_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:10.9011899Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k1_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:10.9012289Z 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:39:10.9012675Z 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:39:10.9013077Z 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:39:10.9013453Z 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:39:10.9013640Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_spherical_bessel_j0_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:10.9013812Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_spherical_bessel_j0_cpu_int64 PASSED [ 14%] 2022-12-01T10:39:10.9013978Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_zeta_cpu_float32 PASSED [ 14%] 2022-12-01T10:39:10.9014149Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_zeta_cpu_int64 PASSED [ 14%] 2022-12-01T10:39:10.9014310Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_cpu_complex64 PASSED [ 14%] 2022-12-01T10:39:10.9014470Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_cpu_float32 PASSED [ 14%] 2022-12-01T10:39:10.9014625Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_cpu_int64 PASSED [ 14%] 2022-12-01T10:39:10.9014792Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_list_args_cpu_int64 PASSED [ 14%] 2022-12-01T10:39:10.9014975Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_with_sizes_cpu_complex64 PASSED [ 14%] 2022-12-01T10:39:10.9015127Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_square_cpu_complex64 PASSED [ 14%] 2022-12-01T10:39:10.9015286Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_square_cpu_float32 PASSED [ 14%] 2022-12-01T10:39:10.9015451Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_squeeze_cpu_complex64 PASSED [ 14%] 2022-12-01T10:39:10.9015613Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_squeeze_cpu_float32 PASSED [ 14%] 2022-12-01T10:39:10.9015775Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_stack_cpu_complex64 PASSED [ 14%] 2022-12-01T10:39:10.9015929Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_stack_cpu_int64 PASSED [ 14%] 2022-12-01T10:39:10.9016085Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_cpu_float32 PASSED [ 14%] 2022-12-01T10:39:10.9016243Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_stft_cpu_float32 PASSED [ 14%] 2022-12-01T10:39:10.9016399Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sub_cpu_int64 PASSED [ 14%] 2022-12-01T10:39:10.9016545Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_cpu_complex64 PASSED [ 14%] 2022-12-01T10:39:10.9016698Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_cpu_float32 PASSED [ 14%] 2022-12-01T10:39:10.9016860Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_to_size_cpu_int64 PASSED [ 14%] 2022-12-01T10:39:10.9017018Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_svd_cpu_float32 PASSED [ 14%] 2022-12-01T10:39:10.9017185Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_svd_lowrank_cpu_float32 PASSED [ 14%] 2022-12-01T10:39:10.9017349Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_symeig_cpu_complex64 PASSED [ 14%] 2022-12-01T10:39:10.9017507Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_symeig_cpu_float32 PASSED [ 14%] 2022-12-01T10:39:10.9017664Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_t_cpu_complex64 PASSED [ 14%] 2022-12-01T10:39:10.9017847Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_along_dim_cpu_int64 PASSED [ 14%] 2022-12-01T10:39:10.9018003Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_cpu_float32 PASSED [ 14%] 2022-12-01T10:39:10.9018157Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_cpu_int64 PASSED [ 14%] 2022-12-01T10:39:10.9018318Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tanh_cpu_complex64 PASSED [ 14%] 2022-12-01T10:39:10.9018473Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tanh_cpu_int64 PASSED [ 14%] 2022-12-01T10:39:10.9018669Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensor_split_cpu_complex64 PASSED [ 14%] 2022-12-01T10:39:10.9018833Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensor_split_cpu_int64 PASSED [ 14%] 2022-12-01T10:39:10.9019000Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensordot_cpu_complex64 PASSED [ 14%] 2022-12-01T10:39:10.9019153Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensordot_cpu_float32 PASSED [ 14%] 2022-12-01T10:39:10.9019316Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensordot_cpu_int64 PASSED [ 14%] 2022-12-01T10:39:10.9019471Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tile_cpu_float32 PASSED [ 14%] 2022-12-01T10:39:10.9019642Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_sparse_cpu_complex64 SKIPPED [ 14%] 2022-12-01T10:39:10.9019809Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_sparse_cpu_float32 SKIPPED [ 14%] 2022-12-01T10:39:10.9019975Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_sparse_cpu_int64 SKIPPED [ 14%] 2022-12-01T10:39:10.9020133Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_topk_cpu_float32 PASSED [ 14%] 2022-12-01T10:39:10.9020289Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_topk_cpu_int64 PASSED [ 14%] 2022-12-01T10:39:10.9020447Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trace_cpu_float32 PASSED [ 14%] 2022-12-01T10:39:10.9020598Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_transpose_cpu_float32 PASSED [ 14%] 2022-12-01T10:39:10.9020761Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapezoid_cpu_int64 PASSED [ 14%] 2022-12-01T10:39:10.9020938Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_triangular_solve_cpu_complex64 PASSED [ 14%] 2022-12-01T10:39:10.9021099Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_cpu_complex64 PASSED [ 14%] 2022-12-01T10:39:10.9021279Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_indices_cpu_int64 SKIPPED (Skipped!) [ 14%] 2022-12-01T10:39:10.9021441Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_cpu_complex64 PASSED [ 14%] 2022-12-01T10:39:10.9021619Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_indices_cpu_int64 SKIPPED (Skipped!) [ 14%] 2022-12-01T10:39:10.9021788Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_true_divide_cpu_complex64 PASSED [ 14%] 2022-12-01T10:39:10.9021942Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_true_divide_cpu_float32 PASSED [ 14%] 2022-12-01T10:39:10.9022100Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trunc_cpu_float32 PASSED [ 14%] 2022-12-01T10:39:10.9022371Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trunc_cpu_int64 PASSED [ 14%] 2022-12-01T10:39:10.9022529Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unbind_cpu_int64 PASSED [ 14%] 2022-12-01T10:39:10.9022692Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unflatten_cpu_float32 PASSED [ 14%] 2022-12-01T10:39:10.9022856Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unflatten_cpu_int64 PASSED [ 14%] 2022-12-01T10:39:10.9023019Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_cpu_complex64 PASSED [ 14%] 2022-12-01T10:39:10.9023183Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_uniform_cpu_complex64 PASSED [ 14%] 2022-12-01T10:39:10.9023340Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_uniform_cpu_float32 PASSED [ 14%] 2022-12-01T10:39:10.9023557Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_consecutive_cpu_float32 PASSED [ 14%] 2022-12-01T10:39:10.9023731Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_consecutive_cpu_int64 PASSED [ 14%] 2022-12-01T10:39:10.9023891Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_cpu_float32 PASSED [ 14%] 2022-12-01T10:39:10.9024050Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_cpu_int64 PASSED [ 14%] 2022-12-01T10:39:10.9024215Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unsqueeze_cpu_complex64 PASSED [ 14%] 2022-12-01T10:39:10.9024412Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unsqueeze_cpu_int64 PASSED [ 14%] 2022-12-01T10:39:10.9024573Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_cpu_complex64 PASSED [ 14%] 2022-12-01T10:39:10.9024731Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_cpu_float32 PASSED [ 14%] 2022-12-01T10:39:10.9024874Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vdot_cpu_float32 PASSED [ 14%] 2022-12-01T10:39:10.9025033Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vdot_cpu_int64 PASSED [ 14%] 2022-12-01T10:39:10.9025196Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_cpu_complex64 PASSED [ 14%] 2022-12-01T10:39:10.9025356Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_cpu_float32 PASSED [ 14%] 2022-12-01T10:39:10.9025515Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_cpu_int64 PASSED [ 14%] 2022-12-01T10:39:10.9025682Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_real_cpu_complex64 PASSED [ 14%] 2022-12-01T10:39:10.9025841Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_cpu_int64 PASSED [ 14%] 2022-12-01T10:39:10.9026006Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vsplit_cpu_complex64 PASSED [ 14%] 2022-12-01T10:39:10.9026168Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vsplit_cpu_float32 PASSED [ 14%] 2022-12-01T10:39:10.9026321Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vstack_cpu_complex64 PASSED [ 14%] 2022-12-01T10:39:10.9026480Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vstack_cpu_float32 PASSED [ 14%] 2022-12-01T10:39:10.9026641Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_where_cpu_complex64 PASSED [ 14%] 2022-12-01T10:39:10.9026802Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_where_cpu_float32 PASSED [ 14%] 2022-12-01T10:39:10.9026958Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_where_cpu_int64 PASSED [ 14%] 2022-12-01T10:39:10.9027115Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_xlogy_cpu_float32 PASSED [ 14%] 2022-12-01T10:39:10.9027271Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_like_cpu_int64 PASSED [ 14%] 2022-12-01T10:39:10.9027420Z test_ops.py::TestCommonCPU::test_numpy_ref_addbmm_cpu_float64 PASSED [ 14%] 2022-12-01T10:39:10.9027553Z test_ops.py::TestCommonCPU::test_numpy_ref_addbmm_cpu_int64 PASSED [ 14%] 2022-12-01T10:39:10.9027703Z test_ops.py::TestCommonCPU::test_numpy_ref_allclose_cpu_float64 PASSED [ 14%] 2022-12-01T10:39:10.9027848Z test_ops.py::TestCommonCPU::test_numpy_ref_argwhere_cpu_float64 PASSED [ 14%] 2022-12-01T10:39:10.9028005Z test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_tensors_cpu_complex128 PASSED [ 14%] 2022-12-01T10:39:10.9028160Z test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_tensors_cpu_int64 PASSED [ 14%] 2022-12-01T10:39:10.9028321Z test_ops.py::TestCommonCPU::test_numpy_ref_cat_cpu_float64 PASSED [ 14%] 2022-12-01T10:39:10.9028463Z test_ops.py::TestCommonCPU::test_numpy_ref_clamp_cpu_float64 PASSED [ 14%] 2022-12-01T10:39:10.9028605Z test_ops.py::TestCommonCPU::test_numpy_ref_clone_cpu_float64 XFAIL [ 14%] 2022-12-01T10:39:10.9028730Z test_ops.py::TestCommonCPU::test_numpy_ref_clone_cpu_int64 XFAIL [ 14%] 2022-12-01T10:39:10.9028871Z test_ops.py::TestCommonCPU::test_numpy_ref_diagflat_cpu_int64 PASSED [ 14%] 2022-12-01T10:39:10.9029047Z test_ops.py::TestCommonCPU::test_numpy_ref_diff_cpu_complex128 PASSED [ 14%] 2022-12-01T10:39:10.9029192Z test_ops.py::TestCommonCPU::test_numpy_ref_diff_cpu_float64 PASSED [ 14%] 2022-12-01T10:39:10.9029334Z test_ops.py::TestCommonCPU::test_numpy_ref_equal_cpu_complex128 PASSED [ 14%] 2022-12-01T10:39:10.9029520Z test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_2inputs_2outputs_cpu_int64 SKIPPED (Only runs on cuda) [ 14%] 2022-12-01T10:39:10.9029720Z test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_4inputs_with_extra_args_cpu_complex128 SKIPPED (Only runs on cuda) [ 14%] 2022-12-01T10:39:10.9029991Z test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_4inputs_with_extra_args_cpu_float64 SKIPPED (Only runs on cuda) [ 14%] 2022-12-01T10:39:10.9030147Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_cross_cpu_float64 PASSED [ 14%] 2022-12-01T10:39:10.9030296Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorinv_cpu_complex128 PASSED [ 14%] 2022-12-01T10:39:10.9030456Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorinv_cpu_float64 PASSED [ 14%] 2022-12-01T10:39:10.9030618Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorsolve_cpu_float64 PASSED [ 14%] 2022-12-01T10:39:10.9030771Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vander_cpu_complex128 PASSED [ 14%] 2022-12-01T10:39:10.9030923Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vander_cpu_float64 PASSED [ 14%] 2022-12-01T10:39:10.9031072Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vander_cpu_int64 PASSED [ 14%] 2022-12-01T10:39:10.9031227Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vecdot_cpu_complex128 PASSED [ 14%] 2022-12-01T10:39:10.9031383Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vecdot_cpu_float64 PASSED [ 14%] 2022-12-01T10:39:10.9031541Z test_ops.py::TestCommonCPU::test_numpy_ref_meshgrid_variadic_tensors_cpu_complex128 PASSED [ 14%] 2022-12-01T10:39:10.9031707Z test_ops.py::TestCommonCPU::test_numpy_ref_meshgrid_variadic_tensors_cpu_int64 PASSED [ 14%] 2022-12-01T10:39:10.9031878Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose1d_cpu_int64 XFAIL [ 14%] 2022-12-01T10:39:10.9032039Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_l1_loss_cpu_complex128 PASSED [ 14%] 2022-12-01T10:39:10.9032199Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_l1_loss_cpu_float64 PASSED [ 14%] 2022-12-01T10:39:10.9032362Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_layer_norm_cpu_float64 PASSED [ 14%] 2022-12-01T10:39:10.9032537Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pairwise_distance_cpu_float64 PASSED [ 14%] 2022-12-01T10:39:10.9032707Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_smooth_l1_loss_cpu_float64 PASSED [ 14%] 2022-12-01T10:39:10.9032857Z test_ops.py::TestCommonCPU::test_numpy_ref_permute_cpu_complex128 PASSED [ 14%] 2022-12-01T10:39:10.9032994Z test_ops.py::TestCommonCPU::test_numpy_ref_permute_cpu_int64 PASSED [ 14%] 2022-12-01T10:39:10.9033140Z test_ops.py::TestCommonCPU::test_numpy_ref_ravel_cpu_complex128 PASSED [ 14%] 2022-12-01T10:39:10.9033287Z test_ops.py::TestCommonCPU::test_numpy_ref_ravel_cpu_float64 PASSED [ 14%] 2022-12-01T10:39:10.9033444Z test_ops.py::TestCommonCPU::test_numpy_ref_repeat_cpu_int64 PASSED [ 14%] 2022-12-01T10:39:10.9033658Z test_ops.py::TestCommonCPU::test_numpy_ref_tile_cpu_complex128 PASSED [ 14%] 2022-12-01T10:39:10.9033843Z test_ops.py::TestCommonCPU::test_numpy_ref_unbind_cpu_complex128 PASSED [ 14%] 2022-12-01T10:39:10.9033986Z test_ops.py::TestCommonCPU::test_numpy_ref_unbind_cpu_float64 PASSED [ 14%] 2022-12-01T10:39:10.9034128Z test_ops.py::TestCommonCPU::test_numpy_ref_unbind_cpu_int64 PASSED [ 14%] 2022-12-01T10:39:10.9034256Z test_ops.py::TestCommonCPU::test_numpy_ref_where_cpu_float64 PASSED [ 14%] 2022-12-01T10:39:10.9034395Z test_ops.py::TestCommonCPU::test_numpy_ref_where_cpu_int64 PASSED [ 14%] 2022-12-01T10:39:10.9034530Z test_ops.py::TestCommonCPU::test_out_H_cpu_float32 PASSED [ 14%] 2022-12-01T10:39:10.9034730Z test_ops.py::TestCommonCPU::test_out___getitem___cpu_float32 PASSED [ 14%] 2022-12-01T10:39:10.9034866Z test_ops.py::TestCommonCPU::test_out___radd___cpu_float32 PASSED [ 14%] 2022-12-01T10:39:10.9035002Z test_ops.py::TestCommonCPU::test_out___rdiv___cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9035139Z test_ops.py::TestCommonCPU::test_out___rmatmul___cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9035273Z test_ops.py::TestCommonCPU::test_out___rmul___cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9035393Z test_ops.py::TestCommonCPU::test_out___ror___cpu_int64 PASSED [ 15%] 2022-12-01T10:39:10.9035555Z test_ops.py::TestCommonCPU::test_out___rpow___cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9035692Z test_ops.py::TestCommonCPU::test_out___rsub___cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9035830Z test_ops.py::TestCommonCPU::test_out__refs_acos_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9035969Z test_ops.py::TestCommonCPU::test_out__refs_acosh_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9036196Z 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:39:10.9036333Z test_ops.py::TestCommonCPU::test_out__refs_amax_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9036475Z test_ops.py::TestCommonCPU::test_out__refs_as_strided_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9036600Z test_ops.py::TestCommonCPU::test_out__refs_asin_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9036739Z test_ops.py::TestCommonCPU::test_out__refs_atan2_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9036880Z test_ops.py::TestCommonCPU::test_out__refs_atan_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9037019Z test_ops.py::TestCommonCPU::test_out__refs_atanh_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9037162Z test_ops.py::TestCommonCPU::test_out__refs_atleast_2d_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9037317Z test_ops.py::TestCommonCPU::test_out__refs_bitwise_left_shift_cpu_int64 PASSED [ 15%] 2022-12-01T10:39:10.9037459Z test_ops.py::TestCommonCPU::test_out__refs_bitwise_not_cpu_int64 PASSED [ 15%] 2022-12-01T10:39:10.9037598Z test_ops.py::TestCommonCPU::test_out__refs_bitwise_or_cpu_int64 PASSED [ 15%] 2022-12-01T10:39:10.9037725Z test_ops.py::TestCommonCPU::test_out__refs_bitwise_xor_cpu_int64 PASSED [ 15%] 2022-12-01T10:39:10.9037883Z test_ops.py::TestCommonCPU::test_out__refs_broadcast_tensors_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9038034Z test_ops.py::TestCommonCPU::test_out__refs_broadcast_to_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9038179Z test_ops.py::TestCommonCPU::test_out__refs_ceil_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9038317Z test_ops.py::TestCommonCPU::test_out__refs_clamp_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9038457Z test_ops.py::TestCommonCPU::test_out__refs_clamp_min_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9038593Z test_ops.py::TestCommonCPU::test_out__refs_clone_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9038734Z test_ops.py::TestCommonCPU::test_out__refs_conj_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9038886Z test_ops.py::TestCommonCPU::test_out__refs_conj_physical_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9039016Z test_ops.py::TestCommonCPU::test_out__refs_contiguous_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9039156Z test_ops.py::TestCommonCPU::test_out__refs_digamma_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9039316Z test_ops.py::TestCommonCPU::test_out__refs_div_floor_rounding_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9039473Z test_ops.py::TestCommonCPU::test_out__refs_div_no_rounding_mode_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9039630Z test_ops.py::TestCommonCPU::test_out__refs_div_trunc_rounding_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9039771Z test_ops.py::TestCommonCPU::test_out__refs_dsplit_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9039913Z test_ops.py::TestCommonCPU::test_out__refs_dstack_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9040130Z test_ops.py::TestCommonCPU::test_out__refs_empty_cpu_float32 SKIPPED (Expected: empty is not comparable) [ 15%] 2022-12-01T10:39:10.9040256Z test_ops.py::TestCommonCPU::test_out__refs_eq_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9040394Z test_ops.py::TestCommonCPU::test_out__refs_exp2_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9040535Z test_ops.py::TestCommonCPU::test_out__refs_exp_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9040678Z test_ops.py::TestCommonCPU::test_out__refs_expand_as_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9040845Z test_ops.py::TestCommonCPU::test_out__refs_expand_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9040986Z test_ops.py::TestCommonCPU::test_out__refs_expm1_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9041127Z test_ops.py::TestCommonCPU::test_out__refs_fft_fft_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9041268Z test_ops.py::TestCommonCPU::test_out__refs_fft_fftn_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9041407Z test_ops.py::TestCommonCPU::test_out__refs_fft_fftshift_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9041547Z test_ops.py::TestCommonCPU::test_out__refs_fft_hfftn_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9041685Z test_ops.py::TestCommonCPU::test_out__refs_fft_ifft_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9041827Z test_ops.py::TestCommonCPU::test_out__refs_fft_ihfftn_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9041965Z test_ops.py::TestCommonCPU::test_out__refs_fft_irfft_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9042109Z test_ops.py::TestCommonCPU::test_out__refs_fft_irfftn_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9042249Z test_ops.py::TestCommonCPU::test_out__refs_fft_rfft_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9042390Z test_ops.py::TestCommonCPU::test_out__refs_fft_rfftn_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9042517Z test_ops.py::TestCommonCPU::test_out__refs_flip_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9042658Z test_ops.py::TestCommonCPU::test_out__refs_fliplr_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9042795Z test_ops.py::TestCommonCPU::test_out__refs_flipud_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9042942Z test_ops.py::TestCommonCPU::test_out__refs_float_power_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9043079Z test_ops.py::TestCommonCPU::test_out__refs_floor_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9043230Z test_ops.py::TestCommonCPU::test_out__refs_floor_divide_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9043365Z test_ops.py::TestCommonCPU::test_out__refs_gcd_cpu_int64 PASSED [ 15%] 2022-12-01T10:39:10.9043503Z test_ops.py::TestCommonCPU::test_out__refs_ge_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9043629Z test_ops.py::TestCommonCPU::test_out__refs_gt_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9043771Z test_ops.py::TestCommonCPU::test_out__refs_heaviside_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9043910Z test_ops.py::TestCommonCPU::test_out__refs_hypot_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9044051Z test_ops.py::TestCommonCPU::test_out__refs_igamma_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9044192Z test_ops.py::TestCommonCPU::test_out__refs_igammac_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9044329Z test_ops.py::TestCommonCPU::test_out__refs_imag_cpu_complex64 PASSED [ 15%] 2022-12-01T10:39:10.9044468Z test_ops.py::TestCommonCPU::test_out__refs_index_add_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9044676Z test_ops.py::TestCommonCPU::test_out__refs_index_copy_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9044808Z test_ops.py::TestCommonCPU::test_out__refs_index_fill_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9044949Z test_ops.py::TestCommonCPU::test_out__refs_isclose_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9045089Z test_ops.py::TestCommonCPU::test_out__refs_isfinite_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9045227Z test_ops.py::TestCommonCPU::test_out__refs_isinf_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9045402Z test_ops.py::TestCommonCPU::test_out__refs_isnan_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9045537Z test_ops.py::TestCommonCPU::test_out__refs_lcm_cpu_int64 PASSED [ 15%] 2022-12-01T10:39:10.9045674Z test_ops.py::TestCommonCPU::test_out__refs_le_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9045831Z test_ops.py::TestCommonCPU::test_out__refs_linalg_matrix_norm_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9045972Z test_ops.py::TestCommonCPU::test_out__refs_linalg_svd_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9046100Z test_ops.py::TestCommonCPU::test_out__refs_linspace_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9046267Z test_ops.py::TestCommonCPU::test_out__refs_log10_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9046409Z test_ops.py::TestCommonCPU::test_out__refs_log1p_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9046548Z test_ops.py::TestCommonCPU::test_out__refs_logical_or_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9046700Z test_ops.py::TestCommonCPU::test_out__refs_logical_xor_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9046836Z test_ops.py::TestCommonCPU::test_out__refs_lt_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9046974Z test_ops.py::TestCommonCPU::test_out__refs_maximum_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9047112Z test_ops.py::TestCommonCPU::test_out__refs_mean_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9047237Z test_ops.py::TestCommonCPU::test_out__refs_minimum_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9047379Z test_ops.py::TestCommonCPU::test_out__refs_nan_to_num_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9047517Z test_ops.py::TestCommonCPU::test_out__refs_ne_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9047655Z test_ops.py::TestCommonCPU::test_out__refs_neg_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9047844Z test_ops.py::TestCommonCPU::test_out__refs_new_empty_cpu_float32 SKIPPED (Expected: empty is not comparable) [ 15%] 2022-12-01T10:39:10.9048003Z test_ops.py::TestCommonCPU::test_out__refs_new_empty_strided_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9048142Z test_ops.py::TestCommonCPU::test_out__refs_new_full_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9048297Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_celu_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9048489Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_dropout_cpu_float32 SKIPPED (Expected: dropout is not comparable) [ 15%] 2022-12-01T10:39:10.9048645Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_elu_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9048799Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_gelu_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9048954Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_glu_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9049131Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9049293Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_layer_norm_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9049455Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_leaky_relu_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9049626Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9049782Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_mish_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9049926Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_pdist_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9050096Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9050254Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_prelu_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9050406Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_relu6_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9050560Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_selu_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9050751Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_softplus_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9050913Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_softshrink_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9051075Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_tanhshrink_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9051207Z test_ops.py::TestCommonCPU::test_out__refs_norm_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9051353Z test_ops.py::TestCommonCPU::test_out__refs_permute_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9051526Z test_ops.py::TestCommonCPU::test_out__refs_randn_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9051672Z test_ops.py::TestCommonCPU::test_out__refs_remainder_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9051813Z test_ops.py::TestCommonCPU::test_out__refs_repeat_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9051956Z test_ops.py::TestCommonCPU::test_out__refs_reshape_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9052094Z test_ops.py::TestCommonCPU::test_out__refs_rot90_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9052235Z test_ops.py::TestCommonCPU::test_out__refs_rsqrt_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9052361Z test_ops.py::TestCommonCPU::test_out__refs_rsub_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9052503Z test_ops.py::TestCommonCPU::test_out__refs_signbit_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9052641Z test_ops.py::TestCommonCPU::test_out__refs_sin_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9052778Z test_ops.py::TestCommonCPU::test_out__refs_sinc_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9052920Z test_ops.py::TestCommonCPU::test_out__refs_sinh_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9053058Z test_ops.py::TestCommonCPU::test_out__refs_softmax_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9053212Z test_ops.py::TestCommonCPU::test_out__refs_special_bessel_j1_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9053364Z test_ops.py::TestCommonCPU::test_out__refs_special_i0e_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9053501Z test_ops.py::TestCommonCPU::test_out__refs_special_i1e_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9053674Z test_ops.py::TestCommonCPU::test_out__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9053819Z test_ops.py::TestCommonCPU::test_out__refs_squeeze_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9053961Z test_ops.py::TestCommonCPU::test_out__refs_std_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9054097Z test_ops.py::TestCommonCPU::test_out__refs_sub_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:10.9054237Z test_ops.py::TestCommonCPU::test_out__refs_t_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9054378Z test_ops.py::TestCommonCPU::test_out__refs_tan_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9054515Z test_ops.py::TestCommonCPU::test_out__refs_tanh_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9054651Z test_ops.py::TestCommonCPU::test_out__refs_to_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9054780Z test_ops.py::TestCommonCPU::test_out__refs_trace_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9054921Z test_ops.py::TestCommonCPU::test_out__refs_triu_indices_cpu_int64 PASSED [ 16%] 2022-12-01T10:39:10.9055069Z test_ops.py::TestCommonCPU::test_out__refs_true_divide_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9055210Z test_ops.py::TestCommonCPU::test_out__refs_unflatten_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9055346Z test_ops.py::TestCommonCPU::test_out__refs_var_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9055488Z test_ops.py::TestCommonCPU::test_out__refs_var_mean_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9055628Z test_ops.py::TestCommonCPU::test_out__refs_vsplit_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9055770Z test_ops.py::TestCommonCPU::test_out__refs_vstack_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9055896Z test_ops.py::TestCommonCPU::test_out__refs_zeros_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9056065Z test_ops.py::TestCommonCPU::test_out_abs_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9056203Z test_ops.py::TestCommonCPU::test_out_add_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9056339Z test_ops.py::TestCommonCPU::test_out_addbmm_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9056473Z test_ops.py::TestCommonCPU::test_out_addmm_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9056616Z test_ops.py::TestCommonCPU::test_out_addmm_decomposed_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9056750Z test_ops.py::TestCommonCPU::test_out_addr_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9056908Z test_ops.py::TestCommonCPU::test_out_all_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9057118Z test_ops.py::TestCommonCPU::test_out_allclose_cpu_float32 SKIPPED (Skipped! Only supports single tensor or iterable of tensor outputs.) [ 16%] 2022-12-01T10:39:10.9057256Z test_ops.py::TestCommonCPU::test_out_amin_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9057394Z test_ops.py::TestCommonCPU::test_out_aminmax_cpu_float32 XFAIL [ 16%] 2022-12-01T10:39:10.9057529Z test_ops.py::TestCommonCPU::test_out_any_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9057668Z test_ops.py::TestCommonCPU::test_out_arange_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9057802Z test_ops.py::TestCommonCPU::test_out_argmax_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9057938Z test_ops.py::TestCommonCPU::test_out_asin_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9058075Z test_ops.py::TestCommonCPU::test_out_asinh_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9058197Z test_ops.py::TestCommonCPU::test_out_atan2_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9058332Z test_ops.py::TestCommonCPU::test_out_atanh_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9058472Z test_ops.py::TestCommonCPU::test_out_atleast_1d_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9058611Z test_ops.py::TestCommonCPU::test_out_atleast_2d_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9058747Z test_ops.py::TestCommonCPU::test_out_bfloat16_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9058886Z test_ops.py::TestCommonCPU::test_out_bitwise_not_cpu_int64 PASSED [ 16%] 2022-12-01T10:39:10.9059022Z test_ops.py::TestCommonCPU::test_out_bitwise_xor_cpu_int64 PASSED [ 16%] 2022-12-01T10:39:10.9059153Z test_ops.py::TestCommonCPU::test_out_bmm_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9059284Z test_ops.py::TestCommonCPU::test_out_broadcast_shapes_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9059425Z test_ops.py::TestCommonCPU::test_out_broadcast_to_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9059561Z test_ops.py::TestCommonCPU::test_out_byte_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9059694Z test_ops.py::TestCommonCPU::test_out_cat_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9059829Z test_ops.py::TestCommonCPU::test_out_cdist_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9059964Z test_ops.py::TestCommonCPU::test_out_ceil_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9060101Z test_ops.py::TestCommonCPU::test_out_chalf_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9060235Z test_ops.py::TestCommonCPU::test_out_char_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9060358Z test_ops.py::TestCommonCPU::test_out_cholesky_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9060499Z test_ops.py::TestCommonCPU::test_out_cholesky_solve_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9060636Z test_ops.py::TestCommonCPU::test_out_chunk_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9060772Z test_ops.py::TestCommonCPU::test_out_clamp_max_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9060906Z test_ops.py::TestCommonCPU::test_out_clone_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9061045Z test_ops.py::TestCommonCPU::test_out_column_stack_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9061220Z test_ops.py::TestCommonCPU::test_out_combinations_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9061356Z test_ops.py::TestCommonCPU::test_out_complex_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9061489Z test_ops.py::TestCommonCPU::test_out_conj_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9061616Z test_ops.py::TestCommonCPU::test_out_contiguous_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9061753Z test_ops.py::TestCommonCPU::test_out_copysign_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9061894Z test_ops.py::TestCommonCPU::test_out_count_nonzero_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9062054Z test_ops.py::TestCommonCPU::test_out_cov_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9062311Z test_ops.py::TestCommonCPU::test_out_cummax_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9062448Z test_ops.py::TestCommonCPU::test_out_cummin_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9062586Z test_ops.py::TestCommonCPU::test_out_cumprod_cpu_float32 XFAIL [ 16%] 2022-12-01T10:39:10.9062725Z test_ops.py::TestCommonCPU::test_out_cumsum_cpu_float32 XFAIL [ 16%] 2022-12-01T10:39:10.9062847Z test_ops.py::TestCommonCPU::test_out_diag_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9062985Z test_ops.py::TestCommonCPU::test_out_diag_embed_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9063120Z test_ops.py::TestCommonCPU::test_out_diff_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9063254Z test_ops.py::TestCommonCPU::test_out_dist_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9063407Z test_ops.py::TestCommonCPU::test_out_div_floor_rounding_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9063544Z test_ops.py::TestCommonCPU::test_out_dstack_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9063724Z test_ops.py::TestCommonCPU::test_out_empty_cpu_float32 SKIPPED (Expected: empty is not comparable) [ 16%] 2022-12-01T10:39:10.9063862Z test_ops.py::TestCommonCPU::test_out_erfinv_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9063985Z test_ops.py::TestCommonCPU::test_out_exp2_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9064124Z test_ops.py::TestCommonCPU::test_out_expand_as_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9064260Z test_ops.py::TestCommonCPU::test_out_expm1_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9064398Z test_ops.py::TestCommonCPU::test_out_eye_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9064532Z test_ops.py::TestCommonCPU::test_out_fft_fft_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9064671Z test_ops.py::TestCommonCPU::test_out_fft_fftn_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9064808Z test_ops.py::TestCommonCPU::test_out_fft_hfft_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9064950Z test_ops.py::TestCommonCPU::test_out_fft_hfftn_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9065074Z test_ops.py::TestCommonCPU::test_out_fft_ifft2_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9065213Z test_ops.py::TestCommonCPU::test_out_fft_ihfft_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9065351Z test_ops.py::TestCommonCPU::test_out_fft_irfft2_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9065486Z test_ops.py::TestCommonCPU::test_out_fft_irfft_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9065623Z test_ops.py::TestCommonCPU::test_out_fft_irfftn_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9065759Z test_ops.py::TestCommonCPU::test_out_fft_rfft_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9065892Z test_ops.py::TestCommonCPU::test_out_fill_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9066029Z test_ops.py::TestCommonCPU::test_out_fliplr_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9066152Z test_ops.py::TestCommonCPU::test_out_float_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9066291Z test_ops.py::TestCommonCPU::test_out_float_power_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9066480Z test_ops.py::TestCommonCPU::test_out_floor_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9066620Z test_ops.py::TestCommonCPU::test_out_floor_divide_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9066753Z test_ops.py::TestCommonCPU::test_out_fmod_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9066887Z test_ops.py::TestCommonCPU::test_out_gather_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9067022Z test_ops.py::TestCommonCPU::test_out_gcd_cpu_int64 PASSED [ 16%] 2022-12-01T10:39:10.9067153Z test_ops.py::TestCommonCPU::test_out_ge_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9067309Z test_ops.py::TestCommonCPU::test_out_geqrf_cpu_float32 XFAIL [ 16%] 2022-12-01T10:39:10.9067451Z test_ops.py::TestCommonCPU::test_out_histogram_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9067588Z test_ops.py::TestCommonCPU::test_out_hstack_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9067727Z test_ops.py::TestCommonCPU::test_out_hypot_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9067866Z test_ops.py::TestCommonCPU::test_out_igammac_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9067999Z test_ops.py::TestCommonCPU::test_out_int_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9068136Z test_ops.py::TestCommonCPU::test_out_isfinite_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9068270Z test_ops.py::TestCommonCPU::test_out_isinf_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9068396Z test_ops.py::TestCommonCPU::test_out_isneginf_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9068579Z test_ops.py::TestCommonCPU::test_out_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 16%] 2022-12-01T10:39:10.9068748Z test_ops.py::TestCommonCPU::test_out_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 16%] 2022-12-01T10:39:10.9068884Z test_ops.py::TestCommonCPU::test_out_kron_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9069017Z test_ops.py::TestCommonCPU::test_out_lcm_cpu_int64 PASSED [ 16%] 2022-12-01T10:39:10.9069154Z test_ops.py::TestCommonCPU::test_out_lerp_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9069308Z test_ops.py::TestCommonCPU::test_out_linalg_det_singular_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9069450Z test_ops.py::TestCommonCPU::test_out_linalg_eigh_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9069590Z test_ops.py::TestCommonCPU::test_out_linalg_eigvals_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9069715Z test_ops.py::TestCommonCPU::test_out_linalg_inv_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9069866Z test_ops.py::TestCommonCPU::test_out_linalg_ldl_factor_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9070026Z test_ops.py::TestCommonCPU::test_out_linalg_lstsq_cpu_float32 SKIPPED (Skipped!) [ 16%] 2022-12-01T10:39:10.9070185Z test_ops.py::TestCommonCPU::test_out_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9070325Z test_ops.py::TestCommonCPU::test_out_linalg_lu_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9070477Z test_ops.py::TestCommonCPU::test_out_linalg_matrix_norm_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9070629Z test_ops.py::TestCommonCPU::test_out_linalg_matrix_power_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9070777Z test_ops.py::TestCommonCPU::test_out_linalg_matrix_rank_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9070908Z test_ops.py::TestCommonCPU::test_out_linalg_multi_dot_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9071050Z test_ops.py::TestCommonCPU::test_out_linalg_norm_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9071219Z test_ops.py::TestCommonCPU::test_out_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9071377Z test_ops.py::TestCommonCPU::test_out_linalg_pinv_hermitian_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9071521Z test_ops.py::TestCommonCPU::test_out_linalg_qr_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9071664Z test_ops.py::TestCommonCPU::test_out_linalg_solve_ex_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9071852Z test_ops.py::TestCommonCPU::test_out_linalg_svdvals_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9072003Z test_ops.py::TestCommonCPU::test_out_linalg_tensorsolve_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9072126Z test_ops.py::TestCommonCPU::test_out_log_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9072277Z test_ops.py::TestCommonCPU::test_out_log_softmax_dtype_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9072419Z test_ops.py::TestCommonCPU::test_out_logdet_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9072560Z test_ops.py::TestCommonCPU::test_out_logical_and_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9072730Z test_ops.py::TestCommonCPU::test_out_logical_not_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9072876Z test_ops.py::TestCommonCPU::test_out_logical_or_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:10.9073014Z test_ops.py::TestCommonCPU::test_out_logit_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9073157Z test_ops.py::TestCommonCPU::test_out_logspace_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9073284Z test_ops.py::TestCommonCPU::test_out_logsumexp_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9073418Z test_ops.py::TestCommonCPU::test_out_mH_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9073550Z test_ops.py::TestCommonCPU::test_out_mT_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9073693Z test_ops.py::TestCommonCPU::test_out_masked_amax_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9073832Z test_ops.py::TestCommonCPU::test_out_masked_argmax_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9073973Z test_ops.py::TestCommonCPU::test_out_masked_argmin_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9074112Z test_ops.py::TestCommonCPU::test_out_masked_cumsum_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9074261Z test_ops.py::TestCommonCPU::test_out_masked_log_softmax_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9074394Z test_ops.py::TestCommonCPU::test_out_masked_logaddexp_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9074542Z test_ops.py::TestCommonCPU::test_out_masked_normalize_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9074681Z test_ops.py::TestCommonCPU::test_out_masked_prod_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9074823Z test_ops.py::TestCommonCPU::test_out_masked_softmax_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9074961Z test_ops.py::TestCommonCPU::test_out_masked_std_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9075098Z test_ops.py::TestCommonCPU::test_out_masked_var_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9075234Z test_ops.py::TestCommonCPU::test_out_matmul_cpu_float32 XFAIL [ 17%] 2022-12-01T10:39:10.9075374Z test_ops.py::TestCommonCPU::test_out_matrix_exp_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9075516Z test_ops.py::TestCommonCPU::test_out_max_reduction_with_dim_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9075652Z test_ops.py::TestCommonCPU::test_out_maximum_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9075790Z test_ops.py::TestCommonCPU::test_out_min_binary_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9075943Z test_ops.py::TestCommonCPU::test_out_min_reduction_no_dim_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9076098Z test_ops.py::TestCommonCPU::test_out_min_reduction_with_dim_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9076236Z test_ops.py::TestCommonCPU::test_out_minimum_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9076370Z test_ops.py::TestCommonCPU::test_out_mode_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9076506Z test_ops.py::TestCommonCPU::test_out_msort_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9076641Z test_ops.py::TestCommonCPU::test_out_mv_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9076783Z test_ops.py::TestCommonCPU::test_out_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9076932Z test_ops.py::TestCommonCPU::test_out_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9077100Z test_ops.py::TestCommonCPU::test_out_nan_to_num_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9077237Z test_ops.py::TestCommonCPU::test_out_nanmean_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9077376Z test_ops.py::TestCommonCPU::test_out_nanmedian_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9077518Z test_ops.py::TestCommonCPU::test_out_nanquantile_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9077655Z test_ops.py::TestCommonCPU::test_out_nansum_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9077794Z test_ops.py::TestCommonCPU::test_out_narrow_copy_cpu_float32 XFAIL [ 17%] 2022-12-01T10:39:10.9077952Z test_ops.py::TestCommonCPU::test_out_native_batch_norm_cpu_float32 XFAIL [ 17%] 2022-12-01T10:39:10.9078102Z test_ops.py::TestCommonCPU::test_out_native_layer_norm_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9078238Z test_ops.py::TestCommonCPU::test_out_ne_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9078373Z test_ops.py::TestCommonCPU::test_out_neg_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9078514Z test_ops.py::TestCommonCPU::test_out_new_empty_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9078650Z test_ops.py::TestCommonCPU::test_out_new_full_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9078787Z test_ops.py::TestCommonCPU::test_out_new_ones_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9078925Z test_ops.py::TestCommonCPU::test_out_new_zeros_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9079052Z test_ops.py::TestCommonCPU::test_out_nextafter_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9079234Z test_ops.py::TestCommonCPU::test_out_nn_functional__scaled_dot_product_attention_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9079404Z test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9079575Z test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9079744Z test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9079901Z test_ops.py::TestCommonCPU::test_out_nn_functional_avg_pool1d_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9080055Z test_ops.py::TestCommonCPU::test_out_nn_functional_avg_pool3d_cpu_float32 XFAIL [ 17%] 2022-12-01T10:39:10.9080210Z test_ops.py::TestCommonCPU::test_out_nn_functional_batch_norm_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9080367Z test_ops.py::TestCommonCPU::test_out_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9080551Z test_ops.py::TestCommonCPU::test_out_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9080702Z test_ops.py::TestCommonCPU::test_out_nn_functional_conv1d_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9080866Z test_ops.py::TestCommonCPU::test_out_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9081037Z test_ops.py::TestCommonCPU::test_out_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9081195Z test_ops.py::TestCommonCPU::test_out_nn_functional_dropout2d_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9081352Z test_ops.py::TestCommonCPU::test_out_nn_functional_dropout3d_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9081502Z test_ops.py::TestCommonCPU::test_out_nn_functional_elu_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9081690Z test_ops.py::TestCommonCPU::test_out_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9081847Z test_ops.py::TestCommonCPU::test_out_nn_functional_fractional_max_pool3d_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9082012Z test_ops.py::TestCommonCPU::test_out_nn_functional_gaussian_nll_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9082174Z test_ops.py::TestCommonCPU::test_out_nn_functional_gelu_cpu_float32 SKIPPED (Skipped!) [ 17%] 2022-12-01T10:39:10.9082324Z test_ops.py::TestCommonCPU::test_out_nn_functional_glu_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9082513Z test_ops.py::TestCommonCPU::test_out_nn_functional_grid_sample_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9082669Z test_ops.py::TestCommonCPU::test_out_nn_functional_group_norm_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9082828Z test_ops.py::TestCommonCPU::test_out_nn_functional_hardsigmoid_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9082983Z test_ops.py::TestCommonCPU::test_out_nn_functional_hardswish_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9083131Z test_ops.py::TestCommonCPU::test_out_nn_functional_instance_norm_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9083323Z test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_area_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9083494Z test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9083663Z test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_linear_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9083832Z test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9083986Z test_ops.py::TestCommonCPU::test_out_nn_functional_l1_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9084143Z test_ops.py::TestCommonCPU::test_out_nn_functional_layer_norm_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9084298Z test_ops.py::TestCommonCPU::test_out_nn_functional_leaky_relu_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9084450Z test_ops.py::TestCommonCPU::test_out_nn_functional_linear_cpu_float32 XFAIL [ 17%] 2022-12-01T10:39:10.9084591Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_pool1d_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9084841Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_pool3d_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9085011Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9085169Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool2d_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9085333Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9085489Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool3d_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9085648Z test_ops.py::TestCommonCPU::test_out_nn_functional_mse_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9085824Z test_ops.py::TestCommonCPU::test_out_nn_functional_multilabel_margin_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9085962Z test_ops.py::TestCommonCPU::test_out_nn_functional_one_hot_cpu_int64 PASSED [ 17%] 2022-12-01T10:39:10.9086121Z test_ops.py::TestCommonCPU::test_out_nn_functional_pad_constant_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9086278Z test_ops.py::TestCommonCPU::test_out_nn_functional_pad_reflect_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9086442Z test_ops.py::TestCommonCPU::test_out_nn_functional_pairwise_distance_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9086604Z test_ops.py::TestCommonCPU::test_out_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9086769Z test_ops.py::TestCommonCPU::test_out_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9086920Z test_ops.py::TestCommonCPU::test_out_nn_functional_prelu_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9087067Z test_ops.py::TestCommonCPU::test_out_nn_functional_rrelu_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9087217Z test_ops.py::TestCommonCPU::test_out_nn_functional_silu_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9087366Z test_ops.py::TestCommonCPU::test_out_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9087524Z test_ops.py::TestCommonCPU::test_out_nn_functional_softsign_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9087680Z test_ops.py::TestCommonCPU::test_out_nn_functional_tanhshrink_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9087838Z test_ops.py::TestCommonCPU::test_out_nn_functional_threshold_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9088007Z test_ops.py::TestCommonCPU::test_out_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9088223Z test_ops.py::TestCommonCPU::test_out_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9088386Z test_ops.py::TestCommonCPU::test_out_nn_functional_upsample_nearest_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9088527Z test_ops.py::TestCommonCPU::test_out_nonzero_cpu_float32 XFAIL [ 17%] 2022-12-01T10:39:10.9088654Z test_ops.py::TestCommonCPU::test_out_norm_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9088794Z test_ops.py::TestCommonCPU::test_out_norm_inf_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9088966Z test_ops.py::TestCommonCPU::test_out_norm_nuc_cpu_float32 XFAIL [ 17%] 2022-12-01T10:39:10.9089105Z test_ops.py::TestCommonCPU::test_out_normal_cpu_float32 XFAIL [ 17%] 2022-12-01T10:39:10.9089254Z test_ops.py::TestCommonCPU::test_out_normal_number_mean_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9089396Z test_ops.py::TestCommonCPU::test_out_ones_like_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9089535Z test_ops.py::TestCommonCPU::test_out_ormqr_cpu_float32 XFAIL [ 17%] 2022-12-01T10:39:10.9089679Z test_ops.py::TestCommonCPU::test_out_pca_lowrank_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9089807Z test_ops.py::TestCommonCPU::test_out_pinverse_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9089963Z test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_0_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9090135Z test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_1_cpu_float32 SKIPPED (Skipped!) [ 17%] 2022-12-01T10:39:10.9090305Z test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_2_cpu_float32 SKIPPED (Skipped!) [ 17%] 2022-12-01T10:39:10.9090467Z test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_3_cpu_float32 SKIPPED (Skipped!) [ 17%] 2022-12-01T10:39:10.9090606Z test_ops.py::TestCommonCPU::test_out_pow_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9090742Z test_ops.py::TestCommonCPU::test_out_prod_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9090881Z test_ops.py::TestCommonCPU::test_out_qr_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9091022Z test_ops.py::TestCommonCPU::test_out_rad2deg_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9091151Z test_ops.py::TestCommonCPU::test_out_randint_like_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9091290Z test_ops.py::TestCommonCPU::test_out_randn_like_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9091430Z test_ops.py::TestCommonCPU::test_out_reciprocal_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9091568Z test_ops.py::TestCommonCPU::test_out_renorm_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9091705Z test_ops.py::TestCommonCPU::test_out_resize_as__cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9091841Z test_ops.py::TestCommonCPU::test_out_roll_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9091976Z test_ops.py::TestCommonCPU::test_out_rot90_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9092114Z test_ops.py::TestCommonCPU::test_out_round_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9092266Z test_ops.py::TestCommonCPU::test_out_round_decimals_neg_3_cpu_float32 SKIPPED (Skipped!) [ 17%] 2022-12-01T10:39:10.9092403Z test_ops.py::TestCommonCPU::test_out_scatter_add_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9092556Z test_ops.py::TestCommonCPU::test_out_scatter_reduce_mean_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9092699Z test_ops.py::TestCommonCPU::test_out_searchsorted_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:10.9092855Z test_ops.py::TestCommonCPU::test_out_segment_reduce_lengths_cpu_float32 PASSED [ 18%] 2022-12-01T10:39:10.9092991Z test_ops.py::TestCommonCPU::test_out_select_cpu_float32 PASSED [ 18%] 2022-12-01T10:39:10.9093132Z test_ops.py::TestCommonCPU::test_out_select_scatter_cpu_float32 PASSED [ 18%] 2022-12-01T10:39:10.9093269Z test_ops.py::TestCommonCPU::test_out_sigmoid_cpu_float32 PASSED [ 18%] 2022-12-01T10:39:10.9093425Z test_ops.py::TestCommonCPU::test_out_signbit_cpu_float32 PASSED [ 18%] 2022-12-01T10:39:10.9093561Z test_ops.py::TestCommonCPU::test_out_sinh_cpu_float32 PASSED [ 18%] 2022-12-01T10:39:10.9093702Z test_ops.py::TestCommonCPU::test_out_slice_scatter_cpu_float32 PASSED [ 18%] 2022-12-01T10:39:10.9093841Z test_ops.py::TestCommonCPU::test_out_softmax_cpu_float32 PASSED [ 18%] 2022-12-01T10:39:10.9093976Z test_ops.py::TestCommonCPU::test_out_sort_cpu_float32 PASSED [ 18%] 2022-12-01T10:39:10.9094128Z test_ops.py::TestCommonCPU::test_out_special_bessel_j0_cpu_float32 PASSED [ 18%] 2022-12-01T10:39:10.9094330Z test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_t_cpu_float32 PASSED [ 18%] 2022-12-01T10:39:10.9094770Z 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:39:10.9094936Z test_ops.py::TestCommonCPU::test_out_special_hermite_polynomial_h_cpu_float32 PASSED [ 18%] 2022-12-01T10:39:10.9095091Z test_ops.py::TestCommonCPU::test_out_special_hermite_polynomial_he_cpu_float32 PASSED [ 18%] 2022-12-01T10:39:10.9095232Z test_ops.py::TestCommonCPU::test_out_special_i0e_cpu_float32 PASSED [ 18%] 2022-12-01T10:39:10.9095374Z test_ops.py::TestCommonCPU::test_out_special_i1e_cpu_float32 PASSED [ 18%] 2022-12-01T10:39:10.9095535Z test_ops.py::TestCommonCPU::test_out_special_laguerre_polynomial_l_cpu_float32 PASSED [ 18%] 2022-12-01T10:39:10.9095695Z test_ops.py::TestCommonCPU::test_out_special_modified_bessel_i1_cpu_float32 PASSED [ 18%] 2022-12-01T10:39:10.9095853Z test_ops.py::TestCommonCPU::test_out_special_modified_bessel_k0_cpu_float32 PASSED [ 18%] 2022-12-01T10:39:10.9096011Z test_ops.py::TestCommonCPU::test_out_special_modified_bessel_k1_cpu_float32 PASSED [ 18%] 2022-12-01T10:39:10.9096157Z test_ops.py::TestCommonCPU::test_out_special_ndtr_cpu_float32 PASSED [ 18%] 2022-12-01T10:39:10.9096322Z test_ops.py::TestCommonCPU::test_out_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 18%] 2022-12-01T10:39:10.9096490Z test_ops.py::TestCommonCPU::test_out_special_scaled_modified_bessel_k1_cpu_float32 PASSED [ 18%] 2022-12-01T10:39:10.9096846Z 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:39:10.9097190Z 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:39:10.9097338Z test_ops.py::TestCommonCPU::test_out_special_zeta_cpu_float32 PASSED [ 18%] 2022-12-01T10:39:10.9097477Z test_ops.py::TestCommonCPU::test_out_split_cpu_float32 PASSED [ 18%] 2022-12-01T10:39:10.9097623Z test_ops.py::TestCommonCPU::test_out_split_with_sizes_cpu_float32 PASSED [ 18%] 2022-12-01T10:39:10.9097763Z test_ops.py::TestCommonCPU::test_out_square_cpu_float32 PASSED [ 18%] 2022-12-01T10:39:10.9097901Z test_ops.py::TestCommonCPU::test_out_stft_cpu_float32 PASSED [ 18%] 2022-12-01T10:39:10.9098025Z test_ops.py::TestCommonCPU::test_out_sum_cpu_float32 PASSED [ 18%] 2022-12-01T10:39:10.9098168Z test_ops.py::TestCommonCPU::test_out_sum_to_size_cpu_float32 PASSED [ 18%] 2022-12-01T10:39:10.9098305Z test_ops.py::TestCommonCPU::test_out_svd_cpu_float32 PASSED [ 18%] 2022-12-01T10:39:10.9098445Z test_ops.py::TestCommonCPU::test_out_svd_lowrank_cpu_float32 PASSED [ 18%] 2022-12-01T10:39:10.9098579Z test_ops.py::TestCommonCPU::test_out_t_cpu_float32 PASSED [ 18%] 2022-12-01T10:39:10.9098719Z test_ops.py::TestCommonCPU::test_out_tensordot_cpu_float32 PASSED [ 18%] 2022-12-01T10:39:10.9098854Z test_ops.py::TestCommonCPU::test_out_tile_cpu_float32 PASSED [ 18%] 2022-12-01T10:39:10.9098989Z test_ops.py::TestCommonCPU::test_out_topk_cpu_float32 PASSED [ 18%] 2022-12-01T10:39:10.9099147Z test_ops.py::TestCommonCPU::test_out_trace_cpu_float32 PASSED [ 18%] 2022-12-01T10:39:10.9099286Z test_ops.py::TestCommonCPU::test_out_transpose_cpu_float32 PASSED [ 18%] 2022-12-01T10:39:10.9099428Z test_ops.py::TestCommonCPU::test_out_trapezoid_cpu_float32 PASSED [ 18%] 2022-12-01T10:39:10.9099567Z test_ops.py::TestCommonCPU::test_out_trapz_cpu_float32 PASSED [ 18%] 2022-12-01T10:39:10.9099707Z test_ops.py::TestCommonCPU::test_out_tril_indices_cpu_int64 PASSED [ 18%] 2022-12-01T10:39:10.9099846Z test_ops.py::TestCommonCPU::test_out_triu_indices_cpu_int64 PASSED [ 18%] 2022-12-01T10:39:10.9100016Z test_ops.py::TestCommonCPU::test_out_true_divide_cpu_float32 PASSED [ 18%] 2022-12-01T10:39:10.9100152Z test_ops.py::TestCommonCPU::test_out_trunc_cpu_float32 PASSED [ 18%] 2022-12-01T10:39:10.9100280Z test_ops.py::TestCommonCPU::test_out_unflatten_cpu_float32 PASSED [ 18%] 2022-12-01T10:39:10.9100416Z test_ops.py::TestCommonCPU::test_out_uniform_cpu_float32 PASSED [ 18%] 2022-12-01T10:39:10.9100574Z test_ops.py::TestCommonCPU::test_out_unique_consecutive_cpu_float32 PASSED [ 18%] 2022-12-01T10:39:10.9100718Z test_ops.py::TestCommonCPU::test_out_unsqueeze_cpu_float32 PASSED [ 18%] 2022-12-01T10:39:10.9100853Z test_ops.py::TestCommonCPU::test_out_var_cpu_float32 PASSED [ 18%] 2022-12-01T10:39:10.9100993Z test_ops.py::TestCommonCPU::test_out_var_mean_cpu_float32 PASSED [ 18%] 2022-12-01T10:39:10.9101129Z test_ops.py::TestCommonCPU::test_out_vdot_cpu_float32 PASSED [ 18%] 2022-12-01T10:39:10.9101271Z test_ops.py::TestCommonCPU::test_out_view_as_complex_cpu_float32 PASSED [ 18%] 2022-12-01T10:39:10.9101395Z test_ops.py::TestCommonCPU::test_out_warning___rmod___cpu PASSED [ 18%] 2022-12-01T10:39:10.9101533Z test_ops.py::TestCommonCPU::test_out_warning___rmul___cpu PASSED [ 18%] 2022-12-01T10:39:10.9101666Z test_ops.py::TestCommonCPU::test_out_warning___ror___cpu PASSED [ 18%] 2022-12-01T10:39:10.9101804Z test_ops.py::TestCommonCPU::test_out_warning___rsub___cpu PASSED [ 18%] 2022-12-01T10:39:10.9101941Z test_ops.py::TestCommonCPU::test_out_warning__refs_abs_cpu PASSED [ 18%] 2022-12-01T10:39:10.9102080Z test_ops.py::TestCommonCPU::test_out_warning__refs_acos_cpu PASSED [ 18%] 2022-12-01T10:39:10.9102336Z test_ops.py::TestCommonCPU::test_out_warning__refs_acosh_cpu PASSED [ 18%] 2022-12-01T10:39:10.9102476Z test_ops.py::TestCommonCPU::test_out_warning__refs_addr_cpu PASSED [ 18%] 2022-12-01T10:39:10.9102602Z test_ops.py::TestCommonCPU::test_out_warning__refs_all_cpu PASSED [ 18%] 2022-12-01T10:39:10.9102742Z test_ops.py::TestCommonCPU::test_out_warning__refs_amax_cpu PASSED [ 18%] 2022-12-01T10:39:10.9102879Z test_ops.py::TestCommonCPU::test_out_warning__refs_amin_cpu PASSED [ 18%] 2022-12-01T10:39:10.9103018Z test_ops.py::TestCommonCPU::test_out_warning__refs_arange_cpu PASSED [ 18%] 2022-12-01T10:39:10.9103161Z test_ops.py::TestCommonCPU::test_out_warning__refs_as_strided_cpu PASSED [ 18%] 2022-12-01T10:39:10.9103300Z test_ops.py::TestCommonCPU::test_out_warning__refs_asinh_cpu PASSED [ 18%] 2022-12-01T10:39:10.9103440Z test_ops.py::TestCommonCPU::test_out_warning__refs_atan2_cpu PASSED [ 18%] 2022-12-01T10:39:10.9103580Z test_ops.py::TestCommonCPU::test_out_warning__refs_atleast_1d_cpu PASSED [ 18%] 2022-12-01T10:39:10.9103709Z test_ops.py::TestCommonCPU::test_out_warning__refs_atleast_2d_cpu PASSED [ 18%] 2022-12-01T10:39:10.9103851Z test_ops.py::TestCommonCPU::test_out_warning__refs_atleast_3d_cpu PASSED [ 18%] 2022-12-01T10:39:10.9104011Z test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_left_shift_cpu PASSED [ 18%] 2022-12-01T10:39:10.9104152Z test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_or_cpu PASSED [ 18%] 2022-12-01T10:39:10.9104302Z test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_xor_cpu PASSED [ 18%] 2022-12-01T10:39:10.9104459Z test_ops.py::TestCommonCPU::test_out_warning__refs_broadcast_shapes_cpu PASSED [ 18%] 2022-12-01T10:39:10.9104672Z test_ops.py::TestCommonCPU::test_out_warning__refs_broadcast_tensors_cpu PASSED [ 18%] 2022-12-01T10:39:10.9104823Z test_ops.py::TestCommonCPU::test_out_warning__refs_broadcast_to_cpu PASSED [ 18%] 2022-12-01T10:39:10.9104964Z test_ops.py::TestCommonCPU::test_out_warning__refs_chunk_cpu PASSED [ 18%] 2022-12-01T10:39:10.9105094Z test_ops.py::TestCommonCPU::test_out_warning__refs_clamp_min_cpu PASSED [ 18%] 2022-12-01T10:39:10.9105238Z test_ops.py::TestCommonCPU::test_out_warning__refs_clone_cpu PASSED [ 18%] 2022-12-01T10:39:10.9105432Z test_ops.py::TestCommonCPU::test_out_warning__refs_conj_physical_cpu PASSED [ 18%] 2022-12-01T10:39:10.9105588Z test_ops.py::TestCommonCPU::test_out_warning__refs_constant_pad_nd_cpu PASSED [ 18%] 2022-12-01T10:39:10.9105734Z test_ops.py::TestCommonCPU::test_out_warning__refs_copysign_cpu PASSED [ 18%] 2022-12-01T10:39:10.9105873Z test_ops.py::TestCommonCPU::test_out_warning__refs_cos_cpu PASSED [ 18%] 2022-12-01T10:39:10.9106017Z test_ops.py::TestCommonCPU::test_out_warning__refs_cumsum_cpu PASSED [ 18%] 2022-12-01T10:39:10.9106176Z test_ops.py::TestCommonCPU::test_out_warning__refs_div_trunc_rounding_cpu PASSED [ 18%] 2022-12-01T10:39:10.9106308Z test_ops.py::TestCommonCPU::test_out_warning__refs_dsplit_cpu PASSED [ 18%] 2022-12-01T10:39:10.9106497Z test_ops.py::TestCommonCPU::test_out_warning__refs_empty_cpu SKIPPED (Expected: empty is not comparable) [ 18%] 2022-12-01T10:39:10.9106636Z test_ops.py::TestCommonCPU::test_out_warning__refs_eq_cpu PASSED [ 18%] 2022-12-01T10:39:10.9106778Z test_ops.py::TestCommonCPU::test_out_warning__refs_erfinv_cpu PASSED [ 18%] 2022-12-01T10:39:10.9106919Z test_ops.py::TestCommonCPU::test_out_warning__refs_exp2_cpu PASSED [ 18%] 2022-12-01T10:39:10.9107056Z test_ops.py::TestCommonCPU::test_out_warning__refs_exp_cpu PASSED [ 18%] 2022-12-01T10:39:10.9107201Z test_ops.py::TestCommonCPU::test_out_warning__refs_expand_as_cpu PASSED [ 18%] 2022-12-01T10:39:10.9107343Z test_ops.py::TestCommonCPU::test_out_warning__refs_eye_cpu PASSED [ 18%] 2022-12-01T10:39:10.9107475Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fft2_cpu PASSED [ 18%] 2022-12-01T10:39:10.9107616Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fft_cpu PASSED [ 18%] 2022-12-01T10:39:10.9107767Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fftshift_cpu PASSED [ 18%] 2022-12-01T10:39:10.9107909Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_hfft2_cpu PASSED [ 18%] 2022-12-01T10:39:10.9108048Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_hfft_cpu PASSED [ 18%] 2022-12-01T10:39:10.9108192Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifft_cpu PASSED [ 18%] 2022-12-01T10:39:10.9108342Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifftshift_cpu PASSED [ 18%] 2022-12-01T10:39:10.9108483Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ihfft2_cpu PASSED [ 18%] 2022-12-01T10:39:10.9108615Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ihfftn_cpu PASSED [ 18%] 2022-12-01T10:39:10.9108757Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_irfft_cpu PASSED [ 18%] 2022-12-01T10:39:10.9108897Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_rfft_cpu PASSED [ 18%] 2022-12-01T10:39:10.9109046Z test_ops.py::TestCommonCPU::test_out_warning__refs_float_power_cpu PASSED [ 18%] 2022-12-01T10:39:10.9109184Z test_ops.py::TestCommonCPU::test_out_warning__refs_floor_cpu PASSED [ 18%] 2022-12-01T10:39:10.9109334Z test_ops.py::TestCommonCPU::test_out_warning__refs_floor_divide_cpu PASSED [ 18%] 2022-12-01T10:39:10.9109475Z test_ops.py::TestCommonCPU::test_out_warning__refs_fmax_cpu PASSED [ 18%] 2022-12-01T10:39:10.9109611Z test_ops.py::TestCommonCPU::test_out_warning__refs_fmin_cpu PASSED [ 18%] 2022-12-01T10:39:10.9109738Z test_ops.py::TestCommonCPU::test_out_warning__refs_fmod_cpu PASSED [ 18%] 2022-12-01T10:39:10.9109874Z test_ops.py::TestCommonCPU::test_out_warning__refs_gt_cpu PASSED [ 18%] 2022-12-01T10:39:10.9110066Z test_ops.py::TestCommonCPU::test_out_warning__refs_heaviside_cpu PASSED [ 18%] 2022-12-01T10:39:10.9110205Z test_ops.py::TestCommonCPU::test_out_warning__refs_hstack_cpu PASSED [ 18%] 2022-12-01T10:39:10.9110341Z test_ops.py::TestCommonCPU::test_out_warning__refs_i0_cpu PASSED [ 18%] 2022-12-01T10:39:10.9110481Z test_ops.py::TestCommonCPU::test_out_warning__refs_index_add_cpu PASSED [ 18%] 2022-12-01T10:39:10.9110620Z test_ops.py::TestCommonCPU::test_out_warning__refs_isclose_cpu PASSED [ 18%] 2022-12-01T10:39:10.9110787Z test_ops.py::TestCommonCPU::test_out_warning__refs_isfinite_cpu PASSED [ 18%] 2022-12-01T10:39:10.9110919Z test_ops.py::TestCommonCPU::test_out_warning__refs_isneginf_cpu PASSED [ 18%] 2022-12-01T10:39:10.9111055Z test_ops.py::TestCommonCPU::test_out_warning__refs_lcm_cpu PASSED [ 18%] 2022-12-01T10:39:10.9111195Z test_ops.py::TestCommonCPU::test_out_warning__refs_lgamma_cpu PASSED [ 18%] 2022-12-01T10:39:10.9111350Z test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_norm_cpu PASSED [ 18%] 2022-12-01T10:39:10.9111491Z test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_svd_cpu PASSED [ 18%] 2022-12-01T10:39:10.9111646Z test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_vector_norm_cpu PASSED [ 18%] 2022-12-01T10:39:10.9111787Z test_ops.py::TestCommonCPU::test_out_warning__refs_linspace_cpu PASSED [ 18%] 2022-12-01T10:39:10.9111926Z test_ops.py::TestCommonCPU::test_out_warning__refs_log10_cpu PASSED [ 18%] 2022-12-01T10:39:10.9112053Z test_ops.py::TestCommonCPU::test_out_warning__refs_log1p_cpu PASSED [ 18%] 2022-12-01T10:39:10.9112190Z test_ops.py::TestCommonCPU::test_out_warning__refs_log_cpu PASSED [ 18%] 2022-12-01T10:39:10.9112339Z test_ops.py::TestCommonCPU::test_out_warning__refs_log_softmax_cpu PASSED [ 18%] 2022-12-01T10:39:10.9112488Z test_ops.py::TestCommonCPU::test_out_warning__refs_logical_not_cpu PASSED [ 18%] 2022-12-01T10:39:10.9112635Z test_ops.py::TestCommonCPU::test_out_warning__refs_logical_xor_cpu PASSED [ 19%] 2022-12-01T10:39:10.9112779Z test_ops.py::TestCommonCPU::test_out_warning__refs_logsumexp_cpu PASSED [ 19%] 2022-12-01T10:39:10.9112945Z test_ops.py::TestCommonCPU::test_out_warning__refs_meshgrid_variadic_tensors_cpu PASSED [ 19%] 2022-12-01T10:39:10.9113084Z test_ops.py::TestCommonCPU::test_out_warning__refs_mul_cpu PASSED [ 19%] 2022-12-01T10:39:10.9113227Z test_ops.py::TestCommonCPU::test_out_warning__refs_nan_to_num_cpu PASSED [ 19%] 2022-12-01T10:39:10.9113371Z test_ops.py::TestCommonCPU::test_out_warning__refs_native_layer_norm_cpu PASSED [ 19%] 2022-12-01T10:39:10.9113509Z test_ops.py::TestCommonCPU::test_out_warning__refs_neg_cpu PASSED [ 19%] 2022-12-01T10:39:10.9113701Z test_ops.py::TestCommonCPU::test_out_warning__refs_new_empty_cpu SKIPPED (Expected: empty is not comparable) [ 19%] 2022-12-01T10:39:10.9113858Z test_ops.py::TestCommonCPU::test_out_warning__refs_new_empty_strided_cpu PASSED [ 19%] 2022-12-01T10:39:10.9114003Z test_ops.py::TestCommonCPU::test_out_warning__refs_new_full_cpu PASSED [ 19%] 2022-12-01T10:39:10.9114145Z test_ops.py::TestCommonCPU::test_out_warning__refs_new_ones_cpu PASSED [ 19%] 2022-12-01T10:39:10.9114290Z test_ops.py::TestCommonCPU::test_out_warning__refs_new_zeros_cpu PASSED [ 19%] 2022-12-01T10:39:10.9114433Z test_ops.py::TestCommonCPU::test_out_warning__refs_nextafter_cpu PASSED [ 19%] 2022-12-01T10:39:10.9114627Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_dropout_cpu SKIPPED (Expected: dropout is not comparable) [ 19%] 2022-12-01T10:39:10.9114808Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_hinge_embedding_loss_cpu PASSED [ 19%] 2022-12-01T10:39:10.9114973Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_huber_loss_cpu PASSED [ 19%] 2022-12-01T10:39:10.9115135Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_l1_loss_cpu PASSED [ 19%] 2022-12-01T10:39:10.9115295Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_leaky_relu_cpu PASSED [ 19%] 2022-12-01T10:39:10.9115534Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_mse_loss_cpu PASSED [ 19%] 2022-12-01T10:39:10.9115702Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_poisson_nll_loss_cpu PASSED [ 19%] 2022-12-01T10:39:10.9115865Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_prelu_cpu PASSED [ 19%] 2022-12-01T10:39:10.9116024Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_relu6_cpu PASSED [ 19%] 2022-12-01T10:39:10.9116187Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_selu_cpu PASSED [ 19%] 2022-12-01T10:39:10.9116380Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_softplus_cpu PASSED [ 19%] 2022-12-01T10:39:10.9116549Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_tanhshrink_cpu PASSED [ 19%] 2022-12-01T10:39:10.9116713Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_threshold_cpu PASSED [ 19%] 2022-12-01T10:39:10.9116863Z test_ops.py::TestCommonCPU::test_out_warning__refs_permute_cpu PASSED [ 19%] 2022-12-01T10:39:10.9117008Z test_ops.py::TestCommonCPU::test_out_warning__refs_prod_cpu PASSED [ 19%] 2022-12-01T10:39:10.9117153Z test_ops.py::TestCommonCPU::test_out_warning__refs_ravel_cpu PASSED [ 19%] 2022-12-01T10:39:10.9117297Z test_ops.py::TestCommonCPU::test_out_warning__refs_real_cpu PASSED [ 19%] 2022-12-01T10:39:10.9117431Z test_ops.py::TestCommonCPU::test_out_warning__refs_reciprocal_cpu PASSED [ 19%] 2022-12-01T10:39:10.9117576Z test_ops.py::TestCommonCPU::test_out_warning__refs_remainder_cpu PASSED [ 19%] 2022-12-01T10:39:10.9117722Z test_ops.py::TestCommonCPU::test_out_warning__refs_repeat_cpu PASSED [ 19%] 2022-12-01T10:39:10.9117870Z test_ops.py::TestCommonCPU::test_out_warning__refs_reshape_as_cpu PASSED [ 19%] 2022-12-01T10:39:10.9118013Z test_ops.py::TestCommonCPU::test_out_warning__refs_reshape_cpu PASSED [ 19%] 2022-12-01T10:39:10.9118156Z test_ops.py::TestCommonCPU::test_out_warning__refs_rot90_cpu PASSED [ 19%] 2022-12-01T10:39:10.9118299Z test_ops.py::TestCommonCPU::test_out_warning__refs_round_cpu PASSED [ 19%] 2022-12-01T10:39:10.9118437Z test_ops.py::TestCommonCPU::test_out_warning__refs_sin_cpu PASSED [ 19%] 2022-12-01T10:39:10.9118580Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_bessel_j1_cpu PASSED [ 19%] 2022-12-01T10:39:10.9118729Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_i0e_cpu PASSED [ 19%] 2022-12-01T10:39:10.9118872Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_i1_cpu PASSED [ 19%] 2022-12-01T10:39:10.9119028Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_logit_cpu PASSED [ 19%] 2022-12-01T10:39:10.9119205Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_multigammaln_mvlgamma_p_3_cpu PASSED [ 19%] 2022-12-01T10:39:10.9119383Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_multigammaln_mvlgamma_p_5_cpu PASSED [ 19%] 2022-12-01T10:39:10.9119525Z test_ops.py::TestCommonCPU::test_out_warning__refs_sqrt_cpu PASSED [ 19%] 2022-12-01T10:39:10.9119673Z test_ops.py::TestCommonCPU::test_out_warning__refs_squeeze_cpu PASSED [ 19%] 2022-12-01T10:39:10.9119804Z test_ops.py::TestCommonCPU::test_out_warning__refs_stack_cpu PASSED [ 19%] 2022-12-01T10:39:10.9119943Z test_ops.py::TestCommonCPU::test_out_warning__refs_std_mean_cpu PASSED [ 19%] 2022-12-01T10:39:10.9120082Z test_ops.py::TestCommonCPU::test_out_warning__refs_sum_cpu PASSED [ 19%] 2022-12-01T10:39:10.9120231Z test_ops.py::TestCommonCPU::test_out_warning__refs_sum_to_size_cpu PASSED [ 19%] 2022-12-01T10:39:10.9120371Z test_ops.py::TestCommonCPU::test_out_warning__refs_tan_cpu PASSED [ 19%] 2022-12-01T10:39:10.9120510Z test_ops.py::TestCommonCPU::test_out_warning__refs_tanh_cpu PASSED [ 19%] 2022-12-01T10:39:10.9120663Z test_ops.py::TestCommonCPU::test_out_warning__refs_tensor_split_cpu PASSED [ 19%] 2022-12-01T10:39:10.9120801Z test_ops.py::TestCommonCPU::test_out_warning__refs_to_cpu PASSED [ 19%] 2022-12-01T10:39:10.9120981Z test_ops.py::TestCommonCPU::test_out_warning__refs_trace_cpu PASSED [ 19%] 2022-12-01T10:39:10.9121117Z test_ops.py::TestCommonCPU::test_out_warning__refs_tril_indices_cpu PASSED [ 19%] 2022-12-01T10:39:10.9121257Z test_ops.py::TestCommonCPU::test_out_warning__refs_triu_cpu PASSED [ 19%] 2022-12-01T10:39:10.9121405Z test_ops.py::TestCommonCPU::test_out_warning__refs_true_divide_cpu PASSED [ 19%] 2022-12-01T10:39:10.9121543Z test_ops.py::TestCommonCPU::test_out_warning__refs_trunc_cpu PASSED [ 19%] 2022-12-01T10:39:10.9121718Z test_ops.py::TestCommonCPU::test_out_warning__refs_unflatten_cpu PASSED [ 19%] 2022-12-01T10:39:10.9121866Z test_ops.py::TestCommonCPU::test_out_warning__refs_unfold_copy_cpu PASSED [ 19%] 2022-12-01T10:39:10.9122007Z test_ops.py::TestCommonCPU::test_out_warning__refs_unsqueeze_cpu PASSED [ 19%] 2022-12-01T10:39:10.9122150Z test_ops.py::TestCommonCPU::test_out_warning__refs_view_as_cpu PASSED [ 19%] 2022-12-01T10:39:10.9122278Z test_ops.py::TestCommonCPU::test_out_warning__refs_view_cpu PASSED [ 19%] 2022-12-01T10:39:10.9122422Z test_ops.py::TestCommonCPU::test_out_warning__refs_vsplit_cpu PASSED [ 19%] 2022-12-01T10:39:10.9122565Z test_ops.py::TestCommonCPU::test_out_warning__refs_vstack_cpu PASSED [ 19%] 2022-12-01T10:39:10.9122701Z test_ops.py::TestCommonCPU::test_out_warning_acos_cpu PASSED [ 19%] 2022-12-01T10:39:10.9122838Z test_ops.py::TestCommonCPU::test_out_warning_acosh_cpu PASSED [ 19%] 2022-12-01T10:39:10.9122975Z test_ops.py::TestCommonCPU::test_out_warning_add_cpu PASSED [ 19%] 2022-12-01T10:39:10.9123114Z test_ops.py::TestCommonCPU::test_out_warning_addbmm_cpu XFAIL [ 19%] 2022-12-01T10:39:10.9123251Z test_ops.py::TestCommonCPU::test_out_warning_addcmul_cpu PASSED [ 19%] 2022-12-01T10:39:10.9123374Z test_ops.py::TestCommonCPU::test_out_warning_addmv_cpu PASSED [ 19%] 2022-12-01T10:39:10.9123512Z test_ops.py::TestCommonCPU::test_out_warning_addr_cpu PASSED [ 19%] 2022-12-01T10:39:10.9123734Z test_ops.py::TestCommonCPU::test_out_warning_allclose_cpu SKIPPED (Skipped! Only supports single tensor or iterable of tensor outputs.) [ 19%] 2022-12-01T10:39:10.9123871Z test_ops.py::TestCommonCPU::test_out_warning_amin_cpu PASSED [ 19%] 2022-12-01T10:39:10.9124007Z test_ops.py::TestCommonCPU::test_out_warning_argmax_cpu PASSED [ 19%] 2022-12-01T10:39:10.9124144Z test_ops.py::TestCommonCPU::test_out_warning_argsort_cpu PASSED [ 19%] 2022-12-01T10:39:10.9124281Z test_ops.py::TestCommonCPU::test_out_warning_asin_cpu PASSED [ 19%] 2022-12-01T10:39:10.9124418Z test_ops.py::TestCommonCPU::test_out_warning_asinh_cpu PASSED [ 19%] 2022-12-01T10:39:10.9124541Z test_ops.py::TestCommonCPU::test_out_warning_atan_cpu PASSED [ 19%] 2022-12-01T10:39:10.9124752Z test_ops.py::TestCommonCPU::test_out_warning_atleast_1d_cpu PASSED [ 19%] 2022-12-01T10:39:10.9124896Z test_ops.py::TestCommonCPU::test_out_warning_atleast_2d_cpu PASSED [ 19%] 2022-12-01T10:39:10.9125036Z test_ops.py::TestCommonCPU::test_out_warning_atleast_3d_cpu PASSED [ 19%] 2022-12-01T10:39:10.9125174Z test_ops.py::TestCommonCPU::test_out_warning_baddbmm_cpu PASSED [ 19%] 2022-12-01T10:39:10.9125314Z test_ops.py::TestCommonCPU::test_out_warning_bincount_cpu PASSED [ 19%] 2022-12-01T10:39:10.9125464Z test_ops.py::TestCommonCPU::test_out_warning_bitwise_left_shift_cpu PASSED [ 19%] 2022-12-01T10:39:10.9125605Z test_ops.py::TestCommonCPU::test_out_warning_bitwise_not_cpu PASSED [ 19%] 2022-12-01T10:39:10.9125751Z test_ops.py::TestCommonCPU::test_out_warning_bitwise_right_shift_cpu PASSED [ 19%] 2022-12-01T10:39:10.9125893Z test_ops.py::TestCommonCPU::test_out_warning_bitwise_xor_cpu PASSED [ 19%] 2022-12-01T10:39:10.9126032Z test_ops.py::TestCommonCPU::test_out_warning_block_diag_cpu PASSED [ 19%] 2022-12-01T10:39:10.9126167Z test_ops.py::TestCommonCPU::test_out_warning_bool_cpu PASSED [ 19%] 2022-12-01T10:39:10.9126358Z test_ops.py::TestCommonCPU::test_out_warning_broadcast_tensors_cpu PASSED [ 19%] 2022-12-01T10:39:10.9126500Z test_ops.py::TestCommonCPU::test_out_warning_broadcast_to_cpu PASSED [ 19%] 2022-12-01T10:39:10.9126636Z test_ops.py::TestCommonCPU::test_out_warning_byte_cpu PASSED [ 19%] 2022-12-01T10:39:10.9126774Z test_ops.py::TestCommonCPU::test_out_warning_cat_cpu PASSED [ 19%] 2022-12-01T10:39:10.9126897Z test_ops.py::TestCommonCPU::test_out_warning_ceil_cpu PASSED [ 19%] 2022-12-01T10:39:10.9127062Z test_ops.py::TestCommonCPU::test_out_warning_cholesky_cpu PASSED [ 19%] 2022-12-01T10:39:10.9127209Z test_ops.py::TestCommonCPU::test_out_warning_cholesky_inverse_cpu PASSED [ 19%] 2022-12-01T10:39:10.9127347Z test_ops.py::TestCommonCPU::test_out_warning_chunk_cpu PASSED [ 19%] 2022-12-01T10:39:10.9127484Z test_ops.py::TestCommonCPU::test_out_warning_clone_cpu PASSED [ 19%] 2022-12-01T10:39:10.9127624Z test_ops.py::TestCommonCPU::test_out_warning_conj_cpu PASSED [ 19%] 2022-12-01T10:39:10.9127767Z test_ops.py::TestCommonCPU::test_out_warning_conj_physical_cpu PASSED [ 19%] 2022-12-01T10:39:10.9127912Z test_ops.py::TestCommonCPU::test_out_warning_constant_pad_nd_cpu PASSED [ 19%] 2022-12-01T10:39:10.9128040Z test_ops.py::TestCommonCPU::test_out_warning_contiguous_cpu PASSED [ 19%] 2022-12-01T10:39:10.9128185Z test_ops.py::TestCommonCPU::test_out_warning_count_nonzero_cpu PASSED [ 19%] 2022-12-01T10:39:10.9128320Z test_ops.py::TestCommonCPU::test_out_warning_cross_cpu PASSED [ 19%] 2022-12-01T10:39:10.9128458Z test_ops.py::TestCommonCPU::test_out_warning_cummax_cpu PASSED [ 19%] 2022-12-01T10:39:10.9128594Z test_ops.py::TestCommonCPU::test_out_warning_cummin_cpu PASSED [ 19%] 2022-12-01T10:39:10.9128733Z test_ops.py::TestCommonCPU::test_out_warning_cumprod_cpu PASSED [ 19%] 2022-12-01T10:39:10.9128872Z test_ops.py::TestCommonCPU::test_out_warning_deg2rad_cpu PASSED [ 19%] 2022-12-01T10:39:10.9129008Z test_ops.py::TestCommonCPU::test_out_warning_diag_cpu PASSED [ 19%] 2022-12-01T10:39:10.9129146Z test_ops.py::TestCommonCPU::test_out_warning_diagflat_cpu PASSED [ 19%] 2022-12-01T10:39:10.9129268Z test_ops.py::TestCommonCPU::test_out_warning_diff_cpu PASSED [ 19%] 2022-12-01T10:39:10.9129406Z test_ops.py::TestCommonCPU::test_out_warning_digamma_cpu PASSED [ 19%] 2022-12-01T10:39:10.9129567Z test_ops.py::TestCommonCPU::test_out_warning_dist_cpu PASSED [ 19%] 2022-12-01T10:39:10.9129720Z test_ops.py::TestCommonCPU::test_out_warning_div_floor_rounding_cpu PASSED [ 19%] 2022-12-01T10:39:10.9129876Z test_ops.py::TestCommonCPU::test_out_warning_div_no_rounding_mode_cpu PASSED [ 19%] 2022-12-01T10:39:10.9130012Z test_ops.py::TestCommonCPU::test_out_warning_double_cpu PASSED [ 19%] 2022-12-01T10:39:10.9130148Z test_ops.py::TestCommonCPU::test_out_warning_dstack_cpu PASSED [ 19%] 2022-12-01T10:39:10.9130289Z test_ops.py::TestCommonCPU::test_out_warning_einsum_cpu PASSED [ 19%] 2022-12-01T10:39:10.9130494Z test_ops.py::TestCommonCPU::test_out_warning_equal_cpu SKIPPED (Skipped! Only supports single tensor or iterable of tensor outputs.) [ 19%] 2022-12-01T10:39:10.9130631Z test_ops.py::TestCommonCPU::test_out_warning_erfc_cpu PASSED [ 19%] 2022-12-01T10:39:10.9130768Z test_ops.py::TestCommonCPU::test_out_warning_erfinv_cpu PASSED [ 19%] 2022-12-01T10:39:10.9130902Z test_ops.py::TestCommonCPU::test_out_warning_exp2_cpu PASSED [ 19%] 2022-12-01T10:39:10.9131043Z test_ops.py::TestCommonCPU::test_out_warning_expand_as_cpu PASSED [ 19%] 2022-12-01T10:39:10.9131179Z test_ops.py::TestCommonCPU::test_out_warning_expand_cpu PASSED [ 19%] 2022-12-01T10:39:10.9131318Z test_ops.py::TestCommonCPU::test_out_warning_expm1_cpu PASSED [ 19%] 2022-12-01T10:39:10.9131456Z test_ops.py::TestCommonCPU::test_out_warning_fft_fft_cpu PASSED [ 19%] 2022-12-01T10:39:10.9131613Z test_ops.py::TestCommonCPU::test_out_warning_fft_fftshift_cpu PASSED [ 19%] 2022-12-01T10:39:10.9131751Z test_ops.py::TestCommonCPU::test_out_warning_fft_hfft2_cpu PASSED [ 19%] 2022-12-01T10:39:10.9131888Z test_ops.py::TestCommonCPU::test_out_warning_fft_hfft_cpu PASSED [ 19%] 2022-12-01T10:39:10.9132026Z test_ops.py::TestCommonCPU::test_out_warning_fft_ifftn_cpu PASSED [ 20%] 2022-12-01T10:39:10.9132167Z test_ops.py::TestCommonCPU::test_out_warning_fft_ifftshift_cpu PASSED [ 20%] 2022-12-01T10:39:10.9132331Z test_ops.py::TestCommonCPU::test_out_warning_fft_ihfft2_cpu XFAIL [ 20%] 2022-12-01T10:39:10.9132470Z test_ops.py::TestCommonCPU::test_out_warning_fft_ihfft_cpu PASSED [ 20%] 2022-12-01T10:39:10.9132607Z test_ops.py::TestCommonCPU::test_out_warning_fft_irfft2_cpu PASSED [ 20%] 2022-12-01T10:39:10.9132733Z test_ops.py::TestCommonCPU::test_out_warning_fft_irfft_cpu PASSED [ 20%] 2022-12-01T10:39:10.9132873Z test_ops.py::TestCommonCPU::test_out_warning_fft_rfftn_cpu PASSED [ 20%] 2022-12-01T10:39:10.9133009Z test_ops.py::TestCommonCPU::test_out_warning_flip_cpu PASSED [ 20%] 2022-12-01T10:39:10.9133146Z test_ops.py::TestCommonCPU::test_out_warning_fliplr_cpu PASSED [ 20%] 2022-12-01T10:39:10.9133284Z test_ops.py::TestCommonCPU::test_out_warning_flipud_cpu PASSED [ 20%] 2022-12-01T10:39:10.9133419Z test_ops.py::TestCommonCPU::test_out_warning_floor_cpu PASSED [ 20%] 2022-12-01T10:39:10.9133561Z test_ops.py::TestCommonCPU::test_out_warning_floor_divide_cpu PASSED [ 20%] 2022-12-01T10:39:10.9133699Z test_ops.py::TestCommonCPU::test_out_warning_fmax_cpu PASSED [ 20%] 2022-12-01T10:39:10.9133820Z test_ops.py::TestCommonCPU::test_out_warning_fmin_cpu PASSED [ 20%] 2022-12-01T10:39:10.9133959Z test_ops.py::TestCommonCPU::test_out_warning_full_like_cpu PASSED [ 20%] 2022-12-01T10:39:10.9134097Z test_ops.py::TestCommonCPU::test_out_warning_gather_cpu PASSED [ 20%] 2022-12-01T10:39:10.9134259Z test_ops.py::TestCommonCPU::test_out_warning_gcd_cpu PASSED [ 20%] 2022-12-01T10:39:10.9134461Z test_ops.py::TestCommonCPU::test_out_warning_geqrf_cpu PASSED [ 20%] 2022-12-01T10:39:10.9134626Z test_ops.py::TestCommonCPU::test_out_warning_gradient_cpu PASSED [ 20%] 2022-12-01T10:39:10.9134768Z test_ops.py::TestCommonCPU::test_out_warning_heaviside_cpu PASSED [ 20%] 2022-12-01T10:39:10.9134906Z test_ops.py::TestCommonCPU::test_out_warning_histogram_cpu PASSED [ 20%] 2022-12-01T10:39:10.9135135Z test_ops.py::TestCommonCPU::test_out_warning_histogramdd_cpu SKIPPED (Skipped! Only supports single tensor or iterable of tensor outputs.) [ 20%] 2022-12-01T10:39:10.9135262Z test_ops.py::TestCommonCPU::test_out_warning_hstack_cpu PASSED [ 20%] 2022-12-01T10:39:10.9135398Z test_ops.py::TestCommonCPU::test_out_warning_hypot_cpu PASSED [ 20%] 2022-12-01T10:39:10.9135535Z test_ops.py::TestCommonCPU::test_out_warning_i0_cpu PASSED [ 20%] 2022-12-01T10:39:10.9135673Z test_ops.py::TestCommonCPU::test_out_warning_igammac_cpu PASSED [ 20%] 2022-12-01T10:39:10.9135808Z test_ops.py::TestCommonCPU::test_out_warning_imag_cpu PASSED [ 20%] 2022-12-01T10:39:10.9135946Z test_ops.py::TestCommonCPU::test_out_warning_index_copy_cpu PASSED [ 20%] 2022-12-01T10:39:10.9136084Z test_ops.py::TestCommonCPU::test_out_warning_index_reduce_cpu PASSED [ 20%] 2022-12-01T10:39:10.9136223Z test_ops.py::TestCommonCPU::test_out_warning_index_select_cpu PASSED [ 20%] 2022-12-01T10:39:10.9136346Z test_ops.py::TestCommonCPU::test_out_warning_isin_cpu PASSED [ 20%] 2022-12-01T10:39:10.9136486Z test_ops.py::TestCommonCPU::test_out_warning_isneginf_cpu PASSED [ 20%] 2022-12-01T10:39:10.9136628Z test_ops.py::TestCommonCPU::test_out_warning_isposinf_cpu PASSED [ 20%] 2022-12-01T10:39:10.9136819Z test_ops.py::TestCommonCPU::test_out_warning_jiterator_4inputs_with_extra_args_cpu SKIPPED (Only runs on cuda) [ 20%] 2022-12-01T10:39:10.9137029Z test_ops.py::TestCommonCPU::test_out_warning_jiterator_unary_cpu SKIPPED (Only runs on cuda) [ 20%] 2022-12-01T10:39:10.9137163Z test_ops.py::TestCommonCPU::test_out_warning_kron_cpu PASSED [ 20%] 2022-12-01T10:39:10.9137304Z test_ops.py::TestCommonCPU::test_out_warning_kthvalue_cpu PASSED [ 20%] 2022-12-01T10:39:10.9137440Z test_ops.py::TestCommonCPU::test_out_warning_ldexp_cpu PASSED [ 20%] 2022-12-01T10:39:10.9137564Z test_ops.py::TestCommonCPU::test_out_warning_le_cpu PASSED [ 20%] 2022-12-01T10:39:10.9137730Z test_ops.py::TestCommonCPU::test_out_warning_linalg_cond_cpu PASSED [ 20%] 2022-12-01T10:39:10.9137902Z test_ops.py::TestCommonCPU::test_out_warning_linalg_det_cpu PASSED [ 20%] 2022-12-01T10:39:10.9138055Z test_ops.py::TestCommonCPU::test_out_warning_linalg_det_singular_cpu PASSED [ 20%] 2022-12-01T10:39:10.9138200Z test_ops.py::TestCommonCPU::test_out_warning_linalg_eigh_cpu PASSED [ 20%] 2022-12-01T10:39:10.9138342Z test_ops.py::TestCommonCPU::test_out_warning_linalg_eigvalsh_cpu PASSED [ 20%] 2022-12-01T10:39:10.9138484Z test_ops.py::TestCommonCPU::test_out_warning_linalg_inv_ex_cpu PASSED [ 20%] 2022-12-01T10:39:10.9138633Z test_ops.py::TestCommonCPU::test_out_warning_linalg_ldl_factor_cpu PASSED [ 20%] 2022-12-01T10:39:10.9138762Z test_ops.py::TestCommonCPU::test_out_warning_linalg_lstsq_cpu PASSED [ 20%] 2022-12-01T10:39:10.9138922Z test_ops.py::TestCommonCPU::test_out_warning_linalg_lstsq_grad_oriented_cpu PASSED [ 20%] 2022-12-01T10:39:10.9139064Z test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_cpu PASSED [ 20%] 2022-12-01T10:39:10.9139216Z test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_factor_ex_cpu PASSED [ 20%] 2022-12-01T10:39:10.9139361Z test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_solve_cpu PASSED [ 20%] 2022-12-01T10:39:10.9139510Z test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_norm_cpu PASSED [ 20%] 2022-12-01T10:39:10.9139664Z test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_power_cpu PASSED [ 20%] 2022-12-01T10:39:10.9139805Z test_ops.py::TestCommonCPU::test_out_warning_linalg_norm_cpu PASSED [ 20%] 2022-12-01T10:39:10.9139961Z test_ops.py::TestCommonCPU::test_out_warning_linalg_norm_subgradients_at_zero_cpu PASSED [ 20%] 2022-12-01T10:39:10.9140103Z test_ops.py::TestCommonCPU::test_out_warning_linalg_pinv_cpu PASSED [ 20%] 2022-12-01T10:39:10.9140243Z test_ops.py::TestCommonCPU::test_out_warning_linalg_qr_cpu PASSED [ 20%] 2022-12-01T10:39:10.9140404Z test_ops.py::TestCommonCPU::test_out_warning_linalg_solve_triangular_cpu PASSED [ 20%] 2022-12-01T10:39:10.9140545Z test_ops.py::TestCommonCPU::test_out_warning_linalg_svd_cpu PASSED [ 20%] 2022-12-01T10:39:10.9140693Z test_ops.py::TestCommonCPU::test_out_warning_linalg_tensorinv_cpu PASSED [ 20%] 2022-12-01T10:39:10.9140834Z test_ops.py::TestCommonCPU::test_out_warning_linalg_vecdot_cpu PASSED [ 20%] 2022-12-01T10:39:10.9140975Z test_ops.py::TestCommonCPU::test_out_warning_log1p_cpu PASSED [ 20%] 2022-12-01T10:39:10.9141110Z test_ops.py::TestCommonCPU::test_out_warning_log2_cpu PASSED [ 20%] 2022-12-01T10:39:10.9141233Z test_ops.py::TestCommonCPU::test_out_warning_log_cpu PASSED [ 20%] 2022-12-01T10:39:10.9141374Z test_ops.py::TestCommonCPU::test_out_warning_log_softmax_cpu PASSED [ 20%] 2022-12-01T10:39:10.9141516Z test_ops.py::TestCommonCPU::test_out_warning_logaddexp2_cpu PASSED [ 20%] 2022-12-01T10:39:10.9141658Z test_ops.py::TestCommonCPU::test_out_warning_logaddexp_cpu PASSED [ 20%] 2022-12-01T10:39:10.9141802Z test_ops.py::TestCommonCPU::test_out_warning_logcumsumexp_cpu PASSED [ 20%] 2022-12-01T10:39:10.9141940Z test_ops.py::TestCommonCPU::test_out_warning_logical_and_cpu PASSED [ 20%] 2022-12-01T10:39:10.9142080Z test_ops.py::TestCommonCPU::test_out_warning_logical_not_cpu PASSED [ 20%] 2022-12-01T10:39:10.9142390Z test_ops.py::TestCommonCPU::test_out_warning_logical_xor_cpu PASSED [ 20%] 2022-12-01T10:39:10.9142514Z test_ops.py::TestCommonCPU::test_out_warning_logit_cpu PASSED [ 20%] 2022-12-01T10:39:10.9142647Z test_ops.py::TestCommonCPU::test_out_warning_lu_cpu XFAIL [ 20%] 2022-12-01T10:39:10.9142789Z test_ops.py::TestCommonCPU::test_out_warning_lu_unpack_cpu PASSED [ 20%] 2022-12-01T10:39:10.9142923Z test_ops.py::TestCommonCPU::test_out_warning_mT_cpu PASSED [ 20%] 2022-12-01T10:39:10.9143063Z test_ops.py::TestCommonCPU::test_out_warning_masked_amin_cpu PASSED [ 20%] 2022-12-01T10:39:10.9143255Z test_ops.py::TestCommonCPU::test_out_warning_masked_cumprod_cpu PASSED [ 20%] 2022-12-01T10:39:10.9143401Z test_ops.py::TestCommonCPU::test_out_warning_masked_logsumexp_cpu PASSED [ 20%] 2022-12-01T10:39:10.9143542Z test_ops.py::TestCommonCPU::test_out_warning_masked_mean_cpu PASSED [ 20%] 2022-12-01T10:39:10.9143671Z test_ops.py::TestCommonCPU::test_out_warning_masked_norm_cpu PASSED [ 20%] 2022-12-01T10:39:10.9143814Z test_ops.py::TestCommonCPU::test_out_warning_masked_select_cpu PASSED [ 20%] 2022-12-01T10:39:10.9143958Z test_ops.py::TestCommonCPU::test_out_warning_masked_softmax_cpu PASSED [ 20%] 2022-12-01T10:39:10.9144099Z test_ops.py::TestCommonCPU::test_out_warning_masked_softmin_cpu PASSED [ 20%] 2022-12-01T10:39:10.9144239Z test_ops.py::TestCommonCPU::test_out_warning_masked_sum_cpu PASSED [ 20%] 2022-12-01T10:39:10.9144378Z test_ops.py::TestCommonCPU::test_out_warning_matmul_cpu PASSED [ 20%] 2022-12-01T10:39:10.9144536Z test_ops.py::TestCommonCPU::test_out_warning_max_reduction_with_dim_cpu PASSED [ 20%] 2022-12-01T10:39:10.9144678Z test_ops.py::TestCommonCPU::test_out_warning_min_binary_cpu PASSED [ 20%] 2022-12-01T10:39:10.9144802Z test_ops.py::TestCommonCPU::test_out_warning_movedim_cpu PASSED [ 20%] 2022-12-01T10:39:10.9144944Z test_ops.py::TestCommonCPU::test_out_warning_multinomial_cpu XFAIL [ 20%] 2022-12-01T10:39:10.9145085Z test_ops.py::TestCommonCPU::test_out_warning_nansum_cpu PASSED [ 20%] 2022-12-01T10:39:10.9145225Z test_ops.py::TestCommonCPU::test_out_warning_narrow_copy_cpu XFAIL [ 20%] 2022-12-01T10:39:10.9145377Z test_ops.py::TestCommonCPU::test_out_warning_native_layer_norm_cpu PASSED [ 20%] 2022-12-01T10:39:10.9145512Z test_ops.py::TestCommonCPU::test_out_warning_ne_cpu PASSED [ 20%] 2022-12-01T10:39:10.9145650Z test_ops.py::TestCommonCPU::test_out_warning_new_empty_cpu PASSED [ 20%] 2022-12-01T10:39:10.9145799Z test_ops.py::TestCommonCPU::test_out_warning_new_empty_strided_cpu PASSED [ 20%] 2022-12-01T10:39:10.9145926Z test_ops.py::TestCommonCPU::test_out_warning_new_full_cpu PASSED [ 20%] 2022-12-01T10:39:10.9146065Z test_ops.py::TestCommonCPU::test_out_warning_new_zeros_cpu PASSED [ 20%] 2022-12-01T10:39:10.9146239Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_max_pool1d_cpu PASSED [ 20%] 2022-12-01T10:39:10.9146400Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_avg_pool2d_cpu PASSED [ 20%] 2022-12-01T10:39:10.9146558Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_avg_pool3d_cpu PASSED [ 20%] 2022-12-01T10:39:10.9146710Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_batch_norm_cpu PASSED [ 20%] 2022-12-01T10:39:10.9146870Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_bilinear_cpu PASSED [ 20%] 2022-12-01T10:39:10.9147055Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_binary_cross_entropy_with_logits_cpu PASSED [ 20%] 2022-12-01T10:39:10.9147200Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv1d_cpu PASSED [ 20%] 2022-12-01T10:39:10.9147367Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv_transpose1d_cpu PASSED [ 20%] 2022-12-01T10:39:10.9147533Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv_transpose3d_cpu PASSED [ 20%] 2022-12-01T10:39:10.9147699Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_cosine_similarity_cpu PASSED [ 20%] 2022-12-01T10:39:10.9147916Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_ctc_loss_cpu PASSED [ 20%] 2022-12-01T10:39:10.9148072Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_dropout3d_cpu PASSED [ 20%] 2022-12-01T10:39:10.9148258Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_feature_alpha_dropout_with_train_cpu PASSED [ 20%] 2022-12-01T10:39:10.9148430Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_fractional_max_pool3d_cpu PASSED [ 20%] 2022-12-01T10:39:10.9148589Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_grid_sample_cpu PASSED [ 20%] 2022-12-01T10:39:10.9148760Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_huber_loss_cpu PASSED [ 20%] 2022-12-01T10:39:10.9148923Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_instance_norm_cpu PASSED [ 20%] 2022-12-01T10:39:10.9149095Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_area_cpu PASSED [ 20%] 2022-12-01T10:39:10.9149271Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_bilinear_cpu PASSED [ 20%] 2022-12-01T10:39:10.9149441Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_linear_cpu PASSED [ 20%] 2022-12-01T10:39:10.9149597Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_layer_norm_cpu PASSED [ 20%] 2022-12-01T10:39:10.9149753Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_leaky_relu_cpu PASSED [ 20%] 2022-12-01T10:39:10.9149911Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_logsigmoid_cpu XFAIL [ 20%] 2022-12-01T10:39:10.9150080Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_margin_ranking_loss_cpu PASSED [ 20%] 2022-12-01T10:39:10.9150224Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_pool2d_cpu PASSED [ 20%] 2022-12-01T10:39:10.9150390Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool1d_grad_cpu PASSED [ 20%] 2022-12-01T10:39:10.9150555Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool2d_grad_cpu PASSED [ 20%] 2022-12-01T10:39:10.9150722Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool3d_grad_cpu PASSED [ 20%] 2022-12-01T10:39:10.9150894Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_multilabel_margin_loss_cpu PASSED [ 20%] 2022-12-01T10:39:10.9151069Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_multilabel_soft_margin_loss_cpu PASSED [ 20%] 2022-12-01T10:39:10.9151225Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_nll_loss_cpu PASSED [ 20%] 2022-12-01T10:39:10.9151385Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_one_hot_cpu PASSED [ 20%] 2022-12-01T10:39:10.9151533Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_circular_cpu PASSED [ 20%] 2022-12-01T10:39:10.9151693Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_reflect_cpu PASSED [ 20%] 2022-12-01T10:39:10.9151857Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pairwise_distance_cpu PASSED [ 20%] 2022-12-01T10:39:10.9152013Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pdist_cpu PASSED [ 21%] 2022-12-01T10:39:10.9152180Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pixel_unshuffle_cpu PASSED [ 21%] 2022-12-01T10:39:10.9152336Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_relu6_cpu PASSED [ 21%] 2022-12-01T10:39:10.9152488Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_selu_cpu PASSED [ 21%] 2022-12-01T10:39:10.9152647Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_silu_complex_cpu PASSED [ 21%] 2022-12-01T10:39:10.9152797Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_silu_cpu PASSED [ 21%] 2022-12-01T10:39:10.9152946Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_smooth_l1_loss_cpu PASSED [ 21%] 2022-12-01T10:39:10.9153110Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_soft_margin_loss_cpu PASSED [ 21%] 2022-12-01T10:39:10.9153267Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softsign_cpu PASSED [ 21%] 2022-12-01T10:39:10.9153469Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_tanhshrink_cpu PASSED [ 21%] 2022-12-01T10:39:10.9153627Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_threshold_cpu PASSED [ 21%] 2022-12-01T10:39:10.9153767Z test_ops.py::TestCommonCPU::test_out_warning_ones_cpu XFAIL [ 21%] 2022-12-01T10:39:10.9153921Z test_ops.py::TestCommonCPU::test_out_warning_ops_nvprims_var_mean_cpu PASSED [ 21%] 2022-12-01T10:39:10.9154061Z test_ops.py::TestCommonCPU::test_out_warning_outer_cpu PASSED [ 21%] 2022-12-01T10:39:10.9154220Z test_ops.py::TestCommonCPU::test_out_warning_pinverse_cpu PASSED [ 21%] 2022-12-01T10:39:10.9154379Z test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_0_cpu PASSED [ 21%] 2022-12-01T10:39:10.9154550Z test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_4_cpu SKIPPED (Skipped!) [ 21%] 2022-12-01T10:39:10.9154693Z test_ops.py::TestCommonCPU::test_out_warning_positive_cpu PASSED [ 21%] 2022-12-01T10:39:10.9154837Z test_ops.py::TestCommonCPU::test_out_warning_pow_cpu PASSED [ 21%] 2022-12-01T10:39:10.9154977Z test_ops.py::TestCommonCPU::test_out_warning_put_cpu PASSED [ 21%] 2022-12-01T10:39:10.9155119Z test_ops.py::TestCommonCPU::test_out_warning_quantile_cpu PASSED [ 21%] 2022-12-01T10:39:10.9155259Z test_ops.py::TestCommonCPU::test_out_warning_rad2deg_cpu PASSED [ 21%] 2022-12-01T10:39:10.9155386Z test_ops.py::TestCommonCPU::test_out_warning_ravel_cpu PASSED [ 21%] 2022-12-01T10:39:10.9155527Z test_ops.py::TestCommonCPU::test_out_warning_renorm_cpu PASSED [ 21%] 2022-12-01T10:39:10.9155667Z test_ops.py::TestCommonCPU::test_out_warning_repeat_cpu PASSED [ 21%] 2022-12-01T10:39:10.9155804Z test_ops.py::TestCommonCPU::test_out_warning_resize__cpu PASSED [ 21%] 2022-12-01T10:39:10.9155941Z test_ops.py::TestCommonCPU::test_out_warning_resize_as__cpu PASSED [ 21%] 2022-12-01T10:39:10.9156085Z test_ops.py::TestCommonCPU::test_out_warning_resolve_conj_cpu PASSED [ 21%] 2022-12-01T10:39:10.9156229Z test_ops.py::TestCommonCPU::test_out_warning_round_decimals_0_cpu PASSED [ 21%] 2022-12-01T10:39:10.9156366Z test_ops.py::TestCommonCPU::test_out_warning_rsqrt_cpu PASSED [ 21%] 2022-12-01T10:39:10.9156489Z test_ops.py::TestCommonCPU::test_out_warning_rsub_cpu PASSED [ 21%] 2022-12-01T10:39:10.9156627Z test_ops.py::TestCommonCPU::test_out_warning_scatter_add_cpu PASSED [ 21%] 2022-12-01T10:39:10.9156780Z test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_amin_cpu PASSED [ 21%] 2022-12-01T10:39:10.9156931Z test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_sum_cpu PASSED [ 21%] 2022-12-01T10:39:10.9157073Z test_ops.py::TestCommonCPU::test_out_warning_searchsorted_cpu PASSED [ 21%] 2022-12-01T10:39:10.9157230Z test_ops.py::TestCommonCPU::test_out_warning_segment_reduce_lengths_cpu PASSED [ 21%] 2022-12-01T10:39:10.9157370Z test_ops.py::TestCommonCPU::test_out_warning_select_cpu PASSED [ 21%] 2022-12-01T10:39:10.9157515Z test_ops.py::TestCommonCPU::test_out_warning_select_scatter_cpu PASSED [ 21%] 2022-12-01T10:39:10.9157639Z test_ops.py::TestCommonCPU::test_out_warning_sgn_cpu PASSED [ 21%] 2022-12-01T10:39:10.9157777Z test_ops.py::TestCommonCPU::test_out_warning_sigmoid_cpu PASSED [ 21%] 2022-12-01T10:39:10.9157912Z test_ops.py::TestCommonCPU::test_out_warning_sign_cpu PASSED [ 21%] 2022-12-01T10:39:10.9158048Z test_ops.py::TestCommonCPU::test_out_warning_slice_cpu PASSED [ 21%] 2022-12-01T10:39:10.9158189Z test_ops.py::TestCommonCPU::test_out_warning_slice_scatter_cpu PASSED [ 21%] 2022-12-01T10:39:10.9158324Z test_ops.py::TestCommonCPU::test_out_warning_sort_cpu PASSED [ 21%] 2022-12-01T10:39:10.9158465Z test_ops.py::TestCommonCPU::test_out_warning_special_airy_ai_cpu PASSED [ 21%] 2022-12-01T10:39:10.9158615Z test_ops.py::TestCommonCPU::test_out_warning_special_bessel_j0_cpu PASSED [ 21%] 2022-12-01T10:39:10.9158785Z test_ops.py::TestCommonCPU::test_out_warning_special_bessel_y0_cpu PASSED [ 21%] 2022-12-01T10:39:10.9159229Z 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:39:10.9159373Z test_ops.py::TestCommonCPU::test_out_warning_special_entr_cpu PASSED [ 21%] 2022-12-01T10:39:10.9159519Z test_ops.py::TestCommonCPU::test_out_warning_special_log_ndtr_cpu PASSED [ 21%] 2022-12-01T10:39:10.9159681Z test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_i0_cpu PASSED [ 21%] 2022-12-01T10:39:10.9159873Z test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_k0_cpu PASSED [ 21%] 2022-12-01T10:39:10.9160036Z test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_k1_cpu PASSED [ 21%] 2022-12-01T10:39:10.9160182Z test_ops.py::TestCommonCPU::test_out_warning_special_ndtr_cpu PASSED [ 21%] 2022-12-01T10:39:10.9160328Z test_ops.py::TestCommonCPU::test_out_warning_special_ndtri_cpu PASSED [ 21%] 2022-12-01T10:39:10.9160494Z test_ops.py::TestCommonCPU::test_out_warning_special_polygamma_special_polygamma_n_0_cpu PASSED [ 21%] 2022-12-01T10:39:10.9160666Z test_ops.py::TestCommonCPU::test_out_warning_special_scaled_modified_bessel_k1_cpu PASSED [ 21%] 2022-12-01T10:39:10.9161023Z 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:39:10.9161380Z 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:39:10.9161529Z test_ops.py::TestCommonCPU::test_out_warning_special_xlog1py_cpu PASSED [ 21%] 2022-12-01T10:39:10.9161676Z test_ops.py::TestCommonCPU::test_out_warning_split_with_sizes_cpu PASSED [ 21%] 2022-12-01T10:39:10.9161814Z test_ops.py::TestCommonCPU::test_out_warning_sqrt_cpu PASSED [ 21%] 2022-12-01T10:39:10.9161957Z test_ops.py::TestCommonCPU::test_out_warning_square_cpu PASSED [ 21%] 2022-12-01T10:39:10.9162096Z test_ops.py::TestCommonCPU::test_out_warning_squeeze_cpu PASSED [ 21%] 2022-12-01T10:39:10.9162223Z test_ops.py::TestCommonCPU::test_out_warning_std_mean_cpu PASSED [ 21%] 2022-12-01T10:39:10.9162359Z test_ops.py::TestCommonCPU::test_out_warning_stft_cpu PASSED [ 21%] 2022-12-01T10:39:10.9162497Z test_ops.py::TestCommonCPU::test_out_warning_sub_cpu PASSED [ 21%] 2022-12-01T10:39:10.9162633Z test_ops.py::TestCommonCPU::test_out_warning_sum_cpu PASSED [ 21%] 2022-12-01T10:39:10.9162773Z test_ops.py::TestCommonCPU::test_out_warning_sum_to_size_cpu PASSED [ 21%] 2022-12-01T10:39:10.9162907Z test_ops.py::TestCommonCPU::test_out_warning_svd_cpu PASSED [ 21%] 2022-12-01T10:39:10.9163047Z test_ops.py::TestCommonCPU::test_out_warning_svd_lowrank_cpu PASSED [ 21%] 2022-12-01T10:39:10.9163186Z test_ops.py::TestCommonCPU::test_out_warning_symeig_cpu PASSED [ 21%] 2022-12-01T10:39:10.9163310Z test_ops.py::TestCommonCPU::test_out_warning_tanh_cpu PASSED [ 21%] 2022-12-01T10:39:10.9163453Z test_ops.py::TestCommonCPU::test_out_warning_tensor_split_cpu PASSED [ 21%] 2022-12-01T10:39:10.9163589Z test_ops.py::TestCommonCPU::test_out_warning_tile_cpu PASSED [ 21%] 2022-12-01T10:39:10.9163723Z test_ops.py::TestCommonCPU::test_out_warning_to_cpu PASSED [ 21%] 2022-12-01T10:39:10.9163861Z test_ops.py::TestCommonCPU::test_out_warning_to_sparse_cpu PASSED [ 21%] 2022-12-01T10:39:10.9163999Z test_ops.py::TestCommonCPU::test_out_warning_topk_cpu PASSED [ 21%] 2022-12-01T10:39:10.9164135Z test_ops.py::TestCommonCPU::test_out_warning_trace_cpu PASSED [ 21%] 2022-12-01T10:39:10.9164275Z test_ops.py::TestCommonCPU::test_out_warning_trapezoid_cpu PASSED [ 21%] 2022-12-01T10:39:10.9164429Z test_ops.py::TestCommonCPU::test_out_warning_trapz_cpu PASSED [ 21%] 2022-12-01T10:39:10.9164569Z test_ops.py::TestCommonCPU::test_out_warning_triu_indices_cpu PASSED [ 21%] 2022-12-01T10:39:10.9164782Z test_ops.py::TestCommonCPU::test_out_warning_trunc_cpu PASSED [ 21%] 2022-12-01T10:39:10.9164920Z test_ops.py::TestCommonCPU::test_out_warning_unfold_cpu PASSED [ 21%] 2022-12-01T10:39:10.9165079Z test_ops.py::TestCommonCPU::test_out_warning_unique_consecutive_cpu PASSED [ 21%] 2022-12-01T10:39:10.9165214Z test_ops.py::TestCommonCPU::test_out_warning_var_cpu PASSED [ 21%] 2022-12-01T10:39:10.9165400Z test_ops.py::TestCommonCPU::test_out_warning_view_as_cpu PASSED [ 21%] 2022-12-01T10:39:10.9165539Z test_ops.py::TestCommonCPU::test_out_warning_vsplit_cpu PASSED [ 21%] 2022-12-01T10:39:10.9165661Z test_ops.py::TestCommonCPU::test_out_warning_xlogy_cpu PASSED [ 21%] 2022-12-01T10:39:10.9165800Z test_ops.py::TestCommonCPU::test_out_warning_zeros_cpu XFAIL [ 21%] 2022-12-01T10:39:10.9165943Z test_ops.py::TestCommonCPU::test_out_warning_zeros_like_cpu PASSED [ 21%] 2022-12-01T10:39:10.9166082Z test_ops.py::TestCommonCPU::test_out_zeros_like_cpu_float32 PASSED [ 21%] 2022-12-01T10:39:10.9166234Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_bfloat16 PASSED [ 21%] 2022-12-01T10:39:10.9166390Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_complex128 PASSED [ 21%] 2022-12-01T10:39:10.9166538Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_complex32 XFAIL [ 21%] 2022-12-01T10:39:10.9166681Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_float16 PASSED [ 21%] 2022-12-01T10:39:10.9166811Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_float32 PASSED [ 21%] 2022-12-01T10:39:10.9166950Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int16 PASSED [ 21%] 2022-12-01T10:39:10.9167089Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int32 PASSED [ 21%] 2022-12-01T10:39:10.9167229Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int8 PASSED [ 21%] 2022-12-01T10:39:10.9167369Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_uint8 PASSED [ 21%] 2022-12-01T10:39:10.9167517Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_bfloat16 PASSED [ 21%] 2022-12-01T10:39:10.9167660Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_bool PASSED [ 21%] 2022-12-01T10:39:10.9167811Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_complex64 PASSED [ 21%] 2022-12-01T10:39:10.9167951Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int16 PASSED [ 21%] 2022-12-01T10:39:10.9168080Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int8 PASSED [ 21%] 2022-12-01T10:39:10.9168235Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_complex128 PASSED [ 21%] 2022-12-01T10:39:10.9168387Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_complex64 PASSED [ 21%] 2022-12-01T10:39:10.9168535Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_float64 PASSED [ 21%] 2022-12-01T10:39:10.9168677Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int32 PASSED [ 21%] 2022-12-01T10:39:10.9168819Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int64 PASSED [ 21%] 2022-12-01T10:39:10.9168962Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int8 PASSED [ 21%] 2022-12-01T10:39:10.9169103Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_uint8 PASSED [ 21%] 2022-12-01T10:39:10.9169232Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_bool PASSED [ 21%] 2022-12-01T10:39:10.9169385Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_complex128 PASSED [ 21%] 2022-12-01T10:39:10.9169533Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_complex64 PASSED [ 21%] 2022-12-01T10:39:10.9169676Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_float64 PASSED [ 21%] 2022-12-01T10:39:10.9169816Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int16 PASSED [ 21%] 2022-12-01T10:39:10.9169991Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int8 PASSED [ 21%] 2022-12-01T10:39:10.9170148Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_bfloat16 PASSED [ 21%] 2022-12-01T10:39:10.9170305Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_complex128 PASSED [ 21%] 2022-12-01T10:39:10.9170434Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_float32 XFAIL [ 21%] 2022-12-01T10:39:10.9170578Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_uint8 XFAIL [ 21%] 2022-12-01T10:39:10.9170745Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_bool PASSED [ 21%] 2022-12-01T10:39:10.9170888Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_float16 PASSED [ 21%] 2022-12-01T10:39:10.9171030Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_float32 PASSED [ 21%] 2022-12-01T10:39:10.9171172Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int16 PASSED [ 21%] 2022-12-01T10:39:10.9171313Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int32 PASSED [ 21%] 2022-12-01T10:39:10.9171451Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int64 PASSED [ 21%] 2022-12-01T10:39:10.9171578Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int8 PASSED [ 21%] 2022-12-01T10:39:10.9171718Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_uint8 PASSED [ 21%] 2022-12-01T10:39:10.9171875Z test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:39:10.9172035Z test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_complex64 PASSED [ 22%] 2022-12-01T10:39:10.9172183Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_float64 PASSED [ 22%] 2022-12-01T10:39:10.9172322Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int16 PASSED [ 22%] 2022-12-01T10:39:10.9172462Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int32 PASSED [ 22%] 2022-12-01T10:39:10.9172603Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int8 PASSED [ 22%] 2022-12-01T10:39:10.9172730Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_uint8 PASSED [ 22%] 2022-12-01T10:39:10.9172878Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:39:10.9173025Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_float16 PASSED [ 22%] 2022-12-01T10:39:10.9173171Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_float32 PASSED [ 22%] 2022-12-01T10:39:10.9173314Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int16 PASSED [ 22%] 2022-12-01T10:39:10.9173458Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int8 PASSED [ 22%] 2022-12-01T10:39:10.9173605Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:39:10.9173748Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_bool PASSED [ 22%] 2022-12-01T10:39:10.9173888Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_complex128 PASSED [ 22%] 2022-12-01T10:39:10.9174034Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_float32 PASSED [ 22%] 2022-12-01T10:39:10.9174180Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_float64 PASSED [ 22%] 2022-12-01T10:39:10.9174317Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int64 PASSED [ 22%] 2022-12-01T10:39:10.9174457Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_uint8 PASSED [ 22%] 2022-12-01T10:39:10.9174607Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_float32 PASSED [ 22%] 2022-12-01T10:39:10.9174756Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_float64 PASSED [ 22%] 2022-12-01T10:39:10.9174906Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int16 PASSED [ 22%] 2022-12-01T10:39:10.9175038Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int32 PASSED [ 22%] 2022-12-01T10:39:10.9175185Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int64 PASSED [ 22%] 2022-12-01T10:39:10.9175383Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_complex128 PASSED [ 22%] 2022-12-01T10:39:10.9175546Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_complex64 PASSED [ 22%] 2022-12-01T10:39:10.9175706Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_float32 PASSED [ 22%] 2022-12-01T10:39:10.9175861Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_float64 PASSED [ 22%] 2022-12-01T10:39:10.9176013Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int16 PASSED [ 22%] 2022-12-01T10:39:10.9176190Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int8 PASSED [ 22%] 2022-12-01T10:39:10.9176344Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_uint8 PASSED [ 22%] 2022-12-01T10:39:10.9176477Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_bool PASSED [ 22%] 2022-12-01T10:39:10.9176622Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_float32 PASSED [ 22%] 2022-12-01T10:39:10.9176771Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_float64 PASSED [ 22%] 2022-12-01T10:39:10.9176917Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int32 PASSED [ 22%] 2022-12-01T10:39:10.9177059Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int64 PASSED [ 22%] 2022-12-01T10:39:10.9177202Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int8 PASSED [ 22%] 2022-12-01T10:39:10.9177346Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_uint8 PASSED [ 22%] 2022-12-01T10:39:10.9177490Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_bool PASSED [ 22%] 2022-12-01T10:39:10.9177631Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_complex64 PASSED [ 22%] 2022-12-01T10:39:10.9177781Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_float32 PASSED [ 22%] 2022-12-01T10:39:10.9177927Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int16 PASSED [ 22%] 2022-12-01T10:39:10.9178069Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int64 PASSED [ 22%] 2022-12-01T10:39:10.9178219Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:39:10.9178362Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_bool PASSED [ 22%] 2022-12-01T10:39:10.9178510Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_float32 PASSED [ 22%] 2022-12-01T10:39:10.9178650Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_uint8 PASSED [ 22%] 2022-12-01T10:39:10.9178788Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_complex128 PASSED [ 22%] 2022-12-01T10:39:10.9178939Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_complex64 PASSED [ 22%] 2022-12-01T10:39:10.9179088Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_float32 PASSED [ 22%] 2022-12-01T10:39:10.9179233Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int16 PASSED [ 22%] 2022-12-01T10:39:10.9179376Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int8 PASSED [ 22%] 2022-12-01T10:39:10.9179520Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_uint8 PASSED [ 22%] 2022-12-01T10:39:10.9179670Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:39:10.9179828Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_complex128 PASSED [ 22%] 2022-12-01T10:39:10.9179967Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_complex64 PASSED [ 22%] 2022-12-01T10:39:10.9180113Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_float64 PASSED [ 22%] 2022-12-01T10:39:10.9180256Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int16 PASSED [ 22%] 2022-12-01T10:39:10.9180396Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int32 PASSED [ 22%] 2022-12-01T10:39:10.9180539Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int8 PASSED [ 22%] 2022-12-01T10:39:10.9180697Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:39:10.9180877Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_bool PASSED [ 22%] 2022-12-01T10:39:10.9181036Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_complex128 PASSED [ 22%] 2022-12-01T10:39:10.9181182Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_complex64 PASSED [ 22%] 2022-12-01T10:39:10.9181336Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_float64 PASSED [ 22%] 2022-12-01T10:39:10.9181488Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int16 PASSED [ 22%] 2022-12-01T10:39:10.9181664Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int64 PASSED [ 22%] 2022-12-01T10:39:10.9181814Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int8 PASSED [ 22%] 2022-12-01T10:39:10.9181961Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_uint8 PASSED [ 22%] 2022-12-01T10:39:10.9182118Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:39:10.9182431Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_bool PASSED [ 22%] 2022-12-01T10:39:10.9182592Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_complex32 PASSED [ 22%] 2022-12-01T10:39:10.9182734Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_complex64 PASSED [ 22%] 2022-12-01T10:39:10.9182887Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int16 PASSED [ 22%] 2022-12-01T10:39:10.9183035Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int64 PASSED [ 22%] 2022-12-01T10:39:10.9183186Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int8 PASSED [ 22%] 2022-12-01T10:39:10.9183336Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_uint8 PASSED [ 22%] 2022-12-01T10:39:10.9183491Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:39:10.9183651Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_complex64 PASSED [ 22%] 2022-12-01T10:39:10.9183801Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int16 PASSED [ 22%] 2022-12-01T10:39:10.9183938Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int32 PASSED [ 22%] 2022-12-01T10:39:10.9184084Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int64 PASSED [ 22%] 2022-12-01T10:39:10.9184236Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int8 PASSED [ 22%] 2022-12-01T10:39:10.9184384Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_uint8 PASSED [ 22%] 2022-12-01T10:39:10.9184533Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_bool PASSED [ 22%] 2022-12-01T10:39:10.9184685Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int16 PASSED [ 22%] 2022-12-01T10:39:10.9184837Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int32 PASSED [ 22%] 2022-12-01T10:39:10.9184987Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int64 PASSED [ 22%] 2022-12-01T10:39:10.9185121Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_uint8 PASSED [ 22%] 2022-12-01T10:39:10.9185282Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int16 PASSED [ 22%] 2022-12-01T10:39:10.9185440Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int32 PASSED [ 22%] 2022-12-01T10:39:10.9185591Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_bool PASSED [ 22%] 2022-12-01T10:39:10.9185743Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int16 PASSED [ 22%] 2022-12-01T10:39:10.9185892Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int32 PASSED [ 22%] 2022-12-01T10:39:10.9186040Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int8 PASSED [ 22%] 2022-12-01T10:39:10.9186188Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_uint8 PASSED [ 22%] 2022-12-01T10:39:10.9186402Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int16 PASSED [ 22%] 2022-12-01T10:39:10.9186540Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int64 PASSED [ 22%] 2022-12-01T10:39:10.9186692Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int8 PASSED [ 22%] 2022-12-01T10:39:10.9186843Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_uint8 PASSED [ 22%] 2022-12-01T10:39:10.9186993Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_bool PASSED [ 22%] 2022-12-01T10:39:10.9187143Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int32 PASSED [ 22%] 2022-12-01T10:39:10.9187325Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_uint8 PASSED [ 22%] 2022-12-01T10:39:10.9187494Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_shapes_cpu_float32 PASSED [ 22%] 2022-12-01T10:39:10.9187664Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:39:10.9187814Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_bool PASSED [ 22%] 2022-12-01T10:39:10.9187985Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_complex128 PASSED [ 22%] 2022-12-01T10:39:10.9188156Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_complex64 PASSED [ 22%] 2022-12-01T10:39:10.9188543Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_float64 PASSED [ 22%] 2022-12-01T10:39:10.9188893Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int16 PASSED [ 22%] 2022-12-01T10:39:10.9189230Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_complex64 PASSED [ 22%] 2022-12-01T10:39:10.9189574Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_uint8 PASSED [ 22%] 2022-12-01T10:39:10.9189914Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:39:10.9190231Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_bool PASSED [ 22%] 2022-12-01T10:39:10.9190540Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_complex128 PASSED [ 22%] 2022-12-01T10:39:10.9190865Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_complex64 PASSED [ 22%] 2022-12-01T10:39:10.9191181Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_float32 PASSED [ 22%] 2022-12-01T10:39:10.9191489Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_float64 PASSED [ 22%] 2022-12-01T10:39:10.9191800Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int16 PASSED [ 22%] 2022-12-01T10:39:10.9192113Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int64 PASSED [ 22%] 2022-12-01T10:39:10.9192419Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_uint8 PASSED [ 22%] 2022-12-01T10:39:10.9192724Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:39:10.9193041Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_float64 PASSED [ 22%] 2022-12-01T10:39:10.9193360Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int16 PASSED [ 22%] 2022-12-01T10:39:10.9193663Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int64 PASSED [ 22%] 2022-12-01T10:39:10.9193977Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int8 PASSED [ 22%] 2022-12-01T10:39:10.9194286Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_uint8 PASSED [ 22%] 2022-12-01T10:39:10.9194603Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_bool PASSED [ 22%] 2022-12-01T10:39:10.9194916Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_complex128 PASSED [ 22%] 2022-12-01T10:39:10.9195251Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_complex64 PASSED [ 22%] 2022-12-01T10:39:10.9195579Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_float16 PASSED [ 22%] 2022-12-01T10:39:10.9195892Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_float32 PASSED [ 23%] 2022-12-01T10:39:10.9196245Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int32 PASSED [ 23%] 2022-12-01T10:39:10.9196559Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int8 PASSED [ 23%] 2022-12-01T10:39:10.9196874Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_uint8 PASSED [ 23%] 2022-12-01T10:39:10.9197211Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_float64 PASSED [ 23%] 2022-12-01T10:39:10.9197530Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int16 PASSED [ 23%] 2022-12-01T10:39:10.9197846Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int64 PASSED [ 23%] 2022-12-01T10:39:10.9198191Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int8 PASSED [ 23%] 2022-12-01T10:39:10.9198497Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_bool PASSED [ 23%] 2022-12-01T10:39:10.9198827Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_float16 PASSED [ 23%] 2022-12-01T10:39:10.9199160Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_float64 PASSED [ 23%] 2022-12-01T10:39:10.9199475Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int16 PASSED [ 23%] 2022-12-01T10:39:10.9199805Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int64 PASSED [ 23%] 2022-12-01T10:39:10.9200142Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_uint8 PASSED [ 23%] 2022-12-01T10:39:10.9200481Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:39:10.9200810Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_float16 PASSED [ 23%] 2022-12-01T10:39:10.9201122Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_float32 PASSED [ 23%] 2022-12-01T10:39:10.9201448Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int16 PASSED [ 23%] 2022-12-01T10:39:10.9201768Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int64 PASSED [ 23%] 2022-12-01T10:39:10.9202098Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int8 PASSED [ 23%] 2022-12-01T10:39:10.9202404Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:39:10.9202722Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_bool PASSED [ 23%] 2022-12-01T10:39:10.9203040Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_float32 PASSED [ 23%] 2022-12-01T10:39:10.9203345Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_float64 PASSED [ 23%] 2022-12-01T10:39:10.9203654Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int32 PASSED [ 23%] 2022-12-01T10:39:10.9203973Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int64 PASSED [ 23%] 2022-12-01T10:39:10.9204287Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int8 PASSED [ 23%] 2022-12-01T10:39:10.9204592Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_uint8 PASSED [ 23%] 2022-12-01T10:39:10.9204993Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_bool PASSED [ 23%] 2022-12-01T10:39:10.9205341Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_complex128 PASSED [ 23%] 2022-12-01T10:39:10.9205672Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_complex32 PASSED [ 23%] 2022-12-01T10:39:10.9206012Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int32 PASSED [ 23%] 2022-12-01T10:39:10.9206349Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int64 PASSED [ 23%] 2022-12-01T10:39:10.9206683Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int8 PASSED [ 23%] 2022-12-01T10:39:10.9206998Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_complex128 PASSED [ 23%] 2022-12-01T10:39:10.9207322Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_complex32 PASSED [ 23%] 2022-12-01T10:39:10.9207643Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_float16 PASSED [ 23%] 2022-12-01T10:39:10.9207970Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int64 PASSED [ 23%] 2022-12-01T10:39:10.9208358Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_bool PASSED [ 23%] 2022-12-01T10:39:10.9208703Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_complex128 PASSED [ 23%] 2022-12-01T10:39:10.9209065Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_complex32 PASSED [ 23%] 2022-12-01T10:39:10.9209420Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_complex64 PASSED [ 23%] 2022-12-01T10:39:10.9209778Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_float64 PASSED [ 23%] 2022-12-01T10:39:10.9210191Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int32 PASSED [ 23%] 2022-12-01T10:39:10.9210523Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int8 PASSED [ 23%] 2022-12-01T10:39:10.9210870Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_float16 PASSED [ 23%] 2022-12-01T10:39:10.9211201Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_float32 PASSED [ 23%] 2022-12-01T10:39:10.9211540Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_float64 PASSED [ 23%] 2022-12-01T10:39:10.9211874Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int16 PASSED [ 23%] 2022-12-01T10:39:10.9212203Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int64 PASSED [ 23%] 2022-12-01T10:39:10.9212534Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int8 PASSED [ 23%] 2022-12-01T10:39:10.9212874Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_uint8 PASSED [ 23%] 2022-12-01T10:39:10.9213205Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:39:10.9213527Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_complex128 PASSED [ 23%] 2022-12-01T10:39:10.9213860Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int16 PASSED [ 23%] 2022-12-01T10:39:10.9214189Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int32 PASSED [ 23%] 2022-12-01T10:39:10.9214503Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int8 PASSED [ 23%] 2022-12-01T10:39:10.9214826Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int32 PASSED [ 23%] 2022-12-01T10:39:10.9215159Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int64 PASSED [ 23%] 2022-12-01T10:39:10.9215492Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int8 PASSED [ 23%] 2022-12-01T10:39:10.9215805Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_uint8 PASSED [ 23%] 2022-12-01T10:39:10.9216132Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_bool PASSED [ 23%] 2022-12-01T10:39:10.9216482Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_complex64 PASSED [ 23%] 2022-12-01T10:39:10.9216824Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_float32 PASSED [ 23%] 2022-12-01T10:39:10.9217139Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int16 PASSED [ 23%] 2022-12-01T10:39:10.9217450Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int32 PASSED [ 23%] 2022-12-01T10:39:10.9217757Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_uint8 PASSED [ 23%] 2022-12-01T10:39:10.9218078Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:39:10.9218379Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_bool PASSED [ 23%] 2022-12-01T10:39:10.9218699Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_complex128 PASSED [ 23%] 2022-12-01T10:39:10.9219030Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_complex64 PASSED [ 23%] 2022-12-01T10:39:10.9219348Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_float32 PASSED [ 23%] 2022-12-01T10:39:10.9219662Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int16 PASSED [ 23%] 2022-12-01T10:39:10.9220030Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int32 PASSED [ 23%] 2022-12-01T10:39:10.9220345Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int8 PASSED [ 23%] 2022-12-01T10:39:10.9220646Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_uint8 PASSED [ 23%] 2022-12-01T10:39:10.9220969Z test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_complex128 PASSED [ 23%] 2022-12-01T10:39:10.9221301Z test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_float32 PASSED [ 23%] 2022-12-01T10:39:10.9221617Z test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_float64 PASSED [ 23%] 2022-12-01T10:39:10.9221985Z test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_int8 PASSED [ 23%] 2022-12-01T10:39:10.9222443Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:39:10.9222788Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_bool PASSED [ 23%] 2022-12-01T10:39:10.9223130Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_complex128 PASSED [ 23%] 2022-12-01T10:39:10.9223503Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_float16 PASSED [ 23%] 2022-12-01T10:39:10.9223867Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_float32 PASSED [ 23%] 2022-12-01T10:39:10.9224208Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int8 PASSED [ 23%] 2022-12-01T10:39:10.9224538Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:39:10.9224902Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_bool PASSED [ 23%] 2022-12-01T10:39:10.9225246Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_complex128 PASSED [ 23%] 2022-12-01T10:39:10.9225578Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_complex32 PASSED [ 23%] 2022-12-01T10:39:10.9225918Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_float64 PASSED [ 23%] 2022-12-01T10:39:10.9226274Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int16 PASSED [ 23%] 2022-12-01T10:39:10.9226615Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int64 PASSED [ 23%] 2022-12-01T10:39:10.9226929Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int8 PASSED [ 23%] 2022-12-01T10:39:10.9227255Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:39:10.9227591Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_bool PASSED [ 23%] 2022-12-01T10:39:10.9227922Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_float32 PASSED [ 23%] 2022-12-01T10:39:10.9228240Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int16 PASSED [ 23%] 2022-12-01T10:39:10.9228567Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int32 PASSED [ 23%] 2022-12-01T10:39:10.9228890Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int8 PASSED [ 23%] 2022-12-01T10:39:10.9229221Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_float16 PASSED [ 23%] 2022-12-01T10:39:10.9229572Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_float32 PASSED [ 23%] 2022-12-01T10:39:10.9229920Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int8 PASSED [ 23%] 2022-12-01T10:39:10.9230276Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_uint8 PASSED [ 23%] 2022-12-01T10:39:10.9230765Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_bool PASSED [ 23%] 2022-12-01T10:39:10.9231126Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_complex128 PASSED [ 23%] 2022-12-01T10:39:10.9231519Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_float64 PASSED [ 23%] 2022-12-01T10:39:10.9231865Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int8 PASSED [ 23%] 2022-12-01T10:39:10.9232217Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_uint8 PASSED [ 23%] 2022-12-01T10:39:10.9232671Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_float16 PASSED [ 23%] 2022-12-01T10:39:10.9233021Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_float32 PASSED [ 23%] 2022-12-01T10:39:10.9233356Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_float64 PASSED [ 23%] 2022-12-01T10:39:10.9233702Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int16 PASSED [ 23%] 2022-12-01T10:39:10.9234045Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int32 PASSED [ 23%] 2022-12-01T10:39:10.9234434Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int8 PASSED [ 23%] 2022-12-01T10:39:10.9234757Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_bool PASSED [ 23%] 2022-12-01T10:39:10.9235083Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_complex32 PASSED [ 23%] 2022-12-01T10:39:10.9235416Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_complex64 PASSED [ 23%] 2022-12-01T10:39:10.9235734Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_float16 PASSED [ 23%] 2022-12-01T10:39:10.9236057Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_float32 PASSED [ 23%] 2022-12-01T10:39:10.9236380Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_float64 PASSED [ 23%] 2022-12-01T10:39:10.9236706Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int16 PASSED [ 23%] 2022-12-01T10:39:10.9237019Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int32 PASSED [ 23%] 2022-12-01T10:39:10.9237338Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int64 PASSED [ 23%] 2022-12-01T10:39:10.9237661Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_uint8 PASSED [ 23%] 2022-12-01T10:39:10.9237979Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_complex128 PASSED [ 23%] 2022-12-01T10:39:10.9238313Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_complex32 PASSED [ 23%] 2022-12-01T10:39:10.9238640Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_complex64 PASSED [ 23%] 2022-12-01T10:39:10.9238972Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_float64 PASSED [ 23%] 2022-12-01T10:39:10.9239280Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int64 PASSED [ 23%] 2022-12-01T10:39:10.9239601Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int8 PASSED [ 23%] 2022-12-01T10:39:10.9239970Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_bfloat16 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-12-01T10:39:10.9240376Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_complex64 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-12-01T10:39:10.9240785Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_float16 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-12-01T10:39:10.9241468Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_float32 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-12-01T10:39:10.9241875Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_float64 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-12-01T10:39:10.9242258Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int16 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-12-01T10:39:10.9242643Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int64 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-12-01T10:39:10.9243033Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_uint8 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-12-01T10:39:10.9243438Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_complex64 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-12-01T10:39:10.9243832Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_float64 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-12-01T10:39:10.9244289Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int16 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-12-01T10:39:10.9244854Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int32 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-12-01T10:39:10.9245266Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_uint8 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-12-01T10:39:10.9245615Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_complex32 PASSED [ 24%] 2022-12-01T10:39:10.9245936Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_float16 PASSED [ 24%] 2022-12-01T10:39:10.9246295Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int16 PASSED [ 24%] 2022-12-01T10:39:10.9246609Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int32 PASSED [ 24%] 2022-12-01T10:39:10.9246964Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int8 PASSED [ 24%] 2022-12-01T10:39:10.9247276Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_bfloat16 PASSED [ 24%] 2022-12-01T10:39:10.9247598Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_float32 PASSED [ 24%] 2022-12-01T10:39:10.9247898Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_float64 PASSED [ 24%] 2022-12-01T10:39:10.9248202Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int32 PASSED [ 24%] 2022-12-01T10:39:10.9248513Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int64 PASSED [ 24%] 2022-12-01T10:39:10.9248825Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_uint8 PASSED [ 24%] 2022-12-01T10:39:10.9249134Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int32 PASSED [ 24%] 2022-12-01T10:39:10.9249444Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int8 PASSED [ 24%] 2022-12-01T10:39:10.9249757Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_bfloat16 PASSED [ 24%] 2022-12-01T10:39:10.9250061Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_bool PASSED [ 24%] 2022-12-01T10:39:10.9250385Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_float64 PASSED [ 24%] 2022-12-01T10:39:10.9250704Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int16 PASSED [ 24%] 2022-12-01T10:39:10.9251023Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int64 PASSED [ 24%] 2022-12-01T10:39:10.9251324Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_uint8 PASSED [ 24%] 2022-12-01T10:39:10.9251634Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_bool PASSED [ 24%] 2022-12-01T10:39:10.9251944Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_float16 PASSED [ 24%] 2022-12-01T10:39:10.9252247Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_float32 PASSED [ 24%] 2022-12-01T10:39:10.9252557Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int64 PASSED [ 24%] 2022-12-01T10:39:10.9252873Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_bool PASSED [ 24%] 2022-12-01T10:39:10.9253176Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_float32 PASSED [ 24%] 2022-12-01T10:39:10.9253484Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int32 PASSED [ 24%] 2022-12-01T10:39:10.9253792Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int64 PASSED [ 24%] 2022-12-01T10:39:10.9254104Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int8 PASSED [ 24%] 2022-12-01T10:39:10.9254413Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_float16 PASSED [ 24%] 2022-12-01T10:39:10.9255038Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int16 PASSED [ 24%] 2022-12-01T10:39:10.9255489Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_complex64 PASSED [ 24%] 2022-12-01T10:39:10.9255819Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_float16 PASSED [ 24%] 2022-12-01T10:39:10.9256139Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_float64 PASSED [ 24%] 2022-12-01T10:39:10.9256461Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int16 PASSED [ 24%] 2022-12-01T10:39:10.9256851Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_bool PASSED [ 24%] 2022-12-01T10:39:10.9257152Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int16 PASSED [ 24%] 2022-12-01T10:39:10.9257513Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int32 PASSED [ 24%] 2022-12-01T10:39:10.9257826Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int64 PASSED [ 24%] 2022-12-01T10:39:10.9258127Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_uint8 PASSED [ 24%] 2022-12-01T10:39:10.9258478Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_complex128 PASSED [ 24%] 2022-12-01T10:39:10.9258797Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_float16 PASSED [ 24%] 2022-12-01T10:39:10.9259106Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_float32 PASSED [ 24%] 2022-12-01T10:39:10.9259400Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int64 PASSED [ 24%] 2022-12-01T10:39:10.9259715Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_bool PASSED [ 24%] 2022-12-01T10:39:10.9260038Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_complex128 PASSED [ 24%] 2022-12-01T10:39:10.9260369Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_complex64 PASSED [ 24%] 2022-12-01T10:39:10.9260683Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_float64 PASSED [ 24%] 2022-12-01T10:39:10.9261007Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int32 PASSED [ 24%] 2022-12-01T10:39:10.9261325Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int8 PASSED [ 24%] 2022-12-01T10:39:10.9261630Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_uint8 PASSED [ 24%] 2022-12-01T10:39:10.9261955Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_complex128 PASSED [ 24%] 2022-12-01T10:39:10.9262406Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_complex64 PASSED [ 24%] 2022-12-01T10:39:10.9262743Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_float32 PASSED [ 24%] 2022-12-01T10:39:10.9263049Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_float64 PASSED [ 24%] 2022-12-01T10:39:10.9263369Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int16 PASSED [ 24%] 2022-12-01T10:39:10.9263683Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int32 PASSED [ 24%] 2022-12-01T10:39:10.9263987Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int64 PASSED [ 24%] 2022-12-01T10:39:10.9264305Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_uint8 PASSED [ 24%] 2022-12-01T10:39:10.9264725Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_bool PASSED [ 24%] 2022-12-01T10:39:10.9265052Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_complex64 PASSED [ 24%] 2022-12-01T10:39:10.9265367Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_float32 PASSED [ 24%] 2022-12-01T10:39:10.9265696Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int16 PASSED [ 24%] 2022-12-01T10:39:10.9266008Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_uint8 PASSED [ 24%] 2022-12-01T10:39:10.9266323Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_bfloat16 PASSED [ 24%] 2022-12-01T10:39:10.9266660Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_bool PASSED [ 24%] 2022-12-01T10:39:10.9266993Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_complex128 PASSED [ 24%] 2022-12-01T10:39:10.9267339Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_complex32 PASSED [ 24%] 2022-12-01T10:39:10.9267667Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_complex64 PASSED [ 24%] 2022-12-01T10:39:10.9268006Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_float32 PASSED [ 24%] 2022-12-01T10:39:10.9268340Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int32 PASSED [ 24%] 2022-12-01T10:39:10.9268752Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_complex128 PASSED [ 24%] 2022-12-01T10:39:10.9269086Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_float32 PASSED [ 24%] 2022-12-01T10:39:10.9269411Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_uint8 PASSED [ 24%] 2022-12-01T10:39:10.9269732Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_bool PASSED [ 24%] 2022-12-01T10:39:10.9270043Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_float64 PASSED [ 24%] 2022-12-01T10:39:10.9270414Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int16 PASSED [ 24%] 2022-12-01T10:39:10.9270733Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int64 PASSED [ 24%] 2022-12-01T10:39:10.9271036Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_bool PASSED [ 24%] 2022-12-01T10:39:10.9271360Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_complex128 PASSED [ 24%] 2022-12-01T10:39:10.9271691Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_float64 PASSED [ 24%] 2022-12-01T10:39:10.9272014Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_uint8 PASSED [ 24%] 2022-12-01T10:39:10.9272319Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_bool PASSED [ 24%] 2022-12-01T10:39:10.9272644Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_complex128 PASSED [ 24%] 2022-12-01T10:39:10.9272970Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int16 PASSED [ 24%] 2022-12-01T10:39:10.9273275Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int32 PASSED [ 24%] 2022-12-01T10:39:10.9273593Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int64 PASSED [ 24%] 2022-12-01T10:39:10.9273918Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_complex64 PASSED [ 24%] 2022-12-01T10:39:10.9274243Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_float64 PASSED [ 24%] 2022-12-01T10:39:10.9274553Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int64 PASSED [ 24%] 2022-12-01T10:39:10.9274871Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int8 PASSED [ 24%] 2022-12-01T10:39:10.9275196Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_complex128 PASSED [ 24%] 2022-12-01T10:39:10.9275509Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int16 PASSED [ 24%] 2022-12-01T10:39:10.9275831Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int32 PASSED [ 24%] 2022-12-01T10:39:10.9276155Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int8 PASSED [ 24%] 2022-12-01T10:39:10.9276731Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_complex64 PASSED [ 24%] 2022-12-01T10:39:10.9277137Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int16 PASSED [ 24%] 2022-12-01T10:39:10.9277508Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int64 PASSED [ 24%] 2022-12-01T10:39:10.9277843Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int8 PASSED [ 24%] 2022-12-01T10:39:10.9278169Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_bool PASSED [ 24%] 2022-12-01T10:39:10.9278482Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_float32 PASSED [ 24%] 2022-12-01T10:39:10.9278807Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_float64 PASSED [ 24%] 2022-12-01T10:39:10.9279133Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int64 PASSED [ 24%] 2022-12-01T10:39:10.9279446Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int8 PASSED [ 24%] 2022-12-01T10:39:10.9279768Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_uint8 PASSED [ 24%] 2022-12-01T10:39:10.9280090Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int16 PASSED [ 24%] 2022-12-01T10:39:10.9280404Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int32 PASSED [ 24%] 2022-12-01T10:39:10.9280768Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int64 PASSED [ 24%] 2022-12-01T10:39:10.9281091Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int8 PASSED [ 24%] 2022-12-01T10:39:10.9281413Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int64 PASSED [ 24%] 2022-12-01T10:39:10.9281727Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_complex128 PASSED [ 24%] 2022-12-01T10:39:10.9282061Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_float32 PASSED [ 24%] 2022-12-01T10:39:10.9282423Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int16 PASSED [ 24%] 2022-12-01T10:39:10.9282745Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int32 PASSED [ 24%] 2022-12-01T10:39:10.9283052Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int64 PASSED [ 24%] 2022-12-01T10:39:10.9283376Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_complex64 PASSED [ 24%] 2022-12-01T10:39:10.9283706Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_float32 PASSED [ 24%] 2022-12-01T10:39:10.9284016Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_float64 PASSED [ 24%] 2022-12-01T10:39:10.9284342Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int16 PASSED [ 24%] 2022-12-01T10:39:10.9284727Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int32 PASSED [ 24%] 2022-12-01T10:39:10.9285052Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int8 PASSED [ 25%] 2022-12-01T10:39:10.9285360Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_uint8 PASSED [ 25%] 2022-12-01T10:39:10.9285677Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_bool PASSED [ 25%] 2022-12-01T10:39:10.9286001Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_float32 PASSED [ 25%] 2022-12-01T10:39:10.9286314Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int16 PASSED [ 25%] 2022-12-01T10:39:10.9286637Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int32 PASSED [ 25%] 2022-12-01T10:39:10.9286963Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_float32 PASSED [ 25%] 2022-12-01T10:39:10.9287284Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int16 PASSED [ 25%] 2022-12-01T10:39:10.9287589Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int64 PASSED [ 25%] 2022-12-01T10:39:10.9287903Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int8 PASSED [ 25%] 2022-12-01T10:39:10.9288226Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_bool PASSED [ 25%] 2022-12-01T10:39:10.9288535Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_float32 PASSED [ 25%] 2022-12-01T10:39:10.9288856Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_uint8 PASSED [ 25%] 2022-12-01T10:39:10.9289177Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_float64 PASSED [ 25%] 2022-12-01T10:39:10.9289499Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int32 PASSED [ 25%] 2022-12-01T10:39:10.9289805Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_uint8 PASSED [ 25%] 2022-12-01T10:39:10.9290126Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_complex128 PASSED [ 25%] 2022-12-01T10:39:10.9290451Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_complex32 PASSED [ 25%] 2022-12-01T10:39:10.9290758Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_complex64 PASSED [ 25%] 2022-12-01T10:39:10.9291080Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_float16 PASSED [ 25%] 2022-12-01T10:39:10.9291398Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_float32 PASSED [ 25%] 2022-12-01T10:39:10.9291712Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int16 PASSED [ 25%] 2022-12-01T10:39:10.9292011Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int64 PASSED [ 25%] 2022-12-01T10:39:10.9292370Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int8 PASSED [ 25%] 2022-12-01T10:39:10.9292697Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_complex32 PASSED [ 25%] 2022-12-01T10:39:10.9293010Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_complex64 PASSED [ 25%] 2022-12-01T10:39:10.9293334Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_float16 PASSED [ 25%] 2022-12-01T10:39:10.9293653Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int32 PASSED [ 25%] 2022-12-01T10:39:10.9294004Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int64 PASSED [ 25%] 2022-12-01T10:39:10.9294314Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int8 PASSED [ 25%] 2022-12-01T10:39:10.9294633Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_uint8 PASSED [ 25%] 2022-12-01T10:39:10.9294949Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_bool PASSED [ 25%] 2022-12-01T10:39:10.9295259Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_complex64 PASSED [ 25%] 2022-12-01T10:39:10.9295580Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_float32 PASSED [ 25%] 2022-12-01T10:39:10.9295896Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_float64 PASSED [ 25%] 2022-12-01T10:39:10.9296208Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int8 PASSED [ 25%] 2022-12-01T10:39:10.9296509Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_uint8 PASSED [ 25%] 2022-12-01T10:39:10.9296825Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_bfloat16 PASSED [ 25%] 2022-12-01T10:39:10.9297145Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_bool PASSED [ 25%] 2022-12-01T10:39:10.9297451Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int16 PASSED [ 25%] 2022-12-01T10:39:10.9297767Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_uint8 PASSED [ 25%] 2022-12-01T10:39:10.9298084Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_bfloat16 PASSED [ 25%] 2022-12-01T10:39:10.9298410Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_complex128 PASSED [ 25%] 2022-12-01T10:39:10.9298719Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int8 PASSED [ 25%] 2022-12-01T10:39:10.9299041Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_bool PASSED [ 25%] 2022-12-01T10:39:10.9299374Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_complex128 PASSED [ 25%] 2022-12-01T10:39:10.9299697Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_complex64 PASSED [ 25%] 2022-12-01T10:39:10.9300029Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_float16 PASSED [ 25%] 2022-12-01T10:39:10.9300358Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_float32 PASSED [ 25%] 2022-12-01T10:39:10.9300686Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int32 PASSED [ 25%] 2022-12-01T10:39:10.9300999Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int8 PASSED [ 25%] 2022-12-01T10:39:10.9301324Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_float64 PASSED [ 25%] 2022-12-01T10:39:10.9301641Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int16 PASSED [ 25%] 2022-12-01T10:39:10.9301940Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int32 PASSED [ 25%] 2022-12-01T10:39:10.9302370Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int64 PASSED [ 25%] 2022-12-01T10:39:10.9302743Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_uint8 PASSED [ 25%] 2022-12-01T10:39:10.9303160Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_bfloat16 SKIPPED (Skipped!) [ 25%] 2022-12-01T10:39:10.9303533Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_float64 PASSED [ 25%] 2022-12-01T10:39:10.9303950Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int16 PASSED [ 25%] 2022-12-01T10:39:10.9304563Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_bfloat16 PASSED [ 25%] 2022-12-01T10:39:10.9304899Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_bool PASSED [ 25%] 2022-12-01T10:39:10.9305282Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_float32 PASSED [ 25%] 2022-12-01T10:39:10.9305658Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_float64 PASSED [ 25%] 2022-12-01T10:39:10.9306054Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int64 PASSED [ 25%] 2022-12-01T10:39:10.9306388Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int8 PASSED [ 25%] 2022-12-01T10:39:10.9306825Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_bfloat16 PASSED [ 25%] 2022-12-01T10:39:10.9307206Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_float16 PASSED [ 25%] 2022-12-01T10:39:10.9307542Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_float64 PASSED [ 25%] 2022-12-01T10:39:10.9307965Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int64 PASSED [ 25%] 2022-12-01T10:39:10.9308344Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int8 PASSED [ 25%] 2022-12-01T10:39:10.9308716Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_uint8 PASSED [ 25%] 2022-12-01T10:39:10.9309065Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_bfloat16 SKIPPED (Skipped!) [ 25%] 2022-12-01T10:39:10.9309455Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_float16 PASSED [ 25%] 2022-12-01T10:39:10.9309862Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_float64 PASSED [ 25%] 2022-12-01T10:39:10.9310198Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int8 PASSED [ 25%] 2022-12-01T10:39:10.9310569Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_uint8 PASSED [ 25%] 2022-12-01T10:39:10.9310949Z test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_bfloat16 PASSED [ 25%] 2022-12-01T10:39:10.9311383Z test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_float16 PASSED [ 25%] 2022-12-01T10:39:10.9311719Z test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_float32 PASSED [ 25%] 2022-12-01T10:39:10.9312088Z test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_float64 PASSED [ 25%] 2022-12-01T10:39:10.9312460Z test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int16 PASSED [ 25%] 2022-12-01T10:39:10.9312787Z test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int64 PASSED [ 25%] 2022-12-01T10:39:10.9313187Z test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_uint8 PASSED [ 25%] 2022-12-01T10:39:10.9313558Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_bool PASSED [ 25%] 2022-12-01T10:39:10.9313939Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_float16 PASSED [ 25%] 2022-12-01T10:39:10.9314265Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_float32 PASSED [ 25%] 2022-12-01T10:39:10.9314674Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int64 PASSED [ 25%] 2022-12-01T10:39:10.9315058Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int8 PASSED [ 25%] 2022-12-01T10:39:10.9315381Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_bfloat16 PASSED [ 25%] 2022-12-01T10:39:10.9315750Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_float16 PASSED [ 25%] 2022-12-01T10:39:10.9316123Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_float32 PASSED [ 25%] 2022-12-01T10:39:10.9316511Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_float64 PASSED [ 25%] 2022-12-01T10:39:10.9316835Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int16 PASSED [ 25%] 2022-12-01T10:39:10.9317198Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int32 PASSED [ 25%] 2022-12-01T10:39:10.9317571Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int64 PASSED [ 25%] 2022-12-01T10:39:10.9317894Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int8 PASSED [ 25%] 2022-12-01T10:39:10.9318370Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_float64 PASSED [ 25%] 2022-12-01T10:39:10.9318766Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int16 PASSED [ 25%] 2022-12-01T10:39:10.9319148Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_uint8 PASSED [ 25%] 2022-12-01T10:39:10.9319495Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_complex128 PASSED [ 25%] 2022-12-01T10:39:10.9319887Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_complex32 PASSED [ 25%] 2022-12-01T10:39:10.9320301Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_float16 PASSED [ 25%] 2022-12-01T10:39:10.9320677Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_float64 PASSED [ 25%] 2022-12-01T10:39:10.9321059Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int16 PASSED [ 25%] 2022-12-01T10:39:10.9321570Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int64 PASSED [ 25%] 2022-12-01T10:39:10.9321972Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_bool PASSED [ 25%] 2022-12-01T10:39:10.9322317Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_complex32 PASSED [ 25%] 2022-12-01T10:39:10.9322699Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_float16 PASSED [ 25%] 2022-12-01T10:39:10.9323076Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_float64 PASSED [ 25%] 2022-12-01T10:39:10.9323407Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int32 PASSED [ 25%] 2022-12-01T10:39:10.9323808Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int64 PASSED [ 25%] 2022-12-01T10:39:10.9324179Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int8 PASSED [ 25%] 2022-12-01T10:39:10.9324552Z test_ops.py::TestCommonCPU::test_python_ref__refs_hypot_cpu_float32 PASSED [ 25%] 2022-12-01T10:39:10.9325003Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_bfloat16 PASSED [ 25%] 2022-12-01T10:39:10.9325383Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_bool PASSED [ 25%] 2022-12-01T10:39:10.9325781Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int16 PASSED [ 25%] 2022-12-01T10:39:10.9326107Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int32 PASSED [ 25%] 2022-12-01T10:39:10.9326465Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_uint8 PASSED [ 25%] 2022-12-01T10:39:10.9326850Z test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_bfloat16 PASSED [ 25%] 2022-12-01T10:39:10.9327255Z test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_bfloat16 PASSED [ 25%] 2022-12-01T10:39:10.9327602Z test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_float32 PASSED [ 25%] 2022-12-01T10:39:10.9327991Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_complex128 XFAIL [ 25%] 2022-12-01T10:39:10.9328588Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_complex32 XFAIL [ 25%] 2022-12-01T10:39:10.9328934Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_float16 XFAIL [ 25%] 2022-12-01T10:39:10.9329343Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int16 XFAIL [ 25%] 2022-12-01T10:39:10.9329715Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int32 XFAIL [ 25%] 2022-12-01T10:39:10.9330098Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int8 XFAIL [ 25%] 2022-12-01T10:39:10.9330446Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_complex128 XFAIL [ 25%] 2022-12-01T10:39:10.9330834Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_float16 XFAIL [ 25%] 2022-12-01T10:39:10.9331239Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_float32 XFAIL [ 25%] 2022-12-01T10:39:10.9331582Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_float64 XFAIL [ 25%] 2022-12-01T10:39:10.9331999Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int16 XFAIL [ 26%] 2022-12-01T10:39:10.9332381Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int8 XFAIL [ 26%] 2022-12-01T10:39:10.9332841Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_uint8 XFAIL [ 26%] 2022-12-01T10:39:10.9333179Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_bool XFAIL [ 26%] 2022-12-01T10:39:10.9333562Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_complex64 XFAIL [ 26%] 2022-12-01T10:39:10.9333943Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_float16 XFAIL [ 26%] 2022-12-01T10:39:10.9334280Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int16 XFAIL [ 26%] 2022-12-01T10:39:10.9334714Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int64 XFAIL [ 26%] 2022-12-01T10:39:10.9335129Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int8 XFAIL [ 26%] 2022-12-01T10:39:10.9335517Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_bfloat16 XFAIL [ 26%] 2022-12-01T10:39:10.9335867Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_complex64 XFAIL [ 26%] 2022-12-01T10:39:10.9336286Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_float16 XFAIL [ 26%] 2022-12-01T10:39:10.9336691Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int32 XFAIL [ 26%] 2022-12-01T10:39:10.9337026Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int64 XFAIL [ 26%] 2022-12-01T10:39:10.9337406Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int8 XFAIL [ 26%] 2022-12-01T10:39:10.9337795Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_uint8 XFAIL [ 26%] 2022-12-01T10:39:10.9338198Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:39:10.9338540Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_bool PASSED [ 26%] 2022-12-01T10:39:10.9338959Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_complex64 PASSED [ 26%] 2022-12-01T10:39:10.9339351Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_float32 PASSED [ 26%] 2022-12-01T10:39:10.9339692Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_float64 PASSED [ 26%] 2022-12-01T10:39:10.9340098Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int16 PASSED [ 26%] 2022-12-01T10:39:10.9340475Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int32 PASSED [ 26%] 2022-12-01T10:39:10.9340864Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int8 PASSED [ 26%] 2022-12-01T10:39:10.9356620Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:39:10.9357059Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_complex128 PASSED [ 26%] 2022-12-01T10:39:10.9357414Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_complex32 PASSED [ 26%] 2022-12-01T10:39:10.9357750Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_float32 PASSED [ 26%] 2022-12-01T10:39:10.9358066Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_float64 PASSED [ 26%] 2022-12-01T10:39:10.9358402Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int16 PASSED [ 26%] 2022-12-01T10:39:10.9358724Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_uint8 PASSED [ 26%] 2022-12-01T10:39:10.9359051Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_float16 PASSED [ 26%] 2022-12-01T10:39:10.9359356Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_float64 PASSED [ 26%] 2022-12-01T10:39:10.9359688Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_uint8 PASSED [ 26%] 2022-12-01T10:39:10.9360007Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:39:10.9360313Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_bool PASSED [ 26%] 2022-12-01T10:39:10.9360635Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_float32 PASSED [ 26%] 2022-12-01T10:39:10.9360954Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_float64 PASSED [ 26%] 2022-12-01T10:39:10.9361444Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int32 PASSED [ 26%] 2022-12-01T10:39:10.9361752Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int64 PASSED [ 26%] 2022-12-01T10:39:10.9362075Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:39:10.9362403Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_bool PASSED [ 26%] 2022-12-01T10:39:10.9362735Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_float16 PASSED [ 26%] 2022-12-01T10:39:10.9363051Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_float32 PASSED [ 26%] 2022-12-01T10:39:10.9363429Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_float64 PASSED [ 26%] 2022-12-01T10:39:10.9363752Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int16 PASSED [ 26%] 2022-12-01T10:39:10.9364058Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int64 PASSED [ 26%] 2022-12-01T10:39:10.9364385Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int8 PASSED [ 26%] 2022-12-01T10:39:10.9364790Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_uint8 PASSED [ 26%] 2022-12-01T10:39:10.9365124Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_float32 PASSED [ 26%] 2022-12-01T10:39:10.9365435Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int16 PASSED [ 26%] 2022-12-01T10:39:10.9365772Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:39:10.9366101Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_bool PASSED [ 26%] 2022-12-01T10:39:10.9366419Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_complex32 PASSED [ 26%] 2022-12-01T10:39:10.9366752Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_complex64 PASSED [ 26%] 2022-12-01T10:39:10.9367073Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_float16 PASSED [ 26%] 2022-12-01T10:39:10.9367395Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_float64 PASSED [ 26%] 2022-12-01T10:39:10.9367706Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int32 PASSED [ 26%] 2022-12-01T10:39:10.9368017Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_uint8 PASSED [ 26%] 2022-12-01T10:39:10.9368335Z test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int64 PASSED [ 26%] 2022-12-01T10:39:10.9368634Z test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_uint8 PASSED [ 26%] 2022-12-01T10:39:10.9368951Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:39:10.9369266Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int32 PASSED [ 26%] 2022-12-01T10:39:10.9369586Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:39:10.9369898Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_bool PASSED [ 26%] 2022-12-01T10:39:10.9370218Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_float32 PASSED [ 26%] 2022-12-01T10:39:10.9370540Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_float64 PASSED [ 26%] 2022-12-01T10:39:10.9370850Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_uint8 PASSED [ 26%] 2022-12-01T10:39:10.9371191Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_complex64 PASSED [ 26%] 2022-12-01T10:39:10.9371544Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_float64 PASSED [ 26%] 2022-12-01T10:39:10.9371888Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:39:10.9372214Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_complex128 PASSED [ 26%] 2022-12-01T10:39:10.9372557Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_float32 PASSED [ 26%] 2022-12-01T10:39:10.9372897Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_float64 PASSED [ 26%] 2022-12-01T10:39:10.9373268Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_complex64 PASSED [ 26%] 2022-12-01T10:39:10.9373588Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_float32 PASSED [ 26%] 2022-12-01T10:39:10.9373927Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_float32 PASSED [ 26%] 2022-12-01T10:39:10.9374279Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_complex64 PASSED [ 26%] 2022-12-01T10:39:10.9374619Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_float16 PASSED [ 26%] 2022-12-01T10:39:10.9374998Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_float32 PASSED [ 26%] 2022-12-01T10:39:10.9375347Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_float64 PASSED [ 26%] 2022-12-01T10:39:10.9375684Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:39:10.9376015Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_complex128 PASSED [ 26%] 2022-12-01T10:39:10.9376355Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_float32 PASSED [ 26%] 2022-12-01T10:39:10.9376504Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int16 XFAIL [ 26%] 2022-12-01T10:39:10.9376655Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_uint8 PASSED [ 26%] 2022-12-01T10:39:10.9376804Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:39:10.9376953Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_bool PASSED [ 26%] 2022-12-01T10:39:10.9377098Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_complex64 PASSED [ 26%] 2022-12-01T10:39:10.9377242Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int16 PASSED [ 26%] 2022-12-01T10:39:10.9377391Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int8 PASSED [ 26%] 2022-12-01T10:39:10.9377536Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int32 PASSED [ 26%] 2022-12-01T10:39:10.9377682Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int64 PASSED [ 26%] 2022-12-01T10:39:10.9377830Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int8 PASSED [ 26%] 2022-12-01T10:39:10.9377972Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_bool PASSED [ 26%] 2022-12-01T10:39:10.9378120Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_float32 PASSED [ 26%] 2022-12-01T10:39:10.9378250Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int16 PASSED [ 26%] 2022-12-01T10:39:10.9378390Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int64 PASSED [ 26%] 2022-12-01T10:39:10.9378539Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_uint8 PASSED [ 26%] 2022-12-01T10:39:10.9378687Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:39:10.9378840Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_complex64 PASSED [ 26%] 2022-12-01T10:39:10.9378984Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_float32 PASSED [ 26%] 2022-12-01T10:39:10.9379130Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_float64 PASSED [ 26%] 2022-12-01T10:39:10.9379273Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int16 PASSED [ 26%] 2022-12-01T10:39:10.9379401Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int32 PASSED [ 26%] 2022-12-01T10:39:10.9379544Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int64 PASSED [ 26%] 2022-12-01T10:39:10.9379705Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:39:10.9379863Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_cpu_float32 PASSED [ 26%] 2022-12-01T10:39:10.9380016Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_cpu_float64 PASSED [ 26%] 2022-12-01T10:39:10.9380176Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:39:10.9380372Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_complex128 PASSED [ 26%] 2022-12-01T10:39:10.9380529Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_float16 PASSED [ 26%] 2022-12-01T10:39:10.9380681Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int8 PASSED [ 26%] 2022-12-01T10:39:10.9380824Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_uint8 PASSED [ 26%] 2022-12-01T10:39:10.9380976Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_float16 PASSED [ 26%] 2022-12-01T10:39:10.9381136Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_float64 PASSED [ 26%] 2022-12-01T10:39:10.9381319Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int64 PASSED [ 26%] 2022-12-01T10:39:10.9381478Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int8 PASSED [ 26%] 2022-12-01T10:39:10.9381628Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_uint8 PASSED [ 26%] 2022-12-01T10:39:10.9381785Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:39:10.9381942Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_bool PASSED [ 26%] 2022-12-01T10:39:10.9382090Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_complex128 PASSED [ 26%] 2022-12-01T10:39:10.9382372Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_float16 PASSED [ 26%] 2022-12-01T10:39:10.9382525Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_float32 PASSED [ 26%] 2022-12-01T10:39:10.9382678Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_float64 PASSED [ 26%] 2022-12-01T10:39:10.9382837Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int64 PASSED [ 26%] 2022-12-01T10:39:10.9382991Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:39:10.9383157Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_complex64 PASSED [ 26%] 2022-12-01T10:39:10.9383316Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_float32 PASSED [ 26%] 2022-12-01T10:39:10.9383458Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_float64 PASSED [ 26%] 2022-12-01T10:39:10.9383613Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int64 PASSED [ 26%] 2022-12-01T10:39:10.9383762Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_uint8 PASSED [ 27%] 2022-12-01T10:39:10.9383919Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_complex128 PASSED [ 27%] 2022-12-01T10:39:10.9384076Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int32 PASSED [ 27%] 2022-12-01T10:39:10.9384224Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int64 PASSED [ 27%] 2022-12-01T10:39:10.9384375Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int8 PASSED [ 27%] 2022-12-01T10:39:10.9384534Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_float32 PASSED [ 27%] 2022-12-01T10:39:10.9384691Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int32 PASSED [ 27%] 2022-12-01T10:39:10.9384828Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int64 PASSED [ 27%] 2022-12-01T10:39:10.9384980Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int8 PASSED [ 27%] 2022-12-01T10:39:10.9385129Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:39:10.9385273Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_float16 PASSED [ 27%] 2022-12-01T10:39:10.9385427Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int32 PASSED [ 27%] 2022-12-01T10:39:10.9385575Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_uint8 PASSED [ 27%] 2022-12-01T10:39:10.9385736Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:39:10.9385888Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_bool PASSED [ 27%] 2022-12-01T10:39:10.9386095Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_complex128 PASSED [ 27%] 2022-12-01T10:39:10.9386257Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_complex32 PASSED [ 27%] 2022-12-01T10:39:10.9386415Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_complex64 PASSED [ 27%] 2022-12-01T10:39:10.9386571Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_float32 PASSED [ 27%] 2022-12-01T10:39:10.9386725Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_float64 PASSED [ 27%] 2022-12-01T10:39:10.9386919Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int8 PASSED [ 27%] 2022-12-01T10:39:10.9387083Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_float16 PASSED [ 27%] 2022-12-01T10:39:10.9387318Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_float32 PASSED [ 27%] 2022-12-01T10:39:10.9387470Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_float64 PASSED [ 27%] 2022-12-01T10:39:10.9387622Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int32 PASSED [ 27%] 2022-12-01T10:39:10.9387777Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int64 PASSED [ 27%] 2022-12-01T10:39:10.9387927Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_uint8 PASSED [ 27%] 2022-12-01T10:39:10.9388073Z test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_float32 PASSED [ 27%] 2022-12-01T10:39:10.9388249Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:39:10.9388428Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_complex64 PASSED [ 27%] 2022-12-01T10:39:10.9388605Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_float32 PASSED [ 27%] 2022-12-01T10:39:10.9388776Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int32 PASSED [ 27%] 2022-12-01T10:39:10.9388930Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_uint8 PASSED [ 27%] 2022-12-01T10:39:10.9389105Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:39:10.9389286Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_complex64 PASSED [ 27%] 2022-12-01T10:39:10.9389460Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_float16 PASSED [ 27%] 2022-12-01T10:39:10.9389634Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_float32 PASSED [ 27%] 2022-12-01T10:39:10.9389808Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int32 PASSED [ 27%] 2022-12-01T10:39:10.9389980Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int8 PASSED [ 27%] 2022-12-01T10:39:10.9390146Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_uint8 PASSED [ 27%] 2022-12-01T10:39:10.9390303Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_bool PASSED [ 27%] 2022-12-01T10:39:10.9390439Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int16 PASSED [ 27%] 2022-12-01T10:39:10.9390588Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int64 PASSED [ 27%] 2022-12-01T10:39:10.9390734Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int8 PASSED [ 27%] 2022-12-01T10:39:10.9390892Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_float64 PASSED [ 27%] 2022-12-01T10:39:10.9391041Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int32 PASSED [ 27%] 2022-12-01T10:39:10.9391188Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int64 PASSED [ 27%] 2022-12-01T10:39:10.9391337Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int8 PASSED [ 27%] 2022-12-01T10:39:10.9391484Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:39:10.9391618Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_bool PASSED [ 27%] 2022-12-01T10:39:10.9391802Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_float16 PASSED [ 27%] 2022-12-01T10:39:10.9391949Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int16 PASSED [ 27%] 2022-12-01T10:39:10.9392087Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int64 PASSED [ 27%] 2022-12-01T10:39:10.9392247Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:39:10.9392399Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_bool PASSED [ 27%] 2022-12-01T10:39:10.9392615Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_float16 PASSED [ 27%] 2022-12-01T10:39:10.9392768Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_float64 PASSED [ 27%] 2022-12-01T10:39:10.9392908Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int32 PASSED [ 27%] 2022-12-01T10:39:10.9393053Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int64 PASSED [ 27%] 2022-12-01T10:39:10.9393211Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int8 PASSED [ 27%] 2022-12-01T10:39:10.9393357Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_uint8 PASSED [ 27%] 2022-12-01T10:39:10.9393504Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_bool PASSED [ 27%] 2022-12-01T10:39:10.9393664Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_complex128 PASSED [ 27%] 2022-12-01T10:39:10.9393819Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_complex32 PASSED [ 27%] 2022-12-01T10:39:10.9393971Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_float16 PASSED [ 27%] 2022-12-01T10:39:10.9394122Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_float32 PASSED [ 27%] 2022-12-01T10:39:10.9394258Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int32 PASSED [ 27%] 2022-12-01T10:39:10.9394403Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int64 PASSED [ 27%] 2022-12-01T10:39:10.9394553Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int8 PASSED [ 27%] 2022-12-01T10:39:10.9394719Z test_ops.py::TestCommonCPU::test_python_ref__refs_native_layer_norm_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:39:10.9394863Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:39:10.9395010Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_float32 PASSED [ 27%] 2022-12-01T10:39:10.9395153Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int32 PASSED [ 27%] 2022-12-01T10:39:10.9395300Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:39:10.9395443Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_complex128 PASSED [ 27%] 2022-12-01T10:39:10.9395599Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_complex32 PASSED [ 27%] 2022-12-01T10:39:10.9395748Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_complex64 PASSED [ 27%] 2022-12-01T10:39:10.9395901Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_float16 PASSED [ 27%] 2022-12-01T10:39:10.9396046Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_float32 PASSED [ 27%] 2022-12-01T10:39:10.9396190Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_float64 PASSED [ 27%] 2022-12-01T10:39:10.9396333Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int64 PASSED [ 27%] 2022-12-01T10:39:10.9396477Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int8 PASSED [ 27%] 2022-12-01T10:39:10.9396607Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_uint8 PASSED [ 27%] 2022-12-01T10:39:10.9396802Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_bool SKIPPED (Expected: empty is not comparable) [ 27%] 2022-12-01T10:39:10.9397007Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_complex32 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-12-01T10:39:10.9397204Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_float16 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-12-01T10:39:10.9397463Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int16 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-12-01T10:39:10.9397658Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_uint8 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-12-01T10:39:10.9397875Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_bfloat16 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-12-01T10:39:10.9398129Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_complex32 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-12-01T10:39:10.9398348Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_complex64 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-12-01T10:39:10.9398565Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_float16 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-12-01T10:39:10.9398766Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_float64 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-12-01T10:39:10.9398975Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int16 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-12-01T10:39:10.9399178Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int32 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-12-01T10:39:10.9399392Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int64 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-12-01T10:39:10.9399600Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int8 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-12-01T10:39:10.9399760Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:39:10.9399914Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_bool PASSED [ 27%] 2022-12-01T10:39:10.9400070Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_complex64 PASSED [ 27%] 2022-12-01T10:39:10.9400226Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_float32 PASSED [ 27%] 2022-12-01T10:39:10.9400379Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int16 PASSED [ 27%] 2022-12-01T10:39:10.9400513Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int32 PASSED [ 27%] 2022-12-01T10:39:10.9400658Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_uint8 PASSED [ 27%] 2022-12-01T10:39:10.9400819Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_complex128 PASSED [ 27%] 2022-12-01T10:39:10.9400979Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_complex32 PASSED [ 27%] 2022-12-01T10:39:10.9401130Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_float32 PASSED [ 27%] 2022-12-01T10:39:10.9401284Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_float64 PASSED [ 27%] 2022-12-01T10:39:10.9401434Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int32 PASSED [ 27%] 2022-12-01T10:39:10.9401582Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int64 PASSED [ 27%] 2022-12-01T10:39:10.9401716Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int8 PASSED [ 27%] 2022-12-01T10:39:10.9401871Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:39:10.9402032Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_complex128 PASSED [ 27%] 2022-12-01T10:39:10.9402195Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_complex64 PASSED [ 27%] 2022-12-01T10:39:10.9402353Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_float16 PASSED [ 27%] 2022-12-01T10:39:10.9402506Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int16 PASSED [ 27%] 2022-12-01T10:39:10.9402689Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int32 PASSED [ 27%] 2022-12-01T10:39:10.9402835Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int64 PASSED [ 27%] 2022-12-01T10:39:10.9402971Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int8 PASSED [ 27%] 2022-12-01T10:39:10.9403122Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_uint8 PASSED [ 27%] 2022-12-01T10:39:10.9403287Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_celu_cpu_float32 PASSED [ 27%] 2022-12-01T10:39:10.9403536Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_dropout_cpu_float64 SKIPPED (Expected: dropout is not comparable) [ 27%] 2022-12-01T10:39:10.9403699Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_elu_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:39:10.9403864Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_elu_cpu_float32 PASSED [ 27%] 2022-12-01T10:39:10.9404029Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_glu_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:39:10.9404189Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_glu_cpu_float32 PASSED [ 27%] 2022-12-01T10:39:10.9404364Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardshrink_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:39:10.9404522Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:39:10.9404774Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int16 PASSED [ 27%] 2022-12-01T10:39:10.9404951Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int8 PASSED [ 27%] 2022-12-01T10:39:10.9405120Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_huber_loss_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:39:10.9405290Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_huber_loss_cpu_float32 PASSED [ 28%] 2022-12-01T10:39:10.9405461Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_huber_loss_cpu_float64 PASSED [ 28%] 2022-12-01T10:39:10.9405633Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:39:10.9405798Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_float16 PASSED [ 28%] 2022-12-01T10:39:10.9405974Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_layer_norm_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:39:10.9406148Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_layer_norm_cpu_float32 SKIPPED (Skipped!) [ 28%] 2022-12-01T10:39:10.9406321Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_layer_norm_cpu_float64 PASSED [ 28%] 2022-12-01T10:39:10.9406489Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_leaky_relu_cpu_float32 PASSED [ 28%] 2022-12-01T10:39:10.9406674Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:39:10.9406857Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_float64 PASSED [ 28%] 2022-12-01T10:39:10.9407037Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int64 PASSED [ 28%] 2022-12-01T10:39:10.9407213Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int8 PASSED [ 28%] 2022-12-01T10:39:10.9407377Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mish_cpu_float32 PASSED [ 28%] 2022-12-01T10:39:10.9407560Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:39:10.9407727Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_float16 PASSED [ 28%] 2022-12-01T10:39:10.9407903Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int64 PASSED [ 28%] 2022-12-01T10:39:10.9408082Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_uint8 PASSED [ 28%] 2022-12-01T10:39:10.9408285Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pdist_cpu_float64 XFAIL [ 28%] 2022-12-01T10:39:10.9408466Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:39:10.9408645Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_float64 PASSED [ 28%] 2022-12-01T10:39:10.9408812Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_prelu_cpu_float32 PASSED [ 28%] 2022-12-01T10:39:10.9408979Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_prelu_cpu_float64 PASSED [ 28%] 2022-12-01T10:39:10.9409180Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:39:10.9409334Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_float32 PASSED [ 28%] 2022-12-01T10:39:10.9409501Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int32 PASSED [ 28%] 2022-12-01T10:39:10.9409663Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int64 PASSED [ 28%] 2022-12-01T10:39:10.9409826Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int8 PASSED [ 28%] 2022-12-01T10:39:10.9409987Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:39:10.9410150Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int16 PASSED [ 28%] 2022-12-01T10:39:10.9410313Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int32 PASSED [ 28%] 2022-12-01T10:39:10.9410473Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int8 PASSED [ 28%] 2022-12-01T10:39:10.9410638Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_uint8 PASSED [ 28%] 2022-12-01T10:39:10.9410795Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softplus_cpu_float32 PASSED [ 28%] 2022-12-01T10:39:10.9410969Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softshrink_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:39:10.9411145Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softshrink_cpu_float64 PASSED [ 28%] 2022-12-01T10:39:10.9411316Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int16 PASSED [ 28%] 2022-12-01T10:39:10.9411479Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int32 PASSED [ 28%] 2022-12-01T10:39:10.9411649Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int8 PASSED [ 28%] 2022-12-01T10:39:10.9411821Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_float32 PASSED [ 28%] 2022-12-01T10:39:10.9411986Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int64 PASSED [ 28%] 2022-12-01T10:39:10.9412140Z test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_complex128 PASSED [ 28%] 2022-12-01T10:39:10.9412280Z test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_float32 PASSED [ 28%] 2022-12-01T10:39:10.9412438Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:39:10.9412585Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_bool PASSED [ 28%] 2022-12-01T10:39:10.9412741Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_complex128 PASSED [ 28%] 2022-12-01T10:39:10.9412894Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_complex32 PASSED [ 28%] 2022-12-01T10:39:10.9413040Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_float16 PASSED [ 28%] 2022-12-01T10:39:10.9413193Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int64 PASSED [ 28%] 2022-12-01T10:39:10.9413347Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:39:10.9413486Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_float64 PASSED [ 28%] 2022-12-01T10:39:10.9413635Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int16 PASSED [ 28%] 2022-12-01T10:39:10.9413823Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int64 PASSED [ 28%] 2022-12-01T10:39:10.9413978Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:39:10.9414131Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_float64 PASSED [ 28%] 2022-12-01T10:39:10.9414280Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int64 PASSED [ 28%] 2022-12-01T10:39:10.9414428Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_complex128 PASSED [ 28%] 2022-12-01T10:39:10.9414607Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_complex64 PASSED [ 28%] 2022-12-01T10:39:10.9414743Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_float16 PASSED [ 28%] 2022-12-01T10:39:10.9414890Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_float32 PASSED [ 28%] 2022-12-01T10:39:10.9415039Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int16 PASSED [ 28%] 2022-12-01T10:39:10.9415184Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int8 PASSED [ 28%] 2022-12-01T10:39:10.9415327Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_uint8 PASSED [ 28%] 2022-12-01T10:39:10.9415488Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_complex128 PASSED [ 28%] 2022-12-01T10:39:10.9415637Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_complex64 PASSED [ 28%] 2022-12-01T10:39:10.9415790Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_float32 PASSED [ 28%] 2022-12-01T10:39:10.9415936Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int32 PASSED [ 28%] 2022-12-01T10:39:10.9416065Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int64 PASSED [ 28%] 2022-12-01T10:39:10.9416224Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_complex128 PASSED [ 28%] 2022-12-01T10:39:10.9416375Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_complex64 PASSED [ 28%] 2022-12-01T10:39:10.9416524Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:39:10.9416675Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_float16 PASSED [ 28%] 2022-12-01T10:39:10.9416821Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_float32 PASSED [ 28%] 2022-12-01T10:39:10.9416962Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int16 PASSED [ 28%] 2022-12-01T10:39:10.9417108Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_bool PASSED [ 28%] 2022-12-01T10:39:10.9417248Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_complex128 PASSED [ 28%] 2022-12-01T10:39:10.9417402Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_complex32 PASSED [ 28%] 2022-12-01T10:39:10.9417549Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_complex64 PASSED [ 28%] 2022-12-01T10:39:10.9417701Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_float32 PASSED [ 28%] 2022-12-01T10:39:10.9417849Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int16 PASSED [ 28%] 2022-12-01T10:39:10.9417993Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int64 PASSED [ 28%] 2022-12-01T10:39:10.9418145Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int8 PASSED [ 28%] 2022-12-01T10:39:10.9418302Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:39:10.9418449Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_complex64 PASSED [ 28%] 2022-12-01T10:39:10.9418603Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_uint8 PASSED [ 28%] 2022-12-01T10:39:10.9418781Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_bfloat16 SKIPPED (Skipped!) [ 28%] 2022-12-01T10:39:10.9418934Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_float16 PASSED [ 28%] 2022-12-01T10:39:10.9419085Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int16 PASSED [ 28%] 2022-12-01T10:39:10.9419271Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int64 PASSED [ 28%] 2022-12-01T10:39:10.9419424Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int8 PASSED [ 28%] 2022-12-01T10:39:10.9419573Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_uint8 PASSED [ 28%] 2022-12-01T10:39:10.9419714Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_complex64 PASSED [ 28%] 2022-12-01T10:39:10.9419867Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_float64 PASSED [ 28%] 2022-12-01T10:39:10.9420015Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int32 PASSED [ 28%] 2022-12-01T10:39:10.9420204Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:39:10.9420358Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_bool PASSED [ 28%] 2022-12-01T10:39:10.9420520Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_complex64 PASSED [ 28%] 2022-12-01T10:39:10.9420679Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_float64 PASSED [ 28%] 2022-12-01T10:39:10.9420829Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int32 PASSED [ 28%] 2022-12-01T10:39:10.9420985Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int64 PASSED [ 28%] 2022-12-01T10:39:10.9421120Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_uint8 PASSED [ 28%] 2022-12-01T10:39:10.9421271Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_bool PASSED [ 28%] 2022-12-01T10:39:10.9421431Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_complex128 PASSED [ 28%] 2022-12-01T10:39:10.9421587Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_complex32 PASSED [ 28%] 2022-12-01T10:39:10.9421740Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_complex64 PASSED [ 28%] 2022-12-01T10:39:10.9421892Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_float32 PASSED [ 28%] 2022-12-01T10:39:10.9422043Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int16 PASSED [ 28%] 2022-12-01T10:39:10.9422317Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int32 PASSED [ 28%] 2022-12-01T10:39:10.9422456Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int8 PASSED [ 28%] 2022-12-01T10:39:10.9422606Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:39:10.9422754Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_float16 PASSED [ 28%] 2022-12-01T10:39:10.9422904Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_float64 PASSED [ 28%] 2022-12-01T10:39:10.9423053Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int16 PASSED [ 28%] 2022-12-01T10:39:10.9423197Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int32 PASSED [ 28%] 2022-12-01T10:39:10.9423341Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int64 PASSED [ 28%] 2022-12-01T10:39:10.9423500Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:39:10.9423635Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_float16 PASSED [ 28%] 2022-12-01T10:39:10.9423784Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_float32 PASSED [ 28%] 2022-12-01T10:39:10.9423935Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_float64 PASSED [ 28%] 2022-12-01T10:39:10.9424079Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int16 PASSED [ 28%] 2022-12-01T10:39:10.9424223Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int64 PASSED [ 28%] 2022-12-01T10:39:10.9424376Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:39:10.9424527Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_float32 PASSED [ 28%] 2022-12-01T10:39:10.9424672Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int16 PASSED [ 28%] 2022-12-01T10:39:10.9424815Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int32 PASSED [ 28%] 2022-12-01T10:39:10.9425013Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_uint8 PASSED [ 28%] 2022-12-01T10:39:10.9425169Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:39:10.9425324Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_complex64 PASSED [ 28%] 2022-12-01T10:39:10.9425468Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int64 PASSED [ 28%] 2022-12-01T10:39:10.9425611Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_uint8 PASSED [ 28%] 2022-12-01T10:39:10.9425802Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_complex128 PASSED [ 28%] 2022-12-01T10:39:10.9425959Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_complex64 PASSED [ 28%] 2022-12-01T10:39:10.9426107Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_float16 PASSED [ 28%] 2022-12-01T10:39:10.9426243Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_float64 PASSED [ 29%] 2022-12-01T10:39:10.9426389Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int32 PASSED [ 29%] 2022-12-01T10:39:10.9426535Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int64 PASSED [ 29%] 2022-12-01T10:39:10.9426681Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int8 PASSED [ 29%] 2022-12-01T10:39:10.9426824Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_uint8 PASSED [ 29%] 2022-12-01T10:39:10.9426979Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_complex64 PASSED [ 29%] 2022-12-01T10:39:10.9427121Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_float32 PASSED [ 29%] 2022-12-01T10:39:10.9427269Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int32 PASSED [ 29%] 2022-12-01T10:39:10.9427415Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_complex128 PASSED [ 29%] 2022-12-01T10:39:10.9427571Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_float32 PASSED [ 29%] 2022-12-01T10:39:10.9427721Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int64 PASSED [ 29%] 2022-12-01T10:39:10.9427870Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int8 PASSED [ 29%] 2022-12-01T10:39:10.9428023Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_uint8 PASSED [ 29%] 2022-12-01T10:39:10.9428169Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_float16 PASSED [ 29%] 2022-12-01T10:39:10.9428316Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_float32 PASSED [ 29%] 2022-12-01T10:39:10.9428464Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_float64 PASSED [ 29%] 2022-12-01T10:39:10.9428600Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int16 PASSED [ 29%] 2022-12-01T10:39:10.9428742Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int32 PASSED [ 29%] 2022-12-01T10:39:10.9428896Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_float64 PASSED [ 29%] 2022-12-01T10:39:10.9429044Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int16 PASSED [ 29%] 2022-12-01T10:39:10.9429198Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_uint8 PASSED [ 29%] 2022-12-01T10:39:10.9429342Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:39:10.9429490Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_bool PASSED [ 29%] 2022-12-01T10:39:10.9429638Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_float32 PASSED [ 29%] 2022-12-01T10:39:10.9429768Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int16 PASSED [ 29%] 2022-12-01T10:39:10.9429911Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int8 PASSED [ 29%] 2022-12-01T10:39:10.9430053Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_uint8 PASSED [ 29%] 2022-12-01T10:39:10.9430206Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_float32 PASSED [ 29%] 2022-12-01T10:39:10.9430352Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_float64 PASSED [ 29%] 2022-12-01T10:39:10.9430528Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int16 PASSED [ 29%] 2022-12-01T10:39:10.9430672Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int32 PASSED [ 29%] 2022-12-01T10:39:10.9430814Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int64 PASSED [ 29%] 2022-12-01T10:39:10.9430963Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:39:10.9431092Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_bool PASSED [ 29%] 2022-12-01T10:39:10.9431265Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int32 PASSED [ 29%] 2022-12-01T10:39:10.9431407Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_uint8 PASSED [ 29%] 2022-12-01T10:39:10.9431560Z test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:39:10.9431709Z test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_cpu_float64 PASSED [ 29%] 2022-12-01T10:39:10.9431874Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_bool PASSED [ 29%] 2022-12-01T10:39:10.9432035Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_int32 PASSED [ 29%] 2022-12-01T10:39:10.9432188Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_int8 PASSED [ 29%] 2022-12-01T10:39:10.9432329Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_uint8 PASSED [ 29%] 2022-12-01T10:39:10.9432496Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_float64 PASSED [ 29%] 2022-12-01T10:39:10.9432655Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_int32 PASSED [ 29%] 2022-12-01T10:39:10.9432811Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_int64 PASSED [ 29%] 2022-12-01T10:39:10.9432972Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_int8 PASSED [ 29%] 2022-12-01T10:39:10.9433126Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_uint8 PASSED [ 29%] 2022-12-01T10:39:10.9433282Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int16 PASSED [ 29%] 2022-12-01T10:39:10.9433429Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int64 PASSED [ 29%] 2022-12-01T10:39:10.9433569Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int8 PASSED [ 29%] 2022-12-01T10:39:10.9433724Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_bool PASSED [ 29%] 2022-12-01T10:39:10.9433878Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_float32 PASSED [ 29%] 2022-12-01T10:39:10.9434037Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int16 PASSED [ 29%] 2022-12-01T10:39:10.9434188Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int64 PASSED [ 29%] 2022-12-01T10:39:10.9434334Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_bool PASSED [ 29%] 2022-12-01T10:39:10.9434484Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int16 PASSED [ 29%] 2022-12-01T10:39:10.9434637Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int32 PASSED [ 29%] 2022-12-01T10:39:10.9434783Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int64 PASSED [ 29%] 2022-12-01T10:39:10.9434919Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int8 PASSED [ 29%] 2022-12-01T10:39:10.9435073Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_uint8 PASSED [ 29%] 2022-12-01T10:39:10.9435235Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_bool PASSED [ 29%] 2022-12-01T10:39:10.9435401Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_float32 PASSED [ 29%] 2022-12-01T10:39:10.9435558Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int16 PASSED [ 29%] 2022-12-01T10:39:10.9435715Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int8 PASSED [ 29%] 2022-12-01T10:39:10.9435923Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_uint8 PASSED [ 29%] 2022-12-01T10:39:10.9436108Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:39:10.9436334Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_float64 PASSED [ 29%] 2022-12-01T10:39:10.9436521Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int32 PASSED [ 29%] 2022-12-01T10:39:10.9436707Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int8 PASSED [ 29%] 2022-12-01T10:39:10.9436947Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_uint8 PASSED [ 29%] 2022-12-01T10:39:10.9437138Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 PASSED [ 29%] 2022-12-01T10:39:10.9437326Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int16 PASSED [ 29%] 2022-12-01T10:39:10.9437513Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int32 PASSED [ 29%] 2022-12-01T10:39:10.9437695Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int64 PASSED [ 29%] 2022-12-01T10:39:10.9437873Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int8 PASSED [ 29%] 2022-12-01T10:39:10.9438055Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_uint8 PASSED [ 29%] 2022-12-01T10:39:10.9438221Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int8 PASSED [ 29%] 2022-12-01T10:39:10.9438395Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_bool PASSED [ 29%] 2022-12-01T10:39:10.9438569Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_float32 PASSED [ 29%] 2022-12-01T10:39:10.9438744Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_int16 PASSED [ 29%] 2022-12-01T10:39:10.9438917Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_int32 PASSED [ 29%] 2022-12-01T10:39:10.9439089Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_int8 PASSED [ 29%] 2022-12-01T10:39:10.9439244Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_bool PASSED [ 29%] 2022-12-01T10:39:10.9439404Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_float64 PASSED [ 29%] 2022-12-01T10:39:10.9439558Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int16 PASSED [ 29%] 2022-12-01T10:39:10.9439699Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int32 PASSED [ 29%] 2022-12-01T10:39:10.9439855Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_uint8 PASSED [ 29%] 2022-12-01T10:39:10.9440010Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:39:10.9440168Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_complex128 PASSED [ 29%] 2022-12-01T10:39:10.9440321Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_complex64 PASSED [ 29%] 2022-12-01T10:39:10.9440471Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_float32 PASSED [ 29%] 2022-12-01T10:39:10.9440621Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_float64 PASSED [ 29%] 2022-12-01T10:39:10.9440768Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int16 PASSED [ 29%] 2022-12-01T10:39:10.9440899Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int64 PASSED [ 29%] 2022-12-01T10:39:10.9441063Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_uint8 PASSED [ 29%] 2022-12-01T10:39:10.9441215Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:39:10.9441371Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_complex128 PASSED [ 29%] 2022-12-01T10:39:10.9441574Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_complex64 PASSED [ 29%] 2022-12-01T10:39:10.9441726Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_float32 PASSED [ 29%] 2022-12-01T10:39:10.9441880Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_float64 PASSED [ 29%] 2022-12-01T10:39:10.9442027Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int64 PASSED [ 29%] 2022-12-01T10:39:10.9442162Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_bool PASSED [ 29%] 2022-12-01T10:39:10.9442321Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_complex32 PASSED [ 29%] 2022-12-01T10:39:10.9442510Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_float64 PASSED [ 29%] 2022-12-01T10:39:10.9442660Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_uint8 PASSED [ 29%] 2022-12-01T10:39:10.9442813Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:39:10.9442968Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_complex128 PASSED [ 29%] 2022-12-01T10:39:10.9443116Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_float16 PASSED [ 29%] 2022-12-01T10:39:10.9443271Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_float64 PASSED [ 29%] 2022-12-01T10:39:10.9443417Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int16 PASSED [ 29%] 2022-12-01T10:39:10.9443551Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int32 PASSED [ 29%] 2022-12-01T10:39:10.9443701Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:39:10.9443859Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_complex64 PASSED [ 29%] 2022-12-01T10:39:10.9444012Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:39:10.9444170Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_complex128 PASSED [ 29%] 2022-12-01T10:39:10.9444322Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_float16 PASSED [ 29%] 2022-12-01T10:39:10.9444473Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_float64 PASSED [ 29%] 2022-12-01T10:39:10.9444705Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:39:10.9444846Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_complex32 XFAIL [ 29%] 2022-12-01T10:39:10.9444996Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_complex64 PASSED [ 29%] 2022-12-01T10:39:10.9445141Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_float32 PASSED [ 29%] 2022-12-01T10:39:10.9445295Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_float64 PASSED [ 29%] 2022-12-01T10:39:10.9445441Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int16 PASSED [ 29%] 2022-12-01T10:39:10.9445590Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int64 PASSED [ 29%] 2022-12-01T10:39:10.9445735Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int8 PASSED [ 29%] 2022-12-01T10:39:10.9445884Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:39:10.9446014Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_bool PASSED [ 29%] 2022-12-01T10:39:10.9446166Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_complex128 PASSED [ 29%] 2022-12-01T10:39:10.9446319Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_complex64 PASSED [ 29%] 2022-12-01T10:39:10.9446464Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_float32 PASSED [ 29%] 2022-12-01T10:39:10.9446609Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int16 PASSED [ 29%] 2022-12-01T10:39:10.9446753Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int64 PASSED [ 30%] 2022-12-01T10:39:10.9446897Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_uint8 PASSED [ 30%] 2022-12-01T10:39:10.9447066Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_complex128 PASSED [ 30%] 2022-12-01T10:39:10.9447256Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_float32 PASSED [ 30%] 2022-12-01T10:39:10.9447412Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int32 PASSED [ 30%] 2022-12-01T10:39:10.9447567Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int64 PASSED [ 30%] 2022-12-01T10:39:10.9447718Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int8 PASSED [ 30%] 2022-12-01T10:39:10.9447863Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_bfloat16 PASSED [ 30%] 2022-12-01T10:39:10.9448042Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_bool PASSED [ 30%] 2022-12-01T10:39:10.9448187Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_float32 PASSED [ 30%] 2022-12-01T10:39:10.9448337Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_bfloat16 PASSED [ 30%] 2022-12-01T10:39:10.9448485Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_bool PASSED [ 30%] 2022-12-01T10:39:10.9448627Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_complex128 PASSED [ 30%] 2022-12-01T10:39:10.9448778Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_complex64 PASSED [ 30%] 2022-12-01T10:39:10.9448927Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_float32 PASSED [ 30%] 2022-12-01T10:39:10.9449071Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_float64 PASSED [ 30%] 2022-12-01T10:39:10.9449216Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int32 PASSED [ 30%] 2022-12-01T10:39:10.9449360Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_uint8 PASSED [ 30%] 2022-12-01T10:39:10.9449515Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_bfloat16 PASSED [ 30%] 2022-12-01T10:39:10.9449658Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int16 PASSED [ 30%] 2022-12-01T10:39:10.9449787Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int32 PASSED [ 30%] 2022-12-01T10:39:10.9449933Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int8 PASSED [ 30%] 2022-12-01T10:39:10.9450093Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_bfloat16 XFAIL [ 30%] 2022-12-01T10:39:10.9450254Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_bool XFAIL [ 30%] 2022-12-01T10:39:10.9450413Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_complex64 XFAIL [ 30%] 2022-12-01T10:39:10.9450571Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_float32 XFAIL [ 30%] 2022-12-01T10:39:10.9450732Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_float64 XFAIL [ 30%] 2022-12-01T10:39:10.9450889Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int32 XFAIL [ 30%] 2022-12-01T10:39:10.9451025Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_complex128 PASSED [ 30%] 2022-12-01T10:39:10.9451172Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_float32 PASSED [ 30%] 2022-12-01T10:39:10.9451320Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int16 PASSED [ 30%] 2022-12-01T10:39:10.9451468Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_uint8 PASSED [ 30%] 2022-12-01T10:39:10.9451616Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_float32 XFAIL [ 30%] 2022-12-01T10:39:10.9451771Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_float64 XFAIL [ 30%] 2022-12-01T10:39:10.9451913Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int64 XFAIL [ 30%] 2022-12-01T10:39:10.9452075Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_complex128 PASSED [ 30%] 2022-12-01T10:39:10.9452224Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_float64 PASSED [ 30%] 2022-12-01T10:39:10.9452372Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_bool PASSED [ 30%] 2022-12-01T10:39:10.9452527Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_complex64 PASSED [ 30%] 2022-12-01T10:39:10.9452679Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_float16 PASSED [ 30%] 2022-12-01T10:39:10.9452872Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_float64 PASSED [ 30%] 2022-12-01T10:39:10.9453026Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int8 PASSED [ 30%] 2022-12-01T10:39:10.9453182Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_uint8 PASSED [ 30%] 2022-12-01T10:39:10.9453328Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_bool PASSED [ 30%] 2022-12-01T10:39:10.9453483Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_float32 PASSED [ 30%] 2022-12-01T10:39:10.9453666Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_float64 PASSED [ 30%] 2022-12-01T10:39:10.9453816Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int32 PASSED [ 30%] 2022-12-01T10:39:10.9453976Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_indices_cpu_int32 PASSED [ 30%] 2022-12-01T10:39:10.9454137Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_bool PASSED [ 30%] 2022-12-01T10:39:10.9454306Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_complex128 PASSED [ 30%] 2022-12-01T10:39:10.9454471Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_complex64 PASSED [ 30%] 2022-12-01T10:39:10.9454633Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_float32 PASSED [ 30%] 2022-12-01T10:39:10.9454784Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int16 PASSED [ 30%] 2022-12-01T10:39:10.9454919Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int32 PASSED [ 30%] 2022-12-01T10:39:10.9455069Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int64 PASSED [ 30%] 2022-12-01T10:39:10.9455226Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int8 PASSED [ 30%] 2022-12-01T10:39:10.9455380Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_bfloat16 PASSED [ 30%] 2022-12-01T10:39:10.9455527Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_float32 PASSED [ 30%] 2022-12-01T10:39:10.9455676Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_float64 PASSED [ 30%] 2022-12-01T10:39:10.9455828Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int16 PASSED [ 30%] 2022-12-01T10:39:10.9455974Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int8 PASSED [ 30%] 2022-12-01T10:39:10.9456113Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_bfloat16 PASSED [ 30%] 2022-12-01T10:39:10.9456269Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_complex128 PASSED [ 30%] 2022-12-01T10:39:10.9456423Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int8 PASSED [ 30%] 2022-12-01T10:39:10.9456579Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_bool PASSED [ 30%] 2022-12-01T10:39:10.9456743Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_complex64 PASSED [ 30%] 2022-12-01T10:39:10.9456896Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_float32 PASSED [ 30%] 2022-12-01T10:39:10.9457053Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_float64 PASSED [ 30%] 2022-12-01T10:39:10.9457205Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int16 PASSED [ 30%] 2022-12-01T10:39:10.9457355Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int32 PASSED [ 30%] 2022-12-01T10:39:10.9457494Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int64 PASSED [ 30%] 2022-12-01T10:39:10.9457649Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int8 PASSED [ 30%] 2022-12-01T10:39:10.9457806Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_uint8 PASSED [ 30%] 2022-12-01T10:39:10.9457966Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_bfloat16 PASSED [ 30%] 2022-12-01T10:39:10.9458131Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_complex128 PASSED [ 30%] 2022-12-01T10:39:10.9458287Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_float16 PASSED [ 30%] 2022-12-01T10:39:10.9458493Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_float32 PASSED [ 30%] 2022-12-01T10:39:10.9458648Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int64 PASSED [ 30%] 2022-12-01T10:39:10.9458785Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_uint8 PASSED [ 30%] 2022-12-01T10:39:10.9458939Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_bool PASSED [ 30%] 2022-12-01T10:39:10.9459097Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_complex64 PASSED [ 30%] 2022-12-01T10:39:10.9459277Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_float64 PASSED [ 30%] 2022-12-01T10:39:10.9459429Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int16 PASSED [ 30%] 2022-12-01T10:39:10.9459582Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int32 PASSED [ 30%] 2022-12-01T10:39:10.9459728Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int64 PASSED [ 30%] 2022-12-01T10:39:10.9459880Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int8 PASSED [ 30%] 2022-12-01T10:39:10.9460020Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_bfloat16 PASSED [ 30%] 2022-12-01T10:39:10.9460174Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_complex128 PASSED [ 30%] 2022-12-01T10:39:10.9460321Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_float32 PASSED [ 30%] 2022-12-01T10:39:10.9460471Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_float64 PASSED [ 30%] 2022-12-01T10:39:10.9460632Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_complex64 PASSED [ 30%] 2022-12-01T10:39:10.9460790Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_float16 PASSED [ 30%] 2022-12-01T10:39:10.9460941Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_float32 PASSED [ 30%] 2022-12-01T10:39:10.9461090Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_float64 PASSED [ 30%] 2022-12-01T10:39:10.9461244Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_bfloat16 PASSED [ 30%] 2022-12-01T10:39:10.9461384Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_complex32 PASSED [ 30%] 2022-12-01T10:39:10.9461536Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_complex64 PASSED [ 30%] 2022-12-01T10:39:10.9461684Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_float16 PASSED [ 30%] 2022-12-01T10:39:10.9461835Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int16 PASSED [ 30%] 2022-12-01T10:39:10.9461985Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int32 PASSED [ 30%] 2022-12-01T10:39:10.9462134Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_uint8 PASSED [ 30%] 2022-12-01T10:39:10.9462427Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_bfloat16 PASSED [ 30%] 2022-12-01T10:39:10.9462574Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_float16 PASSED [ 30%] 2022-12-01T10:39:10.9462710Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_float64 PASSED [ 30%] 2022-12-01T10:39:10.9462859Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int16 PASSED [ 30%] 2022-12-01T10:39:10.9463004Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int32 PASSED [ 30%] 2022-12-01T10:39:10.9463147Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int64 PASSED [ 30%] 2022-12-01T10:39:10.9463310Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_complex32 PASSED [ 30%] 2022-12-01T10:39:10.9463463Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_complex64 PASSED [ 30%] 2022-12-01T10:39:10.9463617Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_float32 PASSED [ 30%] 2022-12-01T10:39:10.9463771Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_float64 PASSED [ 30%] 2022-12-01T10:39:10.9463907Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int32 PASSED [ 30%] 2022-12-01T10:39:10.9464128Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int8 PASSED [ 30%] 2022-12-01T10:39:10.9464278Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_uint8 PASSED [ 30%] 2022-12-01T10:39:10.9464428Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_bool PASSED [ 30%] 2022-12-01T10:39:10.9464582Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_complex128 PASSED [ 30%] 2022-12-01T10:39:10.9464736Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_complex32 PASSED [ 30%] 2022-12-01T10:39:10.9464889Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_float16 PASSED [ 30%] 2022-12-01T10:39:10.9465077Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_float32 PASSED [ 30%] 2022-12-01T10:39:10.9465212Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_float64 PASSED [ 30%] 2022-12-01T10:39:10.9465360Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int16 PASSED [ 30%] 2022-12-01T10:39:10.9465513Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int64 PASSED [ 30%] 2022-12-01T10:39:10.9465660Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_uint8 PASSED [ 30%] 2022-12-01T10:39:10.9465808Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_bool PASSED [ 30%] 2022-12-01T10:39:10.9465962Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_float16 PASSED [ 30%] 2022-12-01T10:39:10.9466111Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_float32 PASSED [ 30%] 2022-12-01T10:39:10.9466260Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int64 PASSED [ 30%] 2022-12-01T10:39:10.9466416Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_complex64 PASSED [ 30%] 2022-12-01T10:39:10.9466550Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_float16 PASSED [ 30%] 2022-12-01T10:39:10.9466696Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_float32 PASSED [ 30%] 2022-12-01T10:39:10.9466848Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_float64 PASSED [ 30%] 2022-12-01T10:39:10.9467000Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int16 PASSED [ 31%] 2022-12-01T10:39:10.9467150Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int32 PASSED [ 31%] 2022-12-01T10:39:10.9467298Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_add_cpu PASSED [ 31%] 2022-12-01T10:39:10.9467442Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_amin_cpu PASSED [ 31%] 2022-12-01T10:39:10.9467608Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_left_shift_cpu PASSED [ 31%] 2022-12-01T10:39:10.9467753Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_or_cpu PASSED [ 31%] 2022-12-01T10:39:10.9467902Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_cat_cpu XFAIL [ 31%] 2022-12-01T10:39:10.9468054Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_diagonal_cpu PASSED [ 31%] 2022-12-01T10:39:10.9468228Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_div_no_rounding_mode_cpu PASSED [ 31%] 2022-12-01T10:39:10.9468381Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_dstack_cpu PASSED [ 31%] 2022-12-01T10:39:10.9468531Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_eq_cpu PASSED [ 31%] 2022-12-01T10:39:10.9468680Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_eye_cpu PASSED [ 31%] 2022-12-01T10:39:10.9468835Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fliplr_cpu PASSED [ 31%] 2022-12-01T10:39:10.9468983Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_float_power_cpu PASSED [ 31%] 2022-12-01T10:39:10.9469149Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_floor_divide_cpu PASSED [ 31%] 2022-12-01T10:39:10.9469303Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fmax_cpu PASSED [ 31%] 2022-12-01T10:39:10.9469455Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fmin_cpu PASSED [ 31%] 2022-12-01T10:39:10.9469603Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fmod_cpu PASSED [ 31%] 2022-12-01T10:39:10.9469800Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_gcd_cpu PASSED [ 31%] 2022-12-01T10:39:10.9469950Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_gt_cpu PASSED [ 31%] 2022-12-01T10:39:10.9470111Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_heaviside_cpu PASSED [ 31%] 2022-12-01T10:39:10.9470250Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_hstack_cpu XFAIL [ 31%] 2022-12-01T10:39:10.9470407Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_igammac_cpu PASSED [ 31%] 2022-12-01T10:39:10.9470598Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_index_select_cpu XFAIL [ 31%] 2022-12-01T10:39:10.9470753Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_isclose_cpu PASSED [ 31%] 2022-12-01T10:39:10.9470905Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_le_cpu PASSED [ 31%] 2022-12-01T10:39:10.9471062Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_linspace_cpu PASSED [ 31%] 2022-12-01T10:39:10.9471231Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logical_and_cpu PASSED [ 31%] 2022-12-01T10:39:10.9471395Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logical_or_cpu PASSED [ 31%] 2022-12-01T10:39:10.9471546Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logspace_cpu PASSED [ 31%] 2022-12-01T10:39:10.9471688Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_masked_fill_cpu PASSED [ 31%] 2022-12-01T10:39:10.9471840Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_minimum_cpu XFAIL [ 31%] 2022-12-01T10:39:10.9471988Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_mul_cpu PASSED [ 31%] 2022-12-01T10:39:10.9472161Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_native_layer_norm_cpu PASSED [ 31%] 2022-12-01T10:39:10.9472308Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_neg_cpu PASSED [ 31%] 2022-12-01T10:39:10.9472475Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_gelu_cpu PASSED [ 31%] 2022-12-01T10:39:10.9472646Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_l1_loss_cpu PASSED [ 31%] 2022-12-01T10:39:10.9472830Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_margin_ranking_loss_cpu PASSED [ 31%] 2022-12-01T10:39:10.9472997Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_poisson_nll_loss_cpu PASSED [ 31%] 2022-12-01T10:39:10.9473167Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_prelu_cpu PASSED [ 31%] 2022-12-01T10:39:10.9473338Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_softshrink_cpu PASSED [ 31%] 2022-12-01T10:39:10.9473495Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_reshape_as_cpu PASSED [ 31%] 2022-12-01T10:39:10.9473644Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_rot90_cpu PASSED [ 31%] 2022-12-01T10:39:10.9473792Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_sub_cpu PASSED [ 31%] 2022-12-01T10:39:10.9473942Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_trace_cpu PASSED [ 31%] 2022-12-01T10:39:10.9474100Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_true_divide_cpu PASSED [ 31%] 2022-12-01T10:39:10.9474253Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_unbind_cpu PASSED [ 31%] 2022-12-01T10:39:10.9474389Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_view_cpu PASSED [ 31%] 2022-12-01T10:39:10.9474542Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_vstack_cpu XFAIL [ 31%] 2022-12-01T10:39:10.9474740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9474942Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9475135Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9475392Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9475589Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9475783Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9475975Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9476180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9476378Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9476581Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9476784Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9476983Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9477177Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9477375Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9477572Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9477765Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9477970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9478157Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9478351Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9478545Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9478741Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9478939Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9479132Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9479340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9479536Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9479727Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9479919Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9480108Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9480302Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9480494Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9480764Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9480955Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9481153Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9481353Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9481579Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9481777Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9481972Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9482154Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9482349Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9482538Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9482729Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9482927Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9483129Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9483333Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9483531Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9483728Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9483925Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9484108Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9484314Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9484527Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9484857Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9485059Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9485265Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9485469Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9485665Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9485866Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9486138Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9486316Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9486523Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9486720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9486966Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9487164Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9487359Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9487555Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9487754Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9488017Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9488261Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9488442Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9488634Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9488828Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9489020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9489221Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9489420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9489614Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9489809Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9490007Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9490221Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9490410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9490604Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9490796Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9491155Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9491358Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:10.9491609Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9491850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9492045Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9492243Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9492470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9492650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9492840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9493034Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9493228Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9493426Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9493620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9493816Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9494006Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9494203Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9494395Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9494574Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9494763Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9494952Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9495150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9495347Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9495548Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9495746Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9495938Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9496130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9496322Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9496504Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9496699Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9496929Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9497126Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9497324Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9497522Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9497758Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9497961Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9498157Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9498782Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9498968Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9499179Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9499389Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9499592Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9499788Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9499992Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9500190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9500386Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9500590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9500788Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9500968Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9501166Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9501363Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9501564Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9501759Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9501975Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9502304Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9502503Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9502785Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9502988Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9503173Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9503371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9503604Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9503800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9503993Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9504195Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9504396Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9504597Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9504792Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9504990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9505168Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9505365Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9505556Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9505753Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9505949Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9506143Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9506341Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9506538Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9506734Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9506921Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9507096Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9507297Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9507493Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9507698Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9507895Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9508126Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9508320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9508516Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9508739Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9508934Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9509113Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9509307Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9509496Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9509685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9509873Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9510074Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9510268Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9510470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9510672Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9510871Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9511051Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9511246Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9511442Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9511645Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9511843Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9512043Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9512238Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9512437Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9512632Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9512835Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9513022Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9513273Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9513467Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9513662Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9513885Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9514091Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9514291Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9514491Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9514685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9514884Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9515067Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9515266Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9515462Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9515657Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9515854Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9516060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9516270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9516479Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9516684Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9516883Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9517066Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9517266Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9517470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9517670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9517874Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9518081Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9518336Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:10.9518535Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9518736Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9518933Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9519144Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9519341Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9519550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9519754Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9519954Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9520150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9520351Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9520551Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9520749Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9520948Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9521146Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9521327Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9521526Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9521728Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9521928Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9522132Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9522333Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9522537Z 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:39:10.9522746Z 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:39:10.9522960Z 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:39:10.9523172Z 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:39:10.9523355Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9523596Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9523799Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9523997Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9524224Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9524423Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9524700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9524902Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9525099Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9525294Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9525474Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9525675Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9525875Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9526072Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9526283Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_shapes_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9526496Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9526709Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9526917Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9527116Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9527322Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9527515Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9527732Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9527940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9528158Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9528368Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9528580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9528834Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9529042Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9529251Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9529485Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9529685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9529879Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9530084Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9530282Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9530483Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9530681Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9530892Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9531102Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9531310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9531514Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9531717Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9531905Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9532103Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9532300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9532493Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9532685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9532871Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9533066Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9533267Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9533468Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9533662Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9533880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9534074Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9534265Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9534460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9534685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9534885Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9535081Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9535277Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9535468Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9535657Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9535841Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9536040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9536234Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9536430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9536626Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9536816Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9537018Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9537220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9537414Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9537611Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9537792Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9537987Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9538183Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9538374Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9538566Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9538764Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9538995Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9539192Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9539385Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9539586Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9539801Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9539998Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9540192Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9540386Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9540590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9540789Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9540994Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9541196Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9541392Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9541593Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9541772Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9541966Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9542350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9542604Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9542803Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9543003Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9543199Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9543400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9543595Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9543795Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9543986Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9544171Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9544443Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9544640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9544842Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9545041Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:10.9545285Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9545493Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9545696Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9545897Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9546101Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9546299Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9546511Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9546716Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9546920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9547127Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9547332Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9547534Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9547727Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9547923Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9548118Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9548301Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9548494Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9548684Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9548875Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9549077Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9549270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9549467Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9549712Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9549908Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9550101Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9550293Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9550522Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9550729Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9550942Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9551144Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9551342Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9551542Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9551752Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9551954Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9552166Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9552365Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9552572Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9552776Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9552983Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9553192Z 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:39:10.9553395Z 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:39:10.9553594Z 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:39:10.9553787Z 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:39:10.9553990Z 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:39:10.9554198Z 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:39:10.9554410Z 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:39:10.9554604Z 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:39:10.9554836Z 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:39:10.9555036Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9555234Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9555442Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9555675Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9555877Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9556074Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9556272Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9556475Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9556667Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9556874Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9557072Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9557270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9557473Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9557668Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9557866Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9558069Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9558267Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9558461Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9558647Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9558850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9559040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9559236Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9559432Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9559620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9559808Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9560024Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9560215Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9560413Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9560592Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9560858Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9561055Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9561250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9561444Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9561637Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9561829Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9562020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9562212Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9562408Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9562595Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9562791Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9562984Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9563178Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9563381Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9563581Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9563777Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9563973Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9564165Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9564363Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9564547Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9564829Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9565027Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9565257Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9565463Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9565665Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9565859Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9566087Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9566285Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9566485Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9566680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9566881Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9567082Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9567281Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9567476Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9567678Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9567875Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9568073Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9568271Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9568470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9568662Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9568862Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9569071Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9569276Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9569474Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9569675Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9569875Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9570073Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9570268Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9570491Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9570685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9570866Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9571099Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9571301Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9571500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:10.9571701Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:10.9571910Z 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:39:10.9572118Z 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:39:10.9572321Z 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:39:10.9572527Z 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:39:10.9572739Z 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:39:10.9572938Z 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:39:10.9573149Z 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:39:10.9573358Z 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:39:10.9573564Z 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:39:10.9573776Z 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:39:10.9573980Z 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:39:10.9574185Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_complex64 SKIPPED (Skipped!) [ 35%] 2022-12-01T10:39:10.9574393Z 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:39:10.9574599Z 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:39:10.9574801Z 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:39:10.9575017Z 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:39:10.9575212Z 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:39:10.9575426Z 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:39:10.9575670Z 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:39:10.9575882Z 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:39:10.9576090Z 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:39:10.9576324Z 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:39:10.9576528Z 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:39:10.9576739Z 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:39:10.9576950Z 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:39:10.9577155Z 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:39:10.9577346Z 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:39:10.9577555Z 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:39:10.9577764Z 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:39:10.9577972Z 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:39:10.9578184Z 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:39:10.9578392Z 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:39:10.9578618Z 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:39:10.9578909Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:10.9579108Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:10.9579308Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:10.9579508Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:10.9579690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:10.9579885Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:10.9580079Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:10.9580283Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:10.9580477Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:10.9580719Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:10.9580917Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:10.9581116Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:10.9581311Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:10.9581538Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:10.9581720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:10.9581913Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:10.9582115Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:10.9582423Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:10.9582621Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:10.9582813Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:10.9583009Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:10.9583202Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:10.9583397Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:10.9583596Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:10.9583786Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:10.9583982Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:10.9584180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:10.9584608Z 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:39:10.9584912Z 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:39:10.9585229Z 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:39:10.9585548Z 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:39:10.9585862Z 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:39:10.9586175Z 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:39:10.9586485Z 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:39:10.9586779Z 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:39:10.9587159Z 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:39:10.9587475Z 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:39:10.9587798Z 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:39:10.9588169Z 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:39:10.9588489Z 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:39:10.9588803Z 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:39:10.9589121Z 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:39:10.9589437Z 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:39:10.9589754Z 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:39:10.9590084Z 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:39:10.9590395Z 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:39:10.9590718Z 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:39:10.9591038Z 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:39:10.9591357Z 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:39:10.9591674Z 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:39:10.9591995Z 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:39:10.9592187Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:10.9592377Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:10.9592569Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:10.9592751Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:10.9592939Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:10.9593115Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:10.9593312Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:10.9593504Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:10.9593736Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:10.9593927Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:10.9594118Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:10.9594312Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:10.9594528Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:10.9594717Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:10.9594891Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:10.9595082Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:10.9595269Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:10.9595456Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:10.9595644Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:10.9595833Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:10.9596030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:10.9596220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:10.9596416Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:10.9596604Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:10.9596780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:10.9596975Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:10.9597169Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:10.9597358Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:10.9597552Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:10.9597742Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:10.9597938Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:10.9598135Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:10.9598333Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:10.9598525Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:10.9598703Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:10.9598932Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:10.9599127Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:10.9599322Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:10.9599516Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:10.9599745Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:10.9599939Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:10.9600134Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:10.9600334Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:10.9600527Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:10.9600704Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:10.9600900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:10.9601092Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9601285Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9601485Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9601677Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9601873Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9602069Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9602265Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9602458Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9602638Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9602833Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9603021Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9603212Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9603400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9603589Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9603783Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9603985Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9604216Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9604411Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9604594Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9604906Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9605100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9605303Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9605511Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9606058Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9606259Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9606457Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9606679Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9606953Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9607137Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9607335Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9607527Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9607736Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9607951Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9608156Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9608385Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9608596Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9608792Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9608992Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9609189Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9609371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9609565Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9609804Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9610013Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9610209Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9610417Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9610645Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9610843Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9611040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9611243Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9611445Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9611634Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9611830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9612039Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9612239Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9612436Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9612637Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9612831Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9613031Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9613231Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9613412Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9613616Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9613822Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9614025Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9614227Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9614428Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9614636Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9614843Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9615044Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9615290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9615482Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9615692Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9615923Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9616130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9616339Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9616543Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9616736Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9616934Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9617132Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9617336Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9617539Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9617737Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9617938Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9618135Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9618333Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9618546Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9618750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9618945Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9619144Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9619329Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9619528Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9619733Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9619932Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9620142Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9620355Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9620599Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9620804Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9621011Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9621250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9621435Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9621634Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9621849Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9622062Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9622390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9622599Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9622799Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9623008Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9623215Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9623415Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9623597Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9623797Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9623993Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9624202Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9624404Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9624609Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9624802Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9625005Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9625210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9625410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9625589Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9625867Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9626064Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9626266Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9626466Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9626703Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9626902Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9627100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9627297Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9627488Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9627669Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9627872Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9628064Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9628273Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:10.9628475Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9628674Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9628867Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9629062Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9629257Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9629457Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9629653Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9629832Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9630024Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9630226Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9630424Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9630621Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9630823Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9631059Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9631253Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9631456Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9631684Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9631869Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9632064Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9632273Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9632476Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9632673Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9632867Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9633064Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9633262Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9633454Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9633649Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9633829Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9634020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9634217Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9634418Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9634619Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9634816Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9635021Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9635222Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9635421Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9635617Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9635811Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9636049Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9636252Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9636452Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9636653Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9636876Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9637070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9637265Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9637465Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9637661Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9637842Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9638035Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9638228Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9638426Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9638629Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9638823Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9639019Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9639214Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9639409Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9639601Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9639795Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9639981Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9640177Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9640370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9640574Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9640766Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9640963Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9641196Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9641389Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9641582Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9641783Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9641991Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9642192Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9642386Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9642577Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9642783Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9642982Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9643181Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9643383Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9643577Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9643772Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9643955Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9644160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9644358Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9644554Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9644830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9645033Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9645230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9645426Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9645629Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9645828Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9646011Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9646205Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9646479Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9646685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9646891Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9647130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9647326Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9647514Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9647706Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9647903Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9648089Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9648284Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9648478Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9648667Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9648864Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9649059Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9649253Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9649445Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9649637Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9649835Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9650019Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9650214Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9650405Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9650598Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9650792Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9650985Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9651173Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9651405Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9651601Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9651799Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9651991Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9652198Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9652392Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9652584Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9652777Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9652971Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9653159Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9653347Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9653542Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9653733Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9653921Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9654115Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9654308Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:10.9654500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9654693Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9654888Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9655081Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9655280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9655475Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9655666Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9655847Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9656039Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9656230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9656459Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9656659Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9656865Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9657065Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9657300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9657499Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9657694Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9657893Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9658073Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9658264Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9658458Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9658650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9658843Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9659032Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9659219Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9659407Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9659608Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9659805Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9659985Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9660177Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9660376Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9660567Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9660759Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9660948Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9661143Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9661345Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9661539Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9661779Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9661972Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9662304Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9662564Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9662766Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9662962Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9663158Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9663351Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9663543Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9663736Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9663917Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9664120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9664317Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9664514Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9664706Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9664900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9665103Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9665311Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9665512Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9665713Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9665908Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9666092Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9666287Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9666485Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9666680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9666886Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9667132Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9667334Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9667529Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9667755Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9667958Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9668144Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9668337Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9668540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9668738Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9668944Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9669147Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9669346Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9669553Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9669748Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9669939Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9670116Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9670310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9670496Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9670694Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9670892Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9671084Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9671277Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9671468Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9671658Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9671850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9672060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9672249Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9672439Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9672635Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9672855Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9673049Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9673241Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9673437Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9673626Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9673817Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9673993Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9674184Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9674375Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9674571Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9674768Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9674962Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9675156Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9675349Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9675541Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9675733Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9675915Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9676106Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9676297Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9676489Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9676679Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9676868Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9677061Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9677286Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9677475Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9677665Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9677844Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9678067Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9678259Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9678455Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9678649Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9678844Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9679034Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9679228Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9679464Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9679730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9679911Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9680100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9680293Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:10.9680489Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9680683Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9680875Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9681066Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9681260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9681449Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9681623Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9681813Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9682003Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9682193Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9682381Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9682618Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9682809Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9683002Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9683218Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9683409Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9683586Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9683787Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9683983Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9684178Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9684371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9684578Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9684845Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9685046Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9685243Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9685437Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9685615Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9685815Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9686011Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9686207Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9686401Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9686593Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9686786Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9686978Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9687183Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9687387Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9687569Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9687797Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9687991Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9688179Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9688399Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9688586Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9688785Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9688987Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9689184Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9689382Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9689565Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9689758Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9689951Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9690145Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9690345Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9690540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9690727Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9690917Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9691102Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9691285Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9691465Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9691656Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9691852Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9692045Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9692239Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9692437Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9692636Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9692865Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9693058Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9693255Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9693440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9693664Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9693858Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9694060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9694258Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9694450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9694643Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9694849Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9695049Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9695244Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9695447Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9695631Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9695827Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9696027Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9696223Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9696422Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9696620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9696818Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9697013Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9697206Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9697402Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9697584Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9697785Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9698034Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9698234Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9698433Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9698656Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9698848Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9699045Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9699241Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9699434Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9699619Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9699822Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9700027Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9700228Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9700426Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9700617Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9700819Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9701016Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9701223Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9701423Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9701610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9701806Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9701997Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9702363Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9702572Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9702778Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9702981Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9703248Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9703451Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9703651Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9703879Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9704069Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9704267Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9704463Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9704656Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9704850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9705041Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9705237Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9705438Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9705639Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9705837Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9706017Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9706212Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9706407Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:10.9706601Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9706795Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9706989Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9707187Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9707385Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9707574Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9707772Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9707955Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9708158Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9708396Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9708592Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9708786Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9709013Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9709207Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9709401Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9709598Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9709792Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9709975Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9710166Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9710358Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9710548Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9710741Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9710941Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9711136Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9711330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9711525Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9711718Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9711902Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9712097Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9712286Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9712475Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9712660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9712851Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9713049Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9713252Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9713479Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9713671Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9713850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9714069Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9714263Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9714463Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9714662Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9714857Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9715048Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9715242Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9715435Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9715634Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9715815Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9716016Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9716211Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9716402Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9716597Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9716793Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9716988Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9717181Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9717376Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9717569Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9717750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9717945Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9718142Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9718335Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9718562Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9718753Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9718943Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9719163Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9719354Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9719552Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9719740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9719936Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9720129Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9720322Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9720515Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9720705Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9720958Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9721192Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9721385Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9721577Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9721758Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9721952Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9722139Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9722321Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9722514Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9722699Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9722886Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9723082Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9723273Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9723464Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9723682Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9723871Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9724059Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9724245Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9724499Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9724763Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9724956Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9725147Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9725340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9725534Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9725715Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9725913Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9726111Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9726320Z 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:39:10.9726535Z 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:39:10.9726749Z 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:39:10.9726961Z 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:39:10.9727168Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9727367Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9727561Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9727754Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9727960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9728162Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9728365Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9728568Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9728771Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9729013Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9729213Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9729421Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9729652Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9729841Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9730039Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9730248Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9730452Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9730662Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9730872Z 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:39:10.9731084Z 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:39:10.9731293Z 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:39:10.9731507Z 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:39:10.9731711Z 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:39:10.9731927Z 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:39:10.9732126Z 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:39:10.9732331Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9732534Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9732732Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:10.9732928Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9733127Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9733321Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9733518Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9733722Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9733927Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9734158Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9734355Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9734559Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9734785Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9734982Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9735179Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9735375Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9735568Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9735759Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9735951Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9736129Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9736320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9736515Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9736710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9736909Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9737104Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9737301Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9737496Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9737694Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9737888Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9738067Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9738256Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9738455Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9738655Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9738850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9739045Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9739270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9739455Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9739647Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9739838Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9740063Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9740262Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9740451Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9740644Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9740831Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9741019Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9741211Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9741404Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9741592Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9741781Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9741958Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9742143Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9742483Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9742675Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9742864Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9743060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9743261Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9743458Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9743652Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9743848Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9744027Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9744226Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9744423Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9744698Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9744899Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9745103Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9745345Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9745550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9745750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9745953Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9746136Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9746336Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9746544Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9746743Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9746949Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9747156Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9747357Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9747555Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9747752Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9747950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9748146Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9748340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9748542Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9748744Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9748941Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9749133Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9749321Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9749519Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9749751Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9749951Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9750147Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9750353Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9750549Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9750747Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9750953Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9751150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9751346Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9751549Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9751748Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9751942Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9752140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9752326Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9752518Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9752715Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9752913Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9753116Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9753315Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9753514Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9753709Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9753906Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9754110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9754297Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9754493Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9754715Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9754913Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9755107Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9755301Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9755522Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9755721Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9755915Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9756113Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9756297Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9756498Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9756700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9756898Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9757088Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9757280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9757470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9757660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9757842Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9758040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9758218Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9758408Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9758601Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9758788Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:10.9758978Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9759169Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9759370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9759564Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9759768Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9760003Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9760190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9760385Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9760608Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9760805Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9761000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9761207Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9761414Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9761617Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9761823Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9762022Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9762217Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9762399Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9762590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9762789Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9762981Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9763177Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9763371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9763560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9763755Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9763949Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9764140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9764326Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9764516Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9764787Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9765025Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9765219Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9765432Z 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:39:10.9765643Z 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:39:10.9765888Z 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:39:10.9766103Z 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:39:10.9766315Z 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:39:10.9766513Z 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:39:10.9766724Z 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:39:10.9766930Z 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:39:10.9767149Z 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:39:10.9767366Z 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:39:10.9767582Z 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:39:10.9767793Z 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:39:10.9768005Z 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:39:10.9768227Z 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:39:10.9768442Z 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:39:10.9768658Z 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:39:10.9768861Z 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:39:10.9769073Z 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:39:10.9769281Z 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:39:10.9769493Z 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:39:10.9769712Z 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:39:10.9769927Z 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:39:10.9770194Z 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:39:10.9770403Z 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:39:10.9770609Z 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:39:10.9770848Z 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:39:10.9771061Z 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:39:10.9771245Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9771442Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9771636Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9771825Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9772016Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9772204Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9772398Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9772599Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9772794Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9772990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9773173Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9773362Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9773564Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9773755Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9773959Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9774156Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9774358Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9774555Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9774753Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9774950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9775163Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9775358Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9775550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9775742Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9775974Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9776166Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9776348Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9776537Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9776729Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9776929Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9777110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9777303Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9777495Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9777687Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9777876Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9778064Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9778256Z 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:39:10.9778454Z 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:39:10.9778647Z 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:39:10.9778839Z 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:39:10.9779030Z 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:39:10.9779230Z 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:39:10.9779427Z 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:39:10.9779621Z 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:39:10.9779814Z 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:39:10.9780011Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9780236Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9780428Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9780622Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9780812Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9781026Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9781228Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9781423Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9781621Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9781814Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9782007Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9782336Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9782543Z 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:39:10.9782751Z 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:39:10.9782960Z 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:39:10.9783148Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9783326Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9783515Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9783707Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9783894Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9784084Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9784271Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9784461Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9784651Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9784842Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9785023Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9785216Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:10.9785404Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:10.9785652Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:10.9785841Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:10.9786030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:10.9786260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:10.9786462Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:10.9786659Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:10.9786853Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:10.9787259Z 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:39:10.9787574Z 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:39:10.9787890Z 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:39:10.9788202Z 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:39:10.9788515Z 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:39:10.9788836Z 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:39:10.9789165Z 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:39:10.9789485Z 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:39:10.9789801Z 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:39:10.9790116Z 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:39:10.9790430Z 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:39:10.9790735Z 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:39:10.9791048Z 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:39:10.9791289Z 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:39:10.9791529Z 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:39:10.9791768Z 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:39:10.9792003Z 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:39:10.9792328Z 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:39:10.9792604Z 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:39:10.9792947Z 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:39:10.9793172Z 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:39:10.9793577Z 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:39:10.9793839Z 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:39:10.9794105Z 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:39:10.9794327Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:10.9794558Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:10.9794786Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:10.9795019Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:10.9795244Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:10.9795491Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:10.9795685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:10.9795916Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:10.9796140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:10.9796363Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:10.9832832Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:10.9833291Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:10.9833567Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:10.9833832Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:10.9834113Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:10.9834392Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:10.9834666Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:10.9835091Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:10.9835278Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:10.9835473Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:10.9835750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:10.9835947Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:10.9836132Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:10.9836323Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:10.9836512Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:10.9836700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:10.9836886Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:10.9837081Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:10.9837272Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:10.9837454Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:10.9837642Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:10.9837837Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:10.9838025Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:10.9838226Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:10.9838422Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:10.9838614Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:10.9838799Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:10.9838987Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:10.9839178Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:10.9839368Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:10.9839561Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:10.9839765Z 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:39:10.9840002Z 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:39:10.9840201Z 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:39:10.9840403Z 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:39:10.9840603Z 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:39:10.9840825Z 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:39:10.9841033Z 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:39:10.9841240Z 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:39:10.9841450Z 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:39:10.9841659Z 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:39:10.9841858Z 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:39:10.9842059Z 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:39:10.9842260Z 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:39:10.9842461Z 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:39:10.9842659Z 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:39:10.9842855Z 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:39:10.9843049Z 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:39:10.9843250Z 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:39:10.9843450Z 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:39:10.9843651Z 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:39:10.9843860Z 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:39:10.9844068Z 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:39:10.9844280Z 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:39:10.9844485Z 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:39:10.9844778Z 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:39:10.9845054Z 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:39:10.9845262Z 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:39:10.9845459Z 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:39:10.9845690Z 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:39:10.9845900Z 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:39:10.9846120Z 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:39:10.9846344Z 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:39:10.9846551Z 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:39:10.9846760Z 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:39:10.9846968Z 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:39:10.9847169Z 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:39:10.9847372Z 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:39:10.9847572Z 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:39:10.9847772Z 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:39:10.9847981Z 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:39:10.9848189Z 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:39:10.9848397Z 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:39:10.9848607Z 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:39:10.9848813Z 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:39:10.9849017Z 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:39:10.9849223Z 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:39:10.9849434Z 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:39:10.9849639Z 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:39:10.9849855Z 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:39:10.9850098Z 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:39:10.9850310Z 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:39:10.9850523Z 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:39:10.9850762Z 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:39:10.9850989Z 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:39:10.9851212Z 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:39:10.9851432Z 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:39:10.9851632Z 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:39:10.9851835Z 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:39:10.9852036Z 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:39:10.9852240Z 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:39:10.9852437Z 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:39:10.9852642Z 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:39:10.9852851Z 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:39:10.9853059Z 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:39:10.9853276Z 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:39:10.9853494Z 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:39:10.9853708Z 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:39:10.9853925Z 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:39:10.9854147Z 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:39:10.9854372Z 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:39:10.9854590Z 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:39:10.9854801Z 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:39:10.9855046Z 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:39:10.9855262Z 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:39:10.9855505Z 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:39:10.9855724Z 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:39:10.9855928Z 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:39:10.9856137Z 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:39:10.9856345Z 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:39:10.9856555Z 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:39:10.9856763Z 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:39:10.9856973Z 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:39:10.9857187Z 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:39:10.9857395Z 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:39:10.9857603Z 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:39:10.9857814Z 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:39:10.9858026Z 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:39:10.9858228Z 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:39:10.9858429Z 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:39:10.9858638Z 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:39:10.9858846Z 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:39:10.9859050Z 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:39:10.9859249Z 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:39:10.9859456Z 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:39:10.9859649Z 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:39:10.9859882Z 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:39:10.9860087Z 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:39:10.9860289Z 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:39:10.9860514Z 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:39:10.9860718Z 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:39:10.9860919Z 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:39:10.9861128Z 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:39:10.9861332Z 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:39:10.9861533Z 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:39:10.9861728Z 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:39:10.9861939Z 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:39:10.9862294Z 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:39:10.9862509Z 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:39:10.9862720Z 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:39:10.9862933Z 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:39:10.9863145Z 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:39:10.9863355Z 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:39:10.9863569Z 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:39:10.9863784Z 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:39:10.9863991Z 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:39:10.9864186Z 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:39:10.9864394Z 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:39:10.9864596Z 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:39:10.9864807Z 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:39:10.9865080Z 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:39:10.9865295Z 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:39:10.9865502Z 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:39:10.9865743Z 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:39:10.9865952Z 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:39:10.9866166Z 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:39:10.9866371Z 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:39:10.9866568Z 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:39:10.9866779Z 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:39:10.9866991Z 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:39:10.9867183Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:10.9867380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:10.9867572Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:10.9867761Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:10.9867953Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:10.9868140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:10.9868331Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:10.9868517Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:10.9868713Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:10.9868905Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:10.9869094Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:10.9869284Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:10.9869476Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:10.9869666Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:10.9869887Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:10.9870073Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:10.9870261Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:10.9870434Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:10.9870656Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:10.9870853Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:10.9871049Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:10.9871241Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:10.9871428Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:10.9871612Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:10.9871806Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:10.9872003Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:10.9872198Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:10.9872377Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:10.9872568Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:10.9872756Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:10.9872956Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:10.9873150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:10.9873355Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:10.9873548Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:10.9873742Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:10.9873933Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:10.9874126Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:10.9874313Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:10.9874510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:10.9874704Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:10.9874898Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:10.9875118Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:10.9875308Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:10.9875496Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:10.9875710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:10.9875904Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:10.9876106Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:10.9876307Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:10.9876490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:10.9876687Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:10.9876878Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:10.9877070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:10.9877256Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:10.9877442Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:10.9877632Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:10.9877830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:10.9878023Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:10.9878199Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:10.9878392Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:10.9878586Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:10.9878778Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:10.9878968Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9879166Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9879363Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9879560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9879753Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9879944Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9880153Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9880585Z 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:39:10.9880916Z 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:39:10.9881269Z 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:39:10.9881599Z 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:39:10.9881934Z 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:39:10.9882267Z 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:39:10.9882464Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9882661Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9882855Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9883056Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9883236Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9883439Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9883633Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9883824Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9884018Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9884214Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9884408Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9884669Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9884878Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9885069Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9885249Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9885452Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9885649Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9885841Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9886079Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9886269Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9886473Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9886668Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9886910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9887106Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9887290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9887492Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9887689Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9887895Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9888107Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9888311Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9888512Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9888715Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9888914Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9889110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9889294Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9889490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9889688Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9889882Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9890082Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9890284Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9890482Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9890682Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9890875Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9891070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9891279Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9891478Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9891675Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9891877Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9892099Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9892300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9892497Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9892694Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9892890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9893086Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9893292Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9893478Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9893673Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9893876Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9894073Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9894271Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9894467Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9894661Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9894856Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9895065Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9895263Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9895450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9895646Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9895847Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9896042Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9896238Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9896462Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9896652Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9896852Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9897073Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9897270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9897447Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9897643Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9897833Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9898030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9898228Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9898428Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9898627Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9898824Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9899022Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9899220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9899401Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9899600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9899790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9899985Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9900178Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9900378Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9900569Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9900760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9900952Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9901143Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9901329Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9901553Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9901749Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9901940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9902331Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9902525Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9902721Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9902915Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9903109Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9903303Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9903481Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9903670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9903863Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9904063Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9904259Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9904453Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9904647Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9904840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9905035Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9905222Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9905406Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9905603Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9905800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:10.9905994Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9906196Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9906384Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9906573Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9906829Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9907028Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9907229Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9907412Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9907655Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9907853Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9908050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9908247Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9908444Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9908635Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9908828Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9909021Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9909222Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9909406Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9909599Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9909792Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9909981Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9910176Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9910365Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9910557Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9910752Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9910948Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9911140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9911318Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9911511Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9911700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9911897Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9912126Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9912324Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9912518Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9912738Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9912931Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9913130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9913314Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9913510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9913713Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9913911Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9914118Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9914317Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9914512Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9914713Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9914909Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9915107Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9915285Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9915480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9915671Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9915864Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9916051Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9916237Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9916439Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9916638Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9916835Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9917014Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9917240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9917436Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9917629Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9917823Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9918052Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9918253Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9918456Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9918651Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9918851Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9919045Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9919229Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9919422Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9919615Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9919808Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9919995Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9920186Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9920382Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9920575Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9920775Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9920954Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9921150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9921344Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9921535Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9921726Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9921917Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9922108Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9922332Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9922524Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9922720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9922899Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9923173Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9923374Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9923570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9923771Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9923963Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9924156Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9924345Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9924538Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9924809Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9924993Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9925186Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9925378Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9925568Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9925762Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9925960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9926151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9926346Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9926538Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9926728Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9926902Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9927103Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9927300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9927497Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9927736Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9927936Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:10.9928141Z 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:39:10.9928380Z 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:39:10.9928590Z 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:39:10.9928803Z 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:39:10.9929017Z 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:39:10.9929211Z 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:39:10.9929417Z 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:39:10.9929623Z 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:39:10.9929829Z 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:39:10.9930035Z 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:39:10.9930242Z 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:39:10.9930446Z 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:39:10.9930650Z 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:39:10.9930857Z 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:39:10.9931062Z 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:39:10.9931255Z 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:39:10.9931467Z 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:39:10.9931677Z 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:39:10.9931883Z 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:39:10.9932091Z 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:39:10.9932292Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9932487Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9932713Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9932909Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9933112Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9933300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9933531Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9933731Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9933929Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9934129Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9934329Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9934524Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9934720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9934916Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9935117Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9935316Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9935501Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9935695Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9935893Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9936099Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9936302Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9936501Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9936693Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9936897Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9937099Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9937298Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9937483Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9937678Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9937907Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9938112Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9938320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9938554Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9938759Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9938959Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9939190Z 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:39:10.9939414Z 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:39:10.9939639Z 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:39:10.9939852Z 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:39:10.9940080Z 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:39:10.9940309Z 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:39:10.9940538Z 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:39:10.9940758Z 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:39:10.9940981Z 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:39:10.9941200Z 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:39:10.9941431Z 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:39:10.9941664Z 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:39:10.9941890Z 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:39:10.9942114Z 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:39:10.9942460Z 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:39:10.9942685Z 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:39:10.9942912Z 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:39:10.9943190Z 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:39:10.9943412Z 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:39:10.9943630Z 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:39:10.9943892Z 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:39:10.9944123Z 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:39:10.9944356Z 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:39:10.9944581Z 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:39:10.9944804Z 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:39:10.9945030Z 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:39:10.9945233Z 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:39:10.9945447Z 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:39:10.9945663Z 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:39:10.9945887Z 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:39:10.9946104Z 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:39:10.9946317Z 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:39:10.9946525Z 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:39:10.9946733Z 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:39:10.9946937Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9947141Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9947342Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9947525Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9947722Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9947923Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9948166Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9948364Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9948557Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9948755Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9948978Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9949173Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9949371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9949559Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9949756Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9949951Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9950146Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9950338Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9950532Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9950732Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9950928Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9951122Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9951315Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9951495Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9951693Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9951895Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9952092Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9952289Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9952487Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9952686Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9952880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9953080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9953307Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9953490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9953684Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9953877Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9954096Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9954288Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9954483Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9954689Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9954887Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9955086Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9955284Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9955467Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9955664Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9955858Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9956053Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9956247Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9956442Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9956634Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9956826Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9957025Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9957229Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9957410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9957609Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9957805Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9957999Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9958196Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9958419Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9958613Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9958805Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9958994Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:10.9959216Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9959404Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9959602Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9959799Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9960000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9960202Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9960406Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9960614Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9960808Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9961006Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9961198Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9961372Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9961566Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9961767Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9961961Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9962154Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9962346Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9962536Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9962728Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9962920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9963109Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9963281Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9963473Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9963698Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9963890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9964083Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9964272Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9964499Z 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:39:10.9964779Z 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:39:10.9964990Z 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:39:10.9965191Z 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:39:10.9965375Z 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:39:10.9965573Z 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:39:10.9965771Z 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:39:10.9965970Z 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:39:10.9966175Z 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:39:10.9966378Z 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:39:10.9966586Z 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:39:10.9966789Z 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:39:10.9966991Z 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:39:10.9967186Z 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:39:10.9967366Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9967561Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9967751Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9967940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9968130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9968319Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9968505Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9968693Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9968921Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9969119Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9969299Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9969494Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9969715Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9969908Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9970102Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9970294Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9970485Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9970678Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9970871Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9971053Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9971247Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9971443Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9971634Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9971834Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9972035Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9972237Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9972429Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9972620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9972820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9972999Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9973191Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9973384Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9973574Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9973771Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9974001Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9974192Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9974399Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9974603Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9974833Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9975019Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9975217Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9975427Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9975630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9975832Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9976028Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9976219Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9976407Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9976596Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9976786Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9976964Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9977156Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9977351Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9977540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9977734Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9977925Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9978139Z 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:39:10.9978349Z 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:39:10.9978560Z 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:39:10.9978767Z 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:39:10.9978991Z 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:39:10.9979220Z 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:39:10.9979433Z 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:39:10.9979644Z 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:39:10.9979888Z 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:39:10.9980088Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9980292Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9980500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9980705Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9980905Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9981107Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9981292Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9981490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9981685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9981886Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9982081Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9982419Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9982617Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9982810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9983003Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9983196Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9983372Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9983574Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9983772Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9983971Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9984167Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9984360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9984620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9984820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9985025Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9985252Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9985433Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:10.9985628Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:10.9985822Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:10.9986017Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:10.9986208Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:10.9986408Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:10.9986604Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:10.9986804Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:10.9987003Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:10.9987200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:10.9987382Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:10.9987576Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:10.9987780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:10.9987984Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:10.9988182Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:10.9988389Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:10.9988591Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:10.9988789Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:10.9988985Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:10.9989185Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:10.9989376Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:10.9989578Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:10.9989820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:10.9990028Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:10.9990234Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:10.9990463Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:10.9990662Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:10.9990856Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:10.9991051Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:10.9991245Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:10.9991442Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:10.9991629Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:10.9991829Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:10.9992025Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:10.9992221Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:10.9992416Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:10.9992609Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:10.9992804Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:10.9992999Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:10.9993201Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:10.9993399Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:10.9993582Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:10.9993777Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:10.9993969Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:10.9994170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:10.9994369Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:10.9994564Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:10.9994792Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:10.9994989Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:10.9995184Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:10.9995381Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:10.9995595Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:10.9995793Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:10.9995991Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:10.9996189Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:10.9996383Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:10.9996587Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:10.9996793Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:10.9996991Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:10.9997189Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:10.9997386Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:10.9997572Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:10.9997776Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:10.9997974Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:10.9998173Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:10.9998369Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:10.9998567Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:10.9998767Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:10.9998969Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:10.9999178Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:10.9999385Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:10.9999576Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:10.9999774Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:11.0000003Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:11.0000200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:11.0000403Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:11.0000602Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:11.0000826Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:11.0001024Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:11.0001233Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:11.0001440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:11.0001629Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:11.0001828Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:11.0002030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:11.0002226Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:11.0002418Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:11.0002618Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:11.0002813Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:11.0003003Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:11.0003197Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:11.0003396Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:11.0003581Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:11.0003776Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:11.0003973Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:11.0004170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:11.0004365Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:11.0004568Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:11.0004847Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:11.0005052Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:11.0005338Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:11.0005533Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:11.0005726Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:11.0005933Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:11.0006124Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:11.0006323Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:11.0006520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:11.0006723Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:11.0006925Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:11.0007121Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:11.0007319Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:11.0007512Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:11.0007709Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:11.0007890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:11.0008086Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:11.0008284Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:11.0008478Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:11.0008668Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:11.0008857Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:11.0009052Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:11.0009250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:11.0009449Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:11.0009644Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:11.0009825Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:11.0010021Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:11.0010210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:11.0010435Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:11.0010629Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:11.0010821Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:11.0011011Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:11.0011237Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:11.0011441Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:11.0011640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:11.0011823Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:11.0012019Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:11.0012216Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:11.0012409Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:11.0012609Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:11.0012805Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:11.0012998Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:11.0013192Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:11.0013382Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:11.0013584Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:11.0013776Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:11.0013977Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:11.0014173Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:11.0014373Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:11.0014568Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:11.0014766Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:11.0014964Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:11.0015160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:11.0015354Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:11.0015579Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:11.0015757Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:11.0015952Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:11.0016153Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:11.0016397Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:11.0016595Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:11.0016790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:11.0016987Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:11.0017181Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:11.0017377Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:11.0017571Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:11.0017748Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:11.0017940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:11.0018135Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:11.0018329Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:11.0018528Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:11.0018727Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:11.0018926Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:11.0019124Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:11.0019318Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:11.0019515Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:11.0019694Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:11.0019910Z 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:39:11.0020129Z 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:39:11.0020348Z 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:39:11.0020554Z 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:39:11.0020794Z 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:39:11.0020957Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_complex32 PASSED [ 50%] 2022-12-01T10:39:11.0021113Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_complex64 PASSED [ 50%] 2022-12-01T10:39:11.0021269Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_float16 PASSED [ 50%] 2022-12-01T10:39:11.0021408Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int32 PASSED [ 50%] 2022-12-01T10:39:11.0021588Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int8 PASSED [ 50%] 2022-12-01T10:39:11.0021741Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_uint8 PASSED [ 50%] 2022-12-01T10:39:11.0021900Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_complex128 PASSED [ 50%] 2022-12-01T10:39:11.0022061Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_complex64 PASSED [ 50%] 2022-12-01T10:39:11.0022319Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_float32 PASSED [ 50%] 2022-12-01T10:39:11.0022476Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_uint8 PASSED [ 50%] 2022-12-01T10:39:11.0022638Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_complex128 PASSED [ 50%] 2022-12-01T10:39:11.0022794Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_float32 PASSED [ 50%] 2022-12-01T10:39:11.0022935Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int64 PASSED [ 50%] 2022-12-01T10:39:11.0023085Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_bool PASSED [ 50%] 2022-12-01T10:39:11.0023241Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_float16 PASSED [ 50%] 2022-12-01T10:39:11.0023393Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_uint8 PASSED [ 50%] 2022-12-01T10:39:11.0023550Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_float16 PASSED [ 50%] 2022-12-01T10:39:11.0023701Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_float32 PASSED [ 50%] 2022-12-01T10:39:11.0023854Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int16 PASSED [ 50%] 2022-12-01T10:39:11.0024002Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int64 PASSED [ 50%] 2022-12-01T10:39:11.0024134Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_uint8 PASSED [ 50%] 2022-12-01T10:39:11.0024288Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_bfloat16 PASSED [ 50%] 2022-12-01T10:39:11.0024441Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_bool PASSED [ 50%] 2022-12-01T10:39:11.0024600Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_complex64 PASSED [ 50%] 2022-12-01T10:39:11.0024753Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_float32 PASSED [ 50%] 2022-12-01T10:39:11.0024906Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_float64 PASSED [ 50%] 2022-12-01T10:39:11.0025058Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int16 PASSED [ 50%] 2022-12-01T10:39:11.0025206Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int64 PASSED [ 50%] 2022-12-01T10:39:11.0025344Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_float16 PASSED [ 50%] 2022-12-01T10:39:11.0025493Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_float32 PASSED [ 50%] 2022-12-01T10:39:11.0025644Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int16 PASSED [ 50%] 2022-12-01T10:39:11.0025791Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int32 PASSED [ 50%] 2022-12-01T10:39:11.0025937Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int64 PASSED [ 50%] 2022-12-01T10:39:11.0026085Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int8 PASSED [ 50%] 2022-12-01T10:39:11.0026279Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_float16 PASSED [ 50%] 2022-12-01T10:39:11.0026426Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int32 PASSED [ 50%] 2022-12-01T10:39:11.0026573Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int8 PASSED [ 50%] 2022-12-01T10:39:11.0026704Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_uint8 PASSED [ 50%] 2022-12-01T10:39:11.0026855Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_bfloat16 PASSED [ 50%] 2022-12-01T10:39:11.0027006Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_float32 PASSED [ 50%] 2022-12-01T10:39:11.0027189Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int16 PASSED [ 50%] 2022-12-01T10:39:11.0027338Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int32 PASSED [ 50%] 2022-12-01T10:39:11.0027484Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int64 PASSED [ 50%] 2022-12-01T10:39:11.0027632Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_uint8 PASSED [ 50%] 2022-12-01T10:39:11.0027789Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_bfloat16 PASSED [ 50%] 2022-12-01T10:39:11.0027928Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int8 PASSED [ 50%] 2022-12-01T10:39:11.0028083Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_uint8 PASSED [ 50%] 2022-12-01T10:39:11.0028292Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_bfloat16 SKIPPED (Errors when storage_offset is included) [ 50%] 2022-12-01T10:39:11.0028498Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_bool SKIPPED (Errors when storage_offset is included) [ 50%] 2022-12-01T10:39:11.0028707Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_complex128 SKIPPED (Errors when storage_offset is included) [ 50%] 2022-12-01T10:39:11.0028917Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_complex64 SKIPPED (Errors when storage_offset is included) [ 50%] 2022-12-01T10:39:11.0029125Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_float32 SKIPPED (Errors when storage_offset is included) [ 50%] 2022-12-01T10:39:11.0029285Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_bfloat16 PASSED [ 50%] 2022-12-01T10:39:11.0029436Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_bool PASSED [ 50%] 2022-12-01T10:39:11.0029579Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_complex128 PASSED [ 50%] 2022-12-01T10:39:11.0029737Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_float64 PASSED [ 50%] 2022-12-01T10:39:11.0029888Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int64 PASSED [ 50%] 2022-12-01T10:39:11.0030043Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_uint8 PASSED [ 50%] 2022-12-01T10:39:11.0030201Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_bfloat16 PASSED [ 50%] 2022-12-01T10:39:11.0030354Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_bool PASSED [ 50%] 2022-12-01T10:39:11.0030513Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_complex64 PASSED [ 50%] 2022-12-01T10:39:11.0030668Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_float32 PASSED [ 50%] 2022-12-01T10:39:11.0030806Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int64 PASSED [ 50%] 2022-12-01T10:39:11.0030956Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_uint8 PASSED [ 50%] 2022-12-01T10:39:11.0031114Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_bfloat16 PASSED [ 50%] 2022-12-01T10:39:11.0031267Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_bool PASSED [ 50%] 2022-12-01T10:39:11.0031423Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_float32 PASSED [ 50%] 2022-12-01T10:39:11.0031572Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int16 PASSED [ 50%] 2022-12-01T10:39:11.0031756Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int32 PASSED [ 50%] 2022-12-01T10:39:11.0031902Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int64 PASSED [ 50%] 2022-12-01T10:39:11.0032052Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int8 PASSED [ 50%] 2022-12-01T10:39:11.0032190Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_bool PASSED [ 50%] 2022-12-01T10:39:11.0032346Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_complex64 PASSED [ 50%] 2022-12-01T10:39:11.0032525Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_float32 PASSED [ 50%] 2022-12-01T10:39:11.0032678Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int16 PASSED [ 50%] 2022-12-01T10:39:11.0032833Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_bfloat16 PASSED [ 50%] 2022-12-01T10:39:11.0032982Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_bool PASSED [ 50%] 2022-12-01T10:39:11.0033144Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_complex128 PASSED [ 50%] 2022-12-01T10:39:11.0033300Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_float64 PASSED [ 50%] 2022-12-01T10:39:11.0033437Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int8 PASSED [ 50%] 2022-12-01T10:39:11.0033595Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_bool PASSED [ 50%] 2022-12-01T10:39:11.0033756Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_float64 PASSED [ 50%] 2022-12-01T10:39:11.0033915Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int16 PASSED [ 50%] 2022-12-01T10:39:11.0034069Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int32 PASSED [ 50%] 2022-12-01T10:39:11.0034224Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int64 PASSED [ 50%] 2022-12-01T10:39:11.0034382Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int8 PASSED [ 51%] 2022-12-01T10:39:11.0034539Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_uint8 PASSED [ 51%] 2022-12-01T10:39:11.0034689Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_complex32 PASSED [ 51%] 2022-12-01T10:39:11.0034854Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_complex64 PASSED [ 51%] 2022-12-01T10:39:11.0035015Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_float64 PASSED [ 51%] 2022-12-01T10:39:11.0035171Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int32 PASSED [ 51%] 2022-12-01T10:39:11.0035327Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int8 PASSED [ 51%] 2022-12-01T10:39:11.0035482Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_uint8 PASSED [ 51%] 2022-12-01T10:39:11.0035646Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:39:11.0035815Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_complex128 PASSED [ 51%] 2022-12-01T10:39:11.0035975Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_complex64 PASSED [ 51%] 2022-12-01T10:39:11.0036113Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int32 PASSED [ 51%] 2022-12-01T10:39:11.0036269Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int64 PASSED [ 51%] 2022-12-01T10:39:11.0036425Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int8 PASSED [ 51%] 2022-12-01T10:39:11.0036582Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_uint8 PASSED [ 51%] 2022-12-01T10:39:11.0036741Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int16 PASSED [ 51%] 2022-12-01T10:39:11.0036898Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int32 PASSED [ 51%] 2022-12-01T10:39:11.0037051Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int8 PASSED [ 51%] 2022-12-01T10:39:11.0037248Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int64 PASSED [ 51%] 2022-12-01T10:39:11.0037415Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int8 PASSED [ 51%] 2022-12-01T10:39:11.0037557Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_bool PASSED [ 51%] 2022-12-01T10:39:11.0037715Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int16 PASSED [ 51%] 2022-12-01T10:39:11.0037903Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int16 PASSED [ 51%] 2022-12-01T10:39:11.0038062Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int8 PASSED [ 51%] 2022-12-01T10:39:11.0038218Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_uint8 PASSED [ 51%] 2022-12-01T10:39:11.0038376Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_bool PASSED [ 51%] 2022-12-01T10:39:11.0038536Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int16 PASSED [ 51%] 2022-12-01T10:39:11.0038691Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int64 PASSED [ 51%] 2022-12-01T10:39:11.0038833Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int8 PASSED [ 51%] 2022-12-01T10:39:11.0039006Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_shapes_cpu_float32 PASSED [ 51%] 2022-12-01T10:39:11.0039177Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_float16 PASSED [ 51%] 2022-12-01T10:39:11.0039347Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int16 PASSED [ 51%] 2022-12-01T10:39:11.0039514Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int32 PASSED [ 51%] 2022-12-01T10:39:11.0039681Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int8 PASSED [ 51%] 2022-12-01T10:39:11.0039849Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:39:11.0040010Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_bool PASSED [ 51%] 2022-12-01T10:39:11.0040176Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_complex128 PASSED [ 51%] 2022-12-01T10:39:11.0040329Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_complex64 PASSED [ 51%] 2022-12-01T10:39:11.0040492Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_float32 PASSED [ 51%] 2022-12-01T10:39:11.0040655Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_float64 PASSED [ 51%] 2022-12-01T10:39:11.0040817Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int16 PASSED [ 51%] 2022-12-01T10:39:11.0040976Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int32 PASSED [ 51%] 2022-12-01T10:39:11.0041131Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:39:11.0041293Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_complex32 PASSED [ 51%] 2022-12-01T10:39:11.0041448Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_complex64 PASSED [ 51%] 2022-12-01T10:39:11.0041588Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_float64 PASSED [ 51%] 2022-12-01T10:39:11.0041740Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int32 PASSED [ 51%] 2022-12-01T10:39:11.0041888Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int64 PASSED [ 51%] 2022-12-01T10:39:11.0042038Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_uint8 PASSED [ 51%] 2022-12-01T10:39:11.0042195Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:39:11.0042346Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_uint8 PASSED [ 51%] 2022-12-01T10:39:11.0042503Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_complex32 PASSED [ 51%] 2022-12-01T10:39:11.0042689Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_complex64 PASSED [ 51%] 2022-12-01T10:39:11.0042828Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_float16 PASSED [ 51%] 2022-12-01T10:39:11.0042982Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_float32 PASSED [ 51%] 2022-12-01T10:39:11.0043137Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_float64 PASSED [ 51%] 2022-12-01T10:39:11.0043290Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int32 PASSED [ 51%] 2022-12-01T10:39:11.0043470Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int8 PASSED [ 51%] 2022-12-01T10:39:11.0043627Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_uint8 PASSED [ 51%] 2022-12-01T10:39:11.0043785Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:39:11.0043939Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int64 PASSED [ 51%] 2022-12-01T10:39:11.0044094Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_bool PASSED [ 51%] 2022-12-01T10:39:11.0044239Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_float64 PASSED [ 51%] 2022-12-01T10:39:11.0044394Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int32 PASSED [ 51%] 2022-12-01T10:39:11.0044552Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_uint8 PASSED [ 51%] 2022-12-01T10:39:11.0044780Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:39:11.0044940Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_bool PASSED [ 51%] 2022-12-01T10:39:11.0045101Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_float16 PASSED [ 51%] 2022-12-01T10:39:11.0045260Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int16 PASSED [ 51%] 2022-12-01T10:39:11.0045417Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int8 PASSED [ 51%] 2022-12-01T10:39:11.0045559Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_uint8 PASSED [ 51%] 2022-12-01T10:39:11.0045719Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_complex128 PASSED [ 51%] 2022-12-01T10:39:11.0045877Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_complex32 PASSED [ 51%] 2022-12-01T10:39:11.0046034Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_float16 PASSED [ 51%] 2022-12-01T10:39:11.0046191Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_float32 PASSED [ 51%] 2022-12-01T10:39:11.0046347Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_float64 PASSED [ 51%] 2022-12-01T10:39:11.0046502Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int16 PASSED [ 51%] 2022-12-01T10:39:11.0046653Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int32 PASSED [ 51%] 2022-12-01T10:39:11.0046808Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int8 PASSED [ 51%] 2022-12-01T10:39:11.0046947Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_uint8 PASSED [ 51%] 2022-12-01T10:39:11.0047111Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_complex32 PASSED [ 51%] 2022-12-01T10:39:11.0047276Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_float32 PASSED [ 51%] 2022-12-01T10:39:11.0047439Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int32 PASSED [ 51%] 2022-12-01T10:39:11.0047601Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int64 PASSED [ 51%] 2022-12-01T10:39:11.0047763Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int8 PASSED [ 51%] 2022-12-01T10:39:11.0047917Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_bool PASSED [ 51%] 2022-12-01T10:39:11.0048075Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_complex128 PASSED [ 51%] 2022-12-01T10:39:11.0048251Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_complex64 PASSED [ 51%] 2022-12-01T10:39:11.0048409Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_float32 PASSED [ 51%] 2022-12-01T10:39:11.0048560Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int32 PASSED [ 51%] 2022-12-01T10:39:11.0048710Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int8 PASSED [ 51%] 2022-12-01T10:39:11.0048859Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_uint8 PASSED [ 51%] 2022-12-01T10:39:11.0049053Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:39:11.0049216Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_bool PASSED [ 51%] 2022-12-01T10:39:11.0049382Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_float16 PASSED [ 51%] 2022-12-01T10:39:11.0049535Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_float64 PASSED [ 51%] 2022-12-01T10:39:11.0049698Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int64 PASSED [ 51%] 2022-12-01T10:39:11.0049860Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_uint8 PASSED [ 51%] 2022-12-01T10:39:11.0050025Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_bool PASSED [ 51%] 2022-12-01T10:39:11.0050197Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_complex64 PASSED [ 51%] 2022-12-01T10:39:11.0050365Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_float32 PASSED [ 51%] 2022-12-01T10:39:11.0050530Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_float64 PASSED [ 51%] 2022-12-01T10:39:11.0050692Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int8 PASSED [ 51%] 2022-12-01T10:39:11.0050852Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:39:11.0051006Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_complex128 PASSED [ 51%] 2022-12-01T10:39:11.0051171Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_complex64 PASSED [ 51%] 2022-12-01T10:39:11.0051332Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_float32 PASSED [ 51%] 2022-12-01T10:39:11.0051491Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_float32 PASSED [ 51%] 2022-12-01T10:39:11.0051656Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int16 PASSED [ 51%] 2022-12-01T10:39:11.0051811Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int32 PASSED [ 51%] 2022-12-01T10:39:11.0051968Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int8 PASSED [ 51%] 2022-12-01T10:39:11.0052124Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_uint8 PASSED [ 51%] 2022-12-01T10:39:11.0052265Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:39:11.0052416Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_bool PASSED [ 51%] 2022-12-01T10:39:11.0052573Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_complex64 PASSED [ 51%] 2022-12-01T10:39:11.0052726Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_uint8 PASSED [ 51%] 2022-12-01T10:39:11.0052879Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:39:11.0053033Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_bool PASSED [ 51%] 2022-12-01T10:39:11.0053192Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_complex128 PASSED [ 51%] 2022-12-01T10:39:11.0053352Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_complex64 PASSED [ 51%] 2022-12-01T10:39:11.0053502Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int64 PASSED [ 51%] 2022-12-01T10:39:11.0053677Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_complex64 PASSED [ 51%] 2022-12-01T10:39:11.0053834Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_float64 PASSED [ 51%] 2022-12-01T10:39:11.0053988Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_int64 PASSED [ 51%] 2022-12-01T10:39:11.0054141Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_int8 PASSED [ 51%] 2022-12-01T10:39:11.0054296Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_uint8 PASSED [ 51%] 2022-12-01T10:39:11.0054496Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:39:11.0054661Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_complex128 PASSED [ 51%] 2022-12-01T10:39:11.0054824Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_complex32 PASSED [ 51%] 2022-12-01T10:39:11.0054966Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int32 PASSED [ 51%] 2022-12-01T10:39:11.0055127Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int8 PASSED [ 51%] 2022-12-01T10:39:11.0055287Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_bfloat16 PASSED [ 52%] 2022-12-01T10:39:11.0055442Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_bool PASSED [ 52%] 2022-12-01T10:39:11.0055603Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_complex128 PASSED [ 52%] 2022-12-01T10:39:11.0055764Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_complex32 PASSED [ 52%] 2022-12-01T10:39:11.0055925Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_float16 PASSED [ 52%] 2022-12-01T10:39:11.0056082Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_float32 PASSED [ 52%] 2022-12-01T10:39:11.0056241Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_float64 PASSED [ 52%] 2022-12-01T10:39:11.0056386Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int16 PASSED [ 52%] 2022-12-01T10:39:11.0056544Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int64 PASSED [ 52%] 2022-12-01T10:39:11.0056698Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int8 PASSED [ 52%] 2022-12-01T10:39:11.0056854Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_uint8 PASSED [ 52%] 2022-12-01T10:39:11.0057008Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_bool PASSED [ 52%] 2022-12-01T10:39:11.0057166Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_float64 PASSED [ 52%] 2022-12-01T10:39:11.0057323Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int16 PASSED [ 52%] 2022-12-01T10:39:11.0057474Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int32 PASSED [ 52%] 2022-12-01T10:39:11.0057615Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int64 PASSED [ 52%] 2022-12-01T10:39:11.0057789Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_float16 PASSED [ 52%] 2022-12-01T10:39:11.0057956Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_float64 PASSED [ 52%] 2022-12-01T10:39:11.0058123Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int32 PASSED [ 52%] 2022-12-01T10:39:11.0058291Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int64 PASSED [ 52%] 2022-12-01T10:39:11.0058457Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int8 PASSED [ 52%] 2022-12-01T10:39:11.0058635Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_bfloat16 PASSED [ 52%] 2022-12-01T10:39:11.0058804Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_bool PASSED [ 52%] 2022-12-01T10:39:11.0058980Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_complex64 PASSED [ 52%] 2022-12-01T10:39:11.0059167Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_float16 PASSED [ 52%] 2022-12-01T10:39:11.0059335Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_float32 PASSED [ 52%] 2022-12-01T10:39:11.0059501Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_float64 PASSED [ 52%] 2022-12-01T10:39:11.0059670Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int32 PASSED [ 52%] 2022-12-01T10:39:11.0059834Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int64 PASSED [ 52%] 2022-12-01T10:39:11.0060036Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_bfloat16 PASSED [ 52%] 2022-12-01T10:39:11.0060203Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_float16 PASSED [ 52%] 2022-12-01T10:39:11.0060362Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_float64 PASSED [ 52%] 2022-12-01T10:39:11.0060531Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int16 PASSED [ 52%] 2022-12-01T10:39:11.0060680Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_complex128 PASSED [ 52%] 2022-12-01T10:39:11.0060841Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_complex32 PASSED [ 52%] 2022-12-01T10:39:11.0061002Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_complex64 PASSED [ 52%] 2022-12-01T10:39:11.0061160Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_float32 PASSED [ 52%] 2022-12-01T10:39:11.0061319Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_float64 PASSED [ 52%] 2022-12-01T10:39:11.0061475Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int16 PASSED [ 52%] 2022-12-01T10:39:11.0061627Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int32 PASSED [ 52%] 2022-12-01T10:39:11.0061791Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_complex128 PASSED [ 52%] 2022-12-01T10:39:11.0061931Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_float32 PASSED [ 52%] 2022-12-01T10:39:11.0062087Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_float64 PASSED [ 52%] 2022-12-01T10:39:11.0062673Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int32 PASSED [ 52%] 2022-12-01T10:39:11.0062827Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int64 PASSED [ 52%] 2022-12-01T10:39:11.0062988Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_bfloat16 PASSED [ 52%] 2022-12-01T10:39:11.0063147Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_float16 PASSED [ 52%] 2022-12-01T10:39:11.0063304Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_float32 PASSED [ 52%] 2022-12-01T10:39:11.0063463Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_float64 PASSED [ 52%] 2022-12-01T10:39:11.0063620Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int32 PASSED [ 52%] 2022-12-01T10:39:11.0063761Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int8 PASSED [ 52%] 2022-12-01T10:39:11.0063915Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_uint8 PASSED [ 52%] 2022-12-01T10:39:11.0064079Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_bfloat16 PASSED [ 52%] 2022-12-01T10:39:11.0064238Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_bool PASSED [ 52%] 2022-12-01T10:39:11.0064406Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_complex128 PASSED [ 52%] 2022-12-01T10:39:11.0064571Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_complex32 PASSED [ 52%] 2022-12-01T10:39:11.0064735Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_complex64 PASSED [ 52%] 2022-12-01T10:39:11.0064895Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_float32 PASSED [ 52%] 2022-12-01T10:39:11.0065095Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int8 PASSED [ 52%] 2022-12-01T10:39:11.0065255Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_uint8 PASSED [ 52%] 2022-12-01T10:39:11.0065405Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_bool PASSED [ 52%] 2022-12-01T10:39:11.0065560Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_complex64 PASSED [ 52%] 2022-12-01T10:39:11.0065714Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_float16 PASSED [ 52%] 2022-12-01T10:39:11.0065927Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_float32 PASSED [ 52%] 2022-12-01T10:39:11.0066076Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_float64 PASSED [ 52%] 2022-12-01T10:39:11.0066227Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int32 PASSED [ 52%] 2022-12-01T10:39:11.0066362Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int8 PASSED [ 52%] 2022-12-01T10:39:11.0066518Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_uint8 PASSED [ 52%] 2022-12-01T10:39:11.0066673Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_bfloat16 PASSED [ 52%] 2022-12-01T10:39:11.0066822Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_bool PASSED [ 52%] 2022-12-01T10:39:11.0066977Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_float32 PASSED [ 52%] 2022-12-01T10:39:11.0067128Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int16 PASSED [ 52%] 2022-12-01T10:39:11.0067280Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int64 PASSED [ 52%] 2022-12-01T10:39:11.0067427Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_uint8 PASSED [ 52%] 2022-12-01T10:39:11.0067570Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_bfloat16 PASSED [ 52%] 2022-12-01T10:39:11.0067719Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_bool PASSED [ 52%] 2022-12-01T10:39:11.0067873Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_float32 PASSED [ 52%] 2022-12-01T10:39:11.0068024Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int16 PASSED [ 52%] 2022-12-01T10:39:11.0068173Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int64 PASSED [ 52%] 2022-12-01T10:39:11.0068322Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int8 PASSED [ 52%] 2022-12-01T10:39:11.0068470Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_uint8 PASSED [ 52%] 2022-12-01T10:39:11.0068632Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_bfloat16 PASSED [ 52%] 2022-12-01T10:39:11.0068785Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_bool PASSED [ 52%] 2022-12-01T10:39:11.0068925Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_float64 PASSED [ 52%] 2022-12-01T10:39:11.0069080Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int32 PASSED [ 52%] 2022-12-01T10:39:11.0069233Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int64 PASSED [ 52%] 2022-12-01T10:39:11.0069391Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_bfloat16 PASSED [ 52%] 2022-12-01T10:39:11.0069542Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_float16 PASSED [ 52%] 2022-12-01T10:39:11.0069690Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_float32 PASSED [ 52%] 2022-12-01T10:39:11.0069843Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int32 PASSED [ 52%] 2022-12-01T10:39:11.0069997Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int8 PASSED [ 52%] 2022-12-01T10:39:11.0070134Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_uint8 PASSED [ 52%] 2022-12-01T10:39:11.0070282Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int16 PASSED [ 52%] 2022-12-01T10:39:11.0070434Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int32 PASSED [ 52%] 2022-12-01T10:39:11.0070620Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_uint8 PASSED [ 52%] 2022-12-01T10:39:11.0070781Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_bool PASSED [ 52%] 2022-12-01T10:39:11.0070937Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int8 PASSED [ 52%] 2022-12-01T10:39:11.0071094Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_uint8 PASSED [ 52%] 2022-12-01T10:39:11.0071255Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_bfloat16 PASSED [ 52%] 2022-12-01T10:39:11.0071432Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_complex128 PASSED [ 52%] 2022-12-01T10:39:11.0071594Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_complex64 PASSED [ 52%] 2022-12-01T10:39:11.0071751Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_float16 PASSED [ 52%] 2022-12-01T10:39:11.0071906Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_float32 PASSED [ 52%] 2022-12-01T10:39:11.0072063Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_float64 PASSED [ 52%] 2022-12-01T10:39:11.0072217Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int32 PASSED [ 52%] 2022-12-01T10:39:11.0072371Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int8 PASSED [ 52%] 2022-12-01T10:39:11.0072524Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_uint8 PASSED [ 52%] 2022-12-01T10:39:11.0072679Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_bfloat16 PASSED [ 52%] 2022-12-01T10:39:11.0072823Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_float64 PASSED [ 52%] 2022-12-01T10:39:11.0072977Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int16 PASSED [ 52%] 2022-12-01T10:39:11.0073125Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int32 PASSED [ 52%] 2022-12-01T10:39:11.0073273Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int64 PASSED [ 52%] 2022-12-01T10:39:11.0073425Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int8 PASSED [ 52%] 2022-12-01T10:39:11.0073571Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_uint8 PASSED [ 52%] 2022-12-01T10:39:11.0073722Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_bool PASSED [ 52%] 2022-12-01T10:39:11.0073879Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_complex128 PASSED [ 52%] 2022-12-01T10:39:11.0074022Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_complex64 PASSED [ 52%] 2022-12-01T10:39:11.0074179Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_float16 PASSED [ 52%] 2022-12-01T10:39:11.0074329Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_float32 PASSED [ 52%] 2022-12-01T10:39:11.0074483Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int32 PASSED [ 52%] 2022-12-01T10:39:11.0074639Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_bool PASSED [ 52%] 2022-12-01T10:39:11.0074795Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int16 PASSED [ 52%] 2022-12-01T10:39:11.0074949Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int8 PASSED [ 52%] 2022-12-01T10:39:11.0075104Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_uint8 PASSED [ 52%] 2022-12-01T10:39:11.0075245Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_bool PASSED [ 52%] 2022-12-01T10:39:11.0075407Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_complex128 PASSED [ 52%] 2022-12-01T10:39:11.0075562Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int16 PASSED [ 52%] 2022-12-01T10:39:11.0075712Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int8 PASSED [ 52%] 2022-12-01T10:39:11.0075866Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_uint8 PASSED [ 52%] 2022-12-01T10:39:11.0076057Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_complex64 PASSED [ 52%] 2022-12-01T10:39:11.0076219Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_float32 PASSED [ 52%] 2022-12-01T10:39:11.0076376Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int16 PASSED [ 52%] 2022-12-01T10:39:11.0076531Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int64 PASSED [ 53%] 2022-12-01T10:39:11.0076670Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_uint8 PASSED [ 53%] 2022-12-01T10:39:11.0076863Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_bfloat16 PASSED [ 53%] 2022-12-01T10:39:11.0077025Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_bool PASSED [ 53%] 2022-12-01T10:39:11.0077194Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_complex128 PASSED [ 53%] 2022-12-01T10:39:11.0077358Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_float64 PASSED [ 53%] 2022-12-01T10:39:11.0077519Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int16 PASSED [ 53%] 2022-12-01T10:39:11.0077678Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int32 PASSED [ 53%] 2022-12-01T10:39:11.0077835Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_uint8 PASSED [ 53%] 2022-12-01T10:39:11.0077983Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_complex128 PASSED [ 53%] 2022-12-01T10:39:11.0078141Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int32 PASSED [ 53%] 2022-12-01T10:39:11.0078298Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_uint8 PASSED [ 53%] 2022-12-01T10:39:11.0078461Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_complex128 PASSED [ 53%] 2022-12-01T10:39:11.0078619Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_float32 PASSED [ 53%] 2022-12-01T10:39:11.0078775Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int16 PASSED [ 53%] 2022-12-01T10:39:11.0078935Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_uint8 PASSED [ 53%] 2022-12-01T10:39:11.0079097Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_complex128 PASSED [ 53%] 2022-12-01T10:39:11.0079258Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_complex128 PASSED [ 53%] 2022-12-01T10:39:11.0079402Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_float32 PASSED [ 53%] 2022-12-01T10:39:11.0079559Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int16 PASSED [ 53%] 2022-12-01T10:39:11.0079714Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int32 PASSED [ 53%] 2022-12-01T10:39:11.0079873Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_uint8 PASSED [ 53%] 2022-12-01T10:39:11.0080031Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_bool PASSED [ 53%] 2022-12-01T10:39:11.0080194Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_complex128 PASSED [ 53%] 2022-12-01T10:39:11.0080355Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_complex64 PASSED [ 53%] 2022-12-01T10:39:11.0080513Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_float32 PASSED [ 53%] 2022-12-01T10:39:11.0080653Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int16 PASSED [ 53%] 2022-12-01T10:39:11.0080808Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int64 PASSED [ 53%] 2022-12-01T10:39:11.0080964Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int8 PASSED [ 53%] 2022-12-01T10:39:11.0081130Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_complex128 PASSED [ 53%] 2022-12-01T10:39:11.0081286Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int32 PASSED [ 53%] 2022-12-01T10:39:11.0081455Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_complex64 PASSED [ 53%] 2022-12-01T10:39:11.0081652Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_float16 PASSED [ 53%] 2022-12-01T10:39:11.0081815Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_uint8 PASSED [ 53%] 2022-12-01T10:39:11.0081975Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int32 PASSED [ 53%] 2022-12-01T10:39:11.0082116Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int64 PASSED [ 53%] 2022-12-01T10:39:11.0082301Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int8 PASSED [ 53%] 2022-12-01T10:39:11.0082458Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_bool PASSED [ 53%] 2022-12-01T10:39:11.0082618Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_float32 PASSED [ 53%] 2022-12-01T10:39:11.0082775Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_float64 PASSED [ 53%] 2022-12-01T10:39:11.0082936Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int16 PASSED [ 53%] 2022-12-01T10:39:11.0083091Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int64 PASSED [ 53%] 2022-12-01T10:39:11.0083245Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_bool PASSED [ 53%] 2022-12-01T10:39:11.0083389Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_float32 PASSED [ 53%] 2022-12-01T10:39:11.0083549Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_float64 PASSED [ 53%] 2022-12-01T10:39:11.0083709Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int64 PASSED [ 53%] 2022-12-01T10:39:11.0083864Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int8 PASSED [ 53%] 2022-12-01T10:39:11.0084020Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_float64 PASSED [ 53%] 2022-12-01T10:39:11.0084171Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int16 PASSED [ 53%] 2022-12-01T10:39:11.0084328Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int64 PASSED [ 53%] 2022-12-01T10:39:11.0084482Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_uint8 PASSED [ 53%] 2022-12-01T10:39:11.0084767Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_complex64 PASSED [ 53%] 2022-12-01T10:39:11.0084917Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_float32 PASSED [ 53%] 2022-12-01T10:39:11.0085071Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int32 PASSED [ 53%] 2022-12-01T10:39:11.0085229Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int64 PASSED [ 53%] 2022-12-01T10:39:11.0085388Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int8 PASSED [ 53%] 2022-12-01T10:39:11.0085547Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_uint8 PASSED [ 53%] 2022-12-01T10:39:11.0085711Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_float32 PASSED [ 53%] 2022-12-01T10:39:11.0085871Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_float64 PASSED [ 53%] 2022-12-01T10:39:11.0086027Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int16 PASSED [ 53%] 2022-12-01T10:39:11.0086168Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int32 PASSED [ 53%] 2022-12-01T10:39:11.0086326Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int8 PASSED [ 53%] 2022-12-01T10:39:11.0086485Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_float64 PASSED [ 53%] 2022-12-01T10:39:11.0086637Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int16 PASSED [ 53%] 2022-12-01T10:39:11.0086790Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int32 PASSED [ 53%] 2022-12-01T10:39:11.0086945Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int64 PASSED [ 53%] 2022-12-01T10:39:11.0087136Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int8 PASSED [ 53%] 2022-12-01T10:39:11.0087288Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int16 PASSED [ 53%] 2022-12-01T10:39:11.0087442Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int64 PASSED [ 53%] 2022-12-01T10:39:11.0087584Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int16 PASSED [ 53%] 2022-12-01T10:39:11.0087739Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int64 PASSED [ 53%] 2022-12-01T10:39:11.0087963Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int8 PASSED [ 53%] 2022-12-01T10:39:11.0088118Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_uint8 PASSED [ 53%] 2022-12-01T10:39:11.0088275Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_bool PASSED [ 53%] 2022-12-01T10:39:11.0088430Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_complex128 PASSED [ 53%] 2022-12-01T10:39:11.0088584Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_complex32 PASSED [ 53%] 2022-12-01T10:39:11.0088740Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_float16 PASSED [ 53%] 2022-12-01T10:39:11.0088875Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_float32 PASSED [ 53%] 2022-12-01T10:39:11.0089033Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int8 PASSED [ 53%] 2022-12-01T10:39:11.0089184Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_uint8 PASSED [ 53%] 2022-12-01T10:39:11.0089344Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_bfloat16 PASSED [ 53%] 2022-12-01T10:39:11.0089507Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_complex128 PASSED [ 53%] 2022-12-01T10:39:11.0089664Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_float16 PASSED [ 53%] 2022-12-01T10:39:11.0089825Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int16 PASSED [ 53%] 2022-12-01T10:39:11.0089980Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int32 PASSED [ 53%] 2022-12-01T10:39:11.0090121Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int64 PASSED [ 53%] 2022-12-01T10:39:11.0090276Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int8 PASSED [ 53%] 2022-12-01T10:39:11.0090433Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_uint8 PASSED [ 53%] 2022-12-01T10:39:11.0090589Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_bfloat16 PASSED [ 53%] 2022-12-01T10:39:11.0090743Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int8 PASSED [ 53%] 2022-12-01T10:39:11.0090896Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_uint8 PASSED [ 53%] 2022-12-01T10:39:11.0091054Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_bfloat16 PASSED [ 53%] 2022-12-01T10:39:11.0091210Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_bool PASSED [ 53%] 2022-12-01T10:39:11.0091369Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_float32 PASSED [ 53%] 2022-12-01T10:39:11.0091510Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int32 PASSED [ 53%] 2022-12-01T10:39:11.0091661Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_uint8 PASSED [ 53%] 2022-12-01T10:39:11.0091817Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_bfloat16 PASSED [ 53%] 2022-12-01T10:39:11.0091974Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_float32 PASSED [ 53%] 2022-12-01T10:39:11.0092128Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_float64 PASSED [ 53%] 2022-12-01T10:39:11.0092281Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int16 PASSED [ 53%] 2022-12-01T10:39:11.0092435Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int8 PASSED [ 53%] 2022-12-01T10:39:11.0092627Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_bfloat16 PASSED [ 53%] 2022-12-01T10:39:11.0092780Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_complex64 PASSED [ 53%] 2022-12-01T10:39:11.0092943Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_float32 PASSED [ 53%] 2022-12-01T10:39:11.0093100Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int16 PASSED [ 53%] 2022-12-01T10:39:11.0093259Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int64 PASSED [ 53%] 2022-12-01T10:39:11.0093449Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_float32 PASSED [ 53%] 2022-12-01T10:39:11.0093605Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int16 PASSED [ 53%] 2022-12-01T10:39:11.0093765Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_float16 PASSED [ 53%] 2022-12-01T10:39:11.0093929Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_float32 PASSED [ 53%] 2022-12-01T10:39:11.0094076Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int16 PASSED [ 53%] 2022-12-01T10:39:11.0094232Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_bfloat16 PASSED [ 53%] 2022-12-01T10:39:11.0094383Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_bool PASSED [ 53%] 2022-12-01T10:39:11.0094537Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_float64 PASSED [ 53%] 2022-12-01T10:39:11.0094688Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int16 PASSED [ 53%] 2022-12-01T10:39:11.0094841Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int8 PASSED [ 53%] 2022-12-01T10:39:11.0094997Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_bfloat16 PASSED [ 53%] 2022-12-01T10:39:11.0095150Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_bool PASSED [ 53%] 2022-12-01T10:39:11.0095306Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_float16 PASSED [ 53%] 2022-12-01T10:39:11.0095442Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_float32 PASSED [ 53%] 2022-12-01T10:39:11.0095591Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_float64 PASSED [ 53%] 2022-12-01T10:39:11.0095742Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int8 PASSED [ 53%] 2022-12-01T10:39:11.0095895Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_uint8 PASSED [ 53%] 2022-12-01T10:39:11.0096044Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_float16 PASSED [ 53%] 2022-12-01T10:39:11.0096194Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_float32 PASSED [ 53%] 2022-12-01T10:39:11.0096343Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_float64 PASSED [ 53%] 2022-12-01T10:39:11.0096493Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int64 PASSED [ 53%] 2022-12-01T10:39:11.0096637Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_bfloat16 PASSED [ 53%] 2022-12-01T10:39:11.0096789Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_float16 PASSED [ 53%] 2022-12-01T10:39:11.0096940Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int16 PASSED [ 53%] 2022-12-01T10:39:11.0097085Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int64 PASSED [ 53%] 2022-12-01T10:39:11.0097237Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_float32 PASSED [ 54%] 2022-12-01T10:39:11.0097388Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int8 PASSED [ 54%] 2022-12-01T10:39:11.0097542Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_float64 PASSED [ 54%] 2022-12-01T10:39:11.0097693Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int16 PASSED [ 54%] 2022-12-01T10:39:11.0097827Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int32 PASSED [ 54%] 2022-12-01T10:39:11.0097977Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int64 PASSED [ 54%] 2022-12-01T10:39:11.0098159Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int8 PASSED [ 54%] 2022-12-01T10:39:11.0098309Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_uint8 PASSED [ 54%] 2022-12-01T10:39:11.0098471Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:39:11.0098632Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_float16 PASSED [ 54%] 2022-12-01T10:39:11.0098793Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_float32 PASSED [ 54%] 2022-12-01T10:39:11.0098979Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_float64 PASSED [ 54%] 2022-12-01T10:39:11.0099142Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int64 PASSED [ 54%] 2022-12-01T10:39:11.0099286Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int8 PASSED [ 54%] 2022-12-01T10:39:11.0099445Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:39:11.0099599Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_bool PASSED [ 54%] 2022-12-01T10:39:11.0099759Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_float32 PASSED [ 54%] 2022-12-01T10:39:11.0099916Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_float64 PASSED [ 54%] 2022-12-01T10:39:11.0100070Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int64 PASSED [ 54%] 2022-12-01T10:39:11.0100222Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_uint8 PASSED [ 54%] 2022-12-01T10:39:11.0100383Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_complex128 PASSED [ 54%] 2022-12-01T10:39:11.0100528Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_complex64 PASSED [ 54%] 2022-12-01T10:39:11.0100681Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int32 PASSED [ 54%] 2022-12-01T10:39:11.0100836Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int8 PASSED [ 54%] 2022-12-01T10:39:11.0100984Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_bool PASSED [ 54%] 2022-12-01T10:39:11.0101134Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_float32 PASSED [ 54%] 2022-12-01T10:39:11.0101284Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_float64 PASSED [ 54%] 2022-12-01T10:39:11.0101432Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int64 PASSED [ 54%] 2022-12-01T10:39:11.0101580Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_uint8 PASSED [ 54%] 2022-12-01T10:39:11.0101725Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:39:11.0101882Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_float16 PASSED [ 54%] 2022-12-01T10:39:11.0102040Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_float32 PASSED [ 54%] 2022-12-01T10:39:11.0102352Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_imag_cpu_complex128 PASSED [ 54%] 2022-12-01T10:39:11.0102545Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_imag_cpu_complex32 PASSED [ 54%] 2022-12-01T10:39:11.0102700Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_imag_cpu_complex64 PASSED [ 54%] 2022-12-01T10:39:11.0102855Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_bool PASSED [ 54%] 2022-12-01T10:39:11.0103022Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_complex128 PASSED [ 54%] 2022-12-01T10:39:11.0103189Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_complex32 PASSED [ 54%] 2022-12-01T10:39:11.0103337Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_complex64 PASSED [ 54%] 2022-12-01T10:39:11.0103497Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_float32 PASSED [ 54%] 2022-12-01T10:39:11.0103652Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int16 PASSED [ 54%] 2022-12-01T10:39:11.0103864Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int64 PASSED [ 54%] 2022-12-01T10:39:11.0104018Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int8 PASSED [ 54%] 2022-12-01T10:39:11.0104180Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:39:11.0104337Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_bool PASSED [ 54%] 2022-12-01T10:39:11.0104506Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_complex128 PASSED [ 54%] 2022-12-01T10:39:11.0104686Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_float16 PASSED [ 54%] 2022-12-01T10:39:11.0104886Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_float64 PASSED [ 54%] 2022-12-01T10:39:11.0105106Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:39:11.0105268Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_bool PASSED [ 54%] 2022-12-01T10:39:11.0105437Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_complex128 PASSED [ 54%] 2022-12-01T10:39:11.0105603Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_complex64 PASSED [ 54%] 2022-12-01T10:39:11.0105762Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_float16 PASSED [ 54%] 2022-12-01T10:39:11.0105919Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int64 PASSED [ 54%] 2022-12-01T10:39:11.0106076Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int8 PASSED [ 54%] 2022-12-01T10:39:11.0106231Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_complex128 PASSED [ 54%] 2022-12-01T10:39:11.0106392Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_float32 PASSED [ 54%] 2022-12-01T10:39:11.0106552Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int8 PASSED [ 54%] 2022-12-01T10:39:11.0106718Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_uint8 PASSED [ 54%] 2022-12-01T10:39:11.0106876Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:39:11.0107032Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_bool PASSED [ 54%] 2022-12-01T10:39:11.0107190Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_float32 PASSED [ 54%] 2022-12-01T10:39:11.0107346Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_float64 PASSED [ 54%] 2022-12-01T10:39:11.0107490Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int16 PASSED [ 54%] 2022-12-01T10:39:11.0107647Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int32 PASSED [ 54%] 2022-12-01T10:39:11.0107802Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_uint8 PASSED [ 54%] 2022-12-01T10:39:11.0107966Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_complex64 PASSED [ 54%] 2022-12-01T10:39:11.0108123Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_float16 PASSED [ 54%] 2022-12-01T10:39:11.0108282Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_float32 PASSED [ 54%] 2022-12-01T10:39:11.0108439Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int32 PASSED [ 54%] 2022-12-01T10:39:11.0108595Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_bool PASSED [ 54%] 2022-12-01T10:39:11.0108757Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_complex128 PASSED [ 54%] 2022-12-01T10:39:11.0108901Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_complex32 PASSED [ 54%] 2022-12-01T10:39:11.0109058Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_float16 PASSED [ 54%] 2022-12-01T10:39:11.0109213Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_float64 PASSED [ 54%] 2022-12-01T10:39:11.0109402Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int64 PASSED [ 54%] 2022-12-01T10:39:11.0109554Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int8 PASSED [ 54%] 2022-12-01T10:39:11.0109706Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_uint8 PASSED [ 54%] 2022-12-01T10:39:11.0109865Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:39:11.0110018Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_float32 PASSED [ 54%] 2022-12-01T10:39:11.0110181Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int16 PASSED [ 54%] 2022-12-01T10:39:11.0110333Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int32 PASSED [ 54%] 2022-12-01T10:39:11.0110480Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int64 PASSED [ 54%] 2022-12-01T10:39:11.0110637Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int8 PASSED [ 54%] 2022-12-01T10:39:11.0110790Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_uint8 PASSED [ 54%] 2022-12-01T10:39:11.0110947Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_bool PASSED [ 54%] 2022-12-01T10:39:11.0111107Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_float16 PASSED [ 54%] 2022-12-01T10:39:11.0111266Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_float32 PASSED [ 54%] 2022-12-01T10:39:11.0111409Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_float64 PASSED [ 54%] 2022-12-01T10:39:11.0111567Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int16 PASSED [ 54%] 2022-12-01T10:39:11.0111724Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int64 PASSED [ 54%] 2022-12-01T10:39:11.0111876Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int8 PASSED [ 54%] 2022-12-01T10:39:11.0112034Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_uint8 PASSED [ 54%] 2022-12-01T10:39:11.0112192Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_bool PASSED [ 54%] 2022-12-01T10:39:11.0112352Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_float32 PASSED [ 54%] 2022-12-01T10:39:11.0112510Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_float64 PASSED [ 54%] 2022-12-01T10:39:11.0112669Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int64 PASSED [ 54%] 2022-12-01T10:39:11.0112815Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_complex128 PASSED [ 54%] 2022-12-01T10:39:11.0112974Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_float16 PASSED [ 54%] 2022-12-01T10:39:11.0113130Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_float32 PASSED [ 54%] 2022-12-01T10:39:11.0113285Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_float64 PASSED [ 54%] 2022-12-01T10:39:11.0113441Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int16 PASSED [ 54%] 2022-12-01T10:39:11.0113591Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int64 PASSED [ 54%] 2022-12-01T10:39:11.0113745Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_uint8 PASSED [ 54%] 2022-12-01T10:39:11.0113896Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int32 PASSED [ 54%] 2022-12-01T10:39:11.0114029Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int64 PASSED [ 54%] 2022-12-01T10:39:11.0114179Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int8 PASSED [ 54%] 2022-12-01T10:39:11.0114337Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_uint8 PASSED [ 54%] 2022-12-01T10:39:11.0114490Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:39:11.0114641Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_bool PASSED [ 54%] 2022-12-01T10:39:11.0114792Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_float32 PASSED [ 54%] 2022-12-01T10:39:11.0114969Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_float64 PASSED [ 54%] 2022-12-01T10:39:11.0115119Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int32 PASSED [ 54%] 2022-12-01T10:39:11.0115254Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int64 PASSED [ 54%] 2022-12-01T10:39:11.0115405Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int8 PASSED [ 54%] 2022-12-01T10:39:11.0115562Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_float32 PASSED [ 54%] 2022-12-01T10:39:11.0115744Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_float64 PASSED [ 54%] 2022-12-01T10:39:11.0115899Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int32 PASSED [ 54%] 2022-12-01T10:39:11.0116052Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int64 PASSED [ 54%] 2022-12-01T10:39:11.0116199Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_uint8 PASSED [ 54%] 2022-12-01T10:39:11.0116374Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:39:11.0116546Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_complex64 PASSED [ 54%] 2022-12-01T10:39:11.0116701Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_float16 PASSED [ 54%] 2022-12-01T10:39:11.0116866Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_float32 PASSED [ 54%] 2022-12-01T10:39:11.0117033Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:39:11.0117197Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_complex64 PASSED [ 54%] 2022-12-01T10:39:11.0117358Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_float64 PASSED [ 54%] 2022-12-01T10:39:11.0117530Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_complex128 PASSED [ 54%] 2022-12-01T10:39:11.0117698Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_float32 PASSED [ 54%] 2022-12-01T10:39:11.0117873Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_complex64 PASSED [ 54%] 2022-12-01T10:39:11.0118027Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_float16 PASSED [ 54%] 2022-12-01T10:39:11.0118191Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_float32 PASSED [ 55%] 2022-12-01T10:39:11.0118356Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:39:11.0118523Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_complex128 PASSED [ 55%] 2022-12-01T10:39:11.0118686Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_complex64 PASSED [ 55%] 2022-12-01T10:39:11.0118844Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int16 PASSED [ 55%] 2022-12-01T10:39:11.0119004Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int32 PASSED [ 55%] 2022-12-01T10:39:11.0119161Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int8 PASSED [ 55%] 2022-12-01T10:39:11.0119315Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_bool PASSED [ 55%] 2022-12-01T10:39:11.0119460Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_complex64 PASSED [ 55%] 2022-12-01T10:39:11.0119615Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_float64 PASSED [ 55%] 2022-12-01T10:39:11.0119770Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int16 PASSED [ 55%] 2022-12-01T10:39:11.0119918Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int32 PASSED [ 55%] 2022-12-01T10:39:11.0120066Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int64 PASSED [ 55%] 2022-12-01T10:39:11.0120215Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int64 PASSED [ 55%] 2022-12-01T10:39:11.0120401Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int8 PASSED [ 55%] 2022-12-01T10:39:11.0120557Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_complex64 PASSED [ 55%] 2022-12-01T10:39:11.0120695Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_float32 PASSED [ 55%] 2022-12-01T10:39:11.0120846Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int16 PASSED [ 55%] 2022-12-01T10:39:11.0120993Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int32 PASSED [ 55%] 2022-12-01T10:39:11.0121168Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int64 PASSED [ 55%] 2022-12-01T10:39:11.0121320Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int8 PASSED [ 55%] 2022-12-01T10:39:11.0121470Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_uint8 PASSED [ 55%] 2022-12-01T10:39:11.0121622Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:39:11.0121776Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_bool PASSED [ 55%] 2022-12-01T10:39:11.0121916Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_complex128 PASSED [ 55%] 2022-12-01T10:39:11.0122073Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_complex64 PASSED [ 55%] 2022-12-01T10:39:11.0122228Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_float32 PASSED [ 55%] 2022-12-01T10:39:11.0122379Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int64 PASSED [ 55%] 2022-12-01T10:39:11.0122543Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_cpu_float32 PASSED [ 55%] 2022-12-01T10:39:11.0122703Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_bool PASSED [ 55%] 2022-12-01T10:39:11.0122869Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_complex128 PASSED [ 55%] 2022-12-01T10:39:11.0123035Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_complex64 PASSED [ 55%] 2022-12-01T10:39:11.0123198Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_float32 PASSED [ 55%] 2022-12-01T10:39:11.0123342Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int16 PASSED [ 55%] 2022-12-01T10:39:11.0123501Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int32 PASSED [ 55%] 2022-12-01T10:39:11.0123659Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int8 PASSED [ 55%] 2022-12-01T10:39:11.0123823Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:39:11.0123982Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_bool PASSED [ 55%] 2022-12-01T10:39:11.0124148Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_complex128 PASSED [ 55%] 2022-12-01T10:39:11.0124312Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_complex64 PASSED [ 55%] 2022-12-01T10:39:11.0124476Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_float32 PASSED [ 55%] 2022-12-01T10:39:11.0124700Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_float64 PASSED [ 55%] 2022-12-01T10:39:11.0124863Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int16 PASSED [ 55%] 2022-12-01T10:39:11.0125021Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_uint8 PASSED [ 55%] 2022-12-01T10:39:11.0125181Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:39:11.0125349Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_complex64 PASSED [ 55%] 2022-12-01T10:39:11.0125508Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_float16 PASSED [ 55%] 2022-12-01T10:39:11.0125667Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_float32 PASSED [ 55%] 2022-12-01T10:39:11.0125861Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int32 PASSED [ 55%] 2022-12-01T10:39:11.0126025Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:39:11.0126175Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_complex128 PASSED [ 55%] 2022-12-01T10:39:11.0126332Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int16 PASSED [ 55%] 2022-12-01T10:39:11.0126489Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int64 PASSED [ 55%] 2022-12-01T10:39:11.0126648Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int8 PASSED [ 55%] 2022-12-01T10:39:11.0126834Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_uint8 PASSED [ 55%] 2022-12-01T10:39:11.0126999Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:39:11.0127159Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_float32 PASSED [ 55%] 2022-12-01T10:39:11.0127320Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_float64 PASSED [ 55%] 2022-12-01T10:39:11.0127464Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int32 PASSED [ 55%] 2022-12-01T10:39:11.0127626Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int64 PASSED [ 55%] 2022-12-01T10:39:11.0127780Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:39:11.0127931Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int32 PASSED [ 55%] 2022-12-01T10:39:11.0128084Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int64 PASSED [ 55%] 2022-12-01T10:39:11.0128234Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_uint8 PASSED [ 55%] 2022-12-01T10:39:11.0128395Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_float16 PASSED [ 55%] 2022-12-01T10:39:11.0128556Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_float32 PASSED [ 55%] 2022-12-01T10:39:11.0128715Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_float64 PASSED [ 55%] 2022-12-01T10:39:11.0128858Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int32 PASSED [ 55%] 2022-12-01T10:39:11.0129018Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int8 PASSED [ 55%] 2022-12-01T10:39:11.0129175Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_uint8 PASSED [ 55%] 2022-12-01T10:39:11.0129330Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_bool PASSED [ 55%] 2022-12-01T10:39:11.0129486Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_float16 PASSED [ 55%] 2022-12-01T10:39:11.0129641Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_float32 PASSED [ 55%] 2022-12-01T10:39:11.0129799Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_float64 PASSED [ 55%] 2022-12-01T10:39:11.0129957Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_complex128 PASSED [ 55%] 2022-12-01T10:39:11.0130100Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_complex64 PASSED [ 55%] 2022-12-01T10:39:11.0130252Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_float32 PASSED [ 55%] 2022-12-01T10:39:11.0130435Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:39:11.0130612Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_bool PASSED [ 55%] 2022-12-01T10:39:11.0130799Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_complex128 PASSED [ 55%] 2022-12-01T10:39:11.0130981Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_complex64 PASSED [ 55%] 2022-12-01T10:39:11.0131158Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_float64 PASSED [ 55%] 2022-12-01T10:39:11.0131363Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int64 PASSED [ 55%] 2022-12-01T10:39:11.0131538Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_uint8 PASSED [ 55%] 2022-12-01T10:39:11.0131707Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:39:11.0131894Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_complex128 PASSED [ 55%] 2022-12-01T10:39:11.0132076Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_complex64 PASSED [ 55%] 2022-12-01T10:39:11.0132294Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_float64 PASSED [ 55%] 2022-12-01T10:39:11.0132475Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int64 PASSED [ 55%] 2022-12-01T10:39:11.0132652Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int8 PASSED [ 55%] 2022-12-01T10:39:11.0132833Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_uint8 PASSED [ 55%] 2022-12-01T10:39:11.0132993Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:39:11.0133153Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_float32 PASSED [ 55%] 2022-12-01T10:39:11.0133293Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int32 PASSED [ 55%] 2022-12-01T10:39:11.0133449Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int64 PASSED [ 55%] 2022-12-01T10:39:11.0133604Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int8 PASSED [ 55%] 2022-12-01T10:39:11.0133754Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_bool PASSED [ 55%] 2022-12-01T10:39:11.0133917Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_complex32 PASSED [ 55%] 2022-12-01T10:39:11.0134075Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_float32 PASSED [ 55%] 2022-12-01T10:39:11.0134229Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int16 PASSED [ 55%] 2022-12-01T10:39:11.0134380Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int32 PASSED [ 55%] 2022-12-01T10:39:11.0134521Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int64 PASSED [ 55%] 2022-12-01T10:39:11.0134676Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int8 PASSED [ 55%] 2022-12-01T10:39:11.0134833Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_complex128 PASSED [ 55%] 2022-12-01T10:39:11.0134994Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_complex64 PASSED [ 55%] 2022-12-01T10:39:11.0135148Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_float16 PASSED [ 55%] 2022-12-01T10:39:11.0135297Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_float32 PASSED [ 55%] 2022-12-01T10:39:11.0135452Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_float64 PASSED [ 55%] 2022-12-01T10:39:11.0135605Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int16 PASSED [ 55%] 2022-12-01T10:39:11.0135752Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_uint8 PASSED [ 55%] 2022-12-01T10:39:11.0135900Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:39:11.0136057Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_bool PASSED [ 55%] 2022-12-01T10:39:11.0136213Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int16 PASSED [ 55%] 2022-12-01T10:39:11.0136372Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int32 PASSED [ 55%] 2022-12-01T10:39:11.0136527Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int8 PASSED [ 55%] 2022-12-01T10:39:11.0136685Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_bfloat16 XFAIL [ 55%] 2022-12-01T10:39:11.0136873Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_complex128 XFAIL [ 55%] 2022-12-01T10:39:11.0137031Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_complex32 XFAIL [ 55%] 2022-12-01T10:39:11.0137170Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_float64 XFAIL [ 55%] 2022-12-01T10:39:11.0137324Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int16 XFAIL [ 55%] 2022-12-01T10:39:11.0137476Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int8 XFAIL [ 55%] 2022-12-01T10:39:11.0137651Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_uint8 XFAIL [ 55%] 2022-12-01T10:39:11.0137823Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_native_layer_norm_cpu_float32 PASSED [ 55%] 2022-12-01T10:39:11.0137972Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:39:11.0138127Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_complex128 PASSED [ 55%] 2022-12-01T10:39:11.0138283Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_complex64 PASSED [ 55%] 2022-12-01T10:39:11.0138421Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_float16 PASSED [ 55%] 2022-12-01T10:39:11.0138568Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_float32 PASSED [ 55%] 2022-12-01T10:39:11.0138714Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_float64 PASSED [ 55%] 2022-12-01T10:39:11.0138865Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int16 PASSED [ 55%] 2022-12-01T10:39:11.0139019Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int64 PASSED [ 55%] 2022-12-01T10:39:11.0139169Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int8 PASSED [ 56%] 2022-12-01T10:39:11.0139327Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_complex32 PASSED [ 56%] 2022-12-01T10:39:11.0139480Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_float16 PASSED [ 56%] 2022-12-01T10:39:11.0139631Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_float64 PASSED [ 56%] 2022-12-01T10:39:11.0139766Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int8 PASSED [ 56%] 2022-12-01T10:39:11.0139917Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_uint8 PASSED [ 56%] 2022-12-01T10:39:11.0140078Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:39:11.0140242Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_complex64 PASSED [ 56%] 2022-12-01T10:39:11.0140404Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_float64 PASSED [ 56%] 2022-12-01T10:39:11.0140561Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_uint8 PASSED [ 56%] 2022-12-01T10:39:11.0140726Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_bool PASSED [ 56%] 2022-12-01T10:39:11.0140900Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_complex128 PASSED [ 56%] 2022-12-01T10:39:11.0141061Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_complex32 PASSED [ 56%] 2022-12-01T10:39:11.0141229Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_float32 PASSED [ 56%] 2022-12-01T10:39:11.0141394Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int32 PASSED [ 56%] 2022-12-01T10:39:11.0141560Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int64 PASSED [ 56%] 2022-12-01T10:39:11.0141729Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_uint8 PASSED [ 56%] 2022-12-01T10:39:11.0141890Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:39:11.0142051Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_complex32 PASSED [ 56%] 2022-12-01T10:39:11.0142443Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_float64 PASSED [ 56%] 2022-12-01T10:39:11.0142654Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_uint8 PASSED [ 56%] 2022-12-01T10:39:11.0142802Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_complex128 PASSED [ 56%] 2022-12-01T10:39:11.0142957Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int64 PASSED [ 56%] 2022-12-01T10:39:11.0143113Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int8 PASSED [ 56%] 2022-12-01T10:39:11.0143278Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:39:11.0143475Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_complex128 PASSED [ 56%] 2022-12-01T10:39:11.0143637Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_complex64 PASSED [ 56%] 2022-12-01T10:39:11.0143796Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_float32 PASSED [ 56%] 2022-12-01T10:39:11.0143959Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_float64 PASSED [ 56%] 2022-12-01T10:39:11.0144102Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int16 PASSED [ 56%] 2022-12-01T10:39:11.0144264Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nextafter_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:39:11.0144423Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nextafter_cpu_float64 PASSED [ 56%] 2022-12-01T10:39:11.0144600Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_celu_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:39:11.0144781Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_dropout_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:39:11.0144955Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_dropout_cpu_float32 PASSED [ 56%] 2022-12-01T10:39:11.0145127Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_elu_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:39:11.0145294Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_elu_cpu_float64 PASSED [ 56%] 2022-12-01T10:39:11.0145463Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_gelu_cpu_float64 PASSED [ 56%] 2022-12-01T10:39:11.0145613Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_glu_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:39:11.0145779Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_glu_cpu_float32 PASSED [ 56%] 2022-12-01T10:39:11.0145960Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardshrink_cpu_float32 PASSED [ 56%] 2022-12-01T10:39:11.0146140Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardshrink_cpu_float64 PASSED [ 56%] 2022-12-01T10:39:11.0146318Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:39:11.0146493Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_float64 PASSED [ 56%] 2022-12-01T10:39:11.0146674Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int64 PASSED [ 56%] 2022-12-01T10:39:11.0146863Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 56%] 2022-12-01T10:39:11.0147041Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_huber_loss_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:39:11.0147204Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_huber_loss_cpu_float16 PASSED [ 56%] 2022-12-01T10:39:11.0147380Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_huber_loss_cpu_float32 PASSED [ 56%] 2022-12-01T10:39:11.0147556Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_complex128 PASSED [ 56%] 2022-12-01T10:39:11.0147731Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_complex64 PASSED [ 56%] 2022-12-01T10:39:11.0147905Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_float16 PASSED [ 56%] 2022-12-01T10:39:11.0148108Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_layer_norm_cpu_float32 PASSED [ 56%] 2022-12-01T10:39:11.0148285Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_leaky_relu_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:39:11.0148460Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_leaky_relu_cpu_float64 PASSED [ 56%] 2022-12-01T10:39:11.0148649Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_float64 PASSED [ 56%] 2022-12-01T10:39:11.0148850Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int32 PASSED [ 56%] 2022-12-01T10:39:11.0149037Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int64 PASSED [ 56%] 2022-12-01T10:39:11.0149222Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int8 PASSED [ 56%] 2022-12-01T10:39:11.0149395Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mish_cpu_float32 PASSED [ 56%] 2022-12-01T10:39:11.0149580Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:39:11.0149764Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_float16 PASSED [ 56%] 2022-12-01T10:39:11.0149947Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_float32 PASSED [ 56%] 2022-12-01T10:39:11.0150131Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int8 PASSED [ 56%] 2022-12-01T10:39:11.0150316Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_uint8 PASSED [ 56%] 2022-12-01T10:39:11.0150476Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pdist_cpu_float32 PASSED [ 56%] 2022-12-01T10:39:11.0150646Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pdist_cpu_float64 PASSED [ 56%] 2022-12-01T10:39:11.0150828Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int16 PASSED [ 56%] 2022-12-01T10:39:11.0151008Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int32 PASSED [ 56%] 2022-12-01T10:39:11.0151184Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int64 PASSED [ 56%] 2022-12-01T10:39:11.0151360Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_uint8 PASSED [ 56%] 2022-12-01T10:39:11.0151533Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_float32 PASSED [ 56%] 2022-12-01T10:39:11.0151699Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_float64 PASSED [ 56%] 2022-12-01T10:39:11.0151869Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int32 PASSED [ 56%] 2022-12-01T10:39:11.0152021Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int64 PASSED [ 56%] 2022-12-01T10:39:11.0152191Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:39:11.0152359Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int64 PASSED [ 56%] 2022-12-01T10:39:11.0152527Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int8 PASSED [ 56%] 2022-12-01T10:39:11.0152698Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_uint8 PASSED [ 56%] 2022-12-01T10:39:11.0152871Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_selu_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:39:11.0153041Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_selu_cpu_float64 PASSED [ 56%] 2022-12-01T10:39:11.0153217Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softplus_cpu_float64 PASSED [ 56%] 2022-12-01T10:39:11.0153432Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softshrink_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:39:11.0153596Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softshrink_cpu_float32 PASSED [ 56%] 2022-12-01T10:39:11.0153772Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softshrink_cpu_float64 PASSED [ 56%] 2022-12-01T10:39:11.0153950Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:39:11.0154135Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_complex128 PASSED [ 56%] 2022-12-01T10:39:11.0154353Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_float32 PASSED [ 56%] 2022-12-01T10:39:11.0154528Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int32 PASSED [ 56%] 2022-12-01T10:39:11.0154704Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int8 PASSED [ 56%] 2022-12-01T10:39:11.0154881Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_uint8 PASSED [ 56%] 2022-12-01T10:39:11.0155059Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_float32 PASSED [ 56%] 2022-12-01T10:39:11.0155222Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_float64 PASSED [ 56%] 2022-12-01T10:39:11.0155396Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int8 PASSED [ 56%] 2022-12-01T10:39:11.0155552Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_float16 PASSED [ 56%] 2022-12-01T10:39:11.0155704Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_float32 PASSED [ 56%] 2022-12-01T10:39:11.0155855Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_float64 PASSED [ 56%] 2022-12-01T10:39:11.0156013Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_complex128 PASSED [ 56%] 2022-12-01T10:39:11.0156173Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_complex32 PASSED [ 56%] 2022-12-01T10:39:11.0156327Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_float16 PASSED [ 56%] 2022-12-01T10:39:11.0156478Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_float64 PASSED [ 56%] 2022-12-01T10:39:11.0156616Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int64 PASSED [ 56%] 2022-12-01T10:39:11.0156777Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:39:11.0156935Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_bool PASSED [ 56%] 2022-12-01T10:39:11.0157097Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_complex32 PASSED [ 56%] 2022-12-01T10:39:11.0157259Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_complex64 PASSED [ 56%] 2022-12-01T10:39:11.0157417Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_float16 PASSED [ 56%] 2022-12-01T10:39:11.0157579Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_float32 PASSED [ 56%] 2022-12-01T10:39:11.0157736Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_float64 PASSED [ 56%] 2022-12-01T10:39:11.0157878Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int16 PASSED [ 56%] 2022-12-01T10:39:11.0158034Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int64 PASSED [ 56%] 2022-12-01T10:39:11.0158199Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_complex128 PASSED [ 56%] 2022-12-01T10:39:11.0158365Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_complex32 PASSED [ 56%] 2022-12-01T10:39:11.0158528Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_complex64 PASSED [ 56%] 2022-12-01T10:39:11.0158691Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_float16 PASSED [ 56%] 2022-12-01T10:39:11.0158878Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_uint8 PASSED [ 56%] 2022-12-01T10:39:11.0159037Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_complex128 PASSED [ 56%] 2022-12-01T10:39:11.0159192Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_float16 PASSED [ 56%] 2022-12-01T10:39:11.0159330Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int16 PASSED [ 56%] 2022-12-01T10:39:11.0159479Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_uint8 PASSED [ 56%] 2022-12-01T10:39:11.0159629Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_bool PASSED [ 56%] 2022-12-01T10:39:11.0159813Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_complex64 PASSED [ 56%] 2022-12-01T10:39:11.0159969Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int32 PASSED [ 56%] 2022-12-01T10:39:11.0160118Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int64 PASSED [ 56%] 2022-12-01T10:39:11.0160267Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_uint8 PASSED [ 56%] 2022-12-01T10:39:11.0160424Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_float32 PASSED [ 56%] 2022-12-01T10:39:11.0160563Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:39:11.0160726Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_complex128 PASSED [ 56%] 2022-12-01T10:39:11.0160885Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_complex64 PASSED [ 56%] 2022-12-01T10:39:11.0161041Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int16 PASSED [ 56%] 2022-12-01T10:39:11.0161193Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int32 PASSED [ 56%] 2022-12-01T10:39:11.0161340Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int64 PASSED [ 56%] 2022-12-01T10:39:11.0161491Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int8 PASSED [ 57%] 2022-12-01T10:39:11.0161642Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_uint8 PASSED [ 57%] 2022-12-01T10:39:11.0161783Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:39:11.0161943Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_complex128 PASSED [ 57%] 2022-12-01T10:39:11.0162101Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_complex32 PASSED [ 57%] 2022-12-01T10:39:11.0162256Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_complex64 PASSED [ 57%] 2022-12-01T10:39:11.0162414Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_float16 PASSED [ 57%] 2022-12-01T10:39:11.0162564Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_float32 PASSED [ 57%] 2022-12-01T10:39:11.0162713Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_float64 PASSED [ 57%] 2022-12-01T10:39:11.0162865Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int8 PASSED [ 57%] 2022-12-01T10:39:11.0163032Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:39:11.0163177Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_bool PASSED [ 57%] 2022-12-01T10:39:11.0163345Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_complex128 PASSED [ 57%] 2022-12-01T10:39:11.0163513Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_complex64 PASSED [ 57%] 2022-12-01T10:39:11.0163676Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_float32 PASSED [ 57%] 2022-12-01T10:39:11.0163840Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_float64 PASSED [ 57%] 2022-12-01T10:39:11.0164000Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int16 PASSED [ 57%] 2022-12-01T10:39:11.0164158Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int32 PASSED [ 57%] 2022-12-01T10:39:11.0164316Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_uint8 PASSED [ 57%] 2022-12-01T10:39:11.0164494Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:39:11.0164740Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_float32 PASSED [ 57%] 2022-12-01T10:39:11.0164902Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_float64 PASSED [ 57%] 2022-12-01T10:39:11.0165059Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int16 PASSED [ 57%] 2022-12-01T10:39:11.0165218Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int32 PASSED [ 57%] 2022-12-01T10:39:11.0165407Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int8 PASSED [ 57%] 2022-12-01T10:39:11.0165568Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_uint8 PASSED [ 57%] 2022-12-01T10:39:11.0165724Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:39:11.0165874Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_complex128 PASSED [ 57%] 2022-12-01T10:39:11.0166032Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_float16 PASSED [ 57%] 2022-12-01T10:39:11.0166186Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int16 PASSED [ 57%] 2022-12-01T10:39:11.0166336Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int64 PASSED [ 57%] 2022-12-01T10:39:11.0166490Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int8 PASSED [ 57%] 2022-12-01T10:39:11.0166661Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_complex128 PASSED [ 57%] 2022-12-01T10:39:11.0166823Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_float16 PASSED [ 57%] 2022-12-01T10:39:11.0166987Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_float32 PASSED [ 57%] 2022-12-01T10:39:11.0167143Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_float64 PASSED [ 57%] 2022-12-01T10:39:11.0167288Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int16 PASSED [ 57%] 2022-12-01T10:39:11.0167448Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int32 PASSED [ 57%] 2022-12-01T10:39:11.0167606Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_uint8 PASSED [ 57%] 2022-12-01T10:39:11.0167767Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_complex128 PASSED [ 57%] 2022-12-01T10:39:11.0167928Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_complex32 PASSED [ 57%] 2022-12-01T10:39:11.0168091Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_complex64 PASSED [ 57%] 2022-12-01T10:39:11.0168249Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_float16 PASSED [ 57%] 2022-12-01T10:39:11.0168408Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_float32 PASSED [ 57%] 2022-12-01T10:39:11.0168551Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int32 PASSED [ 57%] 2022-12-01T10:39:11.0168709Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_uint8 PASSED [ 57%] 2022-12-01T10:39:11.0168865Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_complex32 PASSED [ 57%] 2022-12-01T10:39:11.0169022Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_complex64 PASSED [ 57%] 2022-12-01T10:39:11.0169179Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_float64 PASSED [ 57%] 2022-12-01T10:39:11.0169331Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int32 PASSED [ 57%] 2022-12-01T10:39:11.0169482Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int64 PASSED [ 57%] 2022-12-01T10:39:11.0169629Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_uint8 PASSED [ 57%] 2022-12-01T10:39:11.0169786Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_complex128 PASSED [ 57%] 2022-12-01T10:39:11.0169956Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_float16 PASSED [ 57%] 2022-12-01T10:39:11.0170109Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int16 PASSED [ 57%] 2022-12-01T10:39:11.0170261Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int8 PASSED [ 57%] 2022-12-01T10:39:11.0170415Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:39:11.0170571Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_float32 PASSED [ 57%] 2022-12-01T10:39:11.0170725Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int32 PASSED [ 57%] 2022-12-01T10:39:11.0170910Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int64 PASSED [ 57%] 2022-12-01T10:39:11.0171060Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_bool PASSED [ 57%] 2022-12-01T10:39:11.0171204Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_complex128 PASSED [ 57%] 2022-12-01T10:39:11.0171362Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_float64 PASSED [ 57%] 2022-12-01T10:39:11.0171514Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int32 PASSED [ 57%] 2022-12-01T10:39:11.0171665Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int8 PASSED [ 57%] 2022-12-01T10:39:11.0171817Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_uint8 PASSED [ 57%] 2022-12-01T10:39:11.0171973Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_complex128 PASSED [ 57%] 2022-12-01T10:39:11.0172133Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_complex64 PASSED [ 57%] 2022-12-01T10:39:11.0172287Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_float16 PASSED [ 57%] 2022-12-01T10:39:11.0172421Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_float32 PASSED [ 57%] 2022-12-01T10:39:11.0172571Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int16 PASSED [ 57%] 2022-12-01T10:39:11.0172719Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int32 PASSED [ 57%] 2022-12-01T10:39:11.0172870Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:39:11.0173021Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_bool PASSED [ 57%] 2022-12-01T10:39:11.0173176Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_complex128 PASSED [ 57%] 2022-12-01T10:39:11.0173333Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_complex64 PASSED [ 57%] 2022-12-01T10:39:11.0173490Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_float32 PASSED [ 57%] 2022-12-01T10:39:11.0173641Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int32 PASSED [ 57%] 2022-12-01T10:39:11.0173775Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int64 PASSED [ 57%] 2022-12-01T10:39:11.0173921Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_uint8 PASSED [ 57%] 2022-12-01T10:39:11.0174084Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:39:11.0174238Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_bool PASSED [ 57%] 2022-12-01T10:39:11.0174399Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_complex64 PASSED [ 57%] 2022-12-01T10:39:11.0174557Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_float32 PASSED [ 57%] 2022-12-01T10:39:11.0174714Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_float64 PASSED [ 57%] 2022-12-01T10:39:11.0174870Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int32 PASSED [ 57%] 2022-12-01T10:39:11.0175010Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int64 PASSED [ 57%] 2022-12-01T10:39:11.0175163Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_uint8 PASSED [ 57%] 2022-12-01T10:39:11.0175314Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_bool PASSED [ 57%] 2022-12-01T10:39:11.0175528Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_float32 PASSED [ 57%] 2022-12-01T10:39:11.0175679Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_float64 PASSED [ 57%] 2022-12-01T10:39:11.0175835Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int32 PASSED [ 57%] 2022-12-01T10:39:11.0175996Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:39:11.0176150Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_bool PASSED [ 57%] 2022-12-01T10:39:11.0176318Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_float32 PASSED [ 57%] 2022-12-01T10:39:11.0176478Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_float64 PASSED [ 57%] 2022-12-01T10:39:11.0176631Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int8 PASSED [ 57%] 2022-12-01T10:39:11.0176783Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_uint8 PASSED [ 57%] 2022-12-01T10:39:11.0176937Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:39:11.0177096Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_complex128 PASSED [ 57%] 2022-12-01T10:39:11.0177253Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_complex64 PASSED [ 57%] 2022-12-01T10:39:11.0177407Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_float32 PASSED [ 57%] 2022-12-01T10:39:11.0177556Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_float64 PASSED [ 57%] 2022-12-01T10:39:11.0177693Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int8 PASSED [ 57%] 2022-12-01T10:39:11.0177847Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_uint8 PASSED [ 57%] 2022-12-01T10:39:11.0177994Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_bool PASSED [ 57%] 2022-12-01T10:39:11.0178152Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_complex128 PASSED [ 57%] 2022-12-01T10:39:11.0178310Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_complex64 PASSED [ 57%] 2022-12-01T10:39:11.0178463Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_float64 PASSED [ 57%] 2022-12-01T10:39:11.0178612Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int32 PASSED [ 57%] 2022-12-01T10:39:11.0178760Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_uint8 PASSED [ 57%] 2022-12-01T10:39:11.0178899Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:39:11.0179053Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_bool PASSED [ 57%] 2022-12-01T10:39:11.0179211Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_complex64 PASSED [ 57%] 2022-12-01T10:39:11.0179362Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int32 PASSED [ 57%] 2022-12-01T10:39:11.0179521Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:39:11.0179682Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_cpu_float32 PASSED [ 57%] 2022-12-01T10:39:11.0179851Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_float32 PASSED [ 57%] 2022-12-01T10:39:11.0180016Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_int64 PASSED [ 57%] 2022-12-01T10:39:11.0180169Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_bool PASSED [ 57%] 2022-12-01T10:39:11.0180340Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_float32 PASSED [ 57%] 2022-12-01T10:39:11.0180506Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_int64 PASSED [ 57%] 2022-12-01T10:39:11.0180678Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_uint8 PASSED [ 57%] 2022-12-01T10:39:11.0180841Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:39:11.0181030Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_float32 PASSED [ 57%] 2022-12-01T10:39:11.0181191Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_float64 PASSED [ 57%] 2022-12-01T10:39:11.0181349Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int16 PASSED [ 57%] 2022-12-01T10:39:11.0181506Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int64 PASSED [ 57%] 2022-12-01T10:39:11.0181648Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_uint8 PASSED [ 57%] 2022-12-01T10:39:11.0181831Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_bool PASSED [ 57%] 2022-12-01T10:39:11.0181991Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_float32 PASSED [ 57%] 2022-12-01T10:39:11.0182251Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_float64 PASSED [ 58%] 2022-12-01T10:39:11.0182413Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int64 PASSED [ 58%] 2022-12-01T10:39:11.0182570Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_uint8 PASSED [ 58%] 2022-12-01T10:39:11.0182732Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_float32 PASSED [ 58%] 2022-12-01T10:39:11.0182891Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int16 PASSED [ 58%] 2022-12-01T10:39:11.0183035Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int32 PASSED [ 58%] 2022-12-01T10:39:11.0183206Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_bfloat16 PASSED [ 58%] 2022-12-01T10:39:11.0183371Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_float32 PASSED [ 58%] 2022-12-01T10:39:11.0183536Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_float64 PASSED [ 58%] 2022-12-01T10:39:11.0183697Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int16 PASSED [ 58%] 2022-12-01T10:39:11.0183861Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int32 PASSED [ 58%] 2022-12-01T10:39:11.0184019Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int64 PASSED [ 58%] 2022-12-01T10:39:11.0184177Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_uint8 PASSED [ 58%] 2022-12-01T10:39:11.0184370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_bfloat16 PASSED [ 58%] 2022-12-01T10:39:11.0184544Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int32 PASSED [ 58%] 2022-12-01T10:39:11.0184733Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int64 PASSED [ 58%] 2022-12-01T10:39:11.0184919Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int8 PASSED [ 58%] 2022-12-01T10:39:11.0185110Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_uint8 PASSED [ 58%] 2022-12-01T10:39:11.0185291Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int16 PASSED [ 58%] 2022-12-01T10:39:11.0185482Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 PASSED [ 58%] 2022-12-01T10:39:11.0185666Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_float64 PASSED [ 58%] 2022-12-01T10:39:11.0185852Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int8 PASSED [ 58%] 2022-12-01T10:39:11.0186037Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_float32 PASSED [ 58%] 2022-12-01T10:39:11.0186201Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_int16 PASSED [ 58%] 2022-12-01T10:39:11.0186379Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_int64 PASSED [ 58%] 2022-12-01T10:39:11.0186613Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_int8 PASSED [ 58%] 2022-12-01T10:39:11.0186791Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_uint8 PASSED [ 58%] 2022-12-01T10:39:11.0186952Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_bool PASSED [ 58%] 2022-12-01T10:39:11.0187119Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_float32 PASSED [ 58%] 2022-12-01T10:39:11.0187317Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_float64 PASSED [ 58%] 2022-12-01T10:39:11.0187483Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int16 PASSED [ 58%] 2022-12-01T10:39:11.0187644Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int32 PASSED [ 58%] 2022-12-01T10:39:11.0187790Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int8 PASSED [ 58%] 2022-12-01T10:39:11.0187946Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_bool PASSED [ 58%] 2022-12-01T10:39:11.0188099Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_float32 PASSED [ 58%] 2022-12-01T10:39:11.0188250Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_float64 PASSED [ 58%] 2022-12-01T10:39:11.0188402Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int16 PASSED [ 58%] 2022-12-01T10:39:11.0188552Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_uint8 PASSED [ 58%] 2022-12-01T10:39:11.0188715Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_bfloat16 PASSED [ 58%] 2022-12-01T10:39:11.0188873Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_complex128 PASSED [ 58%] 2022-12-01T10:39:11.0189031Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_float16 PASSED [ 58%] 2022-12-01T10:39:11.0189173Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_float64 PASSED [ 58%] 2022-12-01T10:39:11.0189329Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int32 PASSED [ 58%] 2022-12-01T10:39:11.0189481Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int8 PASSED [ 58%] 2022-12-01T10:39:11.0189634Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_uint8 PASSED [ 58%] 2022-12-01T10:39:11.0189784Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_bool PASSED [ 58%] 2022-12-01T10:39:11.0189945Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_complex128 PASSED [ 58%] 2022-12-01T10:39:11.0190109Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_complex32 PASSED [ 58%] 2022-12-01T10:39:11.0190268Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_complex64 PASSED [ 58%] 2022-12-01T10:39:11.0190412Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_float64 PASSED [ 58%] 2022-12-01T10:39:11.0190571Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int16 PASSED [ 58%] 2022-12-01T10:39:11.0190722Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int8 PASSED [ 58%] 2022-12-01T10:39:11.0190879Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_uint8 PASSED [ 58%] 2022-12-01T10:39:11.0191039Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_complex128 PASSED [ 58%] 2022-12-01T10:39:11.0191196Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_complex32 PASSED [ 58%] 2022-12-01T10:39:11.0191354Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_complex64 PASSED [ 58%] 2022-12-01T10:39:11.0191507Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_float16 PASSED [ 58%] 2022-12-01T10:39:11.0191647Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_float32 PASSED [ 58%] 2022-12-01T10:39:11.0191799Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int32 PASSED [ 58%] 2022-12-01T10:39:11.0191979Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_uint8 PASSED [ 58%] 2022-12-01T10:39:11.0192133Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_bfloat16 PASSED [ 58%] 2022-12-01T10:39:11.0192289Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_complex128 PASSED [ 58%] 2022-12-01T10:39:11.0192443Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_complex64 PASSED [ 58%] 2022-12-01T10:39:11.0192595Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_float16 PASSED [ 58%] 2022-12-01T10:39:11.0192744Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_float32 PASSED [ 58%] 2022-12-01T10:39:11.0192915Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_float64 PASSED [ 58%] 2022-12-01T10:39:11.0193062Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_complex64 PASSED [ 58%] 2022-12-01T10:39:11.0193219Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_float32 PASSED [ 58%] 2022-12-01T10:39:11.0193376Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_bfloat16 PASSED [ 58%] 2022-12-01T10:39:11.0193527Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int16 PASSED [ 58%] 2022-12-01T10:39:11.0193674Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int32 PASSED [ 58%] 2022-12-01T10:39:11.0193825Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_bfloat16 PASSED [ 58%] 2022-12-01T10:39:11.0193983Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_complex128 PASSED [ 58%] 2022-12-01T10:39:11.0194142Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_complex64 PASSED [ 58%] 2022-12-01T10:39:11.0194279Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int32 PASSED [ 58%] 2022-12-01T10:39:11.0194428Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_uint8 PASSED [ 58%] 2022-12-01T10:39:11.0194585Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_bool PASSED [ 58%] 2022-12-01T10:39:11.0194753Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_complex64 PASSED [ 58%] 2022-12-01T10:39:11.0194913Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_float32 PASSED [ 58%] 2022-12-01T10:39:11.0195071Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int32 PASSED [ 58%] 2022-12-01T10:39:11.0195227Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int8 PASSED [ 58%] 2022-12-01T10:39:11.0195390Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_uint8 PASSED [ 58%] 2022-12-01T10:39:11.0195530Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_bfloat16 PASSED [ 58%] 2022-12-01T10:39:11.0195683Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_complex64 PASSED [ 58%] 2022-12-01T10:39:11.0195831Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int32 PASSED [ 58%] 2022-12-01T10:39:11.0195986Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_bfloat16 PASSED [ 58%] 2022-12-01T10:39:11.0196141Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int16 PASSED [ 58%] 2022-12-01T10:39:11.0196290Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int8 PASSED [ 58%] 2022-12-01T10:39:11.0196443Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_uint8 PASSED [ 58%] 2022-12-01T10:39:11.0196591Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_bool PASSED [ 58%] 2022-12-01T10:39:11.0196748Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_complex64 PASSED [ 58%] 2022-12-01T10:39:11.0196891Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int16 PASSED [ 58%] 2022-12-01T10:39:11.0197040Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int32 PASSED [ 58%] 2022-12-01T10:39:11.0197189Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int64 PASSED [ 58%] 2022-12-01T10:39:11.0197336Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_uint8 PASSED [ 58%] 2022-12-01T10:39:11.0197529Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_bfloat16 XFAIL [ 58%] 2022-12-01T10:39:11.0197685Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_bool XFAIL [ 58%] 2022-12-01T10:39:11.0197845Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int16 XFAIL [ 58%] 2022-12-01T10:39:11.0198002Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int32 XFAIL [ 58%] 2022-12-01T10:39:11.0198145Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int8 XFAIL [ 58%] 2022-12-01T10:39:11.0198322Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_bool PASSED [ 58%] 2022-12-01T10:39:11.0198480Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_complex128 PASSED [ 58%] 2022-12-01T10:39:11.0198630Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_float64 PASSED [ 58%] 2022-12-01T10:39:11.0198782Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int32 PASSED [ 58%] 2022-12-01T10:39:11.0198931Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int64 PASSED [ 58%] 2022-12-01T10:39:11.0199083Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_uint8 PASSED [ 58%] 2022-12-01T10:39:11.0199275Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_float32 SKIPPED (diag is not supported by meta) [ 58%] 2022-12-01T10:39:11.0199467Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int8 SKIPPED (diag is not supported by meta) [ 58%] 2022-12-01T10:39:11.0199618Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_bfloat16 PASSED [ 58%] 2022-12-01T10:39:11.0199784Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_complex128 PASSED [ 58%] 2022-12-01T10:39:11.0199959Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_complex32 PASSED [ 58%] 2022-12-01T10:39:11.0200104Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int16 PASSED [ 58%] 2022-12-01T10:39:11.0200264Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int32 PASSED [ 58%] 2022-12-01T10:39:11.0200422Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int64 PASSED [ 58%] 2022-12-01T10:39:11.0200578Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int8 PASSED [ 58%] 2022-12-01T10:39:11.0200735Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_uint8 PASSED [ 58%] 2022-12-01T10:39:11.0200892Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_bfloat16 PASSED [ 58%] 2022-12-01T10:39:11.0201051Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_float64 PASSED [ 58%] 2022-12-01T10:39:11.0201203Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int16 PASSED [ 58%] 2022-12-01T10:39:11.0201338Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int64 PASSED [ 58%] 2022-12-01T10:39:11.0201490Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int8 PASSED [ 58%] 2022-12-01T10:39:11.0201651Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_indices_cpu_int32 PASSED [ 58%] 2022-12-01T10:39:11.0201812Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_indices_cpu_int64 PASSED [ 58%] 2022-12-01T10:39:11.0201963Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_float16 PASSED [ 58%] 2022-12-01T10:39:11.0202112Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_float64 PASSED [ 58%] 2022-12-01T10:39:11.0202261Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int16 PASSED [ 58%] 2022-12-01T10:39:11.0202410Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int32 PASSED [ 58%] 2022-12-01T10:39:11.0202555Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_indices_cpu_int32 PASSED [ 58%] 2022-12-01T10:39:11.0202717Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_indices_cpu_int64 PASSED [ 58%] 2022-12-01T10:39:11.0202907Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_float64 PASSED [ 58%] 2022-12-01T10:39:11.0203067Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int16 PASSED [ 58%] 2022-12-01T10:39:11.0203226Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_uint8 PASSED [ 59%] 2022-12-01T10:39:11.0203384Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:39:11.0203537Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_float64 PASSED [ 59%] 2022-12-01T10:39:11.0203716Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int16 PASSED [ 59%] 2022-12-01T10:39:11.0203868Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int32 PASSED [ 59%] 2022-12-01T10:39:11.0204003Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_bool PASSED [ 59%] 2022-12-01T10:39:11.0204162Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_complex128 PASSED [ 59%] 2022-12-01T10:39:11.0204319Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_float16 PASSED [ 59%] 2022-12-01T10:39:11.0204473Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int16 PASSED [ 59%] 2022-12-01T10:39:11.0204699Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int64 PASSED [ 59%] 2022-12-01T10:39:11.0204850Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_uint8 PASSED [ 59%] 2022-12-01T10:39:11.0205009Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_bool PASSED [ 59%] 2022-12-01T10:39:11.0205176Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_complex32 PASSED [ 59%] 2022-12-01T10:39:11.0205327Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_complex64 PASSED [ 59%] 2022-12-01T10:39:11.0205486Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_float16 PASSED [ 59%] 2022-12-01T10:39:11.0205709Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int8 PASSED [ 59%] 2022-12-01T10:39:11.0205915Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_uint8 PASSED [ 59%] 2022-12-01T10:39:11.0206077Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_bool PASSED [ 59%] 2022-12-01T10:39:11.0206243Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_complex32 PASSED [ 59%] 2022-12-01T10:39:11.0206403Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_float16 PASSED [ 59%] 2022-12-01T10:39:11.0206561Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_float32 PASSED [ 59%] 2022-12-01T10:39:11.0206717Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_float64 PASSED [ 59%] 2022-12-01T10:39:11.0206864Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int16 PASSED [ 59%] 2022-12-01T10:39:11.0207022Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int32 PASSED [ 59%] 2022-12-01T10:39:11.0207180Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int64 PASSED [ 59%] 2022-12-01T10:39:11.0207335Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_uint8 PASSED [ 59%] 2022-12-01T10:39:11.0207491Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_bool PASSED [ 59%] 2022-12-01T10:39:11.0207652Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_complex32 PASSED [ 59%] 2022-12-01T10:39:11.0207814Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_complex64 PASSED [ 59%] 2022-12-01T10:39:11.0207970Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_float16 PASSED [ 59%] 2022-12-01T10:39:11.0208113Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_float32 PASSED [ 59%] 2022-12-01T10:39:11.0208265Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_float64 PASSED [ 59%] 2022-12-01T10:39:11.0208419Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int8 PASSED [ 59%] 2022-12-01T10:39:11.0208620Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_uint8 PASSED [ 59%] 2022-12-01T10:39:11.0208774Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_complex128 PASSED [ 59%] 2022-12-01T10:39:11.0208932Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_complex64 PASSED [ 59%] 2022-12-01T10:39:11.0209081Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_float16 PASSED [ 59%] 2022-12-01T10:39:11.0209228Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_float32 PASSED [ 59%] 2022-12-01T10:39:11.0209413Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_float64 PASSED [ 59%] 2022-12-01T10:39:11.0209556Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_float64 PASSED [ 59%] 2022-12-01T10:39:11.0209708Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_bool PASSED [ 59%] 2022-12-01T10:39:11.0209865Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_complex128 PASSED [ 59%] 2022-12-01T10:39:11.0210024Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_float32 PASSED [ 59%] 2022-12-01T10:39:11.0210178Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int64 PASSED [ 59%] 2022-12-01T10:39:11.0210330Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int8 PASSED [ 59%] 2022-12-01T10:39:11.0210483Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_uint8 PASSED [ 59%] 2022-12-01T10:39:11.0210637Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:39:11.0210779Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_bool PASSED [ 59%] 2022-12-01T10:39:11.0210936Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_complex64 PASSED [ 59%] 2022-12-01T10:39:11.0211088Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_float16 PASSED [ 59%] 2022-12-01T10:39:11.0211237Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_float64 PASSED [ 59%] 2022-12-01T10:39:11.0211386Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int64 PASSED [ 59%] 2022-12-01T10:39:11.0211541Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:39:11.0211699Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_complex128 PASSED [ 59%] 2022-12-01T10:39:11.0211856Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_complex32 PASSED [ 59%] 2022-12-01T10:39:11.0211998Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_float16 PASSED [ 59%] 2022-12-01T10:39:11.0212153Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_float32 PASSED [ 59%] 2022-12-01T10:39:11.0212304Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int16 PASSED [ 59%] 2022-12-01T10:39:11.0212452Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int32 PASSED [ 59%] 2022-12-01T10:39:11.0212606Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int8 PASSED [ 59%] 2022-12-01T10:39:11.0212755Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_uint8 PASSED [ 59%] 2022-12-01T10:39:11.0212903Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_bool PASSED [ 59%] 2022-12-01T10:39:11.0213061Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_complex128 PASSED [ 59%] 2022-12-01T10:39:11.0213217Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_complex32 PASSED [ 59%] 2022-12-01T10:39:11.0213363Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_complex64 PASSED [ 59%] 2022-12-01T10:39:11.0213512Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int32 PASSED [ 59%] 2022-12-01T10:39:11.0213659Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_uint8 PASSED [ 59%] 2022-12-01T10:39:11.0213813Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_complex128 PASSED [ 59%] 2022-12-01T10:39:11.0214000Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_complex32 PASSED [ 59%] 2022-12-01T10:39:11.0214154Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_complex64 PASSED [ 59%] 2022-12-01T10:39:11.0214307Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_float32 PASSED [ 59%] 2022-12-01T10:39:11.0214459Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_float64 PASSED [ 59%] 2022-12-01T10:39:11.0214598Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int64 PASSED [ 59%] 2022-12-01T10:39:11.0214776Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int8 PASSED [ 59%] 2022-12-01T10:39:11.0214924Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_uint8 PASSED [ 59%] 2022-12-01T10:39:11.0215071Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_bool PASSED [ 59%] 2022-12-01T10:39:11.0215227Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_complex32 PASSED [ 59%] 2022-12-01T10:39:11.0215385Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_complex64 PASSED [ 59%] 2022-12-01T10:39:11.0215536Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_float32 PASSED [ 59%] 2022-12-01T10:39:11.0215686Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_float64 PASSED [ 59%] 2022-12-01T10:39:11.0215823Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int32 PASSED [ 59%] 2022-12-01T10:39:11.0215991Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:39:11.0216158Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_float16 PASSED [ 59%] 2022-12-01T10:39:11.0216321Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_float64 PASSED [ 59%] 2022-12-01T10:39:11.0216490Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_native_batch_norm_cpu_float64 XFAIL [ 59%] 2022-12-01T10:39:11.0216654Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:39:11.0216816Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_float32 PASSED [ 59%] 2022-12-01T10:39:11.0216977Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_float64 PASSED [ 59%] 2022-12-01T10:39:11.0217137Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int16 PASSED [ 59%] 2022-12-01T10:39:11.0217284Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int32 PASSED [ 59%] 2022-12-01T10:39:11.0217445Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_uint8 PASSED [ 59%] 2022-12-01T10:39:11.0217608Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:39:11.0217777Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_complex128 PASSED [ 59%] 2022-12-01T10:39:11.0217942Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_complex64 PASSED [ 59%] 2022-12-01T10:39:11.0218107Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_float64 PASSED [ 59%] 2022-12-01T10:39:11.0218266Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int16 PASSED [ 59%] 2022-12-01T10:39:11.0218427Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int32 PASSED [ 59%] 2022-12-01T10:39:11.0218584Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int64 PASSED [ 59%] 2022-12-01T10:39:11.0218731Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_bool PASSED [ 59%] 2022-12-01T10:39:11.0218893Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int16 PASSED [ 59%] 2022-12-01T10:39:11.0219053Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int32 PASSED [ 59%] 2022-12-01T10:39:11.0219213Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int64 PASSED [ 59%] 2022-12-01T10:39:11.0219403Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_bool PASSED [ 59%] 2022-12-01T10:39:11.0219563Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_float16 PASSED [ 59%] 2022-12-01T10:39:11.0219720Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_float32 PASSED [ 59%] 2022-12-01T10:39:11.0219877Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int32 PASSED [ 59%] 2022-12-01T10:39:11.0220026Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int64 PASSED [ 59%] 2022-12-01T10:39:11.0220210Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int8 PASSED [ 59%] 2022-12-01T10:39:11.0220382Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_float32 PASSED [ 59%] 2022-12-01T10:39:11.0220545Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_float64 PASSED [ 59%] 2022-12-01T10:39:11.0220704Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_bool PASSED [ 59%] 2022-12-01T10:39:11.0220865Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_float16 PASSED [ 59%] 2022-12-01T10:39:11.0221028Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_float32 PASSED [ 59%] 2022-12-01T10:39:11.0221190Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_float64 PASSED [ 59%] 2022-12-01T10:39:11.0221349Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int16 PASSED [ 59%] 2022-12-01T10:39:11.0221495Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int32 PASSED [ 59%] 2022-12-01T10:39:11.0221655Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_bool PASSED [ 59%] 2022-12-01T10:39:11.0221821Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_complex128 PASSED [ 59%] 2022-12-01T10:39:11.0221987Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_complex64 PASSED [ 59%] 2022-12-01T10:39:11.0222257Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_float32 PASSED [ 59%] 2022-12-01T10:39:11.0222424Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_float64 PASSED [ 59%] 2022-12-01T10:39:11.0222585Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int32 PASSED [ 59%] 2022-12-01T10:39:11.0222744Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int64 PASSED [ 59%] 2022-12-01T10:39:11.0222903Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_uint8 PASSED [ 59%] 2022-12-01T10:39:11.0223060Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:39:11.0223235Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_complex128 PASSED [ 59%] 2022-12-01T10:39:11.0223408Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_complex64 PASSED [ 59%] 2022-12-01T10:39:11.0223581Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_float16 PASSED [ 59%] 2022-12-01T10:39:11.0223744Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_float32 PASSED [ 59%] 2022-12-01T10:39:11.0223905Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_float64 PASSED [ 59%] 2022-12-01T10:39:11.0224069Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_float32 PASSED [ 59%] 2022-12-01T10:39:11.0224230Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int32 PASSED [ 60%] 2022-12-01T10:39:11.0224375Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int8 PASSED [ 60%] 2022-12-01T10:39:11.0224542Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:39:11.0224703Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_bool PASSED [ 60%] 2022-12-01T10:39:11.0224916Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_float16 PASSED [ 60%] 2022-12-01T10:39:11.0225077Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_float64 PASSED [ 60%] 2022-12-01T10:39:11.0225236Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int8 PASSED [ 60%] 2022-12-01T10:39:11.0225397Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_uint8 PASSED [ 60%] 2022-12-01T10:39:11.0225556Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_bool PASSED [ 60%] 2022-12-01T10:39:11.0225763Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_complex128 PASSED [ 60%] 2022-12-01T10:39:11.0225918Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_complex64 PASSED [ 60%] 2022-12-01T10:39:11.0226084Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_float16 PASSED [ 60%] 2022-12-01T10:39:11.0226244Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_uint8 PASSED [ 60%] 2022-12-01T10:39:11.0226410Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_float16 PASSED [ 60%] 2022-12-01T10:39:11.0226577Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_float64 PASSED [ 60%] 2022-12-01T10:39:11.0226742Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int16 PASSED [ 60%] 2022-12-01T10:39:11.0226905Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int32 PASSED [ 60%] 2022-12-01T10:39:11.0227071Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_uint8 PASSED [ 60%] 2022-12-01T10:39:11.0227245Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:39:11.0227400Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_bool PASSED [ 60%] 2022-12-01T10:39:11.0227573Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_float64 PASSED [ 60%] 2022-12-01T10:39:11.0227738Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int16 PASSED [ 60%] 2022-12-01T10:39:11.0227902Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int32 PASSED [ 60%] 2022-12-01T10:39:11.0228062Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_uint8 PASSED [ 60%] 2022-12-01T10:39:11.0228226Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:39:11.0228390Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_bool PASSED [ 60%] 2022-12-01T10:39:11.0228556Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_complex64 PASSED [ 60%] 2022-12-01T10:39:11.0228704Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_float32 PASSED [ 60%] 2022-12-01T10:39:11.0228866Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int16 PASSED [ 60%] 2022-12-01T10:39:11.0229027Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int32 PASSED [ 60%] 2022-12-01T10:39:11.0229185Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int8 PASSED [ 60%] 2022-12-01T10:39:11.0229349Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_float64 PASSED [ 60%] 2022-12-01T10:39:11.0229510Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int16 PASSED [ 60%] 2022-12-01T10:39:11.0229676Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int64 PASSED [ 60%] 2022-12-01T10:39:11.0229838Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int8 PASSED [ 60%] 2022-12-01T10:39:11.0229996Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_bool PASSED [ 60%] 2022-12-01T10:39:11.0230170Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int16 PASSED [ 60%] 2022-12-01T10:39:11.0230330Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int32 PASSED [ 60%] 2022-12-01T10:39:11.0230488Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_bool PASSED [ 60%] 2022-12-01T10:39:11.0230651Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_float32 PASSED [ 60%] 2022-12-01T10:39:11.0230809Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int32 PASSED [ 60%] 2022-12-01T10:39:11.0230998Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_bool PASSED [ 60%] 2022-12-01T10:39:11.0231170Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_complex128 PASSED [ 60%] 2022-12-01T10:39:11.0231338Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_complex64 PASSED [ 60%] 2022-12-01T10:39:11.0231498Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int16 PASSED [ 60%] 2022-12-01T10:39:11.0231649Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int64 PASSED [ 60%] 2022-12-01T10:39:11.0231824Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:39:11.0231991Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_bool PASSED [ 60%] 2022-12-01T10:39:11.0232164Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_complex128 PASSED [ 60%] 2022-12-01T10:39:11.0232336Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_float32 PASSED [ 60%] 2022-12-01T10:39:11.0232501Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_float64 PASSED [ 60%] 2022-12-01T10:39:11.0232668Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int32 PASSED [ 60%] 2022-12-01T10:39:11.0232832Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int64 PASSED [ 60%] 2022-12-01T10:39:11.0233005Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:39:11.0233166Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_complex128 PASSED [ 60%] 2022-12-01T10:39:11.0233342Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_complex64 PASSED [ 60%] 2022-12-01T10:39:11.0233512Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_float16 PASSED [ 60%] 2022-12-01T10:39:11.0233677Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_float32 PASSED [ 60%] 2022-12-01T10:39:11.0233841Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_bool PASSED [ 60%] 2022-12-01T10:39:11.0234014Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_complex128 PASSED [ 60%] 2022-12-01T10:39:11.0234191Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_complex32 PASSED [ 60%] 2022-12-01T10:39:11.0234359Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_float16 PASSED [ 60%] 2022-12-01T10:39:11.0234523Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int16 PASSED [ 60%] 2022-12-01T10:39:11.0234674Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int64 PASSED [ 60%] 2022-12-01T10:39:11.0234841Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int16 PASSED [ 60%] 2022-12-01T10:39:11.0235010Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int32 PASSED [ 60%] 2022-12-01T10:39:11.0235173Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int64 PASSED [ 60%] 2022-12-01T10:39:11.0235349Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int32 PASSED [ 60%] 2022-12-01T10:39:11.0235553Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int64 PASSED [ 60%] 2022-12-01T10:39:11.0235718Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_bool PASSED [ 60%] 2022-12-01T10:39:11.0235880Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int64 PASSED [ 60%] 2022-12-01T10:39:11.0236030Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int32 PASSED [ 60%] 2022-12-01T10:39:11.0236189Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_bool PASSED [ 60%] 2022-12-01T10:39:11.0236377Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int16 PASSED [ 60%] 2022-12-01T10:39:11.0236538Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int64 PASSED [ 60%] 2022-12-01T10:39:11.0236713Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_shapes_cpu_float32 PASSED [ 60%] 2022-12-01T10:39:11.0236899Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:39:11.0237081Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_complex128 PASSED [ 60%] 2022-12-01T10:39:11.0237261Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_float16 PASSED [ 60%] 2022-12-01T10:39:11.0237446Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_float32 PASSED [ 60%] 2022-12-01T10:39:11.0237613Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int16 PASSED [ 60%] 2022-12-01T10:39:11.0237789Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int64 PASSED [ 60%] 2022-12-01T10:39:11.0237964Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_uint8 PASSED [ 60%] 2022-12-01T10:39:11.0238143Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:39:11.0238319Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_complex64 PASSED [ 60%] 2022-12-01T10:39:11.0238493Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_float32 PASSED [ 60%] 2022-12-01T10:39:11.0238667Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_float64 PASSED [ 60%] 2022-12-01T10:39:11.0238838Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int32 PASSED [ 60%] 2022-12-01T10:39:11.0239007Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int64 PASSED [ 60%] 2022-12-01T10:39:11.0239159Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_uint8 PASSED [ 60%] 2022-12-01T10:39:11.0239323Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:39:11.0239488Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_float16 PASSED [ 60%] 2022-12-01T10:39:11.0239649Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int32 PASSED [ 60%] 2022-12-01T10:39:11.0239808Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int64 PASSED [ 60%] 2022-12-01T10:39:11.0239963Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int8 PASSED [ 60%] 2022-12-01T10:39:11.0240128Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:39:11.0240293Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_float64 PASSED [ 60%] 2022-12-01T10:39:11.0240453Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int16 PASSED [ 60%] 2022-12-01T10:39:11.0240602Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int32 PASSED [ 60%] 2022-12-01T10:39:11.0240796Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int8 PASSED [ 60%] 2022-12-01T10:39:11.0240954Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_bool PASSED [ 60%] 2022-12-01T10:39:11.0241126Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_complex128 PASSED [ 60%] 2022-12-01T10:39:11.0241290Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_float16 PASSED [ 60%] 2022-12-01T10:39:11.0241457Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_float32 PASSED [ 60%] 2022-12-01T10:39:11.0241651Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int16 PASSED [ 60%] 2022-12-01T10:39:11.0241811Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int64 PASSED [ 60%] 2022-12-01T10:39:11.0241980Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:39:11.0242133Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_float32 PASSED [ 60%] 2022-12-01T10:39:11.0242296Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int8 PASSED [ 60%] 2022-12-01T10:39:11.0242466Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:39:11.0242635Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_float32 PASSED [ 60%] 2022-12-01T10:39:11.0242800Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_float64 PASSED [ 60%] 2022-12-01T10:39:11.0242968Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int16 PASSED [ 60%] 2022-12-01T10:39:11.0243130Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int64 PASSED [ 60%] 2022-12-01T10:39:11.0243299Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:39:11.0243464Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_bool PASSED [ 60%] 2022-12-01T10:39:11.0243625Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_float32 PASSED [ 60%] 2022-12-01T10:39:11.0243791Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_float64 PASSED [ 60%] 2022-12-01T10:39:11.0243956Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int32 PASSED [ 60%] 2022-12-01T10:39:11.0244119Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int64 PASSED [ 60%] 2022-12-01T10:39:11.0244286Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int8 PASSED [ 60%] 2022-12-01T10:39:11.0244454Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_uint8 PASSED [ 60%] 2022-12-01T10:39:11.0244704Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:39:11.0244881Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_complex128 PASSED [ 60%] 2022-12-01T10:39:11.0245035Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_float16 PASSED [ 60%] 2022-12-01T10:39:11.0245199Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_float32 PASSED [ 60%] 2022-12-01T10:39:11.0245363Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_float64 PASSED [ 60%] 2022-12-01T10:39:11.0245526Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int16 PASSED [ 60%] 2022-12-01T10:39:11.0245692Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int32 PASSED [ 60%] 2022-12-01T10:39:11.0245852Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int64 PASSED [ 60%] 2022-12-01T10:39:11.0246014Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int8 PASSED [ 60%] 2022-12-01T10:39:11.0246193Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_complex128 PASSED [ 60%] 2022-12-01T10:39:11.0246408Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_complex32 PASSED [ 61%] 2022-12-01T10:39:11.0246572Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_complex64 PASSED [ 61%] 2022-12-01T10:39:11.0246746Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_float16 PASSED [ 61%] 2022-12-01T10:39:11.0246920Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_float64 PASSED [ 61%] 2022-12-01T10:39:11.0247128Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int8 PASSED [ 61%] 2022-12-01T10:39:11.0247292Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_bool PASSED [ 61%] 2022-12-01T10:39:11.0247460Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_complex32 PASSED [ 61%] 2022-12-01T10:39:11.0247630Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_complex64 PASSED [ 61%] 2022-12-01T10:39:11.0247793Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int64 PASSED [ 61%] 2022-12-01T10:39:11.0247971Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_complex32 PASSED [ 61%] 2022-12-01T10:39:11.0248138Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_complex64 PASSED [ 61%] 2022-12-01T10:39:11.0248313Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int64 PASSED [ 61%] 2022-12-01T10:39:11.0248492Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int8 PASSED [ 61%] 2022-12-01T10:39:11.0248666Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_uint8 PASSED [ 61%] 2022-12-01T10:39:11.0248850Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_complex64 PASSED [ 61%] 2022-12-01T10:39:11.0249029Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_float32 PASSED [ 61%] 2022-12-01T10:39:11.0249211Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_float64 PASSED [ 61%] 2022-12-01T10:39:11.0249384Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int8 PASSED [ 61%] 2022-12-01T10:39:11.0249561Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_uint8 PASSED [ 61%] 2022-12-01T10:39:11.0249720Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_bool PASSED [ 61%] 2022-12-01T10:39:11.0249899Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_complex32 PASSED [ 61%] 2022-12-01T10:39:11.0250076Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_complex64 PASSED [ 61%] 2022-12-01T10:39:11.0250247Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int32 PASSED [ 61%] 2022-12-01T10:39:11.0250413Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int64 PASSED [ 61%] 2022-12-01T10:39:11.0250585Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_bfloat16 PASSED [ 61%] 2022-12-01T10:39:11.0250752Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_float32 PASSED [ 61%] 2022-12-01T10:39:11.0250919Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int32 PASSED [ 61%] 2022-12-01T10:39:11.0251087Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_bfloat16 PASSED [ 61%] 2022-12-01T10:39:11.0251242Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_complex128 PASSED [ 61%] 2022-12-01T10:39:11.0251407Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_float32 PASSED [ 61%] 2022-12-01T10:39:11.0251570Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_uint8 PASSED [ 61%] 2022-12-01T10:39:11.0251766Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_bfloat16 PASSED [ 61%] 2022-12-01T10:39:11.0251928Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_bool PASSED [ 61%] 2022-12-01T10:39:11.0252098Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_complex128 PASSED [ 61%] 2022-12-01T10:39:11.0252267Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_complex64 PASSED [ 61%] 2022-12-01T10:39:11.0252434Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_float32 PASSED [ 61%] 2022-12-01T10:39:11.0252609Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int16 PASSED [ 61%] 2022-12-01T10:39:11.0252773Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int64 PASSED [ 61%] 2022-12-01T10:39:11.0252935Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int8 PASSED [ 61%] 2022-12-01T10:39:11.0253097Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_uint8 PASSED [ 61%] 2022-12-01T10:39:11.0253264Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_float64 PASSED [ 61%] 2022-12-01T10:39:11.0253429Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_int16 PASSED [ 61%] 2022-12-01T10:39:11.0253594Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_int32 PASSED [ 61%] 2022-12-01T10:39:11.0253757Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_int64 PASSED [ 61%] 2022-12-01T10:39:11.0253934Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_bfloat16 PASSED [ 61%] 2022-12-01T10:39:11.0254088Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_bool PASSED [ 61%] 2022-12-01T10:39:11.0254264Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_complex64 PASSED [ 61%] 2022-12-01T10:39:11.0254437Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_float16 PASSED [ 61%] 2022-12-01T10:39:11.0254605Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_float64 PASSED [ 61%] 2022-12-01T10:39:11.0254775Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int32 PASSED [ 61%] 2022-12-01T10:39:11.0254942Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int64 PASSED [ 61%] 2022-12-01T10:39:11.0255108Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_bool PASSED [ 61%] 2022-12-01T10:39:11.0255283Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_complex32 PASSED [ 61%] 2022-12-01T10:39:11.0255449Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int16 PASSED [ 61%] 2022-12-01T10:39:11.0255603Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int32 PASSED [ 61%] 2022-12-01T10:39:11.0255769Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int64 PASSED [ 61%] 2022-12-01T10:39:11.0255935Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_bfloat16 PASSED [ 61%] 2022-12-01T10:39:11.0256100Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_float64 PASSED [ 61%] 2022-12-01T10:39:11.0256263Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int16 PASSED [ 61%] 2022-12-01T10:39:11.0256426Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int8 PASSED [ 61%] 2022-12-01T10:39:11.0256593Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_uint8 PASSED [ 61%] 2022-12-01T10:39:11.0256772Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_float32 PASSED [ 61%] 2022-12-01T10:39:11.0256951Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_float64 PASSED [ 61%] 2022-12-01T10:39:11.0257146Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int16 PASSED [ 61%] 2022-12-01T10:39:11.0257320Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_uint8 PASSED [ 61%] 2022-12-01T10:39:11.0257502Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_bfloat16 PASSED [ 61%] 2022-12-01T10:39:11.0257681Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_bool PASSED [ 61%] 2022-12-01T10:39:11.0257927Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_complex64 PASSED [ 61%] 2022-12-01T10:39:11.0258108Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_float16 PASSED [ 61%] 2022-12-01T10:39:11.0258290Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_float32 PASSED [ 61%] 2022-12-01T10:39:11.0258473Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_float64 PASSED [ 61%] 2022-12-01T10:39:11.0258652Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int16 PASSED [ 61%] 2022-12-01T10:39:11.0258818Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int32 PASSED [ 61%] 2022-12-01T10:39:11.0258991Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int64 PASSED [ 61%] 2022-12-01T10:39:11.0259169Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_float16 PASSED [ 61%] 2022-12-01T10:39:11.0259345Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_float32 PASSED [ 61%] 2022-12-01T10:39:11.0259518Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_float64 PASSED [ 61%] 2022-12-01T10:39:11.0259697Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int16 PASSED [ 61%] 2022-12-01T10:39:11.0259877Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int64 PASSED [ 61%] 2022-12-01T10:39:11.0260054Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int8 PASSED [ 61%] 2022-12-01T10:39:11.0260229Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_uint8 PASSED [ 61%] 2022-12-01T10:39:11.0260382Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_bool PASSED [ 61%] 2022-12-01T10:39:11.0260556Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_complex32 PASSED [ 61%] 2022-12-01T10:39:11.0260725Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_complex64 PASSED [ 61%] 2022-12-01T10:39:11.0260891Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_float64 PASSED [ 61%] 2022-12-01T10:39:11.0261056Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int8 PASSED [ 61%] 2022-12-01T10:39:11.0261222Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_uint8 PASSED [ 61%] 2022-12-01T10:39:11.0261391Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_bfloat16 PASSED [ 61%] 2022-12-01T10:39:11.0261553Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_bool PASSED [ 61%] 2022-12-01T10:39:11.0261725Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_complex128 PASSED [ 61%] 2022-12-01T10:39:11.0261880Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_complex32 PASSED [ 61%] 2022-12-01T10:39:11.0262042Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_complex64 PASSED [ 61%] 2022-12-01T10:39:11.0262296Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_float16 PASSED [ 61%] 2022-12-01T10:39:11.0262465Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_float64 PASSED [ 61%] 2022-12-01T10:39:11.0262676Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int16 PASSED [ 61%] 2022-12-01T10:39:11.0262839Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int64 PASSED [ 61%] 2022-12-01T10:39:11.0263003Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int8 PASSED [ 61%] 2022-12-01T10:39:11.0263210Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_bool SKIPPED (Expected: empty is not comparable) [ 61%] 2022-12-01T10:39:11.0263455Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_complex32 SKIPPED (Expected: empty is not comparable) [ 61%] 2022-12-01T10:39:11.0263655Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_complex64 SKIPPED (Expected: empty is not comparable) [ 61%] 2022-12-01T10:39:11.0263864Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_float16 SKIPPED (Expected: empty is not comparable) [ 61%] 2022-12-01T10:39:11.0264069Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int64 SKIPPED (Expected: empty is not comparable) [ 61%] 2022-12-01T10:39:11.0264272Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int8 SKIPPED (Expected: empty is not comparable) [ 61%] 2022-12-01T10:39:11.0264478Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_bool SKIPPED (Expected: empty is not comparable) [ 61%] 2022-12-01T10:39:11.0264689Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int16 SKIPPED (Expected: empty is not comparable) [ 61%] 2022-12-01T10:39:11.0264897Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int32 SKIPPED (Expected: empty is not comparable) [ 61%] 2022-12-01T10:39:11.0265101Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int8 SKIPPED (Expected: empty is not comparable) [ 61%] 2022-12-01T10:39:11.0265268Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_bfloat16 PASSED [ 61%] 2022-12-01T10:39:11.0265435Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_complex64 PASSED [ 61%] 2022-12-01T10:39:11.0265586Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_float16 PASSED [ 61%] 2022-12-01T10:39:11.0265748Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int16 PASSED [ 61%] 2022-12-01T10:39:11.0265907Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int32 PASSED [ 61%] 2022-12-01T10:39:11.0266069Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int8 PASSED [ 61%] 2022-12-01T10:39:11.0266228Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_bool PASSED [ 61%] 2022-12-01T10:39:11.0266390Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_float32 PASSED [ 61%] 2022-12-01T10:39:11.0266556Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_float64 PASSED [ 61%] 2022-12-01T10:39:11.0266716Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int16 PASSED [ 61%] 2022-12-01T10:39:11.0266874Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int8 PASSED [ 61%] 2022-12-01T10:39:11.0267018Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_uint8 PASSED [ 61%] 2022-12-01T10:39:11.0267179Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_bool PASSED [ 61%] 2022-12-01T10:39:11.0267345Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_float32 PASSED [ 61%] 2022-12-01T10:39:11.0267503Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int16 PASSED [ 61%] 2022-12-01T10:39:11.0267661Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int64 PASSED [ 61%] 2022-12-01T10:39:11.0267816Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_uint8 PASSED [ 61%] 2022-12-01T10:39:11.0268007Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_bool PASSED [ 61%] 2022-12-01T10:39:11.0268168Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int16 PASSED [ 61%] 2022-12-01T10:39:11.0268318Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int32 PASSED [ 61%] 2022-12-01T10:39:11.0268482Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_uint8 PASSED [ 61%] 2022-12-01T10:39:11.0268643Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_bool PASSED [ 61%] 2022-12-01T10:39:11.0268828Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_float16 PASSED [ 61%] 2022-12-01T10:39:11.0268991Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_float64 PASSED [ 61%] 2022-12-01T10:39:11.0269152Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_bfloat16 PASSED [ 62%] 2022-12-01T10:39:11.0269322Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_complex64 PASSED [ 62%] 2022-12-01T10:39:11.0269481Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int16 PASSED [ 62%] 2022-12-01T10:39:11.0269638Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int64 PASSED [ 62%] 2022-12-01T10:39:11.0269799Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_bfloat16 PASSED [ 62%] 2022-12-01T10:39:11.0269964Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_bool PASSED [ 62%] 2022-12-01T10:39:11.0270138Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_float32 PASSED [ 62%] 2022-12-01T10:39:11.0270305Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int16 PASSED [ 62%] 2022-12-01T10:39:11.0270467Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int32 PASSED [ 62%] 2022-12-01T10:39:11.0270634Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int8 PASSED [ 62%] 2022-12-01T10:39:11.0270795Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_bool PASSED [ 62%] 2022-12-01T10:39:11.0270966Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_complex128 PASSED [ 62%] 2022-12-01T10:39:11.0271135Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_float64 PASSED [ 62%] 2022-12-01T10:39:11.0271284Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int16 PASSED [ 62%] 2022-12-01T10:39:11.0271450Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int64 PASSED [ 62%] 2022-12-01T10:39:11.0271610Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_uint8 PASSED [ 62%] 2022-12-01T10:39:11.0271772Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_bfloat16 PASSED [ 62%] 2022-12-01T10:39:11.0271934Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int16 PASSED [ 62%] 2022-12-01T10:39:11.0272094Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int64 PASSED [ 62%] 2022-12-01T10:39:11.0272254Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_uint8 PASSED [ 62%] 2022-12-01T10:39:11.0272412Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_bool PASSED [ 62%] 2022-12-01T10:39:11.0272561Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_float32 PASSED [ 62%] 2022-12-01T10:39:11.0272722Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int16 PASSED [ 62%] 2022-12-01T10:39:11.0272881Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int64 PASSED [ 62%] 2022-12-01T10:39:11.0273039Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_uint8 PASSED [ 62%] 2022-12-01T10:39:11.0273234Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_complex64 PASSED [ 62%] 2022-12-01T10:39:11.0273400Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_float32 PASSED [ 62%] 2022-12-01T10:39:11.0273562Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_float64 PASSED [ 62%] 2022-12-01T10:39:11.0273725Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int32 PASSED [ 62%] 2022-12-01T10:39:11.0273888Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int64 PASSED [ 62%] 2022-12-01T10:39:11.0274063Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_uint8 PASSED [ 62%] 2022-12-01T10:39:11.0274227Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int64 PASSED [ 62%] 2022-12-01T10:39:11.0274399Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_complex64 PASSED [ 62%] 2022-12-01T10:39:11.0274564Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_float32 PASSED [ 62%] 2022-12-01T10:39:11.0274725Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_float64 PASSED [ 62%] 2022-12-01T10:39:11.0274887Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int64 PASSED [ 62%] 2022-12-01T10:39:11.0275050Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_uint8 PASSED [ 62%] 2022-12-01T10:39:11.0275226Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_bfloat16 PASSED [ 62%] 2022-12-01T10:39:11.0275401Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_bool PASSED [ 62%] 2022-12-01T10:39:11.0275567Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_complex32 PASSED [ 62%] 2022-12-01T10:39:11.0275743Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_complex64 PASSED [ 62%] 2022-12-01T10:39:11.0275918Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_float32 PASSED [ 62%] 2022-12-01T10:39:11.0276089Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int32 PASSED [ 62%] 2022-12-01T10:39:11.0276253Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_uint8 PASSED [ 62%] 2022-12-01T10:39:11.0276426Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_complex128 PASSED [ 62%] 2022-12-01T10:39:11.0276599Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_complex64 PASSED [ 62%] 2022-12-01T10:39:11.0276767Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_float32 PASSED [ 62%] 2022-12-01T10:39:11.0276932Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_float64 PASSED [ 62%] 2022-12-01T10:39:11.0277085Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int16 PASSED [ 62%] 2022-12-01T10:39:11.0277252Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int32 PASSED [ 62%] 2022-12-01T10:39:11.0277411Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int64 PASSED [ 62%] 2022-12-01T10:39:11.0277569Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_uint8 PASSED [ 62%] 2022-12-01T10:39:11.0277735Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_bool PASSED [ 62%] 2022-12-01T10:39:11.0277904Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_complex128 PASSED [ 62%] 2022-12-01T10:39:11.0278071Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_float32 PASSED [ 62%] 2022-12-01T10:39:11.0278232Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int32 PASSED [ 62%] 2022-12-01T10:39:11.0278392Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int64 PASSED [ 62%] 2022-12-01T10:39:11.0278574Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_uint8 PASSED [ 62%] 2022-12-01T10:39:11.0278737Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_bool PASSED [ 62%] 2022-12-01T10:39:11.0278909Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_complex128 PASSED [ 62%] 2022-12-01T10:39:11.0279079Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_complex64 PASSED [ 62%] 2022-12-01T10:39:11.0279247Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_float32 PASSED [ 62%] 2022-12-01T10:39:11.0279438Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int32 PASSED [ 62%] 2022-12-01T10:39:11.0279601Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int8 PASSED [ 62%] 2022-12-01T10:39:11.0279768Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_uint8 PASSED [ 62%] 2022-12-01T10:39:11.0279920Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_bool PASSED [ 62%] 2022-12-01T10:39:11.0280093Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_complex64 PASSED [ 62%] 2022-12-01T10:39:11.0280255Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int16 PASSED [ 62%] 2022-12-01T10:39:11.0280412Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int32 PASSED [ 62%] 2022-12-01T10:39:11.0280568Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int64 PASSED [ 62%] 2022-12-01T10:39:11.0280735Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_bool PASSED [ 62%] 2022-12-01T10:39:11.0280902Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_float64 PASSED [ 62%] 2022-12-01T10:39:11.0281065Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int16 PASSED [ 62%] 2022-12-01T10:39:11.0281231Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int8 PASSED [ 62%] 2022-12-01T10:39:11.0281382Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_uint8 PASSED [ 62%] 2022-12-01T10:39:11.0281543Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_bool PASSED [ 62%] 2022-12-01T10:39:11.0281718Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_complex128 PASSED [ 62%] 2022-12-01T10:39:11.0281888Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_complex64 PASSED [ 62%] 2022-12-01T10:39:11.0282058Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_float32 PASSED [ 62%] 2022-12-01T10:39:11.0282229Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_float64 PASSED [ 62%] 2022-12-01T10:39:11.0282393Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int16 PASSED [ 62%] 2022-12-01T10:39:11.0282557Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int64 PASSED [ 62%] 2022-12-01T10:39:11.0282721Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int8 PASSED [ 62%] 2022-12-01T10:39:11.0282872Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_uint8 PASSED [ 62%] 2022-12-01T10:39:11.0283050Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_complex64 PASSED [ 62%] 2022-12-01T10:39:11.0283226Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_float64 PASSED [ 62%] 2022-12-01T10:39:11.0283398Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int16 PASSED [ 62%] 2022-12-01T10:39:11.0283567Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int64 PASSED [ 62%] 2022-12-01T10:39:11.0283739Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_uint8 PASSED [ 62%] 2022-12-01T10:39:11.0283934Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int16 PASSED [ 62%] 2022-12-01T10:39:11.0284097Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_uint8 PASSED [ 62%] 2022-12-01T10:39:11.0284264Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_float32 PASSED [ 62%] 2022-12-01T10:39:11.0284416Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_float64 PASSED [ 62%] 2022-12-01T10:39:11.0284694Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int16 PASSED [ 62%] 2022-12-01T10:39:11.0284869Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int8 PASSED [ 62%] 2022-12-01T10:39:11.0285034Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_uint8 PASSED [ 62%] 2022-12-01T10:39:11.0285205Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_float32 PASSED [ 62%] 2022-12-01T10:39:11.0285374Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int16 PASSED [ 62%] 2022-12-01T10:39:11.0285537Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int32 PASSED [ 62%] 2022-12-01T10:39:11.0285701Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int8 PASSED [ 62%] 2022-12-01T10:39:11.0285864Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_uint8 PASSED [ 62%] 2022-12-01T10:39:11.0286017Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_bool PASSED [ 62%] 2022-12-01T10:39:11.0286195Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_complex128 PASSED [ 62%] 2022-12-01T10:39:11.0286365Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_float32 PASSED [ 62%] 2022-12-01T10:39:11.0286530Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_float64 PASSED [ 62%] 2022-12-01T10:39:11.0286697Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int64 PASSED [ 62%] 2022-12-01T10:39:11.0286859Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_uint8 PASSED [ 62%] 2022-12-01T10:39:11.0287024Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_bool PASSED [ 62%] 2022-12-01T10:39:11.0287196Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_complex64 PASSED [ 62%] 2022-12-01T10:39:11.0287366Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_float32 PASSED [ 62%] 2022-12-01T10:39:11.0287520Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_float64 PASSED [ 62%] 2022-12-01T10:39:11.0287685Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_uint8 PASSED [ 62%] 2022-12-01T10:39:11.0287848Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_bool PASSED [ 62%] 2022-12-01T10:39:11.0288021Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_complex128 PASSED [ 62%] 2022-12-01T10:39:11.0288191Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_float32 PASSED [ 62%] 2022-12-01T10:39:11.0288357Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int32 PASSED [ 62%] 2022-12-01T10:39:11.0288519Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int64 PASSED [ 62%] 2022-12-01T10:39:11.0288678Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int8 PASSED [ 62%] 2022-12-01T10:39:11.0294791Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_uint8 PASSED [ 62%] 2022-12-01T10:39:11.0295012Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_bool PASSED [ 62%] 2022-12-01T10:39:11.0295292Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_float64 PASSED [ 62%] 2022-12-01T10:39:11.0295465Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int8 PASSED [ 62%] 2022-12-01T10:39:11.0295637Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_uint8 PASSED [ 62%] 2022-12-01T10:39:11.0295808Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_float32 PASSED [ 62%] 2022-12-01T10:39:11.0295961Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int32 PASSED [ 62%] 2022-12-01T10:39:11.0296164Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int64 PASSED [ 62%] 2022-12-01T10:39:11.0296330Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_uint8 PASSED [ 62%] 2022-12-01T10:39:11.0296503Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_float64 PASSED [ 62%] 2022-12-01T10:39:11.0296673Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int16 PASSED [ 62%] 2022-12-01T10:39:11.0296838Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int32 PASSED [ 62%] 2022-12-01T10:39:11.0296999Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int64 PASSED [ 62%] 2022-12-01T10:39:11.0297162Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_uint8 PASSED [ 63%] 2022-12-01T10:39:11.0297332Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_bfloat16 PASSED [ 63%] 2022-12-01T10:39:11.0297486Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_bool PASSED [ 63%] 2022-12-01T10:39:11.0297659Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_complex128 PASSED [ 63%] 2022-12-01T10:39:11.0297824Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_float32 PASSED [ 63%] 2022-12-01T10:39:11.0297992Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_float64 PASSED [ 63%] 2022-12-01T10:39:11.0298156Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int16 PASSED [ 63%] 2022-12-01T10:39:11.0298317Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int32 PASSED [ 63%] 2022-12-01T10:39:11.0298483Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_bool PASSED [ 63%] 2022-12-01T10:39:11.0298657Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_complex128 PASSED [ 63%] 2022-12-01T10:39:11.0298820Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_complex32 PASSED [ 63%] 2022-12-01T10:39:11.0298987Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_complex64 PASSED [ 63%] 2022-12-01T10:39:11.0299156Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_float64 PASSED [ 63%] 2022-12-01T10:39:11.0299321Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int64 PASSED [ 63%] 2022-12-01T10:39:11.0299489Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int8 PASSED [ 63%] 2022-12-01T10:39:11.0299655Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_bfloat16 PASSED [ 63%] 2022-12-01T10:39:11.0299819Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_bool PASSED [ 63%] 2022-12-01T10:39:11.0299991Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_complex128 PASSED [ 63%] 2022-12-01T10:39:11.0300157Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_float16 PASSED [ 63%] 2022-12-01T10:39:11.0300307Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_float32 PASSED [ 63%] 2022-12-01T10:39:11.0300472Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_float64 PASSED [ 63%] 2022-12-01T10:39:11.0300634Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int8 PASSED [ 63%] 2022-12-01T10:39:11.0300837Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_bool PASSED [ 63%] 2022-12-01T10:39:11.0301011Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_complex128 PASSED [ 63%] 2022-12-01T10:39:11.0301180Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_float16 PASSED [ 63%] 2022-12-01T10:39:11.0301347Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_float32 PASSED [ 63%] 2022-12-01T10:39:11.0301541Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int32 PASSED [ 63%] 2022-12-01T10:39:11.0301706Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int64 PASSED [ 63%] 2022-12-01T10:39:11.0301858Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int8 PASSED [ 63%] 2022-12-01T10:39:11.0302024Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_uint8 PASSED [ 63%] 2022-12-01T10:39:11.0302402Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_bfloat16 PASSED [ 63%] 2022-12-01T10:39:11.0302570Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_bool PASSED [ 63%] 2022-12-01T10:39:11.0302741Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_complex64 PASSED [ 63%] 2022-12-01T10:39:11.0302908Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_float32 PASSED [ 63%] 2022-12-01T10:39:11.0303073Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int16 PASSED [ 63%] 2022-12-01T10:39:11.0303238Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int8 PASSED [ 63%] 2022-12-01T10:39:11.0303406Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_uint8 PASSED [ 63%] 2022-12-01T10:39:11.0303568Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_bfloat16 PASSED [ 63%] 2022-12-01T10:39:11.0303747Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_float32 PASSED [ 63%] 2022-12-01T10:39:11.0303920Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_float64 PASSED [ 63%] 2022-12-01T10:39:11.0304092Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int32 PASSED [ 63%] 2022-12-01T10:39:11.0304261Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int64 PASSED [ 63%] 2022-12-01T10:39:11.0304432Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int8 PASSED [ 63%] 2022-12-01T10:39:11.0304601Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_bfloat16 PASSED [ 63%] 2022-12-01T10:39:11.0304766Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_float32 PASSED [ 63%] 2022-12-01T10:39:11.0304917Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int32 PASSED [ 63%] 2022-12-01T10:39:11.0305083Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int64 PASSED [ 63%] 2022-12-01T10:39:11.0305248Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_uint8 PASSED [ 63%] 2022-12-01T10:39:11.0305439Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_bfloat16 SKIPPED (Skipped!) [ 63%] 2022-12-01T10:39:11.0305611Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int32 PASSED [ 63%] 2022-12-01T10:39:11.0305779Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_uint8 PASSED [ 63%] 2022-12-01T10:39:11.0305945Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_bfloat16 PASSED [ 63%] 2022-12-01T10:39:11.0306107Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_bool PASSED [ 63%] 2022-12-01T10:39:11.0306273Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_float32 PASSED [ 63%] 2022-12-01T10:39:11.0306482Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_float64 PASSED [ 63%] 2022-12-01T10:39:11.0306646Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int64 PASSED [ 63%] 2022-12-01T10:39:11.0306809Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_uint8 PASSED [ 63%] 2022-12-01T10:39:11.0306976Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_bfloat16 PASSED [ 63%] 2022-12-01T10:39:11.0307140Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_float16 PASSED [ 63%] 2022-12-01T10:39:11.0307338Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_float32 PASSED [ 63%] 2022-12-01T10:39:11.0307504Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_float64 PASSED [ 63%] 2022-12-01T10:39:11.0307667Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_float32 PASSED [ 63%] 2022-12-01T10:39:11.0307832Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int16 PASSED [ 63%] 2022-12-01T10:39:11.0307979Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int64 PASSED [ 63%] 2022-12-01T10:39:11.0308141Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int8 PASSED [ 63%] 2022-12-01T10:39:11.0308301Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_uint8 PASSED [ 63%] 2022-12-01T10:39:11.0308468Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_bfloat16 PASSED [ 63%] 2022-12-01T10:39:11.0308633Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_float16 PASSED [ 63%] 2022-12-01T10:39:11.0308796Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_float32 PASSED [ 63%] 2022-12-01T10:39:11.0308958Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_float64 PASSED [ 63%] 2022-12-01T10:39:11.0309121Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int16 PASSED [ 63%] 2022-12-01T10:39:11.0309267Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int32 PASSED [ 63%] 2022-12-01T10:39:11.0309429Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int8 PASSED [ 63%] 2022-12-01T10:39:11.0309589Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int32 PASSED [ 63%] 2022-12-01T10:39:11.0309745Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int64 PASSED [ 63%] 2022-12-01T10:39:11.0309907Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int8 PASSED [ 63%] 2022-12-01T10:39:11.0310062Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_uint8 PASSED [ 63%] 2022-12-01T10:39:11.0310220Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_bool PASSED [ 63%] 2022-12-01T10:39:11.0310382Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_float16 PASSED [ 63%] 2022-12-01T10:39:11.0310545Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_float64 PASSED [ 63%] 2022-12-01T10:39:11.0310687Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int16 PASSED [ 63%] 2022-12-01T10:39:11.0310844Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int8 PASSED [ 63%] 2022-12-01T10:39:11.0311021Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_bfloat16 PASSED [ 63%] 2022-12-01T10:39:11.0311195Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_float32 PASSED [ 63%] 2022-12-01T10:39:11.0311368Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int32 PASSED [ 63%] 2022-12-01T10:39:11.0311534Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int64 PASSED [ 63%] 2022-12-01T10:39:11.0311697Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_uint8 PASSED [ 63%] 2022-12-01T10:39:11.0311891Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_bfloat16 PASSED [ 63%] 2022-12-01T10:39:11.0312056Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_bool PASSED [ 63%] 2022-12-01T10:39:11.0312216Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_complex128 PASSED [ 63%] 2022-12-01T10:39:11.0312389Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_complex64 PASSED [ 63%] 2022-12-01T10:39:11.0312555Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int16 PASSED [ 63%] 2022-12-01T10:39:11.0312747Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int64 PASSED [ 63%] 2022-12-01T10:39:11.0312914Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int8 PASSED [ 63%] 2022-12-01T10:39:11.0313086Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_complex64 PASSED [ 63%] 2022-12-01T10:39:11.0313259Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_float16 PASSED [ 63%] 2022-12-01T10:39:11.0313428Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_float32 PASSED [ 63%] 2022-12-01T10:39:11.0313576Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int32 PASSED [ 63%] 2022-12-01T10:39:11.0313741Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int8 PASSED [ 63%] 2022-12-01T10:39:11.0313906Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_uint8 PASSED [ 63%] 2022-12-01T10:39:11.0314074Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hypot_cpu_bfloat16 PASSED [ 63%] 2022-12-01T10:39:11.0314241Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hypot_cpu_float64 PASSED [ 63%] 2022-12-01T10:39:11.0314404Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_bool PASSED [ 63%] 2022-12-01T10:39:11.0314571Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_float64 PASSED [ 63%] 2022-12-01T10:39:11.0314728Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int32 PASSED [ 63%] 2022-12-01T10:39:11.0314889Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int64 PASSED [ 63%] 2022-12-01T10:39:11.0315035Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int8 PASSED [ 63%] 2022-12-01T10:39:11.0315192Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_uint8 PASSED [ 63%] 2022-12-01T10:39:11.0315365Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_bfloat16 PASSED [ 63%] 2022-12-01T10:39:11.0315533Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_float64 PASSED [ 63%] 2022-12-01T10:39:11.0315703Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_float32 PASSED [ 63%] 2022-12-01T10:39:11.0315868Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_float64 PASSED [ 63%] 2022-12-01T10:39:11.0316032Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_imag_cpu_complex128 PASSED [ 63%] 2022-12-01T10:39:11.0316199Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_bool PASSED [ 63%] 2022-12-01T10:39:11.0316377Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_complex32 PASSED [ 63%] 2022-12-01T10:39:11.0316537Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_complex64 PASSED [ 63%] 2022-12-01T10:39:11.0316712Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_float32 PASSED [ 63%] 2022-12-01T10:39:11.0316880Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int32 PASSED [ 63%] 2022-12-01T10:39:11.0317044Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int64 PASSED [ 63%] 2022-12-01T10:39:11.0317235Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_uint8 PASSED [ 63%] 2022-12-01T10:39:11.0317409Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_bfloat16 PASSED [ 63%] 2022-12-01T10:39:11.0317579Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_bool PASSED [ 63%] 2022-12-01T10:39:11.0317752Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_float64 PASSED [ 63%] 2022-12-01T10:39:11.0317921Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int16 PASSED [ 63%] 2022-12-01T10:39:11.0318108Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int8 PASSED [ 63%] 2022-12-01T10:39:11.0318275Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_bool PASSED [ 63%] 2022-12-01T10:39:11.0318452Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_complex128 PASSED [ 63%] 2022-12-01T10:39:11.0318632Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_complex64 PASSED [ 63%] 2022-12-01T10:39:11.0318804Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_float16 PASSED [ 63%] 2022-12-01T10:39:11.0318972Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int32 PASSED [ 63%] 2022-12-01T10:39:11.0319138Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int64 PASSED [ 63%] 2022-12-01T10:39:11.0319305Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_uint8 PASSED [ 64%] 2022-12-01T10:39:11.0319484Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:39:11.0319643Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_bool PASSED [ 64%] 2022-12-01T10:39:11.0319823Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_complex32 PASSED [ 64%] 2022-12-01T10:39:11.0320000Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_float16 PASSED [ 64%] 2022-12-01T10:39:11.0320171Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int16 PASSED [ 64%] 2022-12-01T10:39:11.0320343Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int8 PASSED [ 64%] 2022-12-01T10:39:11.0320514Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_uint8 PASSED [ 64%] 2022-12-01T10:39:11.0320686Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:39:11.0320855Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_bool PASSED [ 64%] 2022-12-01T10:39:11.0321014Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_complex128 PASSED [ 64%] 2022-12-01T10:39:11.0321181Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_float16 PASSED [ 64%] 2022-12-01T10:39:11.0321350Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int16 PASSED [ 64%] 2022-12-01T10:39:11.0321520Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int64 PASSED [ 64%] 2022-12-01T10:39:11.0321686Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_uint8 PASSED [ 64%] 2022-12-01T10:39:11.0321858Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_complex32 PASSED [ 64%] 2022-12-01T10:39:11.0322027Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_float16 PASSED [ 64%] 2022-12-01T10:39:11.0322199Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int16 PASSED [ 64%] 2022-12-01T10:39:11.0322365Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int8 PASSED [ 64%] 2022-12-01T10:39:11.0322520Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:39:11.0322714Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_bool PASSED [ 64%] 2022-12-01T10:39:11.0322882Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_complex64 PASSED [ 64%] 2022-12-01T10:39:11.0323044Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_float16 PASSED [ 64%] 2022-12-01T10:39:11.0323210Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_float32 PASSED [ 64%] 2022-12-01T10:39:11.0323375Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_float64 PASSED [ 64%] 2022-12-01T10:39:11.0323569Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int16 PASSED [ 64%] 2022-12-01T10:39:11.0323736Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int8 PASSED [ 64%] 2022-12-01T10:39:11.0323905Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_complex64 PASSED [ 64%] 2022-12-01T10:39:11.0324057Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_float16 PASSED [ 64%] 2022-12-01T10:39:11.0324224Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_float32 PASSED [ 64%] 2022-12-01T10:39:11.0324387Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int16 PASSED [ 64%] 2022-12-01T10:39:11.0324551Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int32 PASSED [ 64%] 2022-12-01T10:39:11.0324785Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int8 PASSED [ 64%] 2022-12-01T10:39:11.0324962Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:39:11.0325130Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_float16 PASSED [ 64%] 2022-12-01T10:39:11.0325296Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_float64 PASSED [ 64%] 2022-12-01T10:39:11.0325467Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int16 PASSED [ 64%] 2022-12-01T10:39:11.0325620Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int32 PASSED [ 64%] 2022-12-01T10:39:11.0325790Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_uint8 PASSED [ 64%] 2022-12-01T10:39:11.0325957Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_bool PASSED [ 64%] 2022-12-01T10:39:11.0326124Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_float16 PASSED [ 64%] 2022-12-01T10:39:11.0326289Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_float64 PASSED [ 64%] 2022-12-01T10:39:11.0326455Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int8 PASSED [ 64%] 2022-12-01T10:39:11.0326623Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_uint8 PASSED [ 64%] 2022-12-01T10:39:11.0326794Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_bool PASSED [ 64%] 2022-12-01T10:39:11.0326952Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_complex128 PASSED [ 64%] 2022-12-01T10:39:11.0327123Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_complex32 PASSED [ 64%] 2022-12-01T10:39:11.0327289Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_complex64 PASSED [ 64%] 2022-12-01T10:39:11.0327456Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_float64 PASSED [ 64%] 2022-12-01T10:39:11.0327620Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int32 PASSED [ 64%] 2022-12-01T10:39:11.0327784Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int8 PASSED [ 64%] 2022-12-01T10:39:11.0327945Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int32 PASSED [ 64%] 2022-12-01T10:39:11.0328144Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int64 PASSED [ 64%] 2022-12-01T10:39:11.0328303Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int8 PASSED [ 64%] 2022-12-01T10:39:11.0328450Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_bool PASSED [ 64%] 2022-12-01T10:39:11.0328613Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_float16 PASSED [ 64%] 2022-12-01T10:39:11.0328775Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_float64 PASSED [ 64%] 2022-12-01T10:39:11.0328972Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int16 PASSED [ 64%] 2022-12-01T10:39:11.0329130Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int8 PASSED [ 64%] 2022-12-01T10:39:11.0329286Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_uint8 PASSED [ 64%] 2022-12-01T10:39:11.0329456Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:39:11.0329622Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_bool PASSED [ 64%] 2022-12-01T10:39:11.0329787Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int64 PASSED [ 64%] 2022-12-01T10:39:11.0329957Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:39:11.0330146Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_complex128 PASSED [ 64%] 2022-12-01T10:39:11.0330333Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_complex64 PASSED [ 64%] 2022-12-01T10:39:11.0330511Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_complex64 PASSED [ 64%] 2022-12-01T10:39:11.0330685Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_float16 PASSED [ 64%] 2022-12-01T10:39:11.0330860Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_float32 PASSED [ 64%] 2022-12-01T10:39:11.0331033Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_float32 PASSED [ 64%] 2022-12-01T10:39:11.0331213Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_complex64 PASSED [ 64%] 2022-12-01T10:39:11.0331396Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:39:11.0331569Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_complex64 PASSED [ 64%] 2022-12-01T10:39:11.0331753Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_float32 PASSED [ 64%] 2022-12-01T10:39:11.0331929Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_complex128 PASSED [ 64%] 2022-12-01T10:39:11.0332104Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_complex64 PASSED [ 64%] 2022-12-01T10:39:11.0332273Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int32 XFAIL [ 64%] 2022-12-01T10:39:11.0332434Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int64 PASSED [ 64%] 2022-12-01T10:39:11.0332594Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int8 PASSED [ 64%] 2022-12-01T10:39:11.0332759Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_float32 PASSED [ 64%] 2022-12-01T10:39:11.0332925Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_float64 PASSED [ 64%] 2022-12-01T10:39:11.0333076Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int32 PASSED [ 64%] 2022-12-01T10:39:11.0333240Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_uint8 PASSED [ 64%] 2022-12-01T10:39:11.0333401Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_bool PASSED [ 64%] 2022-12-01T10:39:11.0333599Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_complex64 PASSED [ 64%] 2022-12-01T10:39:11.0333759Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int16 PASSED [ 64%] 2022-12-01T10:39:11.0333920Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int64 PASSED [ 64%] 2022-12-01T10:39:11.0334082Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_float64 PASSED [ 64%] 2022-12-01T10:39:11.0334242Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int32 PASSED [ 64%] 2022-12-01T10:39:11.0334418Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int64 PASSED [ 64%] 2022-12-01T10:39:11.0334584Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int8 PASSED [ 64%] 2022-12-01T10:39:11.0334757Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_cpu_float64 PASSED [ 64%] 2022-12-01T10:39:11.0334932Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_float16 PASSED [ 64%] 2022-12-01T10:39:11.0335106Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int32 PASSED [ 64%] 2022-12-01T10:39:11.0335273Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_uint8 PASSED [ 64%] 2022-12-01T10:39:11.0335450Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:39:11.0335619Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_bool PASSED [ 64%] 2022-12-01T10:39:11.0335797Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_complex64 PASSED [ 64%] 2022-12-01T10:39:11.0335955Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_float16 PASSED [ 64%] 2022-12-01T10:39:11.0336131Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int32 PASSED [ 64%] 2022-12-01T10:39:11.0336299Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_uint8 PASSED [ 64%] 2022-12-01T10:39:11.0336469Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:39:11.0336640Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_bool PASSED [ 64%] 2022-12-01T10:39:11.0336816Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_complex64 PASSED [ 64%] 2022-12-01T10:39:11.0336988Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_float16 PASSED [ 64%] 2022-12-01T10:39:11.0337157Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_float64 PASSED [ 64%] 2022-12-01T10:39:11.0337325Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int16 PASSED [ 64%] 2022-12-01T10:39:11.0337480Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int8 PASSED [ 64%] 2022-12-01T10:39:11.0337649Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_uint8 PASSED [ 64%] 2022-12-01T10:39:11.0337827Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_complex128 PASSED [ 64%] 2022-12-01T10:39:11.0338000Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_float64 PASSED [ 64%] 2022-12-01T10:39:11.0338168Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int32 PASSED [ 64%] 2022-12-01T10:39:11.0338334Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_uint8 PASSED [ 64%] 2022-12-01T10:39:11.0338513Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_complex128 PASSED [ 64%] 2022-12-01T10:39:11.0338689Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_complex64 PASSED [ 64%] 2022-12-01T10:39:11.0338861Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_float64 PASSED [ 64%] 2022-12-01T10:39:11.0339060Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int16 PASSED [ 64%] 2022-12-01T10:39:11.0339226Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int32 PASSED [ 64%] 2022-12-01T10:39:11.0339400Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:39:11.0339573Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_float64 PASSED [ 64%] 2022-12-01T10:39:11.0339742Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int16 PASSED [ 64%] 2022-12-01T10:39:11.0339935Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_uint8 PASSED [ 64%] 2022-12-01T10:39:11.0340101Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:39:11.0340261Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_float16 PASSED [ 64%] 2022-12-01T10:39:11.0340424Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_float64 PASSED [ 64%] 2022-12-01T10:39:11.0340571Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int16 PASSED [ 64%] 2022-12-01T10:39:11.0340731Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int64 PASSED [ 64%] 2022-12-01T10:39:11.0340891Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int8 PASSED [ 64%] 2022-12-01T10:39:11.0341047Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_uint8 PASSED [ 64%] 2022-12-01T10:39:11.0341222Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:39:11.0341393Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_bool PASSED [ 64%] 2022-12-01T10:39:11.0341568Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_complex32 PASSED [ 64%] 2022-12-01T10:39:11.0341744Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_float16 PASSED [ 65%] 2022-12-01T10:39:11.0341903Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_float32 PASSED [ 65%] 2022-12-01T10:39:11.0342075Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int32 PASSED [ 65%] 2022-12-01T10:39:11.0342349Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:39:11.0342517Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_float32 PASSED [ 65%] 2022-12-01T10:39:11.0342686Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int32 PASSED [ 65%] 2022-12-01T10:39:11.0342856Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int64 PASSED [ 65%] 2022-12-01T10:39:11.0343022Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_uint8 PASSED [ 65%] 2022-12-01T10:39:11.0343194Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_complex128 PASSED [ 65%] 2022-12-01T10:39:11.0343361Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_complex64 PASSED [ 65%] 2022-12-01T10:39:11.0343512Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_float16 PASSED [ 65%] 2022-12-01T10:39:11.0343676Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_float32 PASSED [ 65%] 2022-12-01T10:39:11.0343842Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_float64 PASSED [ 65%] 2022-12-01T10:39:11.0344034Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:39:11.0344222Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_bool PASSED [ 65%] 2022-12-01T10:39:11.0344415Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_complex128 PASSED [ 65%] 2022-12-01T10:39:11.0344648Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int16 PASSED [ 65%] 2022-12-01T10:39:11.0344832Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int32 PASSED [ 65%] 2022-12-01T10:39:11.0345018Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_uint8 PASSED [ 65%] 2022-12-01T10:39:11.0345200Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_complex128 PASSED [ 65%] 2022-12-01T10:39:11.0345426Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_float32 PASSED [ 65%] 2022-12-01T10:39:11.0345615Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int16 PASSED [ 65%] 2022-12-01T10:39:11.0345787Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:39:11.0345957Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_bool PASSED [ 65%] 2022-12-01T10:39:11.0346125Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_float16 PASSED [ 65%] 2022-12-01T10:39:11.0346290Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int16 PASSED [ 65%] 2022-12-01T10:39:11.0346461Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_uint8 PASSED [ 65%] 2022-12-01T10:39:11.0346625Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_bool PASSED [ 65%] 2022-12-01T10:39:11.0346788Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_complex128 PASSED [ 65%] 2022-12-01T10:39:11.0346962Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_complex64 PASSED [ 65%] 2022-12-01T10:39:11.0347132Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_float16 PASSED [ 65%] 2022-12-01T10:39:11.0347301Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_float64 PASSED [ 65%] 2022-12-01T10:39:11.0347469Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int32 PASSED [ 65%] 2022-12-01T10:39:11.0347635Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int8 PASSED [ 65%] 2022-12-01T10:39:11.0347799Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:39:11.0347967Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_complex128 PASSED [ 65%] 2022-12-01T10:39:11.0348136Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_complex64 PASSED [ 65%] 2022-12-01T10:39:11.0348286Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_float16 PASSED [ 65%] 2022-12-01T10:39:11.0348455Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_float32 PASSED [ 65%] 2022-12-01T10:39:11.0348621Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_float64 PASSED [ 65%] 2022-12-01T10:39:11.0348782Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int32 PASSED [ 65%] 2022-12-01T10:39:11.0348945Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int64 PASSED [ 65%] 2022-12-01T10:39:11.0349106Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int8 PASSED [ 65%] 2022-12-01T10:39:11.0349263Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_uint8 PASSED [ 65%] 2022-12-01T10:39:11.0349440Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:39:11.0349612Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_float16 PASSED [ 65%] 2022-12-01T10:39:11.0349764Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_float32 PASSED [ 65%] 2022-12-01T10:39:11.0349994Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_float64 PASSED [ 65%] 2022-12-01T10:39:11.0350162Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int32 PASSED [ 65%] 2022-12-01T10:39:11.0350325Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int64 PASSED [ 65%] 2022-12-01T10:39:11.0350493Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:39:11.0350656Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_bool PASSED [ 65%] 2022-12-01T10:39:11.0350855Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_complex128 PASSED [ 65%] 2022-12-01T10:39:11.0351027Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_complex64 PASSED [ 65%] 2022-12-01T10:39:11.0351180Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_float16 PASSED [ 65%] 2022-12-01T10:39:11.0351348Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_float64 PASSED [ 65%] 2022-12-01T10:39:11.0351513Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int8 PASSED [ 65%] 2022-12-01T10:39:11.0351676Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_uint8 PASSED [ 65%] 2022-12-01T10:39:11.0351860Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_native_layer_norm_cpu_float64 PASSED [ 65%] 2022-12-01T10:39:11.0352022Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:39:11.0352185Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_bool PASSED [ 65%] 2022-12-01T10:39:11.0352352Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_complex128 PASSED [ 65%] 2022-12-01T10:39:11.0352514Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_float16 PASSED [ 65%] 2022-12-01T10:39:11.0352665Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_float32 PASSED [ 65%] 2022-12-01T10:39:11.0352825Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_float64 PASSED [ 65%] 2022-12-01T10:39:11.0352985Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int32 PASSED [ 65%] 2022-12-01T10:39:11.0353153Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_complex128 PASSED [ 65%] 2022-12-01T10:39:11.0353319Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_complex64 PASSED [ 65%] 2022-12-01T10:39:11.0353486Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_float16 PASSED [ 65%] 2022-12-01T10:39:11.0353648Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int16 PASSED [ 65%] 2022-12-01T10:39:11.0353806Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int32 PASSED [ 65%] 2022-12-01T10:39:11.0353963Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int64 PASSED [ 65%] 2022-12-01T10:39:11.0354113Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int8 PASSED [ 65%] 2022-12-01T10:39:11.0354328Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_bfloat16 SKIPPED (Expected: empty is not comparable) [ 65%] 2022-12-01T10:39:11.0354540Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_bool SKIPPED (Expected: empty is not comparable) [ 65%] 2022-12-01T10:39:11.0354754Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_float16 SKIPPED (Expected: empty is not comparable) [ 65%] 2022-12-01T10:39:11.0354964Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_float64 SKIPPED (Expected: empty is not comparable) [ 65%] 2022-12-01T10:39:11.0355175Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int64 SKIPPED (Expected: empty is not comparable) [ 65%] 2022-12-01T10:39:11.0355407Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int8 SKIPPED (Expected: empty is not comparable) [ 65%] 2022-12-01T10:39:11.0355618Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_uint8 SKIPPED (Expected: empty is not comparable) [ 65%] 2022-12-01T10:39:11.0355849Z 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:39:11.0356079Z 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:39:11.0356323Z 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:39:11.0356556Z 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:39:11.0356785Z 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:39:11.0357012Z 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:39:11.0357236Z 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:39:11.0357412Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_float32 PASSED [ 65%] 2022-12-01T10:39:11.0357580Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int32 PASSED [ 65%] 2022-12-01T10:39:11.0357752Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:39:11.0357920Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_bool PASSED [ 65%] 2022-12-01T10:39:11.0358096Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_complex64 PASSED [ 65%] 2022-12-01T10:39:11.0358247Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int32 PASSED [ 65%] 2022-12-01T10:39:11.0358415Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_uint8 PASSED [ 65%] 2022-12-01T10:39:11.0358581Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_bool PASSED [ 65%] 2022-12-01T10:39:11.0358758Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_complex64 PASSED [ 65%] 2022-12-01T10:39:11.0358931Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_float16 PASSED [ 65%] 2022-12-01T10:39:11.0359099Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int32 PASSED [ 65%] 2022-12-01T10:39:11.0359264Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int8 PASSED [ 65%] 2022-12-01T10:39:11.0359439Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nextafter_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:39:11.0359610Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nextafter_cpu_float32 PASSED [ 65%] 2022-12-01T10:39:11.0359763Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nextafter_cpu_float64 PASSED [ 65%] 2022-12-01T10:39:11.0359946Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_celu_cpu_float32 PASSED [ 65%] 2022-12-01T10:39:11.0360175Z 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:39:11.0360359Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_elu_cpu_float32 PASSED [ 65%] 2022-12-01T10:39:11.0360541Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_elu_cpu_float64 PASSED [ 65%] 2022-12-01T10:39:11.0360749Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_gelu_cpu_float32 PASSED [ 65%] 2022-12-01T10:39:11.0360931Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_gelu_cpu_float64 PASSED [ 65%] 2022-12-01T10:39:11.0361124Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cpu_float64 PASSED [ 65%] 2022-12-01T10:39:11.0361313Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:39:11.0361511Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_float32 PASSED [ 65%] 2022-12-01T10:39:11.0361698Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int16 PASSED [ 65%] 2022-12-01T10:39:11.0361882Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int64 PASSED [ 65%] 2022-12-01T10:39:11.0362085Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:39:11.0362273Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_huber_loss_cpu_float64 PASSED [ 65%] 2022-12-01T10:39:11.0362456Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_complex128 PASSED [ 65%] 2022-12-01T10:39:11.0362638Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_float64 PASSED [ 65%] 2022-12-01T10:39:11.0362827Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cpu_float32 PASSED [ 65%] 2022-12-01T10:39:11.0363011Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cpu_float64 PASSED [ 65%] 2022-12-01T10:39:11.0363191Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cpu_float32 PASSED [ 65%] 2022-12-01T10:39:11.0363357Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cpu_float64 PASSED [ 65%] 2022-12-01T10:39:11.0363553Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int16 PASSED [ 65%] 2022-12-01T10:39:11.0363746Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int32 PASSED [ 65%] 2022-12-01T10:39:11.0363939Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int8 PASSED [ 65%] 2022-12-01T10:39:11.0364135Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_uint8 PASSED [ 65%] 2022-12-01T10:39:11.0364332Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_float32 PASSED [ 65%] 2022-12-01T10:39:11.0364527Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_float64 PASSED [ 65%] 2022-12-01T10:39:11.0364799Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int16 PASSED [ 65%] 2022-12-01T10:39:11.0364996Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int8 PASSED [ 65%] 2022-12-01T10:39:11.0365167Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pdist_cpu_float32 PASSED [ 65%] 2022-12-01T10:39:11.0365350Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pdist_cpu_float64 PASSED [ 65%] 2022-12-01T10:39:11.0365549Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:39:11.0365743Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 66%] 2022-12-01T10:39:11.0365933Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int16 PASSED [ 66%] 2022-12-01T10:39:11.0366159Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int64 PASSED [ 66%] 2022-12-01T10:39:11.0366348Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_uint8 PASSED [ 66%] 2022-12-01T10:39:11.0366532Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_prelu_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:39:11.0366713Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_prelu_cpu_float32 PASSED [ 66%] 2022-12-01T10:39:11.0366936Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_prelu_cpu_float64 PASSED [ 66%] 2022-12-01T10:39:11.0367107Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:39:11.0367288Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int16 PASSED [ 66%] 2022-12-01T10:39:11.0367470Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int32 PASSED [ 66%] 2022-12-01T10:39:11.0367649Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int8 PASSED [ 66%] 2022-12-01T10:39:11.0367825Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_uint8 PASSED [ 66%] 2022-12-01T10:39:11.0368003Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int8 PASSED [ 66%] 2022-12-01T10:39:11.0368195Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softplus_cpu_float32 PASSED [ 66%] 2022-12-01T10:39:11.0368382Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softplus_cpu_float64 PASSED [ 66%] 2022-12-01T10:39:11.0368572Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:39:11.0368746Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cpu_float32 PASSED [ 66%] 2022-12-01T10:39:11.0368933Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cpu_float64 PASSED [ 66%] 2022-12-01T10:39:11.0369126Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_complex128 PASSED [ 66%] 2022-12-01T10:39:11.0369313Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_float32 PASSED [ 66%] 2022-12-01T10:39:11.0369498Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_float64 PASSED [ 66%] 2022-12-01T10:39:11.0369683Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int16 PASSED [ 66%] 2022-12-01T10:39:11.0369867Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int32 PASSED [ 66%] 2022-12-01T10:39:11.0370054Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_uint8 PASSED [ 66%] 2022-12-01T10:39:11.0370246Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:39:11.0370433Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_float32 PASSED [ 66%] 2022-12-01T10:39:11.0370605Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int16 PASSED [ 66%] 2022-12-01T10:39:11.0370791Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int32 PASSED [ 66%] 2022-12-01T10:39:11.0370976Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int64 PASSED [ 66%] 2022-12-01T10:39:11.0371141Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:39:11.0371314Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_complex128 PASSED [ 66%] 2022-12-01T10:39:11.0371510Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_complex64 PASSED [ 66%] 2022-12-01T10:39:11.0371677Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:39:11.0371845Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_complex64 PASSED [ 66%] 2022-12-01T10:39:11.0372009Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_float16 PASSED [ 66%] 2022-12-01T10:39:11.0372161Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_float32 PASSED [ 66%] 2022-12-01T10:39:11.0372353Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_float64 PASSED [ 66%] 2022-12-01T10:39:11.0372517Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int16 PASSED [ 66%] 2022-12-01T10:39:11.0372679Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int32 PASSED [ 66%] 2022-12-01T10:39:11.0372841Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int64 PASSED [ 66%] 2022-12-01T10:39:11.0372999Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_uint8 PASSED [ 66%] 2022-12-01T10:39:11.0373172Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:39:11.0373348Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_float16 PASSED [ 66%] 2022-12-01T10:39:11.0373501Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_float32 PASSED [ 66%] 2022-12-01T10:39:11.0373667Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_float64 PASSED [ 66%] 2022-12-01T10:39:11.0373836Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int16 PASSED [ 66%] 2022-12-01T10:39:11.0374002Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int32 PASSED [ 66%] 2022-12-01T10:39:11.0374171Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int64 PASSED [ 66%] 2022-12-01T10:39:11.0374341Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:39:11.0374515Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_complex64 PASSED [ 66%] 2022-12-01T10:39:11.0374685Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_float16 PASSED [ 66%] 2022-12-01T10:39:11.0374851Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_float64 PASSED [ 66%] 2022-12-01T10:39:11.0375007Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int16 PASSED [ 66%] 2022-12-01T10:39:11.0375173Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int64 PASSED [ 66%] 2022-12-01T10:39:11.0375336Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:39:11.0375503Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_float64 PASSED [ 66%] 2022-12-01T10:39:11.0375669Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int16 PASSED [ 66%] 2022-12-01T10:39:11.0375833Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int64 PASSED [ 66%] 2022-12-01T10:39:11.0375994Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int8 PASSED [ 66%] 2022-12-01T10:39:11.0376155Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_uint8 PASSED [ 66%] 2022-12-01T10:39:11.0376331Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_complex128 PASSED [ 66%] 2022-12-01T10:39:11.0376481Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_float32 PASSED [ 66%] 2022-12-01T10:39:11.0376644Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int32 PASSED [ 66%] 2022-12-01T10:39:11.0376806Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_uint8 PASSED [ 66%] 2022-12-01T10:39:11.0377004Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_complex64 PASSED [ 66%] 2022-12-01T10:39:11.0377170Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_float64 PASSED [ 66%] 2022-12-01T10:39:11.0377340Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:39:11.0377513Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_complex64 PASSED [ 66%] 2022-12-01T10:39:11.0377702Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int16 PASSED [ 66%] 2022-12-01T10:39:11.0377851Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int32 PASSED [ 66%] 2022-12-01T10:39:11.0378016Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_uint8 PASSED [ 66%] 2022-12-01T10:39:11.0378181Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:39:11.0378352Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_complex128 PASSED [ 66%] 2022-12-01T10:39:11.0378519Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_complex32 PASSED [ 66%] 2022-12-01T10:39:11.0378682Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_float16 PASSED [ 66%] 2022-12-01T10:39:11.0378846Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_float32 PASSED [ 66%] 2022-12-01T10:39:11.0379028Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_complex64 PASSED [ 66%] 2022-12-01T10:39:11.0379202Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_float32 PASSED [ 66%] 2022-12-01T10:39:11.0379360Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_float64 PASSED [ 66%] 2022-12-01T10:39:11.0379534Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int64 PASSED [ 66%] 2022-12-01T10:39:11.0379706Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int8 PASSED [ 66%] 2022-12-01T10:39:11.0379881Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_float16 PASSED [ 66%] 2022-12-01T10:39:11.0380051Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_float32 PASSED [ 66%] 2022-12-01T10:39:11.0380217Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_float64 PASSED [ 66%] 2022-12-01T10:39:11.0380385Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int16 PASSED [ 66%] 2022-12-01T10:39:11.0380552Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int64 PASSED [ 66%] 2022-12-01T10:39:11.0380719Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int8 PASSED [ 66%] 2022-12-01T10:39:11.0380875Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_uint8 PASSED [ 66%] 2022-12-01T10:39:11.0381045Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_float16 PASSED [ 66%] 2022-12-01T10:39:11.0381215Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_float32 PASSED [ 66%] 2022-12-01T10:39:11.0381376Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int16 PASSED [ 66%] 2022-12-01T10:39:11.0381542Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int32 PASSED [ 66%] 2022-12-01T10:39:11.0381709Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int64 PASSED [ 66%] 2022-12-01T10:39:11.0381876Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_uint8 PASSED [ 66%] 2022-12-01T10:39:11.0382051Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:39:11.0382347Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_complex64 PASSED [ 66%] 2022-12-01T10:39:11.0382553Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_float16 PASSED [ 66%] 2022-12-01T10:39:11.0382719Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_float32 PASSED [ 66%] 2022-12-01T10:39:11.0382887Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int8 PASSED [ 66%] 2022-12-01T10:39:11.0383056Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_uint8 PASSED [ 66%] 2022-12-01T10:39:11.0383256Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:39:11.0383431Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_complex32 PASSED [ 66%] 2022-12-01T10:39:11.0383596Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int16 PASSED [ 66%] 2022-12-01T10:39:11.0383765Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int32 PASSED [ 66%] 2022-12-01T10:39:11.0383931Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int8 PASSED [ 66%] 2022-12-01T10:39:11.0384086Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:39:11.0384249Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_bool PASSED [ 66%] 2022-12-01T10:39:11.0384418Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_complex128 PASSED [ 66%] 2022-12-01T10:39:11.0384584Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_complex32 PASSED [ 66%] 2022-12-01T10:39:11.0384750Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_complex64 PASSED [ 66%] 2022-12-01T10:39:11.0384916Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_float32 PASSED [ 66%] 2022-12-01T10:39:11.0385079Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int16 PASSED [ 66%] 2022-12-01T10:39:11.0385240Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int32 PASSED [ 66%] 2022-12-01T10:39:11.0385384Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_bool PASSED [ 66%] 2022-12-01T10:39:11.0385555Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_complex64 PASSED [ 66%] 2022-12-01T10:39:11.0385723Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_float16 PASSED [ 66%] 2022-12-01T10:39:11.0385887Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int64 PASSED [ 66%] 2022-12-01T10:39:11.0386047Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int8 PASSED [ 66%] 2022-12-01T10:39:11.0386208Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_uint8 PASSED [ 66%] 2022-12-01T10:39:11.0386376Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:39:11.0386545Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_float64 PASSED [ 66%] 2022-12-01T10:39:11.0386706Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int64 PASSED [ 66%] 2022-12-01T10:39:11.0386854Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_uint8 PASSED [ 66%] 2022-12-01T10:39:11.0387026Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_complex64 PASSED [ 66%] 2022-12-01T10:39:11.0387193Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_float64 PASSED [ 66%] 2022-12-01T10:39:11.0387355Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int8 PASSED [ 66%] 2022-12-01T10:39:11.0387517Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_uint8 PASSED [ 66%] 2022-12-01T10:39:11.0387684Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_complex64 PASSED [ 66%] 2022-12-01T10:39:11.0387885Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_float32 PASSED [ 66%] 2022-12-01T10:39:11.0388046Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_float64 PASSED [ 66%] 2022-12-01T10:39:11.0388209Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int64 PASSED [ 67%] 2022-12-01T10:39:11.0388358Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int8 PASSED [ 67%] 2022-12-01T10:39:11.0388522Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:39:11.0388716Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_bool PASSED [ 67%] 2022-12-01T10:39:11.0388878Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_float32 PASSED [ 67%] 2022-12-01T10:39:11.0389039Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_float64 PASSED [ 67%] 2022-12-01T10:39:11.0389202Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int32 PASSED [ 67%] 2022-12-01T10:39:11.0389375Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:39:11.0389548Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_complex128 PASSED [ 67%] 2022-12-01T10:39:11.0389703Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_float32 PASSED [ 67%] 2022-12-01T10:39:11.0389870Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int16 PASSED [ 67%] 2022-12-01T10:39:11.0390037Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int64 PASSED [ 67%] 2022-12-01T10:39:11.0390200Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int8 PASSED [ 67%] 2022-12-01T10:39:11.0390367Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_uint8 PASSED [ 67%] 2022-12-01T10:39:11.0390532Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:39:11.0390697Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_float16 PASSED [ 67%] 2022-12-01T10:39:11.0390858Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int16 PASSED [ 67%] 2022-12-01T10:39:11.0391019Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int64 PASSED [ 67%] 2022-12-01T10:39:11.0391166Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_uint8 PASSED [ 67%] 2022-12-01T10:39:11.0391334Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_bool PASSED [ 67%] 2022-12-01T10:39:11.0391504Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_float16 PASSED [ 67%] 2022-12-01T10:39:11.0391669Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_float32 PASSED [ 67%] 2022-12-01T10:39:11.0391831Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_float64 PASSED [ 67%] 2022-12-01T10:39:11.0391998Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int16 PASSED [ 67%] 2022-12-01T10:39:11.0392162Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int8 PASSED [ 67%] 2022-12-01T10:39:11.0392328Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_uint8 PASSED [ 67%] 2022-12-01T10:39:11.0392489Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:39:11.0392642Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_bool PASSED [ 67%] 2022-12-01T10:39:11.0392806Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_float32 PASSED [ 67%] 2022-12-01T10:39:11.0392965Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int16 PASSED [ 67%] 2022-12-01T10:39:11.0393124Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int32 PASSED [ 67%] 2022-12-01T10:39:11.0393314Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int64 PASSED [ 67%] 2022-12-01T10:39:11.0393471Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_uint8 PASSED [ 67%] 2022-12-01T10:39:11.0393626Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_bool PASSED [ 67%] 2022-12-01T10:39:11.0393799Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_complex128 PASSED [ 67%] 2022-12-01T10:39:11.0393954Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_complex64 PASSED [ 67%] 2022-12-01T10:39:11.0394148Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_float32 PASSED [ 67%] 2022-12-01T10:39:11.0394309Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_float64 PASSED [ 67%] 2022-12-01T10:39:11.0394473Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int16 PASSED [ 67%] 2022-12-01T10:39:11.0394637Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int32 PASSED [ 67%] 2022-12-01T10:39:11.0394799Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int8 PASSED [ 67%] 2022-12-01T10:39:11.0394957Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_uint8 PASSED [ 67%] 2022-12-01T10:39:11.0395127Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_complex128 PASSED [ 67%] 2022-12-01T10:39:11.0395295Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_complex64 PASSED [ 67%] 2022-12-01T10:39:11.0395446Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_float32 PASSED [ 67%] 2022-12-01T10:39:11.0395611Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_float64 PASSED [ 67%] 2022-12-01T10:39:11.0395770Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int32 PASSED [ 67%] 2022-12-01T10:39:11.0395940Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:39:11.0396118Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_bool PASSED [ 67%] 2022-12-01T10:39:11.0396298Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_float32 PASSED [ 67%] 2022-12-01T10:39:11.0396476Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_int16 PASSED [ 67%] 2022-12-01T10:39:11.0396652Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_float64 PASSED [ 67%] 2022-12-01T10:39:11.0396828Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_int16 PASSED [ 67%] 2022-12-01T10:39:11.0396993Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_uint8 PASSED [ 67%] 2022-12-01T10:39:11.0397170Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_float32 PASSED [ 67%] 2022-12-01T10:39:11.0397347Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_float64 PASSED [ 67%] 2022-12-01T10:39:11.0397519Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int8 PASSED [ 67%] 2022-12-01T10:39:11.0397692Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_uint8 PASSED [ 67%] 2022-12-01T10:39:11.0397864Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_float64 PASSED [ 67%] 2022-12-01T10:39:11.0398031Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int32 PASSED [ 67%] 2022-12-01T10:39:11.0398197Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int64 PASSED [ 67%] 2022-12-01T10:39:11.0398371Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_float32 PASSED [ 67%] 2022-12-01T10:39:11.0398528Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int32 PASSED [ 67%] 2022-12-01T10:39:11.0398739Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int8 PASSED [ 67%] 2022-12-01T10:39:11.0398908Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_uint8 PASSED [ 67%] 2022-12-01T10:39:11.0399085Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:39:11.0399258Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int8 PASSED [ 67%] 2022-12-01T10:39:11.0399462Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_uint8 PASSED [ 67%] 2022-12-01T10:39:11.0399665Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int16 PASSED [ 67%] 2022-12-01T10:39:11.0399862Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int32 PASSED [ 67%] 2022-12-01T10:39:11.0400063Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 PASSED [ 67%] 2022-12-01T10:39:11.0400246Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_float64 PASSED [ 67%] 2022-12-01T10:39:11.0400441Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int16 PASSED [ 67%] 2022-12-01T10:39:11.0400634Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int32 PASSED [ 67%] 2022-12-01T10:39:11.0400830Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int8 PASSED [ 67%] 2022-12-01T10:39:11.0401033Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:39:11.0401235Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 PASSED [ 67%] 2022-12-01T10:39:11.0401431Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_uint8 PASSED [ 67%] 2022-12-01T10:39:11.0401625Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_float32 PASSED [ 67%] 2022-12-01T10:39:11.0401814Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_float64 PASSED [ 67%] 2022-12-01T10:39:11.0402005Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_int16 PASSED [ 67%] 2022-12-01T10:39:11.0402179Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_int64 PASSED [ 67%] 2022-12-01T10:39:11.0402358Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_float64 PASSED [ 67%] 2022-12-01T10:39:11.0402533Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int64 PASSED [ 67%] 2022-12-01T10:39:11.0402712Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int8 PASSED [ 67%] 2022-12-01T10:39:11.0402879Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:39:11.0403045Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_float32 PASSED [ 67%] 2022-12-01T10:39:11.0403209Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int32 PASSED [ 67%] 2022-12-01T10:39:11.0403370Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int64 PASSED [ 67%] 2022-12-01T10:39:11.0403519Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int8 PASSED [ 67%] 2022-12-01T10:39:11.0403678Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_uint8 PASSED [ 67%] 2022-12-01T10:39:11.0403843Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_bool PASSED [ 67%] 2022-12-01T10:39:11.0404045Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_complex128 PASSED [ 67%] 2022-12-01T10:39:11.0404216Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_float32 PASSED [ 67%] 2022-12-01T10:39:11.0404381Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int64 PASSED [ 67%] 2022-12-01T10:39:11.0404545Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int8 PASSED [ 67%] 2022-12-01T10:39:11.0404785Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:39:11.0404995Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_bool PASSED [ 67%] 2022-12-01T10:39:11.0405159Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_complex128 PASSED [ 67%] 2022-12-01T10:39:11.0405332Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_complex64 PASSED [ 67%] 2022-12-01T10:39:11.0405506Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_float32 PASSED [ 67%] 2022-12-01T10:39:11.0405672Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int32 PASSED [ 67%] 2022-12-01T10:39:11.0405838Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int64 PASSED [ 67%] 2022-12-01T10:39:11.0406003Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int8 PASSED [ 67%] 2022-12-01T10:39:11.0406171Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_uint8 PASSED [ 67%] 2022-12-01T10:39:11.0406345Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_complex128 PASSED [ 67%] 2022-12-01T10:39:11.0406516Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_complex64 PASSED [ 67%] 2022-12-01T10:39:11.0406668Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_float16 PASSED [ 67%] 2022-12-01T10:39:11.0406837Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int32 PASSED [ 67%] 2022-12-01T10:39:11.0407001Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int64 PASSED [ 67%] 2022-12-01T10:39:11.0407165Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int8 PASSED [ 67%] 2022-12-01T10:39:11.0407327Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_uint8 PASSED [ 67%] 2022-12-01T10:39:11.0407496Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_complex64 PASSED [ 67%] 2022-12-01T10:39:11.0407662Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_float16 PASSED [ 67%] 2022-12-01T10:39:11.0407827Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_float32 PASSED [ 67%] 2022-12-01T10:39:11.0407989Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_float64 PASSED [ 67%] 2022-12-01T10:39:11.0408148Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:39:11.0408320Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_float16 PASSED [ 67%] 2022-12-01T10:39:11.0408485Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_float32 PASSED [ 67%] 2022-12-01T10:39:11.0408649Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:39:11.0408816Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_complex128 PASSED [ 67%] 2022-12-01T10:39:11.0408981Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_float64 PASSED [ 67%] 2022-12-01T10:39:11.0409142Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int16 PASSED [ 67%] 2022-12-01T10:39:11.0409302Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int32 PASSED [ 67%] 2022-12-01T10:39:11.0409446Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int64 PASSED [ 67%] 2022-12-01T10:39:11.0409632Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_uint8 PASSED [ 67%] 2022-12-01T10:39:11.0409796Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:39:11.0409957Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_bool PASSED [ 67%] 2022-12-01T10:39:11.0410128Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_complex64 PASSED [ 67%] 2022-12-01T10:39:11.0410290Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_float16 PASSED [ 67%] 2022-12-01T10:39:11.0410477Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int32 PASSED [ 67%] 2022-12-01T10:39:11.0410641Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int8 PASSED [ 68%] 2022-12-01T10:39:11.0410800Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_uint8 PASSED [ 68%] 2022-12-01T10:39:11.0410964Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_bfloat16 PASSED [ 68%] 2022-12-01T10:39:11.0411133Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_bool PASSED [ 68%] 2022-12-01T10:39:11.0411310Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_complex128 PASSED [ 68%] 2022-12-01T10:39:11.0411485Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_float16 PASSED [ 68%] 2022-12-01T10:39:11.0411657Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_float64 PASSED [ 68%] 2022-12-01T10:39:11.0411830Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int16 PASSED [ 68%] 2022-12-01T10:39:11.0411998Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int64 PASSED [ 68%] 2022-12-01T10:39:11.0412163Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_float64 PASSED [ 68%] 2022-12-01T10:39:11.0412328Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int16 PASSED [ 68%] 2022-12-01T10:39:11.0412473Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int64 PASSED [ 68%] 2022-12-01T10:39:11.0412633Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int8 PASSED [ 68%] 2022-12-01T10:39:11.0412803Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_complex128 PASSED [ 68%] 2022-12-01T10:39:11.0412967Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_float64 PASSED [ 68%] 2022-12-01T10:39:11.0413131Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int8 PASSED [ 68%] 2022-12-01T10:39:11.0413294Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_uint8 PASSED [ 68%] 2022-12-01T10:39:11.0413464Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_complex128 PASSED [ 68%] 2022-12-01T10:39:11.0413630Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_float32 PASSED [ 68%] 2022-12-01T10:39:11.0413778Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int16 PASSED [ 68%] 2022-12-01T10:39:11.0413940Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int32 PASSED [ 68%] 2022-12-01T10:39:11.0414100Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_uint8 PASSED [ 68%] 2022-12-01T10:39:11.0414272Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int16 PASSED [ 68%] 2022-12-01T10:39:11.0414444Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int32 PASSED [ 68%] 2022-12-01T10:39:11.0414608Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int64 PASSED [ 68%] 2022-12-01T10:39:11.0414777Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_complex128 PASSED [ 68%] 2022-12-01T10:39:11.0414969Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_float32 PASSED [ 68%] 2022-12-01T10:39:11.0415130Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_float64 PASSED [ 68%] 2022-12-01T10:39:11.0415276Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int32 PASSED [ 68%] 2022-12-01T10:39:11.0415444Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_float32 PASSED [ 68%] 2022-12-01T10:39:11.0415608Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int16 PASSED [ 68%] 2022-12-01T10:39:11.0415798Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int32 PASSED [ 68%] 2022-12-01T10:39:11.0415963Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int8 PASSED [ 68%] 2022-12-01T10:39:11.0416132Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_bool PASSED [ 68%] 2022-12-01T10:39:11.0416306Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_float16 PASSED [ 68%] 2022-12-01T10:39:11.0416477Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int16 PASSED [ 68%] 2022-12-01T10:39:11.0416642Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int32 PASSED [ 68%] 2022-12-01T10:39:11.0416790Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int64 PASSED [ 68%] 2022-12-01T10:39:11.0416961Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int8 PASSED [ 68%] 2022-12-01T10:39:11.0417129Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_bfloat16 PASSED [ 68%] 2022-12-01T10:39:11.0417291Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_bool PASSED [ 68%] 2022-12-01T10:39:11.0417455Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_complex128 PASSED [ 68%] 2022-12-01T10:39:11.0417619Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_float32 PASSED [ 68%] 2022-12-01T10:39:11.0417784Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int16 PASSED [ 68%] 2022-12-01T10:39:11.0417944Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int64 PASSED [ 68%] 2022-12-01T10:39:11.0418103Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_indices_cpu_int64 PASSED [ 68%] 2022-12-01T10:39:11.0418276Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_complex128 PASSED [ 68%] 2022-12-01T10:39:11.0418448Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_complex64 PASSED [ 68%] 2022-12-01T10:39:11.0418613Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_float32 PASSED [ 68%] 2022-12-01T10:39:11.0418779Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_float64 PASSED [ 68%] 2022-12-01T10:39:11.0418940Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int32 PASSED [ 68%] 2022-12-01T10:39:11.0419105Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int8 PASSED [ 68%] 2022-12-01T10:39:11.0419264Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_uint8 PASSED [ 68%] 2022-12-01T10:39:11.0419438Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_indices_cpu_int32 PASSED [ 68%] 2022-12-01T10:39:11.0419591Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_indices_cpu_int64 PASSED [ 68%] 2022-12-01T10:39:11.0419769Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_bfloat16 PASSED [ 68%] 2022-12-01T10:39:11.0419942Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_bool PASSED [ 68%] 2022-12-01T10:39:11.0420126Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_complex128 PASSED [ 68%] 2022-12-01T10:39:11.0420305Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_complex64 PASSED [ 68%] 2022-12-01T10:39:11.0420507Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_float32 PASSED [ 68%] 2022-12-01T10:39:11.0420676Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int64 PASSED [ 68%] 2022-12-01T10:39:11.0420844Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int8 PASSED [ 68%] 2022-12-01T10:39:11.0421012Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_uint8 PASSED [ 68%] 2022-12-01T10:39:11.0421190Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_bfloat16 PASSED [ 68%] 2022-12-01T10:39:11.0421357Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_float64 PASSED [ 68%] 2022-12-01T10:39:11.0421519Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int64 PASSED [ 68%] 2022-12-01T10:39:11.0421683Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_bool PASSED [ 68%] 2022-12-01T10:39:11.0421854Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_complex128 PASSED [ 68%] 2022-12-01T10:39:11.0422021Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_complex64 PASSED [ 68%] 2022-12-01T10:39:11.0422282Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_float16 PASSED [ 68%] 2022-12-01T10:39:11.0422449Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_float64 PASSED [ 68%] 2022-12-01T10:39:11.0422614Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int16 PASSED [ 68%] 2022-12-01T10:39:11.0422766Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int32 PASSED [ 68%] 2022-12-01T10:39:11.0422930Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int64 PASSED [ 68%] 2022-12-01T10:39:11.0423094Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int8 PASSED [ 68%] 2022-12-01T10:39:11.0423259Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_uint8 PASSED [ 68%] 2022-12-01T10:39:11.0423428Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_bool PASSED [ 68%] 2022-12-01T10:39:11.0423608Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_complex32 PASSED [ 68%] 2022-12-01T10:39:11.0423783Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_complex64 PASSED [ 68%] 2022-12-01T10:39:11.0423957Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_float16 PASSED [ 68%] 2022-12-01T10:39:11.0424128Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_float64 PASSED [ 68%] 2022-12-01T10:39:11.0424282Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int16 PASSED [ 68%] 2022-12-01T10:39:11.0424450Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int8 PASSED [ 68%] 2022-12-01T10:39:11.0424622Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_uint8 PASSED [ 68%] 2022-12-01T10:39:11.0424793Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_bool PASSED [ 68%] 2022-12-01T10:39:11.0424972Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_complex64 PASSED [ 68%] 2022-12-01T10:39:11.0425142Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int64 PASSED [ 68%] 2022-12-01T10:39:11.0425322Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_complex128 PASSED [ 68%] 2022-12-01T10:39:11.0425500Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_complex32 PASSED [ 68%] 2022-12-01T10:39:11.0425657Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_float32 PASSED [ 68%] 2022-12-01T10:39:11.0425828Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_float64 PASSED [ 68%] 2022-12-01T10:39:11.0426045Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_uint8 PASSED [ 68%] 2022-12-01T10:39:11.0426210Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_bfloat16 PASSED [ 68%] 2022-12-01T10:39:11.0426379Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_complex128 PASSED [ 68%] 2022-12-01T10:39:11.0426546Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_float16 PASSED [ 68%] 2022-12-01T10:39:11.0426754Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_complex128 PASSED [ 68%] 2022-12-01T10:39:11.0426925Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_complex32 PASSED [ 68%] 2022-12-01T10:39:11.0427092Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_complex64 PASSED [ 68%] 2022-12-01T10:39:11.0427245Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_float16 PASSED [ 68%] 2022-12-01T10:39:11.0427416Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int16 PASSED [ 68%] 2022-12-01T10:39:11.0427581Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int32 PASSED [ 68%] 2022-12-01T10:39:11.0427743Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int8 PASSED [ 68%] 2022-12-01T10:39:11.0427913Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_complex64 PASSED [ 68%] 2022-12-01T10:39:11.0428076Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int16 PASSED [ 68%] 2022-12-01T10:39:11.0428237Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int32 PASSED [ 68%] 2022-12-01T10:39:11.0428394Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int64 PASSED [ 68%] 2022-12-01T10:39:11.0428564Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_bfloat16 PASSED [ 68%] 2022-12-01T10:39:11.0428724Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_complex32 PASSED [ 68%] 2022-12-01T10:39:11.0428890Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_complex64 PASSED [ 68%] 2022-12-01T10:39:11.0429060Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_float16 PASSED [ 68%] 2022-12-01T10:39:11.0429224Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_float64 PASSED [ 68%] 2022-12-01T10:39:11.0429391Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int16 PASSED [ 68%] 2022-12-01T10:39:11.0429559Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int32 PASSED [ 68%] 2022-12-01T10:39:11.0429722Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int64 PASSED [ 68%] 2022-12-01T10:39:11.0429885Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int8 PASSED [ 68%] 2022-12-01T10:39:11.0430049Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_uint8 PASSED [ 68%] 2022-12-01T10:39:11.0430206Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_bfloat16 PASSED [ 68%] 2022-12-01T10:39:11.0430376Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_complex32 PASSED [ 68%] 2022-12-01T10:39:11.0430539Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int32 PASSED [ 68%] 2022-12-01T10:39:11.0430699Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_uint8 PASSED [ 68%] 2022-12-01T10:39:11.0430866Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_bool PASSED [ 68%] 2022-12-01T10:39:11.0431036Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_complex64 PASSED [ 68%] 2022-12-01T10:39:11.0431203Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_float16 PASSED [ 68%] 2022-12-01T10:39:11.0431400Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int16 PASSED [ 68%] 2022-12-01T10:39:11.0431548Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int32 PASSED [ 68%] 2022-12-01T10:39:11.0431712Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int8 PASSED [ 68%] 2022-12-01T10:39:11.0431871Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_uint8 PASSED [ 68%] 2022-12-01T10:39:11.0432041Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_complex32 PASSED [ 68%] 2022-12-01T10:39:11.0432267Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_float16 PASSED [ 68%] 2022-12-01T10:39:11.0432434Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_float64 PASSED [ 68%] 2022-12-01T10:39:11.0432600Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_uint8 PASSED [ 68%] 2022-12-01T10:39:11.0432791Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_native_batch_norm_cpu_float32 PASSED [ 68%] 2022-12-01T10:39:11.0432976Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_native_batch_norm_cpu_float64 PASSED [ 69%] 2022-12-01T10:39:11.0433122Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_H_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:11.0433285Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_T_cpu_complex64 PASSED [ 69%] 2022-12-01T10:39:11.0433457Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___getitem___cpu_complex64 PASSED [ 69%] 2022-12-01T10:39:11.0433624Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___radd___cpu_complex64 PASSED [ 69%] 2022-12-01T10:39:11.0433789Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___radd___cpu_float32 PASSED [ 69%] 2022-12-01T10:39:11.0433955Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rdiv___cpu_complex64 PASSED [ 69%] 2022-12-01T10:39:11.0434125Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmatmul___cpu_float32 PASSED [ 69%] 2022-12-01T10:39:11.0434288Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmod___cpu_float32 PASSED [ 69%] 2022-12-01T10:39:11.0434450Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmul___cpu_float32 PASSED [ 69%] 2022-12-01T10:39:11.0434600Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_abs_cpu_complex64 PASSED [ 69%] 2022-12-01T10:39:11.0434761Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_abs_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:11.0434927Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_acos_cpu_complex64 PASSED [ 69%] 2022-12-01T10:39:11.0435093Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_acosh_cpu_complex64 PASSED [ 69%] 2022-12-01T10:39:11.0435256Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_acosh_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:11.0435416Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_add_cpu_complex64 PASSED [ 69%] 2022-12-01T10:39:11.0435603Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addbmm_cpu_complex64 SKIPPED (Skipped!) [ 69%] 2022-12-01T10:39:11.0435785Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addbmm_cpu_float32 SKIPPED (Skipped!) [ 69%] 2022-12-01T10:39:11.0435939Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcdiv_cpu_complex64 XFAIL [ 69%] 2022-12-01T10:39:11.0436106Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcmul_cpu_complex64 XFAIL [ 69%] 2022-12-01T10:39:11.0436266Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:11.0436432Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmv_cpu_complex64 PASSED [ 69%] 2022-12-01T10:39:11.0436591Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmv_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:11.0436769Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addr_cpu_complex64 SKIPPED (Skipped!) [ 69%] 2022-12-01T10:39:11.0436971Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addr_cpu_float32 SKIPPED (Skipped!) [ 69%] 2022-12-01T10:39:11.0437143Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_allclose_cpu_complex64 PASSED [ 69%] 2022-12-01T10:39:11.0437307Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_allclose_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:11.0437452Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_amax_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:11.0437616Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_aminmax_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:11.0437806Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_any_cpu_complex64 PASSED [ 69%] 2022-12-01T10:39:11.0437968Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_any_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:11.0438132Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_arange_cpu_float32 XFAIL [ 69%] 2022-12-01T10:39:11.0438303Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_argwhere_cpu_complex64 PASSED [ 69%] 2022-12-01T10:39:11.0438468Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_argwhere_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:11.0438686Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_cpu_complex64 SKIPPED (Errors when storage_offset is included) [ 69%] 2022-12-01T10:39:11.0438853Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_asinh_cpu_complex64 PASSED [ 69%] 2022-12-01T10:39:11.0439000Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atan2_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:11.0439164Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atan_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:11.0439329Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atanh_cpu_complex64 PASSED [ 69%] 2022-12-01T10:39:11.0439489Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atanh_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:11.0439665Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_1d_cpu_complex64 PASSED [ 69%] 2022-12-01T10:39:11.0439836Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_3d_cpu_complex64 PASSED [ 69%] 2022-12-01T10:39:11.0440004Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_3d_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:11.0440173Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_baddbmm_cpu_complex64 PASSED [ 69%] 2022-12-01T10:39:11.0440322Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_baddbmm_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:11.0440491Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bernoulli_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:11.0440655Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bfloat16_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:11.0440826Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_block_diag_cpu_complex64 PASSED [ 69%] 2022-12-01T10:39:11.0440996Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_block_diag_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:11.0441157Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bmm_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:11.0441320Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bool_cpu_complex64 PASSED [ 69%] 2022-12-01T10:39:11.0441486Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bucketize_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:11.0441666Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cartesian_prod_cpu_complex64 PASSED [ 69%] 2022-12-01T10:39:11.0441831Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cartesian_prod_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:11.0441993Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cat_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:11.0442154Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cdist_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:11.0442312Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_chalf_cpu_float32 XFAIL [ 69%] 2022-12-01T10:39:11.0442510Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_cpu_complex64 PASSED [ 69%] 2022-12-01T10:39:11.0442674Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:11.0442852Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_inverse_cpu_complex64 PASSED [ 69%] 2022-12-01T10:39:11.0443027Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_inverse_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:11.0443236Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_solve_cpu_complex64 PASSED [ 69%] 2022-12-01T10:39:11.0443390Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_chunk_cpu_complex64 PASSED [ 69%] 2022-12-01T10:39:11.0443553Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_chunk_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:11.0443717Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_clamp_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:11.0443886Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_clamp_min_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:11.0444046Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_clone_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:11.0444215Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_column_stack_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:11.0444392Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_combinations_cpu_complex64 PASSED [ 69%] 2022-12-01T10:39:11.0444568Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_combinations_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:11.0444795Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_cpu_complex64 PASSED [ 69%] 2022-12-01T10:39:11.0444957Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:11.0445132Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_constant_pad_nd_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:11.0445304Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_copysign_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:11.0445472Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_corrcoef_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:11.0445637Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cos_cpu_complex64 PASSED [ 69%] 2022-12-01T10:39:11.0445800Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cosh_cpu_complex64 PASSED [ 69%] 2022-12-01T10:39:11.0445975Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_count_nonzero_cpu_complex64 PASSED [ 69%] 2022-12-01T10:39:11.0446149Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_count_nonzero_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:11.0446295Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cov_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:11.0446457Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cross_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:11.0446620Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cummin_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:11.0446786Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumprod_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:11.0446952Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumsum_cpu_complex64 PASSED [ 69%] 2022-12-01T10:39:11.0447112Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumsum_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:11.0447300Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumulative_trapezoid_cpu_complex64 PASSED [ 69%] 2022-12-01T10:39:11.0447475Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_embed_cpu_complex64 PASSED [ 69%] 2022-12-01T10:39:11.0447641Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagflat_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:11.0447794Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagonal_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:11.0447970Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagonal_scatter_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:11.0448167Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diff_cpu_complex64 PASSED [ 69%] 2022-12-01T10:39:11.0448332Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_digamma_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:11.0448496Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dist_cpu_complex64 PASSED [ 69%] 2022-12-01T10:39:11.0448658Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dist_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:11.0448818Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dot_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:11.0449005Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_double_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:11.0449159Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_einsum_cpu_complex64 PASSED [ 69%] 2022-12-01T10:39:11.0449341Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_cpu_complex64 SKIPPED (Skipped!) [ 69%] 2022-12-01T10:39:11.0449522Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_cpu_float32 SKIPPED (Skipped!) [ 69%] 2022-12-01T10:39:11.0449695Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_like_cpu_complex64 PASSED [ 69%] 2022-12-01T10:39:11.0449863Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_like_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:11.0450025Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_eq_cpu_complex64 PASSED [ 69%] 2022-12-01T10:39:11.0450191Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_equal_cpu_complex64 PASSED [ 69%] 2022-12-01T10:39:11.0450356Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_equal_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:11.0450518Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_erfinv_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:11.0450665Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_exp_cpu_complex64 PASSED [ 69%] 2022-12-01T10:39:11.0450829Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_exp_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:11.0450997Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_as_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:11.0451160Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft2_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:11.0451329Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftn_cpu_complex64 PASSED [ 69%] 2022-12-01T10:39:11.0451505Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftshift_cpu_complex64 PASSED [ 69%] 2022-12-01T10:39:11.0451677Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftshift_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:11.0451846Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft_cpu_complex64 PASSED [ 69%] 2022-12-01T10:39:11.0451997Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:11.0452169Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfftn_cpu_complex64 PASSED [ 69%] 2022-12-01T10:39:11.0452342Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft2_cpu_complex64 PASSED [ 69%] 2022-12-01T10:39:11.0452509Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft2_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:11.0452678Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftn_cpu_complex64 PASSED [ 69%] 2022-12-01T10:39:11.0452844Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftn_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:11.0453011Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ihfft2_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:11.0453177Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ihfft_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:11.0453347Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft2_cpu_complex64 PASSED [ 69%] 2022-12-01T10:39:11.0453503Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft2_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:11.0453696Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:11.0453863Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfftn_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:11.0454026Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_rfft_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:11.0454189Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_rfftn_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:11.0454354Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_flatten_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:11.0454543Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_flip_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:11.0454711Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fliplr_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:11.0454873Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:11.0455036Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_power_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:11.0455207Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_power_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:11.0455371Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_floor_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:11.0455532Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_frac_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:11.0455693Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_frexp_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:11.0455862Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_full_like_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:11.0456034Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_full_like_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:11.0456196Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_gather_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:11.0456344Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ge_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:11.0456507Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_geqrf_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:11.0456677Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_gradient_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:11.0456842Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_gradient_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:11.0457005Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_half_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:11.0457173Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_histogram_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:11.0457341Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_hsplit_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:11.0457504Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_hypot_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:11.0457669Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_add_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:11.0457828Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_copy_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:11.0457996Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_fill_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:11.0458167Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_put_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:11.0458339Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_reduce_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:11.0458512Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_select_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:11.0458682Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_select_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:11.0458846Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_int_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:11.0459006Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_int_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:11.0459209Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isfinite_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:11.0459362Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isfinite_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:11.0459524Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isin_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:11.0459685Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isnan_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:11.0459851Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isreal_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:11.0460046Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_istft_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:11.0460209Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_istft_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:11.0460420Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_2inputs_2outputs_cpu_complex64 SKIPPED (Only runs on cuda) [ 70%] 2022-12-01T10:39:11.0460643Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_4inputs_with_extra_args_cpu_complex64 SKIPPED (Only runs on cuda) [ 70%] 2022-12-01T10:39:11.0460860Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 70%] 2022-12-01T10:39:11.0461047Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_cpu_complex64 SKIPPED (Only runs on cuda) [ 70%] 2022-12-01T10:39:11.0461261Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_return_by_ref_cpu_complex64 SKIPPED (Only runs on cuda) [ 70%] 2022-12-01T10:39:11.0461471Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 70%] 2022-12-01T10:39:11.0461671Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_unary_cpu_complex64 SKIPPED (Only runs on cuda) [ 70%] 2022-12-01T10:39:11.0461869Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 70%] 2022-12-01T10:39:11.0462036Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_kron_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:11.0462313Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_kron_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:11.0462479Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ldexp_cpu_complex64 XFAIL [ 70%] 2022-12-01T10:39:11.0462639Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ldexp_cpu_float32 XFAIL [ 70%] 2022-12-01T10:39:11.0462793Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lerp_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:11.0462956Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lgamma_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:11.0463131Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cond_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:11.0463300Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cond_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:11.0463476Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cross_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:11.0463643Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:11.0463815Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eig_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:11.0464002Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigh_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:11.0464182Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvalsh_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:11.0464345Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvalsh_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:11.0464513Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:11.0464688Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:11.0464922Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_ex_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:11.0465098Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_solve_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:11.0465269Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:11.0465461Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_grad_oriented_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:11.0465665Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:11.0465846Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:11.0466007Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:11.0466192Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_ex_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:11.0466368Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_solve_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:11.0466544Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_solve_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:11.0466725Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_norm_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:11.0466902Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_norm_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:11.0467083Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:11.0467278Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_hermitian_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:11.0467468Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_hermitian_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:11.0467636Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_multi_dot_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:11.0467810Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:11.0467980Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:11.0468179Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_subgradients_at_zero_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:11.0468349Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:11.0468534Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_hermitian_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:11.0468782Z 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:39:11.0468964Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_slogdet_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:11.0469136Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_slogdet_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:11.0469306Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:11.0469463Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:11.0469630Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svd_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:11.0469813Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorinv_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:11.0469991Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vander_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:11.0470161Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vecdot_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:11.0470373Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vector_norm_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:11.0470542Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linspace_cpu_complex64 XFAIL [ 70%] 2022-12-01T10:39:11.0470705Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log10_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:11.0470855Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:11.0471025Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_softmax_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:11.0471234Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_softmax_dtype_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:11.0471403Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logaddexp_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:11.0471572Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logdet_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:11.0471738Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logdet_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:11.0471910Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_and_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:11.0472094Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_not_cpu_float32 SKIPPED (Skipped!) [ 70%] 2022-12-01T10:39:11.0472266Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_or_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:11.0472425Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_xor_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:11.0472589Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logit_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:11.0472755Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logsumexp_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:11.0472921Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_solve_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:11.0473093Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_unpack_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:11.0473252Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mH_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:11.0473416Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mT_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:11.0473576Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mT_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:11.0473747Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_amax_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:11.0473903Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_amin_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:11.0474077Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_argmin_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:11.0474254Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_cumprod_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:11.0474425Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_fill_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:11.0474601Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_logsumexp_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:11.0474770Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_mean_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:11.0474945Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_median_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:11.0475112Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_norm_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:11.0475293Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_normalize_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:11.0475458Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_normalize_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:11.0475632Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_softmin_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:11.0475840Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_sum_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:11.0476009Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_var_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:11.0476179Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_var_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:11.0476342Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_matmul_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:11.0476509Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_matrix_exp_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:11.0476714Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_max_reduction_no_dim_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:11.0476863Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mean_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:11.0477048Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_list_of_tensors_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:11.0477245Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_variadic_tensors_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:11.0477426Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_min_reduction_no_dim_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:11.0477609Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_min_reduction_with_dim_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:11.0477774Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_minimum_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:11.0477935Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mm_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:11.0478101Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_movedim_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0478263Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mul_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0478411Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mv_cpu_complex64 PASSED [ 71%] 2022-12-01T10:39:11.0478594Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0478777Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0478947Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nan_to_num_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0479113Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nanmean_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0479281Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_cpu_complex64 PASSED [ 71%] 2022-12-01T10:39:11.0479445Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0479622Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_native_batch_norm_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0479779Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ne_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0479950Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_cpu_float32 SKIPPED (Skipped!) [ 71%] 2022-12-01T10:39:11.0480188Z 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:39:11.0480418Z 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:39:11.0480589Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_zeros_cpu_complex64 PASSED [ 71%] 2022-12-01T10:39:11.0480757Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_zeros_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0480926Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nextafter_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0481122Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0481322Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0481550Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0481731Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0481917Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_avg_pool1d_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0482102Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_avg_pool3d_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0482322Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_batch_norm_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0482501Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_celu_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0482686Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv1d_cpu_complex64 PASSED [ 71%] 2022-12-01T10:39:11.0482867Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv1d_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0483044Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv2d_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0483239Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose1d_cpu_complex64 PASSED [ 71%] 2022-12-01T10:39:11.0483432Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0483613Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_cosine_similarity_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0483797Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_dropout3d_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0483974Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_elu_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0484162Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_embedding_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0484379Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 PASSED [ 71%] 2022-12-01T10:39:11.0484591Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0484852Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_fractional_max_pool2d_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0485054Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_fractional_max_pool3d_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0485233Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_gelu_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0485395Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_glu_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0485586Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardsigmoid_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0485772Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardswish_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0485968Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0486154Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_instance_norm_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0486348Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0486542Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_linear_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0486738Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0486953Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_kl_div_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0487119Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_l1_loss_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0487301Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_layer_norm_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0487483Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_leaky_relu_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0487660Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_linear_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0487886Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_local_response_norm_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0488067Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_pool1d_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0488246Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_pool2d_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0488424Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_pool3d_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0488614Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0488800Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0488974Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool3d_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0489168Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0489366Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_multilabel_margin_loss_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0489567Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0489758Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_circular_cpu_complex64 PASSED [ 71%] 2022-12-01T10:39:11.0489945Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_constant_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0490138Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_replicate_cpu_complex64 PASSED [ 71%] 2022-12-01T10:39:11.0490334Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pairwise_distance_cpu_complex64 PASSED [ 71%] 2022-12-01T10:39:11.0490526Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pairwise_distance_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0490704Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_shuffle_cpu_complex64 PASSED [ 71%] 2022-12-01T10:39:11.0490891Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0491082Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0491260Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_prelu_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0491436Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_relu6_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0491615Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_rrelu_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0491794Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_selu_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0491971Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_silu_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0492156Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0492369Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softmin_with_dtype_cpu_complex64 PASSED [ 71%] 2022-12-01T10:39:11.0492561Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0492743Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softplus_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0492925Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softsign_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0493135Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_threshold_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0493330Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0493541Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0493728Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_unfold_cpu_complex64 PASSED [ 71%] 2022-12-01T10:39:11.0493906Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_unfold_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0494098Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0494276Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_upsample_nearest_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0494446Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nonzero_cpu_complex64 PASSED [ 71%] 2022-12-01T10:39:11.0494619Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_fro_cpu_complex64 PASSED [ 71%] 2022-12-01T10:39:11.0494783Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_fro_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0494950Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_inf_cpu_complex64 PASSED [ 71%] 2022-12-01T10:39:11.0495116Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_inf_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0495280Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_nuc_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0495443Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_cpu_complex64 XFAIL [ 71%] 2022-12-01T10:39:11.0495615Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_like_cpu_complex64 PASSED [ 71%] 2022-12-01T10:39:11.0495767Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ormqr_cpu_complex64 PASSED [ 71%] 2022-12-01T10:39:11.0495932Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ormqr_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0496130Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_2_cpu_float32 SKIPPED (Skipped!) [ 71%] 2022-12-01T10:39:11.0496327Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_4_cpu_float32 SKIPPED (Skipped!) [ 71%] 2022-12-01T10:39:11.0496492Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_pow_cpu_complex64 PASSED [ 71%] 2022-12-01T10:39:11.0496652Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_pow_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0496818Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_prod_cpu_complex64 PASSED [ 71%] 2022-12-01T10:39:11.0496979Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_prod_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0497124Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_put_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0497292Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_quantile_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0497466Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rand_like_cpu_complex64 PASSED [ 71%] 2022-12-01T10:39:11.0497633Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rand_like_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0497842Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_randint_like_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0498005Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_cpu_complex64 XFAIL [ 71%] 2022-12-01T10:39:11.0498170Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ravel_cpu_complex64 PASSED [ 71%] 2022-12-01T10:39:11.0498343Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_reciprocal_cpu_complex64 PASSED [ 71%] 2022-12-01T10:39:11.0498513Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_reciprocal_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0498692Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_remainder_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0498860Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_renorm_cpu_complex64 PASSED [ 71%] 2022-12-01T10:39:11.0499044Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_interleave_cpu_complex64 PASSED [ 71%] 2022-12-01T10:39:11.0499211Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0499371Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize__cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0499539Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_conj_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0499714Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_neg_cpu_complex64 PASSED [ 71%] 2022-12-01T10:39:11.0499881Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_neg_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0500043Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rot90_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0500192Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsqrt_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0500353Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsub_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0500530Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_amax_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0500711Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_amin_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0500895Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_segment_reduce_lengths_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0501080Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_segment_reduce_offsets_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0501245Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_select_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0501410Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sgn_cpu_complex64 PASSED [ 71%] 2022-12-01T10:39:11.0501557Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sgn_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0501722Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sigmoid_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:11.0501882Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sign_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0502041Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sin_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0502326Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinc_cpu_complex64 PASSED [ 72%] 2022-12-01T10:39:11.0502491Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinh_cpu_complex64 PASSED [ 72%] 2022-12-01T10:39:11.0502664Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_slice_scatter_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0502825Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_softmax_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0503011Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_softmax_with_dtype_cpu_complex64 PASSED [ 72%] 2022-12-01T10:39:11.0503160Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sort_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0503337Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_y1_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0503593Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_u_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0504087Z 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:39:11.0504469Z 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:39:11.0504677Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_i0e_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0504847Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_i1_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0505019Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_i1e_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0505396Z 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:39:11.0505587Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_i1_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0505760Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_k1_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0505933Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_ndtr_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0506105Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_ndtri_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0506300Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_scaled_modified_bessel_k0_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0506497Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_scaled_modified_bessel_k1_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0506887Z 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:39:11.0507277Z 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:39:11.0507667Z 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:39:11.0507848Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_xlog1py_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0508027Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_list_args_cpu_complex64 PASSED [ 72%] 2022-12-01T10:39:11.0508192Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_with_sizes_cpu_complex64 PASSED [ 72%] 2022-12-01T10:39:11.0508371Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_with_sizes_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0508540Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_square_cpu_complex64 PASSED [ 72%] 2022-12-01T10:39:11.0508708Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_squeeze_cpu_complex64 PASSED [ 72%] 2022-12-01T10:39:11.0508874Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_squeeze_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0509035Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0509200Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sub_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0509364Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_cpu_complex64 PASSED [ 72%] 2022-12-01T10:39:11.0509522Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0509663Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_svd_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0509856Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_t_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0510034Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_along_dim_cpu_complex64 PASSED [ 72%] 2022-12-01T10:39:11.0510199Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_cpu_complex64 PASSED [ 72%] 2022-12-01T10:39:11.0510362Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0510525Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tan_cpu_complex64 PASSED [ 72%] 2022-12-01T10:39:11.0510723Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tan_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0510889Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tanh_cpu_complex64 PASSED [ 72%] 2022-12-01T10:39:11.0511050Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensor_split_cpu_complex64 PASSED [ 72%] 2022-12-01T10:39:11.0511223Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensor_split_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0511395Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensordot_cpu_complex64 PASSED [ 72%] 2022-12-01T10:39:11.0511555Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tile_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0511717Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_cpu_complex64 PASSED [ 72%] 2022-12-01T10:39:11.0511876Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0512049Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_sparse_cpu_complex64 PASSED [ 72%] 2022-12-01T10:39:11.0512216Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trace_cpu_complex64 PASSED [ 72%] 2022-12-01T10:39:11.0512388Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapezoid_cpu_complex64 PASSED [ 72%] 2022-12-01T10:39:11.0512539Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapz_cpu_complex64 PASSED [ 72%] 2022-12-01T10:39:11.0512706Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tril_cpu_complex64 PASSED [ 72%] 2022-12-01T10:39:11.0512865Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tril_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0513028Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_triu_cpu_complex64 PASSED [ 72%] 2022-12-01T10:39:11.0513187Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_triu_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0513362Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_true_divide_cpu_complex64 PASSED [ 72%] 2022-12-01T10:39:11.0513534Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_true_divide_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0513702Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unbind_cpu_complex64 PASSED [ 72%] 2022-12-01T10:39:11.0513860Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unflatten_cpu_complex64 PASSED [ 72%] 2022-12-01T10:39:11.0514025Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unfold_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0514187Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_uniform_cpu_float32 XFAIL [ 72%] 2022-12-01T10:39:11.0514365Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unique_consecutive_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0514526Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unique_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0514697Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unsqueeze_cpu_complex64 PASSED [ 72%] 2022-12-01T10:39:11.0514873Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_mean_cpu_complex64 PASSED [ 72%] 2022-12-01T10:39:11.0515035Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_vdot_cpu_complex64 PASSED [ 72%] 2022-12-01T10:39:11.0515211Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_complex_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0515390Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0515552Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0515712Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_vstack_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0515872Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_zero__cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0516033Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_cpu_complex64 XFAIL [ 72%] 2022-12-01T10:39:11.0516218Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_cpu_float32 XFAIL [ 72%] 2022-12-01T10:39:11.0516392Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_like_cpu_complex64 PASSED [ 72%] 2022-12-01T10:39:11.0516563Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_like_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0516718Z test_ops.py::TestCompositeComplianceCPU::test_backward_T_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0516895Z test_ops.py::TestCompositeComplianceCPU::test_backward___getitem___cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0517069Z test_ops.py::TestCompositeComplianceCPU::test_backward___rmatmul___cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0517237Z test_ops.py::TestCompositeComplianceCPU::test_backward___rmod___cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0517406Z test_ops.py::TestCompositeComplianceCPU::test_backward___rsub___cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0517573Z test_ops.py::TestCompositeComplianceCPU::test_backward_abs_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0517743Z test_ops.py::TestCompositeComplianceCPU::test_backward_acos_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0517913Z test_ops.py::TestCompositeComplianceCPU::test_backward_acosh_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0518083Z test_ops.py::TestCompositeComplianceCPU::test_backward_addbmm_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0518246Z test_ops.py::TestCompositeComplianceCPU::test_backward_addcmul_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0518431Z test_ops.py::TestCompositeComplianceCPU::test_backward_addmm_decomposed_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0518599Z test_ops.py::TestCompositeComplianceCPU::test_backward_amax_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0518763Z test_ops.py::TestCompositeComplianceCPU::test_backward_amin_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0518934Z test_ops.py::TestCompositeComplianceCPU::test_backward_angle_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0519107Z test_ops.py::TestCompositeComplianceCPU::test_backward_as_strided_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0519351Z test_ops.py::TestCompositeComplianceCPU::test_backward_as_strided_scatter_cpu_float32 SKIPPED (Only fails for LAZY, passes on everything else) [ 72%] 2022-12-01T10:39:11.0519523Z test_ops.py::TestCompositeComplianceCPU::test_backward_asinh_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0519674Z test_ops.py::TestCompositeComplianceCPU::test_backward_atan_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0519845Z test_ops.py::TestCompositeComplianceCPU::test_backward_atanh_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0520018Z test_ops.py::TestCompositeComplianceCPU::test_backward_atleast_3d_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0520192Z test_ops.py::TestCompositeComplianceCPU::test_backward_bernoulli_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0520361Z test_ops.py::TestCompositeComplianceCPU::test_backward_bfloat16_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0520534Z test_ops.py::TestCompositeComplianceCPU::test_backward_block_diag_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0520717Z test_ops.py::TestCompositeComplianceCPU::test_backward_cartesian_prod_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0520886Z test_ops.py::TestCompositeComplianceCPU::test_backward_chalf_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0521059Z test_ops.py::TestCompositeComplianceCPU::test_backward_cholesky_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0521294Z test_ops.py::TestCompositeComplianceCPU::test_backward_cholesky_inverse_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0521472Z test_ops.py::TestCompositeComplianceCPU::test_backward_cholesky_solve_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0521649Z test_ops.py::TestCompositeComplianceCPU::test_backward_column_stack_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0521827Z test_ops.py::TestCompositeComplianceCPU::test_backward_combinations_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0521998Z test_ops.py::TestCompositeComplianceCPU::test_backward_complex_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0522206Z test_ops.py::TestCompositeComplianceCPU::test_backward_conj_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0522387Z test_ops.py::TestCompositeComplianceCPU::test_backward_conj_physical_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0522564Z test_ops.py::TestCompositeComplianceCPU::test_backward_contiguous_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0522731Z test_ops.py::TestCompositeComplianceCPU::test_backward_cos_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0522889Z test_ops.py::TestCompositeComplianceCPU::test_backward_cosh_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0523053Z test_ops.py::TestCompositeComplianceCPU::test_backward_cov_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0523226Z test_ops.py::TestCompositeComplianceCPU::test_backward_cross_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0523398Z test_ops.py::TestCompositeComplianceCPU::test_backward_cummax_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0523569Z test_ops.py::TestCompositeComplianceCPU::test_backward_cumprod_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0523742Z test_ops.py::TestCompositeComplianceCPU::test_backward_deg2rad_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0523908Z test_ops.py::TestCompositeComplianceCPU::test_backward_diag_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0524082Z test_ops.py::TestCompositeComplianceCPU::test_backward_diag_embed_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0524252Z test_ops.py::TestCompositeComplianceCPU::test_backward_diagonal_scatter_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0524421Z test_ops.py::TestCompositeComplianceCPU::test_backward_diff_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0524591Z test_ops.py::TestCompositeComplianceCPU::test_backward_digamma_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0524851Z test_ops.py::TestCompositeComplianceCPU::test_backward_div_floor_rounding_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0525040Z test_ops.py::TestCompositeComplianceCPU::test_backward_div_no_rounding_mode_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0525223Z test_ops.py::TestCompositeComplianceCPU::test_backward_div_trunc_rounding_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0525397Z test_ops.py::TestCompositeComplianceCPU::test_backward_dsplit_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0525568Z test_ops.py::TestCompositeComplianceCPU::test_backward_dstack_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0525719Z test_ops.py::TestCompositeComplianceCPU::test_backward_erf_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0525888Z test_ops.py::TestCompositeComplianceCPU::test_backward_erfc_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0526049Z test_ops.py::TestCompositeComplianceCPU::test_backward_exp2_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:11.0526214Z test_ops.py::TestCompositeComplianceCPU::test_backward_exp_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0526389Z test_ops.py::TestCompositeComplianceCPU::test_backward_expand_as_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0526561Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fftn_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0526735Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_hfftn_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0526909Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifft_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0527079Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifftn_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0527285Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifftshift_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0527457Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ihfft_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0527635Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ihfftn_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0527808Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_irfft2_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0527983Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_rfft2_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0528180Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_rfft_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0528348Z test_ops.py::TestCompositeComplianceCPU::test_backward_fill_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0528511Z test_ops.py::TestCompositeComplianceCPU::test_backward_flip_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0528658Z test_ops.py::TestCompositeComplianceCPU::test_backward_fmin_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0528822Z test_ops.py::TestCompositeComplianceCPU::test_backward_fmod_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0528984Z test_ops.py::TestCompositeComplianceCPU::test_backward_frac_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0529153Z test_ops.py::TestCompositeComplianceCPU::test_backward_frexp_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0529325Z test_ops.py::TestCompositeComplianceCPU::test_backward_gather_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0529496Z test_ops.py::TestCompositeComplianceCPU::test_backward_gradient_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0529666Z test_ops.py::TestCompositeComplianceCPU::test_backward_half_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0529838Z test_ops.py::TestCompositeComplianceCPU::test_backward_hstack_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0530004Z test_ops.py::TestCompositeComplianceCPU::test_backward_hypot_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0530164Z test_ops.py::TestCompositeComplianceCPU::test_backward_index_put_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0530331Z test_ops.py::TestCompositeComplianceCPU::test_backward_istft_cpu_float32 XFAIL [ 73%] 2022-12-01T10:39:11.0530495Z test_ops.py::TestCompositeComplianceCPU::test_backward_kron_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0530665Z test_ops.py::TestCompositeComplianceCPU::test_backward_ldexp_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0530834Z test_ops.py::TestCompositeComplianceCPU::test_backward_lgamma_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0531023Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_det_singular_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0531200Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eigh_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0531385Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eigvalsh_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0531568Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_householder_product_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0531744Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_inv_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0531920Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_inv_ex_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0532098Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lstsq_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0532292Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0532464Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0532653Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_factor_ex_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0532831Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_solve_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0533006Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_pinv_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0533212Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_pinv_hermitian_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0533383Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_qr_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0533563Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_slogdet_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0533738Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_solve_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0533922Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_tensorinv_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0534115Z test_ops.py::TestCompositeComplianceCPU::test_backward_log10_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0534283Z test_ops.py::TestCompositeComplianceCPU::test_backward_log2_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0534457Z test_ops.py::TestCompositeComplianceCPU::test_backward_logaddexp2_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0534626Z test_ops.py::TestCompositeComplianceCPU::test_backward_logdet_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0534789Z test_ops.py::TestCompositeComplianceCPU::test_backward_logsumexp_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0534961Z test_ops.py::TestCompositeComplianceCPU::test_backward_lu_solve_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0535126Z test_ops.py::TestCompositeComplianceCPU::test_backward_mT_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0535303Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_amax_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0535483Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_logsumexp_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0535664Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_median_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0535840Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_select_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0536020Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_softmax_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0536187Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_softmin_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0536361Z test_ops.py::TestCompositeComplianceCPU::test_backward_max_binary_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0536548Z test_ops.py::TestCompositeComplianceCPU::test_backward_max_reduction_no_dim_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0536737Z test_ops.py::TestCompositeComplianceCPU::test_backward_max_reduction_with_dim_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0536910Z test_ops.py::TestCompositeComplianceCPU::test_backward_maximum_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0537096Z test_ops.py::TestCompositeComplianceCPU::test_backward_min_reduction_no_dim_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0537264Z test_ops.py::TestCompositeComplianceCPU::test_backward_mm_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0537433Z test_ops.py::TestCompositeComplianceCPU::test_backward_mode_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0537604Z test_ops.py::TestCompositeComplianceCPU::test_backward_movedim_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0537763Z test_ops.py::TestCompositeComplianceCPU::test_backward_msort_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0537931Z test_ops.py::TestCompositeComplianceCPU::test_backward_mv_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0538118Z test_ops.py::TestCompositeComplianceCPU::test_backward_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0538304Z test_ops.py::TestCompositeComplianceCPU::test_backward_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0538479Z test_ops.py::TestCompositeComplianceCPU::test_backward_nan_to_num_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0538654Z test_ops.py::TestCompositeComplianceCPU::test_backward_nanmedian_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0538825Z test_ops.py::TestCompositeComplianceCPU::test_backward_nansum_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0538995Z test_ops.py::TestCompositeComplianceCPU::test_backward_neg_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0539215Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0539414Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0539607Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0539799Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0540024Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_avg_pool3d_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0540231Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0540447Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0540634Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_celu_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0540821Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv1d_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0541009Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_ctc_loss_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0541184Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_dropout_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0541379Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_embedding_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0541603Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0541807Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_fractional_max_pool2d_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0542006Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_fractional_max_pool3d_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0542328Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_gaussian_nll_loss_cpu_float32 XFAIL [ 73%] 2022-12-01T10:39:11.0542514Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_gelu_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0542708Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardsigmoid_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0542900Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardswish_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0543084Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_instance_norm_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0543290Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0543491Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0543697Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0543884Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_kl_div_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0544074Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_layer_norm_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0544263Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_linear_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0544464Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0544656Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_pool3d_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0544842Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0545094Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool2d_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0545287Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool3d_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0545486Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0545684Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_multi_margin_loss_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0545887Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_multilabel_margin_loss_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0546108Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_nll_loss_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0546307Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_reflect_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0546495Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pdist_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0546681Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0546880Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0547063Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_silu_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0547254Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softmin_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0547455Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0547653Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softshrink_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0547842Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_tanhshrink_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0548032Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_unfold_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0548203Z test_ops.py::TestCompositeComplianceCPU::test_backward_norm_inf_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0548362Z test_ops.py::TestCompositeComplianceCPU::test_backward_norm_nuc_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0548534Z test_ops.py::TestCompositeComplianceCPU::test_backward_outer_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0548779Z 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:39:11.0548953Z test_ops.py::TestCompositeComplianceCPU::test_backward_polar_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0549121Z test_ops.py::TestCompositeComplianceCPU::test_backward_pow_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0549286Z test_ops.py::TestCompositeComplianceCPU::test_backward_qr_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0549460Z test_ops.py::TestCompositeComplianceCPU::test_backward_rad2deg_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0549628Z test_ops.py::TestCompositeComplianceCPU::test_backward_ravel_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0549795Z test_ops.py::TestCompositeComplianceCPU::test_backward_real_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0549957Z test_ops.py::TestCompositeComplianceCPU::test_backward_reciprocal_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0550133Z test_ops.py::TestCompositeComplianceCPU::test_backward_remainder_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:11.0550321Z test_ops.py::TestCompositeComplianceCPU::test_backward_repeat_interleave_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0550492Z test_ops.py::TestCompositeComplianceCPU::test_backward_reshape_as_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0550661Z test_ops.py::TestCompositeComplianceCPU::test_backward_rot90_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0550844Z test_ops.py::TestCompositeComplianceCPU::test_backward_round_decimals_3_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0551067Z test_ops.py::TestCompositeComplianceCPU::test_backward_round_decimals_neg_3_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0551235Z test_ops.py::TestCompositeComplianceCPU::test_backward_rsqrt_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0551388Z test_ops.py::TestCompositeComplianceCPU::test_backward_rsub_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0551575Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_amax_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0551756Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_amin_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0551963Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_mean_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0552153Z test_ops.py::TestCompositeComplianceCPU::test_backward_segment_reduce_offsets_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0552325Z test_ops.py::TestCompositeComplianceCPU::test_backward_select_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0552499Z test_ops.py::TestCompositeComplianceCPU::test_backward_sigmoid_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0552668Z test_ops.py::TestCompositeComplianceCPU::test_backward_sign_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0552833Z test_ops.py::TestCompositeComplianceCPU::test_backward_sinc_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0552991Z test_ops.py::TestCompositeComplianceCPU::test_backward_softmax_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0553177Z test_ops.py::TestCompositeComplianceCPU::test_backward_softmax_with_dtype_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0553345Z test_ops.py::TestCompositeComplianceCPU::test_backward_sort_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0553521Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_entr_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0553698Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_erfcx_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0553874Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_i0e_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0554053Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_i1_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0554230Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_ndtr_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0554443Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0554600Z test_ops.py::TestCompositeComplianceCPU::test_backward_split_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0554787Z test_ops.py::TestCompositeComplianceCPU::test_backward_split_list_args_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0554969Z test_ops.py::TestCompositeComplianceCPU::test_backward_split_with_sizes_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0555141Z test_ops.py::TestCompositeComplianceCPU::test_backward_sqrt_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0555312Z test_ops.py::TestCompositeComplianceCPU::test_backward_square_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0555486Z test_ops.py::TestCompositeComplianceCPU::test_backward_std_mean_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0555653Z test_ops.py::TestCompositeComplianceCPU::test_backward_sub_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0555821Z test_ops.py::TestCompositeComplianceCPU::test_backward_sum_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0555978Z test_ops.py::TestCompositeComplianceCPU::test_backward_symeig_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0556143Z test_ops.py::TestCompositeComplianceCPU::test_backward_t_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0556324Z test_ops.py::TestCompositeComplianceCPU::test_backward_take_along_dim_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0556498Z test_ops.py::TestCompositeComplianceCPU::test_backward_tensordot_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0556667Z test_ops.py::TestCompositeComplianceCPU::test_backward_to_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0556840Z test_ops.py::TestCompositeComplianceCPU::test_backward_trace_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0557053Z test_ops.py::TestCompositeComplianceCPU::test_backward_transpose_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0557235Z test_ops.py::TestCompositeComplianceCPU::test_backward_triangular_solve_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0557404Z test_ops.py::TestCompositeComplianceCPU::test_backward_tril_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0557565Z test_ops.py::TestCompositeComplianceCPU::test_backward_true_divide_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0557739Z test_ops.py::TestCompositeComplianceCPU::test_backward_unflatten_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0557935Z test_ops.py::TestCompositeComplianceCPU::test_backward_unfold_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0558107Z test_ops.py::TestCompositeComplianceCPU::test_backward_var_mean_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0558274Z test_ops.py::TestCompositeComplianceCPU::test_backward_vdot_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0558462Z test_ops.py::TestCompositeComplianceCPU::test_backward_view_as_complex_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0558629Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_T_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0558804Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___getitem___cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0558967Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rmatmul___cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0559141Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rmul___cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0559312Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rsub___cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0559480Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_abs_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0559652Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addbmm_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0559824Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addcdiv_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0559997Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addcmul_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0560182Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addmm_decomposed_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0560352Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addmv_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0560509Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addr_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0560714Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_all_cpu_float32 SKIPPED (Does not support autograd) [ 74%] 2022-12-01T10:39:11.0560885Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_amax_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0561094Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_aminmax_cpu_float32 SKIPPED (Does not support autograd) [ 74%] 2022-12-01T10:39:11.0561298Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_any_cpu_float32 SKIPPED (Does not support autograd) [ 74%] 2022-12-01T10:39:11.0561505Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_arange_cpu_float32 SKIPPED (Does not support autograd) [ 74%] 2022-12-01T10:39:11.0561712Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argmax_cpu_float32 SKIPPED (Does not support autograd) [ 74%] 2022-12-01T10:39:11.0561916Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argmin_cpu_float32 SKIPPED (Does not support autograd) [ 74%] 2022-12-01T10:39:11.0562124Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argwhere_cpu_float32 SKIPPED (Does not support autograd) [ 74%] 2022-12-01T10:39:11.0562289Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_as_strided_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0562476Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_as_strided_scatter_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0562647Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_asinh_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0562854Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atan2_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0563027Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atleast_2d_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0563236Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bfloat16_cpu_float32 SKIPPED (Does not support forward_ad) [ 74%] 2022-12-01T10:39:11.0563406Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bmm_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0563627Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_broadcast_shapes_cpu_float32 SKIPPED (Does not support autograd) [ 74%] 2022-12-01T10:39:11.0563846Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_broadcast_to_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0564043Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bucketize_cpu_float32 SKIPPED (Does not support autograd) [ 74%] 2022-12-01T10:39:11.0564246Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_byte_cpu_float32 SKIPPED (Does not support autograd) [ 74%] 2022-12-01T10:39:11.0564429Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cartesian_prod_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0564598Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cat_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0564877Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cdist_cpu_float32 SKIPPED (Does not support forward_ad) [ 74%] 2022-12-01T10:39:11.0565086Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cholesky_cpu_float32 SKIPPED (Does not support forward_ad) [ 74%] 2022-12-01T10:39:11.0565274Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cholesky_inverse_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0565455Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cholesky_solve_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0565625Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_chunk_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0565789Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clamp_max_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0565961Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clone_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0566140Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_column_stack_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0566313Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_complex_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0566482Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_conj_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0566653Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cosh_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0566826Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cov_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0566994Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cross_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0567152Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cummin_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0567328Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cumprod_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0567498Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cumsum_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0567670Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_deg2rad_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0567842Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diag_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0568015Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diagflat_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0568191Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diagonal_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0568376Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diagonal_scatter_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0568565Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_div_no_rounding_mode_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0568786Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_div_trunc_rounding_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0568996Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_empty_like_cpu_float32 SKIPPED (Does not support autograd) [ 74%] 2022-12-01T10:39:11.0569196Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_eq_cpu_float32 SKIPPED (Does not support autograd) [ 74%] 2022-12-01T10:39:11.0569367Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_erfc_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0569536Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_exp2_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0569739Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fft2_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0569916Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifft2_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0570087Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifft_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0570247Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifftn_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0570430Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifftshift_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0570608Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ihfft_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0570781Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_irfftn_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0570952Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_rfft2_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0571127Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_rfftn_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0571298Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fill_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0571470Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_flatten_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0571642Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fliplr_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0571810Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_float_power_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0571983Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_floor_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0572150Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fmax_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0572357Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_full_like_cpu_float32 SKIPPED (Does not support autograd) [ 74%] 2022-12-01T10:39:11.0572565Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_geqrf_cpu_float32 SKIPPED (Does not support autograd) [ 74%] 2022-12-01T10:39:11.0572740Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_gradient_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0572949Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_histogram_cpu_float32 SKIPPED (Does not support autograd) [ 74%] 2022-12-01T10:39:11.0573122Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_hsplit_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0573295Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_hypot_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0573488Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_igammac_cpu_float32 SKIPPED (Does not support autograd) [ 74%] 2022-12-01T10:39:11.0573667Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_copy_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0573841Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_fill_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:11.0574015Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_put_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0574193Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_select_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0574364Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_inner_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0574564Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_int_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:39:11.0574799Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isclose_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:39:11.0575001Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isinf_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:39:11.0575191Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isreal_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:39:11.0575408Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 75%] 2022-12-01T10:39:11.0575752Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 75%] 2022-12-01T10:39:11.0575982Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 75%] 2022-12-01T10:39:11.0576159Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_kthvalue_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0576349Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_det_singular_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0576527Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_inv_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0576743Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_ldl_factor_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:39:11.0576957Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_ldl_solve_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:39:11.0577141Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0577315Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0577498Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_factor_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0577687Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_norm_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0577917Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:39:11.0578096Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_pinv_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0578353Z 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:39:11.0578539Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_solve_ex_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0578733Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_solve_triangular_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0578909Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_svd_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0579080Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_svdvals_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0579264Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_tensorinv_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0579451Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_tensorsolve_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0579629Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_vander_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0579801Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log1p_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0579972Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log2_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0580139Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0580317Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logaddexp2_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0580512Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logaddexp_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0580723Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_and_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:39:11.0580933Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_not_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:39:11.0581140Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_or_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:39:11.0581310Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logit_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0581548Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logspace_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:39:11.0581726Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logsumexp_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0581928Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_long_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:39:11.0582130Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lt_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:39:11.0582367Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mH_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0582579Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_argmax_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:39:11.0582793Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_argmin_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:39:11.0582975Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_cumsum_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0583158Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_logsumexp_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0583335Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_mean_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0583517Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_median_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0583695Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_norm_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0583881Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_normalize_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0584047Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_scatter_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0584227Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_softmin_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0584405Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_std_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0584579Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_sum_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0584750Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_var_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0584924Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_matmul_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0585115Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_max_reduction_no_dim_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0585288Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_median_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0585486Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_meshgrid_variadic_tensors_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0585649Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_min_binary_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0585840Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_min_reduction_no_dim_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0586008Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mm_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0586178Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_msort_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0586347Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mul_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0586596Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0586785Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0586958Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nanmean_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0587141Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_native_batch_norm_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0587328Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_neg_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0587537Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_full_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:39:11.0587745Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nextafter_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:39:11.0587995Z 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:39:11.0588201Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0588400Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0588597Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_avg_pool1d_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0588793Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_batch_norm_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0588984Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_bilinear_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0589159Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv2d_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0589363Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0589568Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0589766Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_cross_entropy_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0589990Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_ctc_loss_cpu_float32 SKIPPED (Does not support forward_ad) [ 75%] 2022-12-01T10:39:11.0590186Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_embedding_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0590404Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0590624Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0590830Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_fractional_max_pool2d_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0591036Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_fractional_max_pool3d_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0591219Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_gaussian_nll_loss_cpu_float32 XFAIL [ 75%] 2022-12-01T10:39:11.0591405Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_glu_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0591636Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_grid_sample_cpu_float32 SKIPPED (Does not support forward_ad) [ 75%] 2022-12-01T10:39:11.0591832Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardsigmoid_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0592025Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardswish_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0592252Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardtanh_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0592456Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0592648Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_huber_loss_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0592846Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_instance_norm_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0593032Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_area_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0593263Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_linear_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0593466Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0593671Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0593861Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_linear_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0594063Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0594254Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_pool1d_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0594443Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_pool2d_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0594640Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool1d_cpu_float32 XFAIL [ 75%] 2022-12-01T10:39:11.0594839Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0595033Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool2d_cpu_float32 SKIPPED (Skipped!) [ 75%] 2022-12-01T10:39:11.0595237Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0595423Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_mish_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0595656Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_multi_margin_loss_cpu_float32 SKIPPED (Does not support forward_ad) [ 75%] 2022-12-01T10:39:11.0595864Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0596056Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_normalize_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0596250Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_circular_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0596445Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_constant_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0596644Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0596820Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_prelu_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0597005Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_rrelu_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0597191Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_selu_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0597374Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_silu_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0597571Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0597759Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softmin_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0597984Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softshrink_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0598175Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softsign_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0598368Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_threshold_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0598556Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0598746Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_unfold_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0598977Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0599179Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_upsample_nearest_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0599352Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:11.0599561Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ormqr_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:39:11.0599808Z 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:39:11.0599982Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_permute_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0600175Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_2_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0600356Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_4_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0600532Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_positive_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0600704Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rad2deg_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0600877Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ravel_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0601047Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_real_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0601215Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_repeat_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0601405Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_repeat_interleave_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0601611Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resize__cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:39:11.0601824Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resize_as__cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:39:11.0601991Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resolve_conj_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0602171Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resolve_neg_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0602343Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rot90_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0602510Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0602693Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_decimals_0_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0602871Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_decimals_3_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0603058Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_decimals_neg_3_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0603231Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rsqrt_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0603401Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rsub_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0603564Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_add_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0603738Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0603958Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_amax_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0604145Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_mean_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0604329Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_sum_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0604543Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_searchsorted_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:39:11.0604840Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_select_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0605018Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sgn_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0605223Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_short_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:39:11.0605385Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sigmoid_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0605554Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sign_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0605762Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_signbit_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:39:11.0605932Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sin_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0606099Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sinc_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0606271Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_slice_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0606454Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_slice_scatter_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0606627Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_softmax_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0606800Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_softmax_with_dtype_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0607017Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_airy_ai_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:39:11.0607236Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_j0_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:39:11.0607451Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_j1_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:39:11.0607667Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_y1_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:39:11.0607899Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_t_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:39:11.0608082Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_erfcx_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0608313Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_hermite_polynomial_he_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:39:11.0608489Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_i1_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0608669Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_i1e_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0608889Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_laguerre_polynomial_l_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:39:11.0609375Z 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:39:11.0609599Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_i1_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:39:11.0609780Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_ndtr_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0609999Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_ndtri_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0610209Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0610441Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_scaled_modified_bessel_k0_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:39:11.0610912Z 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:39:11.0611314Z 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:39:11.0611711Z 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:39:11.0611924Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_zeta_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:39:11.0612094Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_split_with_sizes_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0612267Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_squeeze_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0612438Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_stack_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0612611Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_std_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0612784Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_std_mean_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0612954Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_stft_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0613124Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sum_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0613330Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_symeig_cpu_float32 SKIPPED (Does not support forward_ad) [ 76%] 2022-12-01T10:39:11.0613500Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_t_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0613663Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tensor_split_cpu_float32 XFAIL [ 76%] 2022-12-01T10:39:11.0613838Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tensordot_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0614008Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tile_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0614185Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_transpose_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0614360Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trapezoid_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0614530Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_triu_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0614702Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trunc_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0614874Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unbind_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0615032Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unfold_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0615206Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unsqueeze_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0615379Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_var_mean_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0615564Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_view_as_complex_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0615735Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_view_as_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0615905Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_vstack_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0616110Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_where_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0616281Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_xlogy_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0616486Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_zeros_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:39:11.0616681Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_zeros_like_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:39:11.0616850Z test_ops.py::TestCompositeComplianceCPU::test_operator_T_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0617047Z test_ops.py::TestCompositeComplianceCPU::test_operator___rdiv___cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0617218Z test_ops.py::TestCompositeComplianceCPU::test_operator___rmul___cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0617386Z test_ops.py::TestCompositeComplianceCPU::test_operator___rpow___cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0617556Z test_ops.py::TestCompositeComplianceCPU::test_operator_acos_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0617729Z test_ops.py::TestCompositeComplianceCPU::test_operator_addcdiv_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0617900Z test_ops.py::TestCompositeComplianceCPU::test_operator_addcmul_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0618057Z test_ops.py::TestCompositeComplianceCPU::test_operator_addmv_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0618227Z test_ops.py::TestCompositeComplianceCPU::test_operator_allclose_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0618395Z test_ops.py::TestCompositeComplianceCPU::test_operator_amin_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0618568Z test_ops.py::TestCompositeComplianceCPU::test_operator_aminmax_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0618738Z test_ops.py::TestCompositeComplianceCPU::test_operator_angle_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0618905Z test_ops.py::TestCompositeComplianceCPU::test_operator_any_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0619079Z test_ops.py::TestCompositeComplianceCPU::test_operator_argmax_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0619249Z test_ops.py::TestCompositeComplianceCPU::test_operator_argmin_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0619422Z test_ops.py::TestCompositeComplianceCPU::test_operator_argwhere_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0619582Z test_ops.py::TestCompositeComplianceCPU::test_operator_as_strided_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0619751Z test_ops.py::TestCompositeComplianceCPU::test_operator_atan_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0619922Z test_ops.py::TestCompositeComplianceCPU::test_operator_atanh_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0620096Z test_ops.py::TestCompositeComplianceCPU::test_operator_atleast_3d_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0620269Z test_ops.py::TestCompositeComplianceCPU::test_operator_baddbmm_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0620442Z test_ops.py::TestCompositeComplianceCPU::test_operator_bernoulli_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0620618Z test_ops.py::TestCompositeComplianceCPU::test_operator_bucketize_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0620785Z test_ops.py::TestCompositeComplianceCPU::test_operator_cat_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0620939Z test_ops.py::TestCompositeComplianceCPU::test_operator_cdist_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0621106Z test_ops.py::TestCompositeComplianceCPU::test_operator_char_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0621279Z test_ops.py::TestCompositeComplianceCPU::test_operator_cholesky_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0621451Z test_ops.py::TestCompositeComplianceCPU::test_operator_clamp_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0621624Z test_ops.py::TestCompositeComplianceCPU::test_operator_clamp_min_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0621798Z test_ops.py::TestCompositeComplianceCPU::test_operator_complex_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0621966Z test_ops.py::TestCompositeComplianceCPU::test_operator_conj_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0622285Z test_ops.py::TestCompositeComplianceCPU::test_operator_copysign_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0622446Z test_ops.py::TestCompositeComplianceCPU::test_operator_corrcoef_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0622613Z test_ops.py::TestCompositeComplianceCPU::test_operator_cos_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0622781Z test_ops.py::TestCompositeComplianceCPU::test_operator_cosh_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0622944Z test_ops.py::TestCompositeComplianceCPU::test_operator_cov_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0623160Z test_ops.py::TestCompositeComplianceCPU::test_operator_cummax_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0623354Z test_ops.py::TestCompositeComplianceCPU::test_operator_cumulative_trapezoid_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0623524Z test_ops.py::TestCompositeComplianceCPU::test_operator_deg2rad_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0623699Z test_ops.py::TestCompositeComplianceCPU::test_operator_diagonal_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0623883Z test_ops.py::TestCompositeComplianceCPU::test_operator_diagonal_scatter_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0624040Z test_ops.py::TestCompositeComplianceCPU::test_operator_digamma_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0624210Z test_ops.py::TestCompositeComplianceCPU::test_operator_dist_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0624396Z test_ops.py::TestCompositeComplianceCPU::test_operator_div_trunc_rounding_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0624565Z test_ops.py::TestCompositeComplianceCPU::test_operator_dot_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0624737Z test_ops.py::TestCompositeComplianceCPU::test_operator_double_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:11.0624907Z test_ops.py::TestCompositeComplianceCPU::test_operator_einsum_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0625121Z test_ops.py::TestCompositeComplianceCPU::test_operator_empty_cpu_float32 SKIPPED (Expected: empty is not comparable) [ 77%] 2022-12-01T10:39:11.0625291Z test_ops.py::TestCompositeComplianceCPU::test_operator_eq_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0625447Z test_ops.py::TestCompositeComplianceCPU::test_operator_equal_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0625616Z test_ops.py::TestCompositeComplianceCPU::test_operator_erfc_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0625780Z test_ops.py::TestCompositeComplianceCPU::test_operator_exp2_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0625946Z test_ops.py::TestCompositeComplianceCPU::test_operator_exp_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0626120Z test_ops.py::TestCompositeComplianceCPU::test_operator_expand_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0626291Z test_ops.py::TestCompositeComplianceCPU::test_operator_expm1_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0626459Z test_ops.py::TestCompositeComplianceCPU::test_operator_eye_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0626633Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fft2_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0626805Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fft_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0626964Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_hfft2_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0627138Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_hfftn_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0627307Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifft2_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0627476Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifftn_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0627658Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifftshift_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0627830Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ihfft_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0628005Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ihfftn_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0628220Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_irfft2_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0628377Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_irfftn_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0628550Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_rfft2_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0628722Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_rfft_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0628890Z test_ops.py::TestCompositeComplianceCPU::test_operator_fill_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0629092Z test_ops.py::TestCompositeComplianceCPU::test_operator_flipud_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0629273Z test_ops.py::TestCompositeComplianceCPU::test_operator_float_power_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0629446Z test_ops.py::TestCompositeComplianceCPU::test_operator_floor_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0629624Z test_ops.py::TestCompositeComplianceCPU::test_operator_floor_divide_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0629794Z test_ops.py::TestCompositeComplianceCPU::test_operator_fmin_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0629944Z test_ops.py::TestCompositeComplianceCPU::test_operator_fmod_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0630111Z test_ops.py::TestCompositeComplianceCPU::test_operator_frac_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0630283Z test_ops.py::TestCompositeComplianceCPU::test_operator_full_like_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0630454Z test_ops.py::TestCompositeComplianceCPU::test_operator_gather_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0630629Z test_ops.py::TestCompositeComplianceCPU::test_operator_gradient_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0630800Z test_ops.py::TestCompositeComplianceCPU::test_operator_heaviside_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0630970Z test_ops.py::TestCompositeComplianceCPU::test_operator_histc_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0631151Z test_ops.py::TestCompositeComplianceCPU::test_operator_histogramdd_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0631309Z test_ops.py::TestCompositeComplianceCPU::test_operator_hsplit_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0631477Z test_ops.py::TestCompositeComplianceCPU::test_operator_hypot_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0631644Z test_ops.py::TestCompositeComplianceCPU::test_operator_i0_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0631817Z test_ops.py::TestCompositeComplianceCPU::test_operator_igamma_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0631990Z test_ops.py::TestCompositeComplianceCPU::test_operator_index_add_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0632166Z test_ops.py::TestCompositeComplianceCPU::test_operator_index_copy_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0632339Z test_ops.py::TestCompositeComplianceCPU::test_operator_index_fill_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0632511Z test_ops.py::TestCompositeComplianceCPU::test_operator_index_put_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0632689Z test_ops.py::TestCompositeComplianceCPU::test_operator_index_reduce_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0632851Z test_ops.py::TestCompositeComplianceCPU::test_operator_index_select_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0633023Z test_ops.py::TestCompositeComplianceCPU::test_operator_isclose_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0633192Z test_ops.py::TestCompositeComplianceCPU::test_operator_isin_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0633363Z test_ops.py::TestCompositeComplianceCPU::test_operator_isinf_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0633531Z test_ops.py::TestCompositeComplianceCPU::test_operator_isnan_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0633739Z test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (skip) [ 77%] 2022-12-01T10:39:11.0633934Z test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_binary_cpu_float32 SKIPPED (skip) [ 77%] 2022-12-01T10:39:11.0634135Z test_ops.py::TestCompositeComplianceCPU::test_operator_kron_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0634288Z test_ops.py::TestCompositeComplianceCPU::test_operator_le_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0634474Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_det_singular_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0634648Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eig_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0634823Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eigh_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0635040Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_ldl_factor_ex_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0635238Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0635411Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0635593Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_factor_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0635776Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_solve_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0635946Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_norm_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0636134Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_power_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0636315Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_rank_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0636513Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_rank_hermitian_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0636693Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_multi_dot_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0636867Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_pinv_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0637042Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_qr_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0637220Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_solve_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0637411Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_solve_triangular_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0637572Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_svd_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0637752Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_svdvals_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0637938Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_tensorinv_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0638122Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_tensorsolve_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0638302Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_vecdot_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0638475Z test_ops.py::TestCompositeComplianceCPU::test_operator_linspace_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0638648Z test_ops.py::TestCompositeComplianceCPU::test_operator_log1p_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0638818Z test_ops.py::TestCompositeComplianceCPU::test_operator_log2_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0638973Z test_ops.py::TestCompositeComplianceCPU::test_operator_log_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0639149Z test_ops.py::TestCompositeComplianceCPU::test_operator_logical_not_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0639323Z test_ops.py::TestCompositeComplianceCPU::test_operator_logical_or_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0639495Z test_ops.py::TestCompositeComplianceCPU::test_operator_logit_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0639669Z test_ops.py::TestCompositeComplianceCPU::test_operator_logsumexp_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0639835Z test_ops.py::TestCompositeComplianceCPU::test_operator_lt_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0640040Z test_ops.py::TestCompositeComplianceCPU::test_operator_lu_unpack_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0640210Z test_ops.py::TestCompositeComplianceCPU::test_operator_mT_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0640387Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_amax_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0640546Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_amin_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0640728Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_cumprod_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0640932Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_cumsum_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0641106Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_fill_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0641289Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_log_softmax_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0641473Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_logaddexp_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0641650Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_mean_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0641826Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_norm_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0641997Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_normalize_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0642179Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_scatter_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0642357Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_select_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0642537Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_softmax_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0642717Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_softmin_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0642890Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_std_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0643068Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_sum_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0643241Z test_ops.py::TestCompositeComplianceCPU::test_operator_max_binary_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0643414Z test_ops.py::TestCompositeComplianceCPU::test_operator_maximum_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0643572Z test_ops.py::TestCompositeComplianceCPU::test_operator_median_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0643765Z test_ops.py::TestCompositeComplianceCPU::test_operator_meshgrid_list_of_tensors_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0643953Z test_ops.py::TestCompositeComplianceCPU::test_operator_min_reduction_no_dim_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0644125Z test_ops.py::TestCompositeComplianceCPU::test_operator_minimum_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0644294Z test_ops.py::TestCompositeComplianceCPU::test_operator_movedim_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0644468Z test_ops.py::TestCompositeComplianceCPU::test_operator_msort_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0644705Z test_ops.py::TestCompositeComplianceCPU::test_operator_mv_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0644896Z test_ops.py::TestCompositeComplianceCPU::test_operator_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0645070Z test_ops.py::TestCompositeComplianceCPU::test_operator_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0645258Z test_ops.py::TestCompositeComplianceCPU::test_operator_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0645433Z test_ops.py::TestCompositeComplianceCPU::test_operator_nanmean_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0645608Z test_ops.py::TestCompositeComplianceCPU::test_operator_narrow_copy_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0645779Z test_ops.py::TestCompositeComplianceCPU::test_operator_narrow_cpu_float32 XFAIL [ 77%] 2022-12-01T10:39:11.0645944Z test_ops.py::TestCompositeComplianceCPU::test_operator_ne_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0646153Z test_ops.py::TestCompositeComplianceCPU::test_operator_neg_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0646380Z test_ops.py::TestCompositeComplianceCPU::test_operator_new_empty_cpu_float32 SKIPPED (Expected: new_empty is not comparable) [ 77%] 2022-12-01T10:39:11.0646553Z test_ops.py::TestCompositeComplianceCPU::test_operator_new_ones_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0646712Z test_ops.py::TestCompositeComplianceCPU::test_operator_new_zeros_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0646956Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0647156Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0647350Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0647548Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0647739Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_avg_pool2d_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0647929Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_avg_pool3d_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0648119Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_batch_norm_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:11.0648310Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_bilinear_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0648481Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_celu_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0648670Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv1d_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0648868Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0649065Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_cross_entropy_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0649255Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_dropout_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0649471Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_embedding_cpu_float32 SKIPPED (Allowed exemption) [ 78%] 2022-12-01T10:39:11.0649686Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0649912Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0650117Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_fractional_max_pool2d_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0650315Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_fractional_max_pool3d_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0650502Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_gaussian_nll_loss_cpu_float32 XFAIL [ 78%] 2022-12-01T10:39:11.0650686Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_glu_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0650879Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardshrink_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0651074Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardsigmoid_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0651267Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardswish_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0651455Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_huber_loss_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0651658Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0651900Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_linear_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0652103Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0652277Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_kl_div_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0652466Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_layer_norm_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0652660Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_logsigmoid_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0652880Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool1d_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0653080Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0653278Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0653476Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0653665Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_mse_loss_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0653861Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_multi_margin_loss_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0654054Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_multilabel_margin_loss_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0654253Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_circular_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0654447Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0654635Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_prelu_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0654820Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_relu6_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0655003Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_silu_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0655202Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0655393Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softsign_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0655594Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_tanhshrink_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0655774Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_threshold_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0655962Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_unfold_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0656161Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0656362Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_upsample_nearest_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0656534Z test_ops.py::TestCompositeComplianceCPU::test_operator_nonzero_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0656704Z test_ops.py::TestCompositeComplianceCPU::test_operator_norm_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0656875Z test_ops.py::TestCompositeComplianceCPU::test_operator_norm_fro_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0657047Z test_ops.py::TestCompositeComplianceCPU::test_operator_norm_nuc_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0657222Z test_ops.py::TestCompositeComplianceCPU::test_operator_normal_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0657396Z test_ops.py::TestCompositeComplianceCPU::test_operator_normal_number_mean_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0657567Z test_ops.py::TestCompositeComplianceCPU::test_operator_ones_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0657772Z test_ops.py::TestCompositeComplianceCPU::test_operator_ones_like_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0657942Z test_ops.py::TestCompositeComplianceCPU::test_operator_outer_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0658119Z test_ops.py::TestCompositeComplianceCPU::test_operator_pca_lowrank_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0658291Z test_ops.py::TestCompositeComplianceCPU::test_operator_permute_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0658462Z test_ops.py::TestCompositeComplianceCPU::test_operator_positive_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0658660Z test_ops.py::TestCompositeComplianceCPU::test_operator_pow_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0658815Z test_ops.py::TestCompositeComplianceCPU::test_operator_prod_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0658982Z test_ops.py::TestCompositeComplianceCPU::test_operator_put_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0659154Z test_ops.py::TestCompositeComplianceCPU::test_operator_quantile_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0659328Z test_ops.py::TestCompositeComplianceCPU::test_operator_rad2deg_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0659500Z test_ops.py::TestCompositeComplianceCPU::test_operator_rand_like_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0659677Z test_ops.py::TestCompositeComplianceCPU::test_operator_randint_like_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0659846Z test_ops.py::TestCompositeComplianceCPU::test_operator_randn_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0660023Z test_ops.py::TestCompositeComplianceCPU::test_operator_reciprocal_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0660201Z test_ops.py::TestCompositeComplianceCPU::test_operator_remainder_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0660360Z test_ops.py::TestCompositeComplianceCPU::test_operator_renorm_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0660535Z test_ops.py::TestCompositeComplianceCPU::test_operator_reshape_as_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0660748Z test_ops.py::TestCompositeComplianceCPU::test_operator_resize__cpu_float32 SKIPPED (Allowed exception) [ 78%] 2022-12-01T10:39:11.0660934Z test_ops.py::TestCompositeComplianceCPU::test_operator_resize_as__cpu_float32 SKIPPED (Allowed exemption) [ 78%] 2022-12-01T10:39:11.0661114Z test_ops.py::TestCompositeComplianceCPU::test_operator_resolve_conj_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0661285Z test_ops.py::TestCompositeComplianceCPU::test_operator_round_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0661466Z test_ops.py::TestCompositeComplianceCPU::test_operator_round_decimals_3_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0661642Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0661827Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_amin_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0662010Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_sum_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0662340Z test_ops.py::TestCompositeComplianceCPU::test_operator_searchsorted_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0662585Z test_ops.py::TestCompositeComplianceCPU::test_operator_segment_reduce_lengths_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0662763Z test_ops.py::TestCompositeComplianceCPU::test_operator_segment_reduce_offsets_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0662936Z test_ops.py::TestCompositeComplianceCPU::test_operator_sigmoid_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0663110Z test_ops.py::TestCompositeComplianceCPU::test_operator_signbit_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0663278Z test_ops.py::TestCompositeComplianceCPU::test_operator_sin_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0663461Z test_ops.py::TestCompositeComplianceCPU::test_operator_softmax_with_dtype_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0663628Z test_ops.py::TestCompositeComplianceCPU::test_operator_sort_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0663812Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_y0_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0664056Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_y1_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0664232Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_entr_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0664397Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_erfcx_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0664597Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_hermite_polynomial_he_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0664806Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_i1e_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0664990Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_log_ndtr_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0665186Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_i1_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0665654Z 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:39:11.0666048Z 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:39:11.0666234Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_xlog1py_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0666405Z test_ops.py::TestCompositeComplianceCPU::test_operator_split_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0666562Z test_ops.py::TestCompositeComplianceCPU::test_operator_sqrt_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0666734Z test_ops.py::TestCompositeComplianceCPU::test_operator_square_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0666904Z test_ops.py::TestCompositeComplianceCPU::test_operator_stack_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0667079Z test_ops.py::TestCompositeComplianceCPU::test_operator_std_mean_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0667249Z test_ops.py::TestCompositeComplianceCPU::test_operator_sub_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0667413Z test_ops.py::TestCompositeComplianceCPU::test_operator_sum_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0667590Z test_ops.py::TestCompositeComplianceCPU::test_operator_svd_lowrank_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0667760Z test_ops.py::TestCompositeComplianceCPU::test_operator_symeig_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0667940Z test_ops.py::TestCompositeComplianceCPU::test_operator_take_along_dim_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0668096Z test_ops.py::TestCompositeComplianceCPU::test_operator_tan_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0668270Z test_ops.py::TestCompositeComplianceCPU::test_operator_tensor_split_cpu_float32 XFAIL [ 78%] 2022-12-01T10:39:11.0668439Z test_ops.py::TestCompositeComplianceCPU::test_operator_tile_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0668605Z test_ops.py::TestCompositeComplianceCPU::test_operator_to_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0668772Z test_ops.py::TestCompositeComplianceCPU::test_operator_trace_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0668947Z test_ops.py::TestCompositeComplianceCPU::test_operator_transpose_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0669133Z test_ops.py::TestCompositeComplianceCPU::test_operator_triangular_solve_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0669306Z test_ops.py::TestCompositeComplianceCPU::test_operator_true_divide_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0669479Z test_ops.py::TestCompositeComplianceCPU::test_operator_unique_consecutive_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0669647Z test_ops.py::TestCompositeComplianceCPU::test_operator_var_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0669816Z test_ops.py::TestCompositeComplianceCPU::test_operator_vdot_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0669984Z test_ops.py::TestCompositeComplianceCPU::test_operator_view_as_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0670181Z test_ops.py::TestCompositeComplianceCPU::test_operator_view_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0670352Z test_ops.py::TestCompositeComplianceCPU::test_operator_vsplit_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0670519Z test_ops.py::TestCompositeComplianceCPU::test_operator_where_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0670687Z test_ops.py::TestCompositeComplianceCPU::test_operator_zero__cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0670846Z test_ops.py::TestCompositeComplianceCPU::test_operator_zeros_like_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:11.0671023Z test_ops.py::TestMathBitsCPU::test_conj_view_T_cpu_complex64 PASSED [ 78%] 2022-12-01T10:39:11.0671177Z test_ops.py::TestMathBitsCPU::test_conj_view___radd___cpu_complex64 PASSED [ 78%] 2022-12-01T10:39:11.0671327Z test_ops.py::TestMathBitsCPU::test_conj_view___rdiv___cpu_complex64 PASSED [ 78%] 2022-12-01T10:39:11.0671481Z test_ops.py::TestMathBitsCPU::test_conj_view___rmatmul___cpu_complex64 PASSED [ 78%] 2022-12-01T10:39:11.0671631Z test_ops.py::TestMathBitsCPU::test_conj_view___rmul___cpu_complex64 PASSED [ 78%] 2022-12-01T10:39:11.0671777Z test_ops.py::TestMathBitsCPU::test_conj_view___rsub___cpu_complex64 PASSED [ 78%] 2022-12-01T10:39:11.0671933Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_add_cpu_complex64 PASSED [ 78%] 2022-12-01T10:39:11.0672090Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_allclose_cpu_complex64 PASSED [ 78%] 2022-12-01T10:39:11.0672229Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_any_cpu_complex64 PASSED [ 78%] 2022-12-01T10:39:11.0672384Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_asinh_cpu_complex64 PASSED [ 78%] 2022-12-01T10:39:11.0672541Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_atleast_1d_cpu_complex64 PASSED [ 78%] 2022-12-01T10:39:11.0672700Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_atleast_2d_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0672861Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_atleast_3d_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0673023Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_broadcast_to_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0673177Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_chunk_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0673326Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_clone_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0673475Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_column_stack_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0673626Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_conj_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0673792Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_conj_physical_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0673952Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_contiguous_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0674105Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_cos_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0674260Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_diag_embed_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0674418Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_diagonal_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0674572Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_dstack_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0674768Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_empty_cpu_complex64 SKIPPED (Expected: empty is not comparable) [ 79%] 2022-12-01T10:39:11.0674917Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_expand_as_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0675073Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fft2_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0675228Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fftn_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0675388Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fftshift_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0675544Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_hfft2_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0675721Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_hfft_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0675884Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifftshift_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0676039Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_irfft2_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0676185Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_irfft_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0676417Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_irfftn_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0676631Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_flatten_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0676786Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_flipud_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0676938Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_hstack_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0677093Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_add_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0677255Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_copy_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0677411Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_isclose_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0677558Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_isfinite_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0677716Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_isinf_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0677868Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_isreal_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0678039Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_matrix_norm_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0678199Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_norm_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0678363Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_svdvals_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0678534Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_vector_norm_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0678687Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_log2_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0678842Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_or_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0678989Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_xor_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0679147Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_movedim_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0679348Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_empty_cpu_complex64 SKIPPED (Expected: empty is not comparable) [ 79%] 2022-12-01T10:39:11.0679569Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_empty_strided_cpu_complex64 SKIPPED (Expected: empty_strided is not comparable) [ 79%] 2022-12-01T10:39:11.0679726Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_full_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0679916Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_pairwise_distance_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0680095Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_tanhshrink_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0680246Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_ones_cpu_complex64 XFAIL [ 79%] 2022-12-01T10:39:11.0680404Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_permute_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0680550Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_positive_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0680706Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_pow_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0680861Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_prod_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0681014Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_ravel_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0681161Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_real_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0681346Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_repeat_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0681497Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_rot90_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0681644Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_rsqrt_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0681780Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_rsub_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0681927Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sinh_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0682098Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sqrt_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0682256Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_squeeze_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0682408Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_stack_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0682561Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_std_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0682718Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_std_mean_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0682880Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_tensor_split_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0683019Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_to_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0683169Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_tril_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0683327Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_unflatten_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0683486Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_unsqueeze_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0683634Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_var_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0683787Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_var_mean_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0683942Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_view_as_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0684098Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_vstack_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0684249Z test_ops.py::TestMathBitsCPU::test_conj_view_addcdiv_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0684389Z test_ops.py::TestMathBitsCPU::test_conj_view_addcmul_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0684539Z test_ops.py::TestMathBitsCPU::test_conj_view_addr_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0684789Z test_ops.py::TestMathBitsCPU::test_conj_view_all_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0684948Z test_ops.py::TestMathBitsCPU::test_conj_view_allclose_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0685097Z test_ops.py::TestMathBitsCPU::test_conj_view_asinh_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0685244Z test_ops.py::TestMathBitsCPU::test_conj_view_atan_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0685397Z test_ops.py::TestMathBitsCPU::test_conj_view_atleast_1d_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0685548Z test_ops.py::TestMathBitsCPU::test_conj_view_block_diag_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0685681Z test_ops.py::TestMathBitsCPU::test_conj_view_bmm_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0685828Z test_ops.py::TestMathBitsCPU::test_conj_view_byte_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0685987Z test_ops.py::TestMathBitsCPU::test_conj_view_cartesian_prod_cpu_complex64 XFAIL [ 79%] 2022-12-01T10:39:11.0686131Z test_ops.py::TestMathBitsCPU::test_conj_view_cat_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0686283Z test_ops.py::TestMathBitsCPU::test_conj_view_cholesky_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0686446Z test_ops.py::TestMathBitsCPU::test_conj_view_cholesky_inverse_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0686606Z test_ops.py::TestMathBitsCPU::test_conj_view_cholesky_solve_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0686751Z test_ops.py::TestMathBitsCPU::test_conj_view_chunk_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0686926Z test_ops.py::TestMathBitsCPU::test_conj_view_clone_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0687082Z test_ops.py::TestMathBitsCPU::test_conj_view_combinations_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0687233Z test_ops.py::TestMathBitsCPU::test_conj_view_corrcoef_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0687379Z test_ops.py::TestMathBitsCPU::test_conj_view_cos_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0687522Z test_ops.py::TestMathBitsCPU::test_conj_view_cosh_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0687679Z test_ops.py::TestMathBitsCPU::test_conj_view_count_nonzero_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0687863Z test_ops.py::TestMathBitsCPU::test_conj_view_diag_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0688015Z test_ops.py::TestMathBitsCPU::test_conj_view_diagflat_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0688148Z test_ops.py::TestMathBitsCPU::test_conj_view_diff_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0688316Z test_ops.py::TestMathBitsCPU::test_conj_view_div_no_rounding_mode_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0688463Z test_ops.py::TestMathBitsCPU::test_conj_view_double_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0688608Z test_ops.py::TestMathBitsCPU::test_conj_view_dsplit_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0688769Z test_ops.py::TestMathBitsCPU::test_conj_view_empty_cpu_complex64 SKIPPED (Skipped!) [ 79%] 2022-12-01T10:39:11.0688914Z test_ops.py::TestMathBitsCPU::test_conj_view_equal_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0689056Z test_ops.py::TestMathBitsCPU::test_conj_view_exp_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0689210Z test_ops.py::TestMathBitsCPU::test_conj_view_expand_as_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0689357Z test_ops.py::TestMathBitsCPU::test_conj_view_expand_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0689493Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_fftn_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0689646Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifft2_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0689797Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_irfft2_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0689946Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_irfftn_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0690099Z test_ops.py::TestMathBitsCPU::test_conj_view_flatten_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0690245Z test_ops.py::TestMathBitsCPU::test_conj_view_flipud_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0690396Z test_ops.py::TestMathBitsCPU::test_conj_view_float_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0690543Z test_ops.py::TestMathBitsCPU::test_conj_view_gather_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0690677Z test_ops.py::TestMathBitsCPU::test_conj_view_geqrf_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0690821Z test_ops.py::TestMathBitsCPU::test_conj_view_half_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0690969Z test_ops.py::TestMathBitsCPU::test_conj_view_hsplit_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0691115Z test_ops.py::TestMathBitsCPU::test_conj_view_hstack_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0691267Z test_ops.py::TestMathBitsCPU::test_conj_view_index_fill_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0691412Z test_ops.py::TestMathBitsCPU::test_conj_view_inner_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0691562Z test_ops.py::TestMathBitsCPU::test_conj_view_isclose_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0691708Z test_ops.py::TestMathBitsCPU::test_conj_view_isreal_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0691899Z test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_4inputs_with_extra_args_cpu_complex64 SKIPPED (Only runs on cuda) [ 79%] 2022-12-01T10:39:11.0692044Z test_ops.py::TestMathBitsCPU::test_conj_view_kron_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0692199Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cond_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0692353Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cross_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0692536Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_det_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0692684Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eig_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0692838Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eigh_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0692994Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eigvals_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0693142Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eigvalsh_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:11.0693345Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_householder_product_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0693500Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_inv_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0693656Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_inv_ex_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0693818Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_factor_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0693980Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_factor_ex_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0694138Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_solve_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0694299Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_norm_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0694453Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_norm_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0694625Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_norm_subgradients_at_zero_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0694793Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_pinv_hermitian_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0695024Z 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:39:11.0695186Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_slogdet_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0695343Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_solve_ex_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0695512Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_solve_triangular_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0695667Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_svd_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0695823Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_svdvals_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0695991Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_tensorsolve_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0696139Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_vector_norm_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0696288Z test_ops.py::TestMathBitsCPU::test_conj_view_log10_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0696435Z test_ops.py::TestMathBitsCPU::test_conj_view_log2_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0696582Z test_ops.py::TestMathBitsCPU::test_conj_view_log_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0696744Z test_ops.py::TestMathBitsCPU::test_conj_view_log_softmax_dtype_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0696893Z test_ops.py::TestMathBitsCPU::test_conj_view_logdet_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0697049Z test_ops.py::TestMathBitsCPU::test_conj_view_logical_not_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0697199Z test_ops.py::TestMathBitsCPU::test_conj_view_logical_xor_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0697340Z test_ops.py::TestMathBitsCPU::test_conj_view_logspace_cpu_complex64 XFAIL [ 80%] 2022-12-01T10:39:11.0697494Z test_ops.py::TestMathBitsCPU::test_conj_view_lu_unpack_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0697640Z test_ops.py::TestMathBitsCPU::test_conj_view_mT_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0697799Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_cumprod_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0697983Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_mean_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0698142Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_normalize_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0698300Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_scatter_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0698459Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_select_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0698600Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_sum_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0698774Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_var_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0698922Z test_ops.py::TestMathBitsCPU::test_conj_view_mean_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0699094Z test_ops.py::TestMathBitsCPU::test_conj_view_meshgrid_variadic_tensors_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0699240Z test_ops.py::TestMathBitsCPU::test_conj_view_mul_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0699395Z test_ops.py::TestMathBitsCPU::test_conj_view_narrow_copy_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0699541Z test_ops.py::TestMathBitsCPU::test_conj_view_narrow_cpu_complex64 XFAIL [ 80%] 2022-12-01T10:39:11.0699685Z test_ops.py::TestMathBitsCPU::test_conj_view_neg_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0699841Z test_ops.py::TestMathBitsCPU::test_conj_view_new_empty_cpu_complex64 SKIPPED (Skipped!) [ 80%] 2022-12-01T10:39:11.0700058Z test_ops.py::TestMathBitsCPU::test_conj_view_new_empty_strided_cpu_complex64 SKIPPED (Expected: new_empty_strided is not comparable) [ 80%] 2022-12-01T10:39:11.0700211Z test_ops.py::TestMathBitsCPU::test_conj_view_new_full_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0700363Z test_ops.py::TestMathBitsCPU::test_conj_view_new_zeros_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0700529Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_conv2d_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0700731Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0700896Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_l1_loss_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0701068Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_constant_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0701238Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_reflect_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0701406Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pairwise_distance_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0701585Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pixel_shuffle_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0701756Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_silu_complex_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0701937Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_triplet_margin_loss_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0702104Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_unfold_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0702377Z test_ops.py::TestMathBitsCPU::test_conj_view_ones_like_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0702527Z test_ops.py::TestMathBitsCPU::test_conj_view_ormqr_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0702677Z test_ops.py::TestMathBitsCPU::test_conj_view_outer_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0702828Z test_ops.py::TestMathBitsCPU::test_conj_view_permute_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0702969Z test_ops.py::TestMathBitsCPU::test_conj_view_pinverse_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0703124Z test_ops.py::TestMathBitsCPU::test_conj_view_positive_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0703273Z test_ops.py::TestMathBitsCPU::test_conj_view_prod_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0703420Z test_ops.py::TestMathBitsCPU::test_conj_view_put_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0703662Z test_ops.py::TestMathBitsCPU::test_conj_view_qr_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0703809Z test_ops.py::TestMathBitsCPU::test_conj_view_randn_cpu_complex64 XFAIL [ 80%] 2022-12-01T10:39:11.0703954Z test_ops.py::TestMathBitsCPU::test_conj_view_repeat_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0704117Z test_ops.py::TestMathBitsCPU::test_conj_view_repeat_interleave_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0704260Z test_ops.py::TestMathBitsCPU::test_conj_view_reshape_as_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0704412Z test_ops.py::TestMathBitsCPU::test_conj_view_reshape_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0704600Z test_ops.py::TestMathBitsCPU::test_conj_view_resolve_neg_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0704747Z test_ops.py::TestMathBitsCPU::test_conj_view_rsqrt_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0704894Z test_ops.py::TestMathBitsCPU::test_conj_view_rsub_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0705052Z test_ops.py::TestMathBitsCPU::test_conj_view_scatter_add_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0705206Z test_ops.py::TestMathBitsCPU::test_conj_view_scatter_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0705353Z test_ops.py::TestMathBitsCPU::test_conj_view_select_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0705483Z test_ops.py::TestMathBitsCPU::test_conj_view_sgn_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0705631Z test_ops.py::TestMathBitsCPU::test_conj_view_short_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0705775Z test_ops.py::TestMathBitsCPU::test_conj_view_sin_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0705920Z test_ops.py::TestMathBitsCPU::test_conj_view_sinc_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0706062Z test_ops.py::TestMathBitsCPU::test_conj_view_slice_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0706247Z test_ops.py::TestMathBitsCPU::test_conj_view_sparse_sampled_addmm_cpu_complex64 SKIPPED (Skipped!) [ 80%] 2022-12-01T10:39:11.0706390Z test_ops.py::TestMathBitsCPU::test_conj_view_split_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0706554Z test_ops.py::TestMathBitsCPU::test_conj_view_split_with_sizes_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0706684Z test_ops.py::TestMathBitsCPU::test_conj_view_sqrt_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0706832Z test_ops.py::TestMathBitsCPU::test_conj_view_square_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0706985Z test_ops.py::TestMathBitsCPU::test_conj_view_squeeze_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0707132Z test_ops.py::TestMathBitsCPU::test_conj_view_stack_cpu_complex64 XFAIL [ 80%] 2022-12-01T10:39:11.0707286Z test_ops.py::TestMathBitsCPU::test_conj_view_std_mean_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0707432Z test_ops.py::TestMathBitsCPU::test_conj_view_sub_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0707588Z test_ops.py::TestMathBitsCPU::test_conj_view_sum_to_size_cpu_complex64 XFAIL [ 80%] 2022-12-01T10:39:11.0707733Z test_ops.py::TestMathBitsCPU::test_conj_view_svd_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0707882Z test_ops.py::TestMathBitsCPU::test_conj_view_take_along_dim_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0708029Z test_ops.py::TestMathBitsCPU::test_conj_view_take_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0708175Z test_ops.py::TestMathBitsCPU::test_conj_view_tan_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0708319Z test_ops.py::TestMathBitsCPU::test_conj_view_tanh_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0708462Z test_ops.py::TestMathBitsCPU::test_conj_view_to_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0708609Z test_ops.py::TestMathBitsCPU::test_conj_view_trace_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0708766Z test_ops.py::TestMathBitsCPU::test_conj_view_transpose_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0708914Z test_ops.py::TestMathBitsCPU::test_conj_view_trapz_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0709076Z test_ops.py::TestMathBitsCPU::test_conj_view_triangular_solve_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0709240Z test_ops.py::TestMathBitsCPU::test_conj_view_unfold_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0709396Z test_ops.py::TestMathBitsCPU::test_conj_view_unsqueeze_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0709543Z test_ops.py::TestMathBitsCPU::test_conj_view_var_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0709696Z test_ops.py::TestMathBitsCPU::test_conj_view_var_mean_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0710061Z test_ops.py::TestMathBitsCPU::test_conj_view_view_as_real_cpu_complex64 SKIPPED (Operation doesn't support conjugated inputs.) [ 80%] 2022-12-01T10:39:11.0710239Z test_ops.py::TestMathBitsCPU::test_conj_view_vstack_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0710388Z test_ops.py::TestMathBitsCPU::test_conj_view_where_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0710533Z test_ops.py::TestMathBitsCPU::test_conj_view_zeros_cpu_complex64 XFAIL [ 80%] 2022-12-01T10:39:11.0710675Z test_ops.py::TestMathBitsCPU::test_conj_view_zeros_like_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:11.0710839Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___getitem___cpu_complex128 PASSED [ 80%] 2022-12-01T10:39:11.0710998Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___rpow___cpu_complex128 PASSED [ 80%] 2022-12-01T10:39:11.0711157Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_acos_cpu_complex128 PASSED [ 80%] 2022-12-01T10:39:11.0711316Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_acosh_cpu_complex128 PASSED [ 80%] 2022-12-01T10:39:11.0711480Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_addcdiv_cpu_complex128 PASSED [ 80%] 2022-12-01T10:39:11.0711642Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_all_cpu_complex128 PASSED [ 80%] 2022-12-01T10:39:11.0711858Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_as_strided_cpu_complex128 SKIPPED (Errors when storage_offset is included) [ 80%] 2022-12-01T10:39:11.0712016Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atanh_cpu_complex128 PASSED [ 80%] 2022-12-01T10:39:11.0712171Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atleast_2d_cpu_complex128 PASSED [ 80%] 2022-12-01T10:39:11.0712343Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_broadcast_to_cpu_complex128 PASSED [ 80%] 2022-12-01T10:39:11.0712515Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_constant_pad_nd_cpu_complex128 PASSED [ 80%] 2022-12-01T10:39:11.0712682Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_contiguous_cpu_complex128 PASSED [ 80%] 2022-12-01T10:39:11.0712842Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cosh_cpu_complex128 PASSED [ 80%] 2022-12-01T10:39:11.0713009Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_diagonal_cpu_complex128 PASSED [ 80%] 2022-12-01T10:39:11.0713187Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_div_no_rounding_mode_cpu_complex128 PASSED [ 80%] 2022-12-01T10:39:11.0713349Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_dstack_cpu_complex128 PASSED [ 80%] 2022-12-01T10:39:11.0713495Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_eq_cpu_complex128 PASSED [ 80%] 2022-12-01T10:39:11.0713660Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_expand_as_cpu_complex128 PASSED [ 80%] 2022-12-01T10:39:11.0713821Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_expand_cpu_complex128 PASSED [ 80%] 2022-12-01T10:39:11.0713993Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_eye_cpu_complex128 SKIPPED (Skipped!) [ 80%] 2022-12-01T10:39:11.0714155Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fftn_cpu_complex128 PASSED [ 80%] 2022-12-01T10:39:11.0714320Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_hfft2_cpu_complex128 PASSED [ 80%] 2022-12-01T10:39:11.0714480Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifft_cpu_complex128 PASSED [ 80%] 2022-12-01T10:39:11.0714640Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifftn_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0714802Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_irfftn_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0714981Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_flatten_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0715140Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_flip_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0715298Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_hsplit_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0715457Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_imag_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0715621Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_copy_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0715814Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_select_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0715976Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isfinite_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0716133Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isinf_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0716280Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isnan_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0716443Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isreal_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0716606Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_svd_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0716774Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_svdvals_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0716946Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_vector_norm_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0717103Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_log10_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0717259Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_log2_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0717424Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_not_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0717579Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_mean_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0717751Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_meshgrid_list_of_tensors_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0717913Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_movedim_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0718067Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_mul_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0718221Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_ne_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0718377Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_neg_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0718603Z 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:39:11.0718764Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_full_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0718924Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_ones_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0719088Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_zeros_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0719251Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_l1_loss_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0719408Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_ones_cpu_complex128 XFAIL [ 81%] 2022-12-01T10:39:11.0719573Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_permute_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0719734Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_positive_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0719889Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_ravel_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0720047Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_repeat_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0720208Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_reshape_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0720400Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_roll_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0720546Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_rsqrt_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0720704Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_rsub_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0720857Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sgn_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0721018Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sigmoid_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0721198Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sin_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0721354Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sinc_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0721509Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sinh_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0721669Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_square_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0721825Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_std_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0721969Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sum_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0722123Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tan_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0722280Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tanh_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0722446Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tensor_split_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0722605Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_trace_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0722760Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tril_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0722925Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_true_divide_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0723085Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unbind_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0723236Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unflatten_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0723397Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unsqueeze_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0723554Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_view_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0723715Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_vsplit_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0723868Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_abs_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0724021Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_acos_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0724172Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_acosh_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0724326Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addcmul_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0724495Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addmm_decomposed_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0724700Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addmv_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0724857Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_all_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0725009Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_angle_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0725159Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_any_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0725317Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_argwhere_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0725470Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_asin_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0725630Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_atleast_1d_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0725791Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_atleast_2d_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0725968Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_bfloat16_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0726124Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_block_diag_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0726273Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_bmm_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0726440Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_broadcast_tensors_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0726592Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_byte_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0726797Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cartesian_prod_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0726946Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cat_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0727103Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_chalf_cpu_complex128 XFAIL [ 81%] 2022-12-01T10:39:11.0727257Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cholesky_inverse_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0727422Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cholesky_solve_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0727581Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_column_stack_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0727746Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_combinations_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0727895Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_conj_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0728050Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_corrcoef_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0728202Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cos_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0728350Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cosh_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0728497Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cov_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0728641Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cross_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0728813Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cumulative_trapezoid_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0728962Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_diag_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0729118Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_diagflat_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0729274Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_diagonal_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0729430Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_diff_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0729605Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_div_no_rounding_mode_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0729754Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_dot_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0729898Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_double_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0730052Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_dsplit_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0730200Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_dstack_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0730349Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_einsum_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0730516Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_empty_cpu_complex128 SKIPPED (Skipped!) [ 81%] 2022-12-01T10:39:11.0730690Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_empty_like_cpu_complex128 SKIPPED (Skipped!) [ 81%] 2022-12-01T10:39:11.0730842Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_eq_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0730995Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_equal_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0731137Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_expand_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0731300Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_eye_cpu_complex128 SKIPPED (Skipped!) [ 81%] 2022-12-01T10:39:11.0731488Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fft_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0731642Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fftn_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0731798Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_hfft_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0731953Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifft_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0732111Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_irfft2_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0732288Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fill_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0732442Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_flatten_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0732583Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_flipud_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0732741Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_float_power_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0732903Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_full_like_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0733057Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_gather_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0733207Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_half_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0733359Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_hsplit_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0733504Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_hstack_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0733654Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_imag_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0733799Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_copy_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0733954Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_fill_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0734117Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_select_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0734271Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_inner_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0734419Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_int_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0734573Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_isinf_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0734722Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_isnan_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0734869Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_istft_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0735069Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_4inputs_with_extra_args_cpu_complex128 SKIPPED (Only runs on cuda) [ 81%] 2022-12-01T10:39:11.0735271Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_binary_return_by_ref_cpu_complex128 SKIPPED (Only runs on cuda) [ 81%] 2022-12-01T10:39:11.0735423Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_kron_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:11.0735576Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_lerp_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0735734Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cond_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0735891Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_det_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0736061Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_det_singular_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0736219Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eig_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0736402Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_householder_product_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0736547Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_inv_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0736706Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_inv_ex_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0736901Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_ldl_factor_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0737073Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_ldl_factor_ex_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0737238Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_ldl_solve_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0737399Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lstsq_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0737577Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lstsq_grad_oriented_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0737773Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_factor_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0737937Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_solve_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0738092Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_power_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0738253Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_norm_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0738439Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_norm_subgradients_at_zero_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0738612Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_pinv_hermitian_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0738768Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_qr_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0738930Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_slogdet_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0739091Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_solve_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0739255Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_tensorinv_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0739412Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_tensorsolve_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0739575Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_vander_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0739733Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linspace_cpu_complex128 XFAIL [ 82%] 2022-12-01T10:39:11.0739887Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_log10_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0740039Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_log2_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0740188Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_log_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0740354Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_log_softmax_dtype_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0740514Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_and_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0740674Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_or_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0740819Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_xor_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0740979Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_logspace_cpu_complex128 XFAIL [ 82%] 2022-12-01T10:39:11.0741131Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_long_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0741282Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_lu_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0741438Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_lu_unpack_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0741585Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_mT_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0741744Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_mean_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0741912Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_normalize_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0742063Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_scatter_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0742309Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_std_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0742512Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_mean_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0742662Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_mm_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0742812Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_mul_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0742970Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_narrow_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0743131Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_full_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0743302Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_conv2d_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0743532Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_conv_transpose1d_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0743726Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0743898Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_l1_loss_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0744071Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_linear_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0744248Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_circular_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0744425Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_constant_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0744602Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_reflect_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0744782Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_replicate_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0744968Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pairwise_distance_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0745147Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pixel_shuffle_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0745322Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_softmin_with_dtype_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0745509Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_triplet_margin_loss_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0745710Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0745882Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_unfold_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0746040Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nonzero_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0746197Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0746351Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_fro_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0746502Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_ones_cpu_complex128 XFAIL [ 82%] 2022-12-01T10:39:11.0746646Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_ormqr_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0746799Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_permute_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0746958Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_pinverse_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0747108Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_put_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0747258Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_qr_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0747411Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_real_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0747574Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_reciprocal_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0747734Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_repeat_interleave_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0754523Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_reshape_as_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0754829Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_reshape_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0755058Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_resize__cpu_complex128 SKIPPED (Operation not tested with tensors with negative bit.) [ 82%] 2022-12-01T10:39:11.0755224Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_resize_as__cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0755391Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_resolve_conj_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0755549Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_rot90_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0755728Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sgn_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0755885Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sin_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0756040Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sinh_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0756195Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_slice_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0756370Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_softmax_with_dtype_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0756522Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sqrt_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0756681Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_square_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0756837Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_squeeze_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0756977Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_stack_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0757132Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_std_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0757288Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_symeig_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0757438Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_t_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0757590Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_take_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0757741Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_tan_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0757905Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_tensor_split_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0758060Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_trace_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0758206Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_trapezoid_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0758358Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_trapz_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0758512Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_tril_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0758659Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_triu_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0758817Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_unflatten_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0758975Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_unfold_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0759136Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_unsqueeze_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0759287Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_var_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0759438Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_vdot_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0759581Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_view_as_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0759961Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_view_as_real_cpu_complex128 SKIPPED (Operation doesn't support conjugated inputs.) [ 82%] 2022-12-01T10:39:11.0760117Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_view_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0760271Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_vsplit_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0760422Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_vstack_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0760621Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_where_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0760775Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_zero__cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0760937Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_zeros_like_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:11.0761071Z test_ops.py::TestMathBitsCPU::test_neg_view_H_cpu_float64 PASSED [ 82%] 2022-12-01T10:39:11.0761218Z test_ops.py::TestMathBitsCPU::test_neg_view_T_cpu_float64 PASSED [ 82%] 2022-12-01T10:39:11.0761367Z test_ops.py::TestMathBitsCPU::test_neg_view___radd___cpu_float64 PASSED [ 82%] 2022-12-01T10:39:11.0761548Z test_ops.py::TestMathBitsCPU::test_neg_view___rmod___cpu_float64 PASSED [ 82%] 2022-12-01T10:39:11.0761695Z test_ops.py::TestMathBitsCPU::test_neg_view___rmul___cpu_float64 PASSED [ 82%] 2022-12-01T10:39:11.0761840Z test_ops.py::TestMathBitsCPU::test_neg_view___rpow___cpu_float64 PASSED [ 82%] 2022-12-01T10:39:11.0761984Z test_ops.py::TestMathBitsCPU::test_neg_view___rsub___cpu_float64 PASSED [ 82%] 2022-12-01T10:39:11.0762136Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_acosh_cpu_float64 PASSED [ 82%] 2022-12-01T10:39:11.0762276Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_addcdiv_cpu_float64 PASSED [ 82%] 2022-12-01T10:39:11.0762419Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_any_cpu_float64 PASSED [ 82%] 2022-12-01T10:39:11.0762568Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_asinh_cpu_float64 PASSED [ 82%] 2022-12-01T10:39:11.0762715Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_atan2_cpu_float64 PASSED [ 82%] 2022-12-01T10:39:11.0762869Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_atan_cpu_float64 PASSED [ 82%] 2022-12-01T10:39:11.0763026Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_atleast_2d_cpu_float64 PASSED [ 82%] 2022-12-01T10:39:11.0763174Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_ceil_cpu_float64 PASSED [ 82%] 2022-12-01T10:39:11.0763325Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_chunk_cpu_float64 PASSED [ 82%] 2022-12-01T10:39:11.0763478Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_clone_cpu_float64 PASSED [ 82%] 2022-12-01T10:39:11.0763623Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_column_stack_cpu_float64 PASSED [ 82%] 2022-12-01T10:39:11.0763773Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_conj_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0763932Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_conj_physical_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0764093Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_constant_pad_nd_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0764249Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_cumsum_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0764399Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_dsplit_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0764594Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_empty_cpu_float64 SKIPPED (Expected: empty is not comparable) [ 83%] 2022-12-01T10:39:11.0764885Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_empty_like_cpu_float64 SKIPPED (Expected: empty is not comparable) [ 83%] 2022-12-01T10:39:11.0765019Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_eq_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0765174Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_erfinv_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0765329Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_expand_as_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0765494Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_eye_cpu_float64 SKIPPED (Skipped!) [ 83%] 2022-12-01T10:39:11.0765651Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fft2_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0765804Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fft_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0765956Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_hfft_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0766105Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifft_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0766292Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifftshift_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0766445Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ihfft_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0766594Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_irfft_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0766748Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_irfftn_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0766899Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_rfft2_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0767082Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_rfft_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0767235Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fliplr_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0767391Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_float_power_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0767538Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fmod_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0767677Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_frac_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0767828Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_hstack_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0767977Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_hypot_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0768126Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_i0_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0768282Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_fill_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0768445Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_select_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0768602Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isclose_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0768756Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isfinite_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0768893Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isinf_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0769050Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isneginf_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0769200Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_le_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0769360Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_svdvals_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0769512Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_linspace_cpu_float64 XFAIL [ 83%] 2022-12-01T10:39:11.0769660Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_log1p_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0769817Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_and_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0769972Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_or_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0770114Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_xor_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0770264Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_logspace_cpu_float64 XFAIL [ 83%] 2022-12-01T10:39:11.0770411Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_lt_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0770564Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_masked_fill_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0770714Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_mean_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0770887Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_meshgrid_list_of_tensors_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0771035Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_mul_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0771199Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_native_layer_norm_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0771343Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_neg_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0771529Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_empty_cpu_float64 SKIPPED (Expected: empty is not comparable) [ 83%] 2022-12-01T10:39:11.0771714Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_ones_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0771867Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_zeros_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0772031Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_celu_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0772195Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_glu_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0772367Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_huber_loss_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0772579Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_l1_loss_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0772754Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_leaky_relu_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0772904Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_mish_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0773073Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_mse_loss_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0773240Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_prelu_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0773405Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_selu_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0773576Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_threshold_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0773728Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_permute_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0773915Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_randn_cpu_float64 SKIPPED (Test expects tensor input) [ 83%] 2022-12-01T10:39:11.0774067Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_ravel_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0774216Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_real_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0774362Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_reciprocal_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0774518Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_reshape_as_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0774668Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_round_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0774819Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_signbit_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0774967Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sinc_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0775120Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_softmax_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0775285Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_bessel_j0_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0775448Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_bessel_j1_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0775593Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_i1e_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0775752Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_logit_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0775939Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_multigammaln_mvlgamma_p_1_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0776122Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_multigammaln_mvlgamma_p_5_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0776298Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_spherical_bessel_j0_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0776457Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_zeta_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0776610Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_square_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0776763Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_squeeze_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0776912Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_stack_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0777044Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sum_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0777230Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sum_to_size_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0777372Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_t_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0777518Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_tan_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0777676Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_tensor_split_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0777819Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_to_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0777973Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_true_divide_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0778155Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_unfold_copy_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0778287Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_var_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0778439Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_vsplit_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0778588Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_vstack_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0778738Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_where_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0778881Z test_ops.py::TestMathBitsCPU::test_neg_view_acos_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0779026Z test_ops.py::TestMathBitsCPU::test_neg_view_add_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0779170Z test_ops.py::TestMathBitsCPU::test_neg_view_addcdiv_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0779314Z test_ops.py::TestMathBitsCPU::test_neg_view_addmm_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0779445Z test_ops.py::TestMathBitsCPU::test_neg_view_all_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0779588Z test_ops.py::TestMathBitsCPU::test_neg_view_amax_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0779729Z test_ops.py::TestMathBitsCPU::test_neg_view_arange_cpu_float64 XFAIL [ 83%] 2022-12-01T10:39:11.0779929Z test_ops.py::TestMathBitsCPU::test_neg_view_as_strided_cpu_float64 SKIPPED (Errors when storage_offset is included) [ 83%] 2022-12-01T10:39:11.0780146Z test_ops.py::TestMathBitsCPU::test_neg_view_as_strided_scatter_cpu_float64 SKIPPED (Works for float64, fails for everything else) [ 83%] 2022-12-01T10:39:11.0780289Z test_ops.py::TestMathBitsCPU::test_neg_view_asin_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0780431Z test_ops.py::TestMathBitsCPU::test_neg_view_atan2_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0780580Z test_ops.py::TestMathBitsCPU::test_neg_view_atleast_2d_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0780731Z test_ops.py::TestMathBitsCPU::test_neg_view_block_diag_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0780860Z test_ops.py::TestMathBitsCPU::test_neg_view_bmm_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0781021Z test_ops.py::TestMathBitsCPU::test_neg_view_broadcast_tensors_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0781166Z test_ops.py::TestMathBitsCPU::test_neg_view_bucketize_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0781309Z test_ops.py::TestMathBitsCPU::test_neg_view_byte_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0781462Z test_ops.py::TestMathBitsCPU::test_neg_view_cartesian_prod_cpu_float64 XFAIL [ 83%] 2022-12-01T10:39:11.0781603Z test_ops.py::TestMathBitsCPU::test_neg_view_ceil_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0781745Z test_ops.py::TestMathBitsCPU::test_neg_view_chalf_cpu_float64 XFAIL [ 83%] 2022-12-01T10:39:11.0781899Z test_ops.py::TestMathBitsCPU::test_neg_view_cholesky_solve_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0782029Z test_ops.py::TestMathBitsCPU::test_neg_view_chunk_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0782323Z test_ops.py::TestMathBitsCPU::test_neg_view_clone_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0782473Z test_ops.py::TestMathBitsCPU::test_neg_view_complex_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0782617Z test_ops.py::TestMathBitsCPU::test_neg_view_conj_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0782831Z test_ops.py::TestMathBitsCPU::test_neg_view_constant_pad_nd_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0782978Z test_ops.py::TestMathBitsCPU::test_neg_view_copysign_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0783121Z test_ops.py::TestMathBitsCPU::test_neg_view_cos_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0783273Z test_ops.py::TestMathBitsCPU::test_neg_view_count_nonzero_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0783403Z test_ops.py::TestMathBitsCPU::test_neg_view_cummin_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0783550Z test_ops.py::TestMathBitsCPU::test_neg_view_cumsum_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0783754Z test_ops.py::TestMathBitsCPU::test_neg_view_cumulative_trapezoid_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0783901Z test_ops.py::TestMathBitsCPU::test_neg_view_deg2rad_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0784043Z test_ops.py::TestMathBitsCPU::test_neg_view_diag_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0784203Z test_ops.py::TestMathBitsCPU::test_neg_view_diagonal_scatter_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0784347Z test_ops.py::TestMathBitsCPU::test_neg_view_dist_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:11.0784508Z test_ops.py::TestMathBitsCPU::test_neg_view_div_no_rounding_mode_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0784654Z test_ops.py::TestMathBitsCPU::test_neg_view_div_trunc_rounding_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0784802Z test_ops.py::TestMathBitsCPU::test_neg_view_double_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0784959Z test_ops.py::TestMathBitsCPU::test_neg_view_empty_cpu_float64 SKIPPED (Skipped!) [ 84%] 2022-12-01T10:39:11.0785103Z test_ops.py::TestMathBitsCPU::test_neg_view_equal_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0785244Z test_ops.py::TestMathBitsCPU::test_neg_view_erf_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0785384Z test_ops.py::TestMathBitsCPU::test_neg_view_erfc_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0785528Z test_ops.py::TestMathBitsCPU::test_neg_view_exp2_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0785672Z test_ops.py::TestMathBitsCPU::test_neg_view_exp_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0785804Z test_ops.py::TestMathBitsCPU::test_neg_view_expand_as_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0785947Z test_ops.py::TestMathBitsCPU::test_neg_view_expm1_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0786107Z test_ops.py::TestMathBitsCPU::test_neg_view_eye_cpu_float64 SKIPPED (Skipped!) [ 84%] 2022-12-01T10:39:11.0786253Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_fft2_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0786398Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_fft_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0786545Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_fftn_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0786701Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_fftshift_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0786844Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_hfft_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0786989Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_hfftn_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0787118Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifft2_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0787261Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifft_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0787415Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifftshift_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0787557Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ihfft_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0787705Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_irfft2_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0787858Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_irfftn_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0788002Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_rfft2_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0788145Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_rfft_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0788308Z test_ops.py::TestMathBitsCPU::test_neg_view_flip_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0788453Z test_ops.py::TestMathBitsCPU::test_neg_view_fliplr_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0788597Z test_ops.py::TestMathBitsCPU::test_neg_view_flipud_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0788741Z test_ops.py::TestMathBitsCPU::test_neg_view_float_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0788896Z test_ops.py::TestMathBitsCPU::test_neg_view_float_power_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0789039Z test_ops.py::TestMathBitsCPU::test_neg_view_floor_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0789210Z test_ops.py::TestMathBitsCPU::test_neg_view_fmax_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0789352Z test_ops.py::TestMathBitsCPU::test_neg_view_fmod_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0789482Z test_ops.py::TestMathBitsCPU::test_neg_view_full_like_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0789625Z test_ops.py::TestMathBitsCPU::test_neg_view_gather_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0789765Z test_ops.py::TestMathBitsCPU::test_neg_view_ge_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0789907Z test_ops.py::TestMathBitsCPU::test_neg_view_half_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0790049Z test_ops.py::TestMathBitsCPU::test_neg_view_histc_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0790202Z test_ops.py::TestMathBitsCPU::test_neg_view_histogramdd_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0790342Z test_ops.py::TestMathBitsCPU::test_neg_view_hypot_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0790483Z test_ops.py::TestMathBitsCPU::test_neg_view_i0_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0790618Z test_ops.py::TestMathBitsCPU::test_neg_view_index_fill_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0790765Z test_ops.py::TestMathBitsCPU::test_neg_view_inner_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0790907Z test_ops.py::TestMathBitsCPU::test_neg_view_isfinite_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0791052Z test_ops.py::TestMathBitsCPU::test_neg_view_isneginf_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0791196Z test_ops.py::TestMathBitsCPU::test_neg_view_isposinf_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0791338Z test_ops.py::TestMathBitsCPU::test_neg_view_isreal_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0791478Z test_ops.py::TestMathBitsCPU::test_neg_view_istft_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0791676Z test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_binary_return_by_ref_cpu_float64 SKIPPED (Only runs on cuda) [ 84%] 2022-12-01T10:39:11.0791804Z test_ops.py::TestMathBitsCPU::test_neg_view_le_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0791957Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cond_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0792106Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_det_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0792266Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_det_singular_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0792416Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eig_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0792568Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eigh_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0792723Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eigvals_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0792877Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_ldl_solve_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0793021Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_factor_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0793177Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_solve_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0793336Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_power_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0793495Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_rank_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0793667Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_rank_hermitian_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0793845Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_norm_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0794023Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_norm_subgradients_at_zero_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0794169Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_pinv_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0794326Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_slogdet_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0794466Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_solve_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0794701Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_solve_triangular_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0794858Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_vander_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0795010Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_vecdot_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0795171Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_vector_norm_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0795322Z test_ops.py::TestMathBitsCPU::test_neg_view_linspace_cpu_float64 XFAIL [ 84%] 2022-12-01T10:39:11.0795468Z test_ops.py::TestMathBitsCPU::test_neg_view_log2_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0795617Z test_ops.py::TestMathBitsCPU::test_neg_view_log_softmax_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0795763Z test_ops.py::TestMathBitsCPU::test_neg_view_log_softmax_dtype_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0795917Z test_ops.py::TestMathBitsCPU::test_neg_view_logaddexp2_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0796072Z test_ops.py::TestMathBitsCPU::test_neg_view_logaddexp_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0796228Z test_ops.py::TestMathBitsCPU::test_neg_view_logcumsumexp_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0796375Z test_ops.py::TestMathBitsCPU::test_neg_view_logdet_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0796528Z test_ops.py::TestMathBitsCPU::test_neg_view_logical_not_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0796677Z test_ops.py::TestMathBitsCPU::test_neg_view_logit_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0796823Z test_ops.py::TestMathBitsCPU::test_neg_view_logspace_cpu_float64 XFAIL [ 84%] 2022-12-01T10:39:11.0796956Z test_ops.py::TestMathBitsCPU::test_neg_view_logsumexp_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0797103Z test_ops.py::TestMathBitsCPU::test_neg_view_lt_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0797245Z test_ops.py::TestMathBitsCPU::test_neg_view_lu_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0797392Z test_ops.py::TestMathBitsCPU::test_neg_view_lu_solve_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0797537Z test_ops.py::TestMathBitsCPU::test_neg_view_lu_unpack_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0797682Z test_ops.py::TestMathBitsCPU::test_neg_view_mH_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0797834Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_amax_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0797990Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_argmax_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0798145Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_cumprod_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0798282Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_fill_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0798439Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_log_softmax_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0798598Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_logaddexp_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0798754Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_logsumexp_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0798905Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_norm_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0799055Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_prod_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0799208Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_scatter_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0799386Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_softmin_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0799524Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_std_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0799672Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_sum_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0799821Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_var_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0799982Z test_ops.py::TestMathBitsCPU::test_neg_view_max_reduction_no_dim_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0800145Z test_ops.py::TestMathBitsCPU::test_neg_view_max_reduction_with_dim_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0800316Z test_ops.py::TestMathBitsCPU::test_neg_view_mean_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0800464Z test_ops.py::TestMathBitsCPU::test_neg_view_median_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0800630Z test_ops.py::TestMathBitsCPU::test_neg_view_meshgrid_list_of_tensors_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0800791Z test_ops.py::TestMathBitsCPU::test_neg_view_meshgrid_variadic_tensors_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0800951Z test_ops.py::TestMathBitsCPU::test_neg_view_min_reduction_no_dim_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0801097Z test_ops.py::TestMathBitsCPU::test_neg_view_minimum_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0801245Z test_ops.py::TestMathBitsCPU::test_neg_view_movedim_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0801387Z test_ops.py::TestMathBitsCPU::test_neg_view_msort_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0801530Z test_ops.py::TestMathBitsCPU::test_neg_view_mul_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0801687Z test_ops.py::TestMathBitsCPU::test_neg_view_multinomial_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0801828Z test_ops.py::TestMathBitsCPU::test_neg_view_mv_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0801975Z test_ops.py::TestMathBitsCPU::test_neg_view_mvlgamma_mvlgamma_p_3_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0802136Z test_ops.py::TestMathBitsCPU::test_neg_view_mvlgamma_mvlgamma_p_5_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0802283Z test_ops.py::TestMathBitsCPU::test_neg_view_nan_to_num_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0802436Z test_ops.py::TestMathBitsCPU::test_neg_view_nanquantile_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0802580Z test_ops.py::TestMathBitsCPU::test_neg_view_nansum_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0802730Z test_ops.py::TestMathBitsCPU::test_neg_view_narrow_copy_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0802881Z test_ops.py::TestMathBitsCPU::test_neg_view_narrow_cpu_float64 XFAIL [ 84%] 2022-12-01T10:39:11.0803041Z test_ops.py::TestMathBitsCPU::test_neg_view_native_batch_norm_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0803182Z test_ops.py::TestMathBitsCPU::test_neg_view_neg_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0803331Z test_ops.py::TestMathBitsCPU::test_neg_view_new_empty_cpu_float64 SKIPPED (Skipped!) [ 84%] 2022-12-01T10:39:11.0803479Z test_ops.py::TestMathBitsCPU::test_neg_view_new_full_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0803621Z test_ops.py::TestMathBitsCPU::test_neg_view_new_ones_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0803800Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_avg_pool1d_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0803978Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_avg_pool2d_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0804157Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_avg_pool3d_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0804335Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_max_pool1d_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:11.0804502Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_avg_pool1d_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0804737Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_avg_pool2d_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0804958Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_binary_cross_entropy_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0805120Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv1d_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0805301Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv_transpose2d_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0805473Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv_transpose3d_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0805648Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_cosine_similarity_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0805850Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_dropout2d_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0806016Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_dropout3d_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0806188Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_embedding_bag_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0806419Z 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:39:11.0806594Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_gaussian_nll_loss_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0806763Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_grid_sample_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0806939Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hinge_embedding_loss_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0807103Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_huber_loss_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0807272Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_instance_norm_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0807450Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_linear_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0807628Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_nearest_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0807810Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_trilinear_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0807957Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_kl_div_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0808120Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_l1_loss_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0808286Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_leaky_relu_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0808460Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_local_response_norm_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0808626Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_logsigmoid_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0808797Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_margin_ranking_loss_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0808959Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_pool3d_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0809129Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool1d_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0809298Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool2d_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0809452Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool3d_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0809626Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool3d_grad_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0809788Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_mse_loss_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0809974Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_multilabel_soft_margin_loss_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0810143Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_constant_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0810310Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_reflect_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0810497Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pdist_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0810665Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pixel_shuffle_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0810824Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pixel_unshuffle_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0810981Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_relu_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0811143Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_rrelu_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0811338Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_selu_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0811514Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softmin_with_dtype_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0811679Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softsign_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0811875Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_triplet_margin_with_distance_loss_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0812049Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_upsample_bilinear_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0812223Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_upsample_nearest_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0812356Z test_ops.py::TestMathBitsCPU::test_neg_view_norm_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0812507Z test_ops.py::TestMathBitsCPU::test_neg_view_normal_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0812651Z test_ops.py::TestMathBitsCPU::test_neg_view_ones_cpu_float64 XFAIL [ 85%] 2022-12-01T10:39:11.0812822Z test_ops.py::TestMathBitsCPU::test_neg_view_ops_nvprims_native_batch_norm_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0812984Z test_ops.py::TestMathBitsCPU::test_neg_view_ops_nvprims_var_mean_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0813129Z test_ops.py::TestMathBitsCPU::test_neg_view_ormqr_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0813275Z test_ops.py::TestMathBitsCPU::test_neg_view_outer_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0813428Z test_ops.py::TestMathBitsCPU::test_neg_view_pca_lowrank_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0813562Z test_ops.py::TestMathBitsCPU::test_neg_view_permute_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0813707Z test_ops.py::TestMathBitsCPU::test_neg_view_pinverse_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0813871Z test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_1_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0814038Z test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_3_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0814199Z test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_4_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0814344Z test_ops.py::TestMathBitsCPU::test_neg_view_rand_like_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0814498Z test_ops.py::TestMathBitsCPU::test_neg_view_randint_like_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0814650Z test_ops.py::TestMathBitsCPU::test_neg_view_randn_like_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0814795Z test_ops.py::TestMathBitsCPU::test_neg_view_ravel_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0814928Z test_ops.py::TestMathBitsCPU::test_neg_view_renorm_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0815072Z test_ops.py::TestMathBitsCPU::test_neg_view_repeat_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0815233Z test_ops.py::TestMathBitsCPU::test_neg_view_repeat_interleave_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0815385Z test_ops.py::TestMathBitsCPU::test_neg_view_reshape_as_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0815533Z test_ops.py::TestMathBitsCPU::test_neg_view_resize_as__cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0815684Z test_ops.py::TestMathBitsCPU::test_neg_view_resolve_neg_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0815860Z test_ops.py::TestMathBitsCPU::test_neg_view_round_decimals_neg_3_cpu_float64 SKIPPED (Skipped!) [ 85%] 2022-12-01T10:39:11.0816033Z test_ops.py::TestMathBitsCPU::test_neg_view_rsub_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0816180Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_amin_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0816344Z test_ops.py::TestMathBitsCPU::test_neg_view_segment_reduce_offsets_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0816486Z test_ops.py::TestMathBitsCPU::test_neg_view_sgn_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0816629Z test_ops.py::TestMathBitsCPU::test_neg_view_sinh_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0816808Z test_ops.py::TestMathBitsCPU::test_neg_view_slice_scatter_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0816955Z test_ops.py::TestMathBitsCPU::test_neg_view_softmax_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0817113Z test_ops.py::TestMathBitsCPU::test_neg_view_softmax_with_dtype_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0817290Z test_ops.py::TestMathBitsCPU::test_neg_view_sparse_sampled_addmm_cpu_float64 SKIPPED (Skipped!) [ 85%] 2022-12-01T10:39:11.0817437Z test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_j0_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0817593Z test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_j1_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0817750Z test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_y0_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0817904Z test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_y1_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0818081Z test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_u_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0818483Z 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:39:11.0818832Z 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:39:11.0818995Z test_ops.py::TestMathBitsCPU::test_neg_view_special_erfcx_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0819149Z test_ops.py::TestMathBitsCPU::test_neg_view_special_i0e_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0819287Z test_ops.py::TestMathBitsCPU::test_neg_view_special_i1e_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0819463Z test_ops.py::TestMathBitsCPU::test_neg_view_special_laguerre_polynomial_l_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0819815Z 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:39:11.0820005Z test_ops.py::TestMathBitsCPU::test_neg_view_special_polygamma_special_polygamma_n_0_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0820185Z test_ops.py::TestMathBitsCPU::test_neg_view_special_scaled_modified_bessel_k0_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0820363Z test_ops.py::TestMathBitsCPU::test_neg_view_special_scaled_modified_bessel_k1_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0820732Z 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:39:11.0821097Z 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:39:11.0821451Z 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:39:11.0821607Z test_ops.py::TestMathBitsCPU::test_neg_view_special_zeta_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0821740Z test_ops.py::TestMathBitsCPU::test_neg_view_split_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0821899Z test_ops.py::TestMathBitsCPU::test_neg_view_split_with_sizes_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0822070Z test_ops.py::TestMathBitsCPU::test_neg_view_sqrt_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0822320Z test_ops.py::TestMathBitsCPU::test_neg_view_stack_cpu_float64 XFAIL [ 85%] 2022-12-01T10:39:11.0822468Z test_ops.py::TestMathBitsCPU::test_neg_view_stft_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0822612Z test_ops.py::TestMathBitsCPU::test_neg_view_sum_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0822756Z test_ops.py::TestMathBitsCPU::test_neg_view_symeig_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0822901Z test_ops.py::TestMathBitsCPU::test_neg_view_tan_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0823077Z test_ops.py::TestMathBitsCPU::test_neg_view_tanh_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0823227Z test_ops.py::TestMathBitsCPU::test_neg_view_tensordot_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0823365Z test_ops.py::TestMathBitsCPU::test_neg_view_to_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0823510Z test_ops.py::TestMathBitsCPU::test_neg_view_to_sparse_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0823653Z test_ops.py::TestMathBitsCPU::test_neg_view_topk_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0823797Z test_ops.py::TestMathBitsCPU::test_neg_view_trace_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0823944Z test_ops.py::TestMathBitsCPU::test_neg_view_transpose_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0824091Z test_ops.py::TestMathBitsCPU::test_neg_view_trapezoid_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0824235Z test_ops.py::TestMathBitsCPU::test_neg_view_trapz_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0824385Z test_ops.py::TestMathBitsCPU::test_neg_view_triangular_solve_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0824528Z test_ops.py::TestMathBitsCPU::test_neg_view_triu_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0824675Z test_ops.py::TestMathBitsCPU::test_neg_view_trunc_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0824819Z test_ops.py::TestMathBitsCPU::test_neg_view_unbind_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0824966Z test_ops.py::TestMathBitsCPU::test_neg_view_var_mean_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0825109Z test_ops.py::TestMathBitsCPU::test_neg_view_vdot_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0825329Z 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:39:11.0825473Z test_ops.py::TestMathBitsCPU::test_neg_view_view_as_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0825599Z test_ops.py::TestMathBitsCPU::test_neg_view_view_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0825748Z test_ops.py::TestMathBitsCPU::test_neg_view_vsplit_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0825893Z test_ops.py::TestMathBitsCPU::test_neg_view_where_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0826036Z test_ops.py::TestMathBitsCPU::test_neg_view_xlogy_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0826177Z test_ops.py::TestMathBitsCPU::test_neg_view_zero__cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0826330Z test_ops.py::TestMathBitsCPU::test_neg_view_zeros_like_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:11.0826497Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_add_cpu PASSED [ 85%] 2022-12-01T10:39:11.0826671Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_addcdiv_cpu PASSED [ 85%] 2022-12-01T10:39:11.0826826Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_all_cpu PASSED [ 85%] 2022-12-01T10:39:11.0826993Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_any_cpu PASSED [ 86%] 2022-12-01T10:39:11.0827165Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_arange_cpu PASSED [ 86%] 2022-12-01T10:39:11.0827333Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_asinh_cpu PASSED [ 86%] 2022-12-01T10:39:11.0827500Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atan2_cpu PASSED [ 86%] 2022-12-01T10:39:11.0827704Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atanh_cpu PASSED [ 86%] 2022-12-01T10:39:11.0827878Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atleast_3d_cpu PASSED [ 86%] 2022-12-01T10:39:11.0828061Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_left_shift_cpu PASSED [ 86%] 2022-12-01T10:39:11.0828235Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_or_cpu PASSED [ 86%] 2022-12-01T10:39:11.0828407Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_broadcast_shapes_cpu PASSED [ 86%] 2022-12-01T10:39:11.0828606Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cat_cpu PASSED [ 86%] 2022-12-01T10:39:11.0828774Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ceil_cpu PASSED [ 86%] 2022-12-01T10:39:11.0828942Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_clone_cpu PASSED [ 86%] 2022-12-01T10:39:11.0829119Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_column_stack_cpu PASSED [ 86%] 2022-12-01T10:39:11.0829285Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_conj_cpu PASSED [ 86%] 2022-12-01T10:39:11.0829466Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_constant_pad_nd_cpu PASSED [ 86%] 2022-12-01T10:39:11.0829643Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_contiguous_cpu PASSED [ 86%] 2022-12-01T10:39:11.0829815Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_copy_to_cpu PASSED [ 86%] 2022-12-01T10:39:11.0829970Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cos_cpu PASSED [ 86%] 2022-12-01T10:39:11.0830145Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_digamma_cpu PASSED [ 86%] 2022-12-01T10:39:11.0830311Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_div_cpu PASSED [ 86%] 2022-12-01T10:39:11.0830483Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_dstack_cpu PASSED [ 86%] 2022-12-01T10:39:11.0830659Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_empty_like_cpu PASSED [ 86%] 2022-12-01T10:39:11.0830836Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_empty_strided_cpu PASSED [ 86%] 2022-12-01T10:39:11.0831003Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_equal_cpu PASSED [ 86%] 2022-12-01T10:39:11.0831167Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erfc_cpu PASSED [ 86%] 2022-12-01T10:39:11.0831326Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erfinv_cpu PASSED [ 86%] 2022-12-01T10:39:11.0831491Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_exp_cpu PASSED [ 86%] 2022-12-01T10:39:11.0831664Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_expand_as_cpu PASSED [ 86%] 2022-12-01T10:39:11.0831830Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_eye_cpu PASSED [ 86%] 2022-12-01T10:39:11.0832003Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fft2_cpu PASSED [ 86%] 2022-12-01T10:39:11.0832173Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fft_cpu PASSED [ 86%] 2022-12-01T10:39:11.0832344Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_hfft2_cpu PASSED [ 86%] 2022-12-01T10:39:11.0832511Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_hfftn_cpu PASSED [ 86%] 2022-12-01T10:39:11.0832675Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifft2_cpu PASSED [ 86%] 2022-12-01T10:39:11.0832835Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ihfftn_cpu PASSED [ 86%] 2022-12-01T10:39:11.0833000Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_irfft_cpu PASSED [ 86%] 2022-12-01T10:39:11.0833196Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_irfftn_cpu PASSED [ 86%] 2022-12-01T10:39:11.0833360Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_rfft2_cpu PASSED [ 86%] 2022-12-01T10:39:11.0833526Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fill_cpu PASSED [ 86%] 2022-12-01T10:39:11.0833696Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_flatten_cpu PASSED [ 86%] 2022-12-01T10:39:11.0833863Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_flip_cpu PASSED [ 86%] 2022-12-01T10:39:11.0834059Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fliplr_cpu PASSED [ 86%] 2022-12-01T10:39:11.0834229Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_flipud_cpu PASSED [ 86%] 2022-12-01T10:39:11.0834384Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_floor_cpu PASSED [ 86%] 2022-12-01T10:39:11.0834564Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_floor_divide_cpu PASSED [ 86%] 2022-12-01T10:39:11.0834729Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fmin_cpu PASSED [ 86%] 2022-12-01T10:39:11.0834893Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fmod_cpu PASSED [ 86%] 2022-12-01T10:39:11.0835058Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_gcd_cpu PASSED [ 86%] 2022-12-01T10:39:11.0835221Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_gt_cpu PASSED [ 86%] 2022-12-01T10:39:11.0835397Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_heaviside_cpu PASSED [ 86%] 2022-12-01T10:39:11.0835566Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_hsplit_cpu PASSED [ 86%] 2022-12-01T10:39:11.0835733Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_igamma_cpu PASSED [ 86%] 2022-12-01T10:39:11.0835886Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_imag_cpu PASSED [ 86%] 2022-12-01T10:39:11.0836060Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_add_cpu PASSED [ 86%] 2022-12-01T10:39:11.0836232Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_copy__cpu PASSED [ 86%] 2022-12-01T10:39:11.0836408Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_fill_cpu PASSED [ 86%] 2022-12-01T10:39:11.0836583Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_select_cpu PASSED [ 86%] 2022-12-01T10:39:11.0836753Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isinf_cpu PASSED [ 86%] 2022-12-01T10:39:11.0836916Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_le_cpu PASSED [ 86%] 2022-12-01T10:39:11.0837083Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lgamma_cpu PASSED [ 86%] 2022-12-01T10:39:11.0837233Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log10_cpu PASSED [ 86%] 2022-12-01T10:39:11.0837401Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log1p_cpu PASSED [ 86%] 2022-12-01T10:39:11.0837566Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log2_cpu PASSED [ 86%] 2022-12-01T10:39:11.0837733Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log_cpu PASSED [ 86%] 2022-12-01T10:39:11.0837906Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_not_cpu PASSED [ 86%] 2022-12-01T10:39:11.0838081Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logspace_cpu PASSED [ 86%] 2022-12-01T10:39:11.0838251Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_movedim_cpu PASSED [ 86%] 2022-12-01T10:39:11.0838415Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_neg_cpu PASSED [ 86%] 2022-12-01T10:39:11.0838589Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nextafter_cpu PASSED [ 86%] 2022-12-01T10:39:11.0838788Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_celu_cpu PASSED [ 86%] 2022-12-01T10:39:11.0838982Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_hardshrink_cpu PASSED [ 86%] 2022-12-01T10:39:11.0839182Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_hinge_embedding_loss_cpu PASSED [ 86%] 2022-12-01T10:39:11.0839365Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_pdist_cpu PASSED [ 86%] 2022-12-01T10:39:11.0839587Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_poisson_nll_loss_cpu PASSED [ 86%] 2022-12-01T10:39:11.0839772Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_prelu_cpu PASSED [ 86%] 2022-12-01T10:39:11.0839953Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_relu_cpu PASSED [ 86%] 2022-12-01T10:39:11.0840129Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_positive_cpu PASSED [ 86%] 2022-12-01T10:39:11.0840294Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_pow_cpu PASSED [ 86%] 2022-12-01T10:39:11.0840448Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_prod_cpu PASSED [ 86%] 2022-12-01T10:39:11.0840615Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_randn_cpu PASSED [ 86%] 2022-12-01T10:39:11.0840780Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_real_cpu PASSED [ 86%] 2022-12-01T10:39:11.0840959Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_reciprocal_cpu PASSED [ 86%] 2022-12-01T10:39:11.0841133Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_remainder_cpu PASSED [ 86%] 2022-12-01T10:39:11.0841302Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_repeat_cpu PASSED [ 86%] 2022-12-01T10:39:11.0841477Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rfloordiv_cpu PASSED [ 86%] 2022-12-01T10:39:11.0841644Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rsqrt_cpu PASSED [ 86%] 2022-12-01T10:39:11.0841810Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rsub_cpu PASSED [ 86%] 2022-12-01T10:39:11.0841974Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_scalar_tensor_cpu PASSED [ 86%] 2022-12-01T10:39:11.0842138Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sign_cpu PASSED [ 86%] 2022-12-01T10:39:11.0842310Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_signbit_cpu PASSED [ 86%] 2022-12-01T10:39:11.0842475Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sin_cpu PASSED [ 86%] 2022-12-01T10:39:11.0842638Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sinc_cpu PASSED [ 86%] 2022-12-01T10:39:11.0842821Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_bessel_j0_cpu PASSED [ 86%] 2022-12-01T10:39:11.0843003Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_bessel_j1_cpu PASSED [ 86%] 2022-12-01T10:39:11.0843176Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_i0e_cpu PASSED [ 86%] 2022-12-01T10:39:11.0843349Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_i1_cpu PASSED [ 86%] 2022-12-01T10:39:11.0843506Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_i1e_cpu PASSED [ 86%] 2022-12-01T10:39:11.0843685Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_logit_cpu PASSED [ 86%] 2022-12-01T10:39:11.0843875Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_multigammaln_cpu PASSED [ 86%] 2022-12-01T10:39:11.0844069Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_spherical_bessel_j0_cpu PASSED [ 86%] 2022-12-01T10:39:11.0844269Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_square_cpu PASSED [ 86%] 2022-12-01T10:39:11.0844436Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sum_cpu PASSED [ 86%] 2022-12-01T10:39:11.0844690Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sum_to_size_cpu PASSED [ 86%] 2022-12-01T10:39:11.0844860Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_to_cpu PASSED [ 86%] 2022-12-01T10:39:11.0845062Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tril_cpu PASSED [ 86%] 2022-12-01T10:39:11.0845225Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_true_divide_cpu PASSED [ 86%] 2022-12-01T10:39:11.0845395Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_trunc_cpu PASSED [ 86%] 2022-12-01T10:39:11.0845569Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unsqueeze_cpu PASSED [ 86%] 2022-12-01T10:39:11.0845739Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_var_cpu PASSED [ 86%] 2022-12-01T10:39:11.0845908Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_zeros_cpu PASSED [ 86%] 2022-12-01T10:39:11.0846077Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_abs_cpu PASSED [ 86%] 2022-12-01T10:39:11.0846252Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_addcdiv_cpu PASSED [ 86%] 2022-12-01T10:39:11.0846423Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_all_cpu PASSED [ 86%] 2022-12-01T10:39:11.0846594Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_amax_cpu PASSED [ 86%] 2022-12-01T10:39:11.0846746Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_amin_cpu PASSED [ 86%] 2022-12-01T10:39:11.0846913Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_asin_cpu PASSED [ 86%] 2022-12-01T10:39:11.0847082Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atan_cpu PASSED [ 86%] 2022-12-01T10:39:11.0847256Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atleast_1d_cpu PASSED [ 86%] 2022-12-01T10:39:11.0847425Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atleast_2d_cpu PASSED [ 86%] 2022-12-01T10:39:11.0847590Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atleast_3d_cpu PASSED [ 86%] 2022-12-01T10:39:11.0847767Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_and_cpu PASSED [ 86%] 2022-12-01T10:39:11.0847941Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_or_cpu PASSED [ 86%] 2022-12-01T10:39:11.0848103Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_xor_cpu PASSED [ 86%] 2022-12-01T10:39:11.0848287Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_broadcast_shapes_cpu PASSED [ 86%] 2022-12-01T10:39:11.0848464Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_broadcast_to_cpu PASSED [ 86%] 2022-12-01T10:39:11.0848630Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cat_cpu PASSED [ 86%] 2022-12-01T10:39:11.0848799Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_clamp_cpu PASSED [ 86%] 2022-12-01T10:39:11.0848965Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_conj_cpu PASSED [ 86%] 2022-12-01T10:39:11.0849142Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_contiguous_cpu PASSED [ 86%] 2022-12-01T10:39:11.0849370Z 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:39:11.0849544Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_diag_embed_cpu PASSED [ 86%] 2022-12-01T10:39:11.0849744Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_diagonal_cpu PASSED [ 87%] 2022-12-01T10:39:11.0849915Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_dstack_cpu PASSED [ 87%] 2022-12-01T10:39:11.0850159Z 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:39:11.0850384Z 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:39:11.0850595Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erfc_cpu PASSED [ 87%] 2022-12-01T10:39:11.0850765Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erfinv_cpu PASSED [ 87%] 2022-12-01T10:39:11.0850931Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_exp_cpu PASSED [ 87%] 2022-12-01T10:39:11.0851107Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_expand_as_cpu PASSED [ 87%] 2022-12-01T10:39:11.0851270Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_eye_cpu PASSED [ 87%] 2022-12-01T10:39:11.0851443Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_hfft2_cpu PASSED [ 87%] 2022-12-01T10:39:11.0851601Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_hfft_cpu PASSED [ 87%] 2022-12-01T10:39:11.0851774Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_hfftn_cpu PASSED [ 87%] 2022-12-01T10:39:11.0851943Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifft2_cpu PASSED [ 87%] 2022-12-01T10:39:11.0852112Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifft_cpu PASSED [ 87%] 2022-12-01T10:39:11.0852278Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifftn_cpu PASSED [ 87%] 2022-12-01T10:39:11.0852458Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifftshift_cpu PASSED [ 87%] 2022-12-01T10:39:11.0852631Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ihfft2_cpu PASSED [ 87%] 2022-12-01T10:39:11.0852806Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ihfft_cpu PASSED [ 87%] 2022-12-01T10:39:11.0852974Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_irfft2_cpu PASSED [ 87%] 2022-12-01T10:39:11.0853128Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_irfft_cpu PASSED [ 87%] 2022-12-01T10:39:11.0853299Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_irfftn_cpu PASSED [ 87%] 2022-12-01T10:39:11.0853465Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_flip_cpu PASSED [ 87%] 2022-12-01T10:39:11.0853635Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_flipud_cpu PASSED [ 87%] 2022-12-01T10:39:11.0853812Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_float_power_cpu PASSED [ 87%] 2022-12-01T10:39:11.0853989Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_floor_divide_cpu PASSED [ 87%] 2022-12-01T10:39:11.0854154Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fmax_cpu PASSED [ 87%] 2022-12-01T10:39:11.0854320Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fmin_cpu PASSED [ 87%] 2022-12-01T10:39:11.0854473Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fmod_cpu PASSED [ 87%] 2022-12-01T10:39:11.0854639Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_frac_cpu PASSED [ 87%] 2022-12-01T10:39:11.0854868Z 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:39:11.0855032Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ge_cpu PASSED [ 87%] 2022-12-01T10:39:11.0855232Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_hypot_cpu PASSED [ 87%] 2022-12-01T10:39:11.0855401Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_igamma_cpu PASSED [ 87%] 2022-12-01T10:39:11.0855573Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_igammac_cpu PASSED [ 87%] 2022-12-01T10:39:11.0855746Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_add_cpu PASSED [ 87%] 2022-12-01T10:39:11.0856008Z 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:39:11.0856240Z 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:39:11.0856401Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_fill_cpu PASSED [ 87%] 2022-12-01T10:39:11.0856577Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_select_cpu PASSED [ 87%] 2022-12-01T10:39:11.0856748Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isclose_cpu PASSED [ 87%] 2022-12-01T10:39:11.0856918Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isinf_cpu PASSED [ 87%] 2022-12-01T10:39:11.0857084Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lcm_cpu PASSED [ 87%] 2022-12-01T10:39:11.0857251Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lgamma_cpu PASSED [ 87%] 2022-12-01T10:39:11.0857420Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log2_cpu PASSED [ 87%] 2022-12-01T10:39:11.0857600Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_and_cpu PASSED [ 87%] 2022-12-01T10:39:11.0857772Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_or_cpu PASSED [ 87%] 2022-12-01T10:39:11.0857937Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_xor_cpu PASSED [ 87%] 2022-12-01T10:39:11.0858110Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_masked_fill_cpu PASSED [ 87%] 2022-12-01T10:39:11.0858280Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_maximum_cpu PASSED [ 87%] 2022-12-01T10:39:11.0858445Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_mul_cpu PASSED [ 87%] 2022-12-01T10:39:11.0858619Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nan_to_num_cpu PASSED [ 87%] 2022-12-01T10:39:11.0858802Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_native_layer_norm_cpu PASSED [ 87%] 2022-12-01T10:39:11.0858966Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_neg_cpu PASSED [ 87%] 2022-12-01T10:39:11.0859155Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_dropout_cpu PASSED [ 87%] 2022-12-01T10:39:11.0859336Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_elu_cpu PASSED [ 87%] 2022-12-01T10:39:11.0859503Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_glu_cpu PASSED [ 87%] 2022-12-01T10:39:11.0859695Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_hardshrink_cpu PASSED [ 87%] 2022-12-01T10:39:11.0859879Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_huber_loss_cpu PASSED [ 87%] 2022-12-01T10:39:11.0860079Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_margin_ranking_loss_cpu PASSED [ 87%] 2022-12-01T10:39:11.0860261Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_mish_cpu PASSED [ 87%] 2022-12-01T10:39:11.0860445Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_prelu_cpu PASSED [ 87%] 2022-12-01T10:39:11.0860662Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_relu_cpu PASSED [ 87%] 2022-12-01T10:39:11.0860843Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_selu_cpu PASSED [ 87%] 2022-12-01T10:39:11.0861031Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_softplus_cpu PASSED [ 87%] 2022-12-01T10:39:11.0861208Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_threshold_cpu PASSED [ 87%] 2022-12-01T10:39:11.0861455Z 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:39:11.0861686Z 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:39:11.0861859Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_permute_cpu PASSED [ 87%] 2022-12-01T10:39:11.0862034Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_positive_cpu PASSED [ 87%] 2022-12-01T10:39:11.0862323Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_pow_cpu PASSED [ 87%] 2022-12-01T10:39:11.0862497Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_prod_cpu PASSED [ 87%] 2022-12-01T10:39:11.0862675Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_randn_cpu PASSED [ 87%] 2022-12-01T10:39:11.0862846Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ravel_cpu PASSED [ 87%] 2022-12-01T10:39:11.0862999Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_real_cpu PASSED [ 87%] 2022-12-01T10:39:11.0863179Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_reciprocal_cpu PASSED [ 87%] 2022-12-01T10:39:11.0863354Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_remainder_cpu PASSED [ 87%] 2022-12-01T10:39:11.0863525Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_repeat_cpu PASSED [ 87%] 2022-12-01T10:39:11.0863700Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_reshape_cpu PASSED [ 87%] 2022-12-01T10:39:11.0863938Z 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:39:11.0864108Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rot90_cpu PASSED [ 87%] 2022-12-01T10:39:11.0864280Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_round_cpu PASSED [ 87%] 2022-12-01T10:39:11.0864505Z 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:39:11.0864674Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rsqrt_cpu PASSED [ 87%] 2022-12-01T10:39:11.0864832Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rsub_cpu PASSED [ 87%] 2022-12-01T10:39:11.0865076Z 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:39:11.0865247Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sgn_cpu PASSED [ 87%] 2022-12-01T10:39:11.0865417Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sigmoid_cpu PASSED [ 87%] 2022-12-01T10:39:11.0865583Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sign_cpu PASSED [ 87%] 2022-12-01T10:39:11.0865754Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_signbit_cpu PASSED [ 87%] 2022-12-01T10:39:11.0865919Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sin_cpu PASSED [ 87%] 2022-12-01T10:39:11.0866133Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sinc_cpu PASSED [ 87%] 2022-12-01T10:39:11.0866296Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sinh_cpu PASSED [ 87%] 2022-12-01T10:39:11.0866466Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_bessel_j0_cpu PASSED [ 87%] 2022-12-01T10:39:11.0866648Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_bessel_j1_cpu PASSED [ 87%] 2022-12-01T10:39:11.0866820Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_i1_cpu PASSED [ 87%] 2022-12-01T10:39:11.0867028Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_i1e_cpu PASSED [ 87%] 2022-12-01T10:39:11.0867220Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_multigammaln_cpu PASSED [ 87%] 2022-12-01T10:39:11.0867391Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_square_cpu PASSED [ 87%] 2022-12-01T10:39:11.0867559Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sum_cpu PASSED [ 87%] 2022-12-01T10:39:11.0867732Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sum_to_size_cpu PASSED [ 87%] 2022-12-01T10:39:11.0867884Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_t_cpu PASSED [ 87%] 2022-12-01T10:39:11.0868050Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tan_cpu PASSED [ 87%] 2022-12-01T10:39:11.0868217Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_trace_cpu PASSED [ 87%] 2022-12-01T10:39:11.0868393Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_transpose_cpu PASSED [ 87%] 2022-12-01T10:39:11.0868559Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tril_cpu PASSED [ 87%] 2022-12-01T10:39:11.0868735Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tril_indices_cpu PASSED [ 87%] 2022-12-01T10:39:11.0868915Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_true_divide_cpu PASSED [ 87%] 2022-12-01T10:39:11.0869081Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_trunc_cpu PASSED [ 87%] 2022-12-01T10:39:11.0869322Z 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:39:11.0869491Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unbind_cpu PASSED [ 87%] 2022-12-01T10:39:11.0869654Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unflatten_cpu PASSED [ 87%] 2022-12-01T10:39:11.0869828Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unfold_copy_cpu PASSED [ 87%] 2022-12-01T10:39:11.0869994Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_var_cpu PASSED [ 87%] 2022-12-01T10:39:11.0870167Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_var_mean_cpu PASSED [ 87%] 2022-12-01T10:39:11.0870337Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_vstack_cpu PASSED [ 87%] 2022-12-01T10:39:11.0870562Z 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:39:11.0870795Z 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:39:11.0870946Z test_ops.py::TestFakeTensorCPU::test_fake_H_cpu_float32 PASSED [ 87%] 2022-12-01T10:39:11.0871092Z test_ops.py::TestFakeTensorCPU::test_fake_T_cpu_float32 PASSED [ 87%] 2022-12-01T10:39:11.0871228Z test_ops.py::TestFakeTensorCPU::test_fake___radd___cpu_float32 PASSED [ 87%] 2022-12-01T10:39:11.0871375Z test_ops.py::TestFakeTensorCPU::test_fake___rmatmul___cpu_float32 PASSED [ 87%] 2022-12-01T10:39:11.0871550Z test_ops.py::TestFakeTensorCPU::test_fake___ror___cpu_int64 PASSED [ 87%] 2022-12-01T10:39:11.0871692Z test_ops.py::TestFakeTensorCPU::test_fake___rpow___cpu_float32 PASSED [ 87%] 2022-12-01T10:39:11.0871835Z test_ops.py::TestFakeTensorCPU::test_fake___rsub___cpu_float32 PASSED [ 87%] 2022-12-01T10:39:11.0871976Z test_ops.py::TestFakeTensorCPU::test_fake___rxor___cpu_int64 PASSED [ 87%] 2022-12-01T10:39:11.0872118Z test_ops.py::TestFakeTensorCPU::test_fake_acosh_cpu_float32 PASSED [ 87%] 2022-12-01T10:39:11.0872259Z test_ops.py::TestFakeTensorCPU::test_fake_add_cpu_float32 PASSED [ 87%] 2022-12-01T10:39:11.0872423Z test_ops.py::TestFakeTensorCPU::test_fake_addcmul_cpu_float32 PASSED [ 87%] 2022-12-01T10:39:11.0872568Z test_ops.py::TestFakeTensorCPU::test_fake_addmm_cpu_float32 PASSED [ 87%] 2022-12-01T10:39:11.0872728Z test_ops.py::TestFakeTensorCPU::test_fake_addmm_decomposed_cpu_float32 PASSED [ 87%] 2022-12-01T10:39:11.0872873Z test_ops.py::TestFakeTensorCPU::test_fake_addmv_cpu_float32 PASSED [ 87%] 2022-12-01T10:39:11.0873017Z test_ops.py::TestFakeTensorCPU::test_fake_addr_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0873160Z test_ops.py::TestFakeTensorCPU::test_fake_amin_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0873331Z test_ops.py::TestFakeTensorCPU::test_fake_aminmax_cpu_float32 SKIPPED (Skip failing test) [ 88%] 2022-12-01T10:39:11.0873474Z test_ops.py::TestFakeTensorCPU::test_fake_argmin_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0873603Z test_ops.py::TestFakeTensorCPU::test_fake_argsort_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0873753Z test_ops.py::TestFakeTensorCPU::test_fake_argwhere_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0873894Z test_ops.py::TestFakeTensorCPU::test_fake_asin_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0874034Z test_ops.py::TestFakeTensorCPU::test_fake_atan_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0874176Z test_ops.py::TestFakeTensorCPU::test_fake_atleast_1d_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0874323Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_H_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0874484Z test_ops.py::TestFakeTensorCPU::test_fake_autocast___getitem___cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0874641Z test_ops.py::TestFakeTensorCPU::test_fake_autocast___radd___cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0874782Z test_ops.py::TestFakeTensorCPU::test_fake_autocast___rand___cpu_int64 PASSED [ 88%] 2022-12-01T10:39:11.0874935Z test_ops.py::TestFakeTensorCPU::test_fake_autocast___rdiv___cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0875096Z test_ops.py::TestFakeTensorCPU::test_fake_autocast___rmatmul___cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0875249Z test_ops.py::TestFakeTensorCPU::test_fake_autocast___rmod___cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0875397Z test_ops.py::TestFakeTensorCPU::test_fake_autocast___rmul___cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0875547Z test_ops.py::TestFakeTensorCPU::test_fake_autocast___ror___cpu_int64 PASSED [ 88%] 2022-12-01T10:39:11.0875701Z test_ops.py::TestFakeTensorCPU::test_fake_autocast___rxor___cpu_int64 PASSED [ 88%] 2022-12-01T10:39:11.0875852Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_acos_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0875993Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_acosh_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0876146Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_add_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0876301Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_addbmm_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0876460Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_addcmul_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0876613Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_addmm_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0876764Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_all_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0876923Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_allclose_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0877106Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_amax_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0877257Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_amin_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0877427Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_aminmax_cpu_float32 SKIPPED (Skip failing test) [ 88%] 2022-12-01T10:39:11.0877580Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_angle_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0877734Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_arange_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0877917Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_argsort_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0878076Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_as_strided_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0878228Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_asin_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0878380Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_asinh_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0878539Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_atleast_1d_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0878686Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_atleast_2d_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0878846Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bernoulli_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0879006Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bitwise_and_cpu_int64 PASSED [ 88%] 2022-12-01T10:39:11.0879173Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bitwise_left_shift_cpu_int64 PASSED [ 88%] 2022-12-01T10:39:11.0879331Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_block_diag_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0879497Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_broadcast_shapes_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0879667Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_broadcast_tensors_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0879830Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_broadcast_to_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0879995Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cartesian_prod_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0880136Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cat_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0880289Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cdist_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0880442Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_ceil_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0880596Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_chalf_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0880748Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_char_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0880932Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cholesky_cpu_float32 SKIPPED (Skip failing test) [ 88%] 2022-12-01T10:39:11.0881125Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cholesky_inverse_cpu_float32 SKIPPED (Skip failing test) [ 88%] 2022-12-01T10:39:11.0881280Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_chunk_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0881424Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_clamp_min_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0881587Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_combinations_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0881743Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_complex_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0881902Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_contiguous_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0882063Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_copysign_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0882218Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_corrcoef_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0882373Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cos_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0882524Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cosh_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0882741Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_count_nonzero_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0882897Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cummin_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0883051Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_diag_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0883201Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_diff_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0883356Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_dist_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0883572Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_div_floor_rounding_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0883747Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_div_no_rounding_mode_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0883901Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_dot_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0884059Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_double_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0884200Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_dsplit_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0884352Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_dstack_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0884499Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_einsum_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0884728Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_empty_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0884892Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_empty_like_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0885048Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_eq_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0885202Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_erfc_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0885355Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_exp_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0885503Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_expand_as_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0885662Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_expand_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0885816Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_expm1_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0885969Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_eye_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0886128Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_fftn_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0886294Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_fftshift_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0886455Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_hfftn_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0886611Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_ifft2_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0886754Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_ifft_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0886913Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_irfftn_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0887070Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_rfft_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0887221Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fill_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0887375Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_flip_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0887537Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_float_power_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0887690Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_floor_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0887841Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fmin_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0887983Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_frexp_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0888134Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_geqrf_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0888291Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_gradient_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0888475Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_gt_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0888634Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_heaviside_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0888785Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_histc_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0888944Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_histogram_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0889106Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_histogramdd_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0889300Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_hsplit_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0889443Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_hypot_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0889592Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_i0_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0889749Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_igammac_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0889907Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_imag_cpu_complex64 PASSED [ 88%] 2022-12-01T10:39:11.0890062Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_index_add_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0890222Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_index_fill_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0890378Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_index_put_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0890541Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_index_reduce_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0890692Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_index_select_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0890848Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_inner_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0891005Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_isclose_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0891162Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_isfinite_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0891315Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_isinf_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0891470Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_isneginf_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0891623Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_isposinf_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0891777Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_isreal_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0891943Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_istft_cpu_float32 SKIPPED (Skip failing test) [ 88%] 2022-12-01T10:39:11.0892150Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 88%] 2022-12-01T10:39:11.0892358Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 88%] 2022-12-01T10:39:11.0892546Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 88%] 2022-12-01T10:39:11.0892735Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 88%] 2022-12-01T10:39:11.0892892Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_kthvalue_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0893041Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_lcm_cpu_int64 PASSED [ 88%] 2022-12-01T10:39:11.0893196Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_ldexp_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0893356Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_cond_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0893508Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_det_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0893680Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_det_singular_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0893834Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_eig_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:11.0894051Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_eigvals_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:39:11.0894242Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_eigvalsh_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:39:11.0894424Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_householder_product_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0894593Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_ldl_factor_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0894762Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_ldl_factor_ex_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0894950Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_lstsq_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0895097Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_lu_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0895264Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_lu_factor_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0895436Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_lu_factor_ex_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0895629Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_matrix_power_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:39:11.0895830Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:39:11.0895994Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_multi_dot_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0896184Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0896369Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_pinv_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:39:11.0896605Z 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:39:11.0896756Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_qr_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0896920Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_slogdet_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0897085Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_solve_ex_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0897261Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_solve_triangular_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0897425Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_svdvals_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0897594Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_vector_norm_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0897752Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linspace_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0897905Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_log10_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0898056Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_log1p_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0898208Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_log_softmax_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0898373Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_logaddexp_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0898536Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_logcumsumexp_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0898694Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_logdet_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0898854Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_logical_and_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0899013Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_logical_not_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0899173Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_logical_xor_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0899327Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_logit_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0899473Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_logsumexp_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0899650Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_lu_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0899828Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_lu_solve_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:39:11.0899979Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_mT_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0900138Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_amin_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0900300Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_argmax_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0900494Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_log_softmax_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0900663Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_logsumexp_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0900822Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_norm_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0900979Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_normalize_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0901138Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_prod_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0901302Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_softmax_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0901462Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_std_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0901621Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_max_binary_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0901798Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_max_reduction_with_dim_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0901956Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_maximum_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0902109Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_mean_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0902370Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_meshgrid_list_of_tensors_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0902554Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_meshgrid_variadic_tensors_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0902725Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_min_reduction_no_dim_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0902898Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_min_reduction_with_dim_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0903050Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_mm_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0903212Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_movedim_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0903367Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_mv_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0903565Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_mvlgamma_mvlgamma_p_1_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:39:11.0903725Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nan_to_num_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0903893Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nanmean_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:39:11.0904058Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nanmedian_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0904246Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nanquantile_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:39:11.0904402Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nansum_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0904585Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_native_batch_norm_cpu_float32 SKIPPED (Skipped!) [ 89%] 2022-12-01T10:39:11.0904756Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_native_layer_norm_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0904911Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_neg_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0905068Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_new_empty_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0905259Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_new_full_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0905453Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0905642Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0905821Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_avg_pool2d_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0905997Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_bilinear_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0906223Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0906430Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0906598Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_celu_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0906777Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_conv1d_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0906952Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0907142Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_cosine_similarity_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0907342Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_ctc_loss_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:39:11.0907524Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_dropout2d_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0907700Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_dropout_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0907869Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_elu_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0908072Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_embedding_bag_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:39:11.0908279Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0908465Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_gaussian_nll_loss_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0908633Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_gelu_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0908785Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_glu_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0908966Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_hardsigmoid_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0909140Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_hardtanh_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0909326Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0909507Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_instance_norm_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0909689Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_interpolate_area_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0909877Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0910066Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0910253Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_interpolate_linear_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0910430Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0910600Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_kl_div_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0910803Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_layer_norm_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0911001Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_pool1d_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:39:11.0911179Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_unpool1d_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0911364Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0911541Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_unpool2d_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0911761Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0911958Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_nll_loss_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:39:11.0912121Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_normalize_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0912313Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_one_hot_cpu_int64 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:39:11.0912492Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pad_constant_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0912673Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pad_replicate_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0912856Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pairwise_distance_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0913042Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0913225Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0913394Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_relu6_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0913564Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_relu_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0913721Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_rrelu_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0913889Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_selu_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0914055Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_silu_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0914240Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0914416Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_softplus_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0914586Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_softsign_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0914763Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_threshold_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0914950Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0915133Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_upsample_nearest_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0915279Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nonzero_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0915435Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_norm_fro_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0915590Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_normal_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0915745Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_ones_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0915904Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_ones_like_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0916060Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_permute_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0916237Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_polygamma_polygamma_n_1_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0916437Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_polygamma_polygamma_n_2_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0916594Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_polygamma_polygamma_n_4_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0916751Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_positive_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:11.0916904Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_pow_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0917055Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_put_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0917262Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_quantile_cpu_float32 SKIPPED (Skip failing test) [ 90%] 2022-12-01T10:39:11.0917420Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_rad2deg_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0917582Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_randint_like_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0917739Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_randn_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0917890Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_real_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0918038Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_remainder_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0918232Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_repeat_interleave_cpu_float32 SKIPPED (Skip failing test) [ 90%] 2022-12-01T10:39:11.0918392Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_reshape_as_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0918552Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_reshape_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0918710Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_resize_as__cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0918872Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_resolve_conj_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0919025Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_roll_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0919181Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_round_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0919334Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_round_decimals_0_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0919500Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_round_decimals_3_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0919668Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_round_decimals_neg_3_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0919821Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_rsqrt_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0919975Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_rsub_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0920147Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_scatter_reduce_amin_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0920316Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_scatter_reduce_mean_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0920484Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_scatter_reduce_sum_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0920681Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_segment_reduce_lengths_cpu_float32 SKIPPED (Skip failing test) [ 90%] 2022-12-01T10:39:11.0920822Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_short_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0920974Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sign_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0921133Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_signbit_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0921289Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sin_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0921440Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sinh_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0921594Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_slice_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0921749Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_softmax_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0921948Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_softmax_with_dtype_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0922132Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sparse_sampled_addmm_cpu_float32 SKIPPED (Skip failing test) [ 90%] 2022-12-01T10:39:11.0922298Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_airy_ai_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0922467Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_bessel_j1_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0922633Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_bessel_y0_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0922847Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_chebyshev_polynomial_u_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0923285Z 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:39:11.0923651Z 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:39:11.0923818Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_entr_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0923981Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_i0e_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0924128Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_i1e_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0924298Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_log_ndtr_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0924480Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_modified_bessel_i1_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0924730Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_modified_bessel_k1_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0924895Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_ndtr_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0925284Z 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:39:11.0925661Z 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:39:11.0926041Z 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:39:11.0926228Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_spherical_bessel_j0_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0926396Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_xlog1py_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0926545Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_zeta_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0926713Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_split_list_args_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0926881Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_split_with_sizes_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0927037Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_stack_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0927190Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_std_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0927344Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sum_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0927505Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sum_to_size_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0927668Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_symeig_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0927805Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_tan_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0927958Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_tanh_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0928153Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_tensordot_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0928302Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_tile_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0928485Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_to_sparse_cpu_float32 SKIPPED (Skip failing test) [ 90%] 2022-12-01T10:39:11.0928639Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_topk_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0928795Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_trapz_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0928959Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_triangular_solve_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0929150Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_tril_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0929295Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_unbind_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0929457Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_unflatten_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0929615Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_unfold_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0929770Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_uniform_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0929922Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_var_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0930076Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_view_as_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0930241Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_view_as_real_cpu_complex64 PASSED [ 90%] 2022-12-01T10:39:11.0930396Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_vsplit_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0930538Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_vstack_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0930696Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_where_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0930846Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_zeros_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0930998Z test_ops.py::TestFakeTensorCPU::test_fake_bernoulli_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0931145Z test_ops.py::TestFakeTensorCPU::test_fake_bfloat16_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0931291Z test_ops.py::TestFakeTensorCPU::test_fake_bincount_cpu_int64 PASSED [ 90%] 2022-12-01T10:39:11.0931446Z test_ops.py::TestFakeTensorCPU::test_fake_bitwise_left_shift_cpu_int64 PASSED [ 90%] 2022-12-01T10:39:11.0931592Z test_ops.py::TestFakeTensorCPU::test_fake_bitwise_or_cpu_int64 PASSED [ 90%] 2022-12-01T10:39:11.0931725Z test_ops.py::TestFakeTensorCPU::test_fake_bitwise_xor_cpu_int64 PASSED [ 90%] 2022-12-01T10:39:11.0931874Z test_ops.py::TestFakeTensorCPU::test_fake_block_diag_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0932016Z test_ops.py::TestFakeTensorCPU::test_fake_bmm_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0932172Z test_ops.py::TestFakeTensorCPU::test_fake_broadcast_shapes_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0932333Z test_ops.py::TestFakeTensorCPU::test_fake_broadcast_tensors_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0932480Z test_ops.py::TestFakeTensorCPU::test_fake_bucketize_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0932621Z test_ops.py::TestFakeTensorCPU::test_fake_byte_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0932777Z test_ops.py::TestFakeTensorCPU::test_fake_cartesian_prod_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0932906Z test_ops.py::TestFakeTensorCPU::test_fake_ceil_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0933050Z test_ops.py::TestFakeTensorCPU::test_fake_chalf_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0933209Z test_ops.py::TestFakeTensorCPU::test_fake_cholesky_solve_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0933351Z test_ops.py::TestFakeTensorCPU::test_fake_clamp_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0933497Z test_ops.py::TestFakeTensorCPU::test_fake_clamp_max_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0933641Z test_ops.py::TestFakeTensorCPU::test_fake_clamp_min_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0933814Z test_ops.py::TestFakeTensorCPU::test_fake_clone_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0933965Z test_ops.py::TestFakeTensorCPU::test_fake_column_stack_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0934117Z test_ops.py::TestFakeTensorCPU::test_fake_combinations_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0934246Z test_ops.py::TestFakeTensorCPU::test_fake_conj_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0934400Z test_ops.py::TestFakeTensorCPU::test_fake_conj_physical_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0934583Z test_ops.py::TestFakeTensorCPU::test_fake_constant_pad_nd_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0934732Z test_ops.py::TestFakeTensorCPU::test_fake_corrcoef_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0934874Z test_ops.py::TestFakeTensorCPU::test_fake_cosh_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0935026Z test_ops.py::TestFakeTensorCPU::test_fake_count_nonzero_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0935172Z test_ops.py::TestFakeTensorCPU::test_fake_cross_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:11.0935362Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_H_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:39:11.0935545Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___radd___cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:39:11.0935740Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___rdiv___cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:39:11.0935935Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___rmod___cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:39:11.0936127Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___rmul___cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:39:11.0936316Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___rpow___cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:39:11.0936506Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_acosh_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:39:11.0936693Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_add_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:39:11.0936883Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_addbmm_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:39:11.0937083Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_addmm_decomposed_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:39:11.0937264Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_amin_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:39:11.0937455Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_angle_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:39:11.0937640Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_asin_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:39:11.0937827Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_atan2_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:39:11.0938011Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_atanh_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:39:11.0938205Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_atleast_2d_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:39:11.0938396Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_baddbmm_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:39:11.0938595Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_bernoulli_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:39:11.0938785Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_bfloat16_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:39:11.0938978Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_block_diag_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:39:11.0939204Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_broadcast_tensors_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:39:11.0939404Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_broadcast_to_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:39:11.0939606Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cartesian_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:39:11.0939792Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cdist_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0940003Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_chalf_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0940195Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cholesky_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0940392Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cholesky_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0940585Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_chunk_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0940776Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_clamp_max_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0940967Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_clamp_min_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0941141Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_clone_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0941330Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_conj_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0941526Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_conj_physical_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0941719Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_copysign_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0941909Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cov_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0942094Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cross_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0942411Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cummax_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0942604Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cumprod_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0942797Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cumsum_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0942992Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cumulative_trapezoid_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0943181Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_diag_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0943376Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_diagflat_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0943582Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_diagonal_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0943768Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_diff_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0943958Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_digamma_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0944169Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_div_no_rounding_mode_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0944372Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_div_trunc_rounding_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0944609Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_dot_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0944798Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_einsum_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0944969Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_erfc_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0945157Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_erfinv_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0945373Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_exp2_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0945561Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_exp_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0945755Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_hfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0945954Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ifftn_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0946159Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ifftshift_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0946355Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ihfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0946550Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_rfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0946744Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_rfft_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0946920Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fill_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0947113Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_flatten_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0947305Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fliplr_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0947490Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_flipud_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0947679Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_float_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0947862Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_floor_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0948047Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fmax_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0948228Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fmin_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0948411Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_frexp_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0948585Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_gather_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0948776Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_gradient_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0948964Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_half_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0949154Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_hypot_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0949342Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_i0_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0949533Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_index_add_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0949729Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_index_copy_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0949954Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_index_put_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0950151Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_index_reduce_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0950340Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_inner_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0950512Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_istft_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0950726Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_kron_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0950918Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_kthvalue_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0951108Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_lgamma_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0951305Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_cond_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0951500Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_det_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0951698Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_eig_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0951896Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_eigvals_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0952086Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_inv_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0952271Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_inv_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0952467Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_lstsq_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0952673Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_lu_factor_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0952871Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_lu_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0953075Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_matrix_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0953269Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0953493Z 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:39:11.0953693Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_pinv_hermitian_cpu_float32 SKIPPED (Skipped!) [ 91%] 2022-12-01T10:39:11.0953896Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_pinv_singular_cpu_float32 SKIPPED (Skipped!) [ 91%] 2022-12-01T10:39:11.0954089Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_qr_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0954273Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_solve_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0954483Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_solve_triangular_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0954676Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_svd_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0954876Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_svdvals_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0955077Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_tensorinv_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0955301Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_vander_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0955497Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_vecdot_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0955700Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_vector_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0955889Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_log10_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0956102Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_log2_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0956277Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_log_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0956474Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_log_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0956680Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_log_softmax_dtype_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0956875Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_logaddexp_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0957065Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_logdet_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0957254Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_logit_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0957450Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_logsumexp_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0957635Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mT_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0957829Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_amax_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0958031Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_cumprod_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0958210Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_fill_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0958417Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_log_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0958619Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_logaddexp_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0958821Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_logsumexp_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0959017Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0959216Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_normalize_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0959410Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0959608Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_select_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0959800Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_var_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0959991Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_matmul_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0960170Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_max_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0960378Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_max_reduction_with_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0960599Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0960789Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_median_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0960996Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_meshgrid_list_of_tensors_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0961208Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_meshgrid_variadic_tensors_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0961444Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_min_reduction_with_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0961630Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mm_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0961821Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_movedim_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0962014Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_msort_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0962187Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mul_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0962370Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mv_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0962578Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mvlgamma_mvlgamma_p_5_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0962770Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nan_to_num_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0962959Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_narrow_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0963183Z 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:39:11.0963404Z 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:39:11.0963614Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_avg_pool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0963822Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_avg_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0964032Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_batch_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0964227Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_bilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0964441Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_binary_cross_entropy_cpu_float32 SKIPPED (Skipped!) [ 91%] 2022-12-01T10:39:11.0964744Z 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:39:11.0964952Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_celu_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0965159Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_conv2d_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0965383Z 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:39:11.0965592Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_dropout_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:11.0965794Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_elu_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0966067Z 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:39:11.0966294Z 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:39:11.0966510Z 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:39:11.0966787Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_glu_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0966998Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_group_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0967209Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_hardsigmoid_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0967421Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_hardtanh_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0967625Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_huber_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0967840Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_instance_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0968067Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_interpolate_bilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0968274Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_l1_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0968481Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_layer_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0968695Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_logsigmoid_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0968897Z 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:39:11.0969104Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0969321Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_unpool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0969541Z 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:39:11.0969749Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_unpool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0969964Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_unpool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0970181Z 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:39:11.0970386Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_mish_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0970604Z 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:39:11.0970813Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pad_reflect_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0971024Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pairwise_distance_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0971253Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pixel_shuffle_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0971470Z 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:39:11.0971675Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_relu6_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0971903Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_relu_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0972106Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_silu_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0972316Z 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:39:11.0972526Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_softmin_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0972737Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_tanhshrink_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0972943Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_threshold_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0973162Z 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:39:11.0973367Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_upsample_bilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0973582Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_upsample_nearest_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0973777Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_norm_fro_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0973967Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_normal_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0974158Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_outer_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0974367Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_polygamma_polygamma_n_2_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0974578Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_polygamma_polygamma_n_3_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0974771Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_positive_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0974961Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0975147Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_real_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0975332Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_reshape_as_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0975534Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_round_decimals_0_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0975737Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_round_decimals_3_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0975942Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_round_decimals_neg_3_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0976129Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_rsqrt_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0976315Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_rsub_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0976536Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_scatter_add_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0976728Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0976934Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_scatter_reduce_amin_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0977160Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_scatter_reduce_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0977339Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_select_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0977527Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sgn_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0977718Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sigmoid_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0977906Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sin_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0978090Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sinc_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0978286Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_slice_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0978478Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0978666Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sort_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0978868Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sparse_sampled_addmm_cpu_float32 SKIPPED (Skipped!) [ 92%] 2022-12-01T10:39:11.0979068Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_erfcx_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0979248Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_i1e_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0979446Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_ndtr_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0979644Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_ndtri_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0979845Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_xlog1py_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0980042Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_split_list_args_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0980234Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_square_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0980426Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_squeeze_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0980612Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_stack_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0980801Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_std_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0980975Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sub_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0981161Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sum_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0981355Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sum_to_size_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0981540Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_svd_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0981760Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_svd_lowrank_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0981958Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_tensor_split_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0982243Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_tile_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0982432Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_to_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0982669Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_to_sparse_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0982867Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_transpose_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0983043Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_trapz_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0983248Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_triangular_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0983434Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_tril_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0983629Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_true_divide_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0983822Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_unbind_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0984019Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_unflatten_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0984208Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_var_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0984403Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_var_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0984591Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_view_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0984783Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_vsplit_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0984953Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_H_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0985152Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___getitem___cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0985353Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___rdiv___cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0985548Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___rmatmul___cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0985740Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___rmod___cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0985931Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_abs_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0986117Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_add_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0986309Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_addbmm_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0986502Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_addcmul_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0986685Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_addmm_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0986877Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_addmv_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0987067Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_addr_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0987293Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_amin_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0987492Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_as_strided_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0987680Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_asin_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0987901Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_asinh_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0988094Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_atanh_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0988292Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_atleast_1d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0988491Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_atleast_2d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0988672Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_atleast_3d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0988866Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_bernoulli_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0989056Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_bfloat16_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0989247Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_bmm_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0989451Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_broadcast_tensors_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0989637Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cat_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0989829Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cdist_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0990019Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_chalf_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0990224Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cholesky_inverse_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0990416Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_clamp_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0990601Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_clamp_max_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0990795Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_clamp_min_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0990984Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_clone_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0991176Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_conj_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0991376Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_conj_physical_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0991570Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_copysign_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0991759Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cross_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0991953Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cummax_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0992146Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cumsum_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:11.0992339Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_deg2rad_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.0992553Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_diag_embed_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.0992748Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_diagonal_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.0992938Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_diff_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.0993176Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_div_floor_rounding_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.0993371Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_dot_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.0993560Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_dstack_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.0993754Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_erfinv_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.0993946Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_exp_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.0994141Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_expand_as_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.0994319Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_expand_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.0994512Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_expm1_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.0994703Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_fft_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.0994897Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_fftn_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.0995093Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_hfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.0995284Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_hfft_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.0995478Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_ihfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.0995673Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_irfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.0995866Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_irfft_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.0996057Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_irfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.0996231Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_rfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.0996423Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fill_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.0996613Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_flip_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.0996805Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fliplr_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.0997000Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_flipud_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.0997194Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_float_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.0997385Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_floor_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.0997573Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fmax_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.0997794Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fmod_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.0997983Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_frexp_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.0998162Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_hsplit_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.0998352Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_hypot_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.0998573Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_index_add_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.0998772Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_index_fill_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.0998971Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_index_put_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.0999172Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_index_select_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.0999359Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_istft_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.0999548Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_kron_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.0999748Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_cond_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.0999948Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_cross_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.1000144Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_det_singular_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.1000349Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_eigvalsh_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.1000564Z 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:39:11.1000759Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_lu_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.1000962Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_lu_factor_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.1001164Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_lu_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.1001371Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_matrix_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.1001575Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_multi_dot_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.1001773Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.1001998Z 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:39:11.1002196Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_pinv_hermitian_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.1002448Z 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:39:11.1002643Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_qr_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.1002846Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_slogdet_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.1003073Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.1003275Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_svdvals_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.1003480Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_tensorsolve_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.1003716Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_logaddexp_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.1003917Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_logcumsumexp_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.1004111Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_lu_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.1004291Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mH_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.1004475Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mT_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.1004739Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_amin_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.1004942Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_fill_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.1005152Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_log_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.1005362Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_logaddexp_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.1005564Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_logsumexp_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.1005764Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.1005961Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.1006162Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_softmin_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.1006346Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_matrix_exp_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.1006538Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.1006736Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_median_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.1006951Z 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:39:11.1007149Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_min_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.1007361Z 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:39:11.1007555Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_minimum_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.1007752Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_movedim_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.1007948Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_msort_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.1008158Z 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:39:11.1008392Z 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:39:11.1008602Z 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:39:11.1008799Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nan_to_num_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.1008993Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nanmean_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.1009219Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nanmedian_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.1009422Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_native_layer_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.1009645Z 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:39:11.1009861Z 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:39:11.1010073Z 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:39:11.1010283Z 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:39:11.1010494Z 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:39:11.1010725Z 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:39:11.1010937Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_conv1d_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.1011155Z 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:39:11.1011375Z 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:39:11.1011601Z 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:39:11.1011813Z 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:39:11.1012013Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_ctc_loss_cpu_float32 SKIPPED (Skipped!) [ 93%] 2022-12-01T10:39:11.1012226Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_dropout3d_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.1012433Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_embedding_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.1012657Z 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:39:11.1012865Z 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:39:11.1013071Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_gelu_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.1013283Z 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:39:11.1013523Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_hardshrink_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.1013733Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_hardsigmoid_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.1013939Z 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:39:11.1014152Z 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:39:11.1014401Z 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:39:11.1014629Z 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:39:11.1014854Z 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:39:11.1015079Z 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:39:11.1015275Z 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:39:11.1015487Z 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:39:11.1015692Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_linear_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.1015903Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_logsigmoid_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.1016119Z 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:39:11.1016333Z 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:39:11.1016550Z 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:39:11.1016781Z 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:39:11.1016990Z 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:39:11.1017204Z 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:39:11.1017417Z 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:39:11.1017625Z 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:39:11.1017831Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_pdist_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.1018033Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_relu6_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.1018238Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_relu_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.1018438Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_rrelu_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.1018668Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_selu_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.1018864Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_silu_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.1019072Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_softmin_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:11.1019291Z 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:39:11.1019530Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_softplus_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:11.1019730Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_softshrink_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:11.1019945Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_tanhshrink_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:11.1020165Z 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:39:11.1020396Z 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:39:11.1020608Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_unfold_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:11.1020827Z 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:39:11.1021021Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:11.1021218Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_norm_fro_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:11.1021412Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_norm_inf_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:11.1021602Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_norm_nuc_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:11.1021795Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_normal_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:11.1021978Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_outer_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:11.1022301Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_pca_lowrank_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:11.1022499Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_permute_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:11.1022699Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_pinverse_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:11.1022917Z 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:39:11.1023128Z 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:39:11.1023343Z 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:39:11.1023540Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_positive_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:11.1023733Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:11.1023929Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_put_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:11.1024171Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_quantile_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:11.1024366Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_rad2deg_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:11.1024558Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_renorm_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:11.1024804Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_repeat_interleave_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:11.1025008Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_resolve_neg_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:11.1025202Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_round_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:11.1025409Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_round_decimals_0_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:11.1025609Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_round_decimals_3_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:11.1025817Z 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:39:11.1026010Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_rsqrt_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:11.1026191Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_rsub_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:11.1026394Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_scatter_add_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:11.1026590Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:11.1026799Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_scatter_reduce_amax_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:11.1026999Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_scatter_reduce_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:11.1027198Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_scatter_reduce_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:11.1027401Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_scatter_reduce_sum_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:11.1027591Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sgn_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:11.1027784Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sigmoid_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:11.1027973Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sinc_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:11.1028155Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sinh_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:11.1028347Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_slice_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:11.1028549Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_softmax_with_dtype_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:11.1028739Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sort_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:11.1028949Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sparse_sampled_addmm_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:11.1029152Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_erfcx_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:11.1029388Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_log_ndtr_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:11.1029588Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_ndtr_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:11.1029788Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_ndtri_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:11.1030025Z 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:39:11.1030232Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_split_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:11.1030437Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_split_with_sizes_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:11.1030626Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sqrt_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:11.1030823Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_square_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:11.1031017Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_squeeze_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:11.1031206Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_stack_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:11.1031399Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sub_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:11.1031595Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sum_to_size_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:11.1031793Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_svd_lowrank_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:11.1031986Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_t_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:11.1032161Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_tan_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:11.1032348Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_tanh_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:11.1032546Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_tensor_split_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:11.1032747Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_tensordot_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:11.1032940Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_topk_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:11.1033128Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_trace_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:11.1033322Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_trapz_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:11.1033517Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_true_divide_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:11.1033704Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_trunc_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:11.1033887Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_unflatten_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:11.1034083Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_unfold_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:11.1034277Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_var_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:11.1034466Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_vdot_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:11.1034691Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_vsplit_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:11.1034879Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_where_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:11.1035030Z test_ops.py::TestFakeTensorCPU::test_fake_cummax_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:11.1035180Z test_ops.py::TestFakeTensorCPU::test_fake_cumprod_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:11.1035325Z test_ops.py::TestFakeTensorCPU::test_fake_cumsum_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:11.1035506Z test_ops.py::TestFakeTensorCPU::test_fake_cumulative_trapezoid_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:11.1035655Z test_ops.py::TestFakeTensorCPU::test_fake_diagflat_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:11.1035799Z test_ops.py::TestFakeTensorCPU::test_fake_diff_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:11.1035948Z test_ops.py::TestFakeTensorCPU::test_fake_digamma_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:11.1036090Z test_ops.py::TestFakeTensorCPU::test_fake_dist_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:11.1036252Z test_ops.py::TestFakeTensorCPU::test_fake_div_no_rounding_mode_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:11.1036394Z test_ops.py::TestFakeTensorCPU::test_fake_dot_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:11.1036538Z test_ops.py::TestFakeTensorCPU::test_fake_double_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:11.1036669Z test_ops.py::TestFakeTensorCPU::test_fake_dstack_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:11.1036814Z test_ops.py::TestFakeTensorCPU::test_fake_einsum_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:11.1036952Z test_ops.py::TestFakeTensorCPU::test_fake_eq_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:11.1037093Z test_ops.py::TestFakeTensorCPU::test_fake_equal_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:11.1037233Z test_ops.py::TestFakeTensorCPU::test_fake_erf_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:11.1037376Z test_ops.py::TestFakeTensorCPU::test_fake_erfc_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:11.1037518Z test_ops.py::TestFakeTensorCPU::test_fake_erfinv_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:11.1037659Z test_ops.py::TestFakeTensorCPU::test_fake_exp2_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:11.1037801Z test_ops.py::TestFakeTensorCPU::test_fake_exp_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:11.1037933Z test_ops.py::TestFakeTensorCPU::test_fake_expand_as_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:11.1038078Z test_ops.py::TestFakeTensorCPU::test_fake_expand_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:11.1038221Z test_ops.py::TestFakeTensorCPU::test_fake_fft_fft_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:11.1038376Z test_ops.py::TestFakeTensorCPU::test_fake_fft_fftshift_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:11.1038521Z test_ops.py::TestFakeTensorCPU::test_fake_fft_hfftn_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:11.1038667Z test_ops.py::TestFakeTensorCPU::test_fake_fft_ifft_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:11.1038810Z test_ops.py::TestFakeTensorCPU::test_fake_fft_ifftn_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:11.1038964Z test_ops.py::TestFakeTensorCPU::test_fake_fft_ifftshift_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:11.1039097Z test_ops.py::TestFakeTensorCPU::test_fake_fft_ihfftn_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:11.1039241Z test_ops.py::TestFakeTensorCPU::test_fake_fft_irfft_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:11.1039384Z test_ops.py::TestFakeTensorCPU::test_fake_fft_rfft2_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:11.1039529Z test_ops.py::TestFakeTensorCPU::test_fake_fft_rfft_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:11.1039672Z test_ops.py::TestFakeTensorCPU::test_fake_fft_rfftn_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:11.1039814Z test_ops.py::TestFakeTensorCPU::test_fake_fill_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:11.1039989Z test_ops.py::TestFakeTensorCPU::test_fake_fliplr_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:11.1040131Z test_ops.py::TestFakeTensorCPU::test_fake_flipud_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:11.1040260Z test_ops.py::TestFakeTensorCPU::test_fake_float_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:11.1040407Z test_ops.py::TestFakeTensorCPU::test_fake_float_power_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:11.1040559Z test_ops.py::TestFakeTensorCPU::test_fake_floor_divide_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:11.1040701Z test_ops.py::TestFakeTensorCPU::test_fake_fmax_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:11.1040885Z test_ops.py::TestFakeTensorCPU::test_fake_frac_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:11.1041028Z test_ops.py::TestFakeTensorCPU::test_fake_gather_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:11.1041170Z test_ops.py::TestFakeTensorCPU::test_fake_gcd_cpu_int64 PASSED [ 94%] 2022-12-01T10:39:11.1041308Z test_ops.py::TestFakeTensorCPU::test_fake_ge_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:11.1041440Z test_ops.py::TestFakeTensorCPU::test_fake_geqrf_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:11.1041584Z test_ops.py::TestFakeTensorCPU::test_fake_gradient_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:11.1041721Z test_ops.py::TestFakeTensorCPU::test_fake_gt_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:11.1041867Z test_ops.py::TestFakeTensorCPU::test_fake_heaviside_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:11.1042012Z test_ops.py::TestFakeTensorCPU::test_fake_histogram_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:11.1042155Z test_ops.py::TestFakeTensorCPU::test_fake_hsplit_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:11.1042298Z test_ops.py::TestFakeTensorCPU::test_fake_hypot_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:11.1042436Z test_ops.py::TestFakeTensorCPU::test_fake_i0_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:11.1042567Z test_ops.py::TestFakeTensorCPU::test_fake_imag_cpu_complex64 PASSED [ 94%] 2022-12-01T10:39:11.1042713Z test_ops.py::TestFakeTensorCPU::test_fake_index_add_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1042858Z test_ops.py::TestFakeTensorCPU::test_fake_index_put_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1043012Z test_ops.py::TestFakeTensorCPU::test_fake_index_select_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1043158Z test_ops.py::TestFakeTensorCPU::test_fake_isfinite_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1043302Z test_ops.py::TestFakeTensorCPU::test_fake_isin_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1043446Z test_ops.py::TestFakeTensorCPU::test_fake_isinf_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1043592Z test_ops.py::TestFakeTensorCPU::test_fake_isneginf_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1043721Z test_ops.py::TestFakeTensorCPU::test_fake_isreal_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1043890Z test_ops.py::TestFakeTensorCPU::test_fake_istft_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:39:11.1044084Z test_ops.py::TestFakeTensorCPU::test_fake_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-12-01T10:39:11.1044278Z test_ops.py::TestFakeTensorCPU::test_fake_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-12-01T10:39:11.1044461Z test_ops.py::TestFakeTensorCPU::test_fake_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-12-01T10:39:11.1044728Z test_ops.py::TestFakeTensorCPU::test_fake_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-12-01T10:39:11.1044915Z test_ops.py::TestFakeTensorCPU::test_fake_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-12-01T10:39:11.1045067Z test_ops.py::TestFakeTensorCPU::test_fake_kthvalue_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1045212Z test_ops.py::TestFakeTensorCPU::test_fake_le_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1045352Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_cross_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1045537Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_eig_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1045717Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_eigvals_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:39:11.1045898Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_eigvalsh_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:39:11.1046048Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_inv_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1046203Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_inv_ex_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1046393Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_ldl_factor_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1046557Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_ldl_factor_ex_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1046698Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_lstsq_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1046859Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_matrix_norm_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1047022Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_matrix_rank_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1047199Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1047346Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_pinv_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1047535Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_pinv_hermitian_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:39:11.1047684Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_qr_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1047840Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_slogdet_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1048015Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_solve_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:39:11.1048158Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_solve_ex_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1048311Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_svdvals_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1048499Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_tensorsolve_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:39:11.1048653Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_vander_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1048806Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_vecdot_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1048950Z test_ops.py::TestFakeTensorCPU::test_fake_log10_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1049094Z test_ops.py::TestFakeTensorCPU::test_fake_log2_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1049253Z test_ops.py::TestFakeTensorCPU::test_fake_log_softmax_dtype_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1049392Z test_ops.py::TestFakeTensorCPU::test_fake_logaddexp_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1049537Z test_ops.py::TestFakeTensorCPU::test_fake_logdet_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1049685Z test_ops.py::TestFakeTensorCPU::test_fake_logical_and_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1049836Z test_ops.py::TestFakeTensorCPU::test_fake_logical_or_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1049984Z test_ops.py::TestFakeTensorCPU::test_fake_logical_xor_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1050129Z test_ops.py::TestFakeTensorCPU::test_fake_logit_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1050275Z test_ops.py::TestFakeTensorCPU::test_fake_logspace_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1050415Z test_ops.py::TestFakeTensorCPU::test_fake_lt_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1050544Z test_ops.py::TestFakeTensorCPU::test_fake_lu_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1050714Z test_ops.py::TestFakeTensorCPU::test_fake_lu_solve_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:39:11.1050859Z test_ops.py::TestFakeTensorCPU::test_fake_lu_unpack_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1050998Z test_ops.py::TestFakeTensorCPU::test_fake_mH_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1051224Z test_ops.py::TestFakeTensorCPU::test_fake_masked_amax_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1051371Z test_ops.py::TestFakeTensorCPU::test_fake_masked_amin_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1051525Z test_ops.py::TestFakeTensorCPU::test_fake_masked_cumprod_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1051670Z test_ops.py::TestFakeTensorCPU::test_fake_masked_fill_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1051808Z test_ops.py::TestFakeTensorCPU::test_fake_masked_median_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1051981Z test_ops.py::TestFakeTensorCPU::test_fake_masked_prod_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1052136Z test_ops.py::TestFakeTensorCPU::test_fake_masked_softmax_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1052284Z test_ops.py::TestFakeTensorCPU::test_fake_masked_std_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1052432Z test_ops.py::TestFakeTensorCPU::test_fake_masked_var_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1052585Z test_ops.py::TestFakeTensorCPU::test_fake_matrix_exp_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1052751Z test_ops.py::TestFakeTensorCPU::test_fake_max_reduction_with_dim_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1052922Z test_ops.py::TestFakeTensorCPU::test_fake_meshgrid_list_of_tensors_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1053070Z test_ops.py::TestFakeTensorCPU::test_fake_min_binary_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1053218Z test_ops.py::TestFakeTensorCPU::test_fake_min_reduction_no_dim_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1053362Z test_ops.py::TestFakeTensorCPU::test_fake_mm_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1053508Z test_ops.py::TestFakeTensorCPU::test_fake_mode_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1053652Z test_ops.py::TestFakeTensorCPU::test_fake_msort_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1053829Z test_ops.py::TestFakeTensorCPU::test_fake_multinomial_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:39:11.1053974Z test_ops.py::TestFakeTensorCPU::test_fake_mv_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1054123Z test_ops.py::TestFakeTensorCPU::test_fake_nan_to_num_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1054272Z test_ops.py::TestFakeTensorCPU::test_fake_nanmedian_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1054439Z test_ops.py::TestFakeTensorCPU::test_fake_nanquantile_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:39:11.1054583Z test_ops.py::TestFakeTensorCPU::test_fake_nansum_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1054730Z test_ops.py::TestFakeTensorCPU::test_fake_narrow_copy_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1054900Z test_ops.py::TestFakeTensorCPU::test_fake_narrow_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:39:11.1055070Z test_ops.py::TestFakeTensorCPU::test_fake_native_batch_norm_cpu_float32 SKIPPED (Skipped!) [ 95%] 2022-12-01T10:39:11.1055210Z test_ops.py::TestFakeTensorCPU::test_fake_ne_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1055354Z test_ops.py::TestFakeTensorCPU::test_fake_neg_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1055512Z test_ops.py::TestFakeTensorCPU::test_fake_new_empty_strided_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1055645Z test_ops.py::TestFakeTensorCPU::test_fake_new_zeros_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1055790Z test_ops.py::TestFakeTensorCPU::test_fake_nextafter_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1055980Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional__scaled_dot_product_attention_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1056160Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1056333Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1056498Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_avg_pool3d_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1056662Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_batch_norm_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1056856Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_bilinear_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1057048Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1057193Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_celu_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1057355Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_conv1d_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1057555Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1057726Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1057892Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1058076Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_ctc_loss_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:39:11.1058242Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_dropout3d_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1058405Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_dropout_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1058563Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_elu_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1058744Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_embedding_bag_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:39:11.1058911Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_embedding_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1059102Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1059297Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1059457Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_gelu_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1059624Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_hardshrink_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1059792Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_hardsigmoid_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1059957Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_hardswish_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1060119Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_interpolate_area_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1060300Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1060476Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_interpolate_linear_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1060657Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1060817Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_kl_div_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1060983Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_leaky_relu_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1061143Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_linear_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1061331Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_pool1d_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:39:11.1061508Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1061666Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1061826Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_mish_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1061986Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_mse_loss_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1062255Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_multi_margin_loss_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1062503Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_multilabel_margin_loss_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1062689Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1062875Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_one_hot_cpu_int64 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:39:11.1063047Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pad_constant_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1063248Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pad_reflect_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1063405Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1063581Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1063755Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1063918Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_prelu_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1064077Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_relu6_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:11.1064237Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_relu_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1064397Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_rrelu_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1064555Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_selu_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1064717Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_silu_complex_cpu_complex64 PASSED [ 96%] 2022-12-01T10:39:11.1064883Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_softplus_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1065049Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_softshrink_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1065214Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_softsign_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1065378Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_tanhshrink_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1065550Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1065723Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_upsample_nearest_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1065875Z test_ops.py::TestFakeTensorCPU::test_fake_nonzero_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1066022Z test_ops.py::TestFakeTensorCPU::test_fake_norm_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1066157Z test_ops.py::TestFakeTensorCPU::test_fake_norm_fro_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1066305Z test_ops.py::TestFakeTensorCPU::test_fake_norm_inf_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1066452Z test_ops.py::TestFakeTensorCPU::test_fake_ones_like_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1066601Z test_ops.py::TestFakeTensorCPU::test_fake_pca_lowrank_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1066746Z test_ops.py::TestFakeTensorCPU::test_fake_permute_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1066911Z test_ops.py::TestFakeTensorCPU::test_fake_polygamma_polygamma_n_1_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1067076Z test_ops.py::TestFakeTensorCPU::test_fake_polygamma_polygamma_n_2_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1067223Z test_ops.py::TestFakeTensorCPU::test_fake_positive_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1067356Z test_ops.py::TestFakeTensorCPU::test_fake_prod_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1067498Z test_ops.py::TestFakeTensorCPU::test_fake_qr_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1067668Z test_ops.py::TestFakeTensorCPU::test_fake_quantile_cpu_float32 SKIPPED (Skip failing test) [ 96%] 2022-12-01T10:39:11.1067811Z test_ops.py::TestFakeTensorCPU::test_fake_randn_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1067983Z test_ops.py::TestFakeTensorCPU::test_fake_randn_like_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1068126Z test_ops.py::TestFakeTensorCPU::test_fake_ravel_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1068274Z test_ops.py::TestFakeTensorCPU::test_fake_reciprocal_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1068418Z test_ops.py::TestFakeTensorCPU::test_fake_repeat_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1068548Z test_ops.py::TestFakeTensorCPU::test_fake_resize__cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1068693Z test_ops.py::TestFakeTensorCPU::test_fake_resize_as__cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1068871Z test_ops.py::TestFakeTensorCPU::test_fake_resolve_conj_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1069018Z test_ops.py::TestFakeTensorCPU::test_fake_resolve_neg_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1069157Z test_ops.py::TestFakeTensorCPU::test_fake_roll_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1069301Z test_ops.py::TestFakeTensorCPU::test_fake_round_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1069444Z test_ops.py::TestFakeTensorCPU::test_fake_rsqrt_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1069603Z test_ops.py::TestFakeTensorCPU::test_fake_scatter_reduce_amax_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1069751Z test_ops.py::TestFakeTensorCPU::test_fake_scatter_reduce_mean_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1069911Z test_ops.py::TestFakeTensorCPU::test_fake_scatter_reduce_prod_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1070068Z test_ops.py::TestFakeTensorCPU::test_fake_scatter_reduce_sum_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1070233Z test_ops.py::TestFakeTensorCPU::test_fake_segment_reduce_offsets_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1070379Z test_ops.py::TestFakeTensorCPU::test_fake_select_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1070534Z test_ops.py::TestFakeTensorCPU::test_fake_select_scatter_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1070682Z test_ops.py::TestFakeTensorCPU::test_fake_short_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1070828Z test_ops.py::TestFakeTensorCPU::test_fake_sigmoid_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1070971Z test_ops.py::TestFakeTensorCPU::test_fake_sign_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1071102Z test_ops.py::TestFakeTensorCPU::test_fake_signbit_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1071243Z test_ops.py::TestFakeTensorCPU::test_fake_sin_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1071384Z test_ops.py::TestFakeTensorCPU::test_fake_sinc_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1071528Z test_ops.py::TestFakeTensorCPU::test_fake_sinh_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1071669Z test_ops.py::TestFakeTensorCPU::test_fake_slice_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1071823Z test_ops.py::TestFakeTensorCPU::test_fake_slice_scatter_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1071964Z test_ops.py::TestFakeTensorCPU::test_fake_sort_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1072153Z test_ops.py::TestFakeTensorCPU::test_fake_sparse_sampled_addmm_cpu_float32 SKIPPED (Skip failing test) [ 96%] 2022-12-01T10:39:11.1072297Z test_ops.py::TestFakeTensorCPU::test_fake_special_bessel_j0_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1072450Z test_ops.py::TestFakeTensorCPU::test_fake_special_bessel_j1_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1072599Z test_ops.py::TestFakeTensorCPU::test_fake_special_bessel_y0_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1072750Z test_ops.py::TestFakeTensorCPU::test_fake_special_bessel_y1_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1072927Z test_ops.py::TestFakeTensorCPU::test_fake_special_chebyshev_polynomial_t_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1073370Z 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:39:11.1073529Z test_ops.py::TestFakeTensorCPU::test_fake_special_erfcx_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1073710Z test_ops.py::TestFakeTensorCPU::test_fake_special_i0e_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1074064Z 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:39:11.1074206Z test_ops.py::TestFakeTensorCPU::test_fake_special_ndtri_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1074572Z 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:39:11.1074772Z test_ops.py::TestFakeTensorCPU::test_fake_special_spherical_bessel_j0_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1074924Z test_ops.py::TestFakeTensorCPU::test_fake_square_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1075070Z test_ops.py::TestFakeTensorCPU::test_fake_stack_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1075220Z test_ops.py::TestFakeTensorCPU::test_fake_std_mean_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1075366Z test_ops.py::TestFakeTensorCPU::test_fake_stft_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1075509Z test_ops.py::TestFakeTensorCPU::test_fake_sub_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1075639Z test_ops.py::TestFakeTensorCPU::test_fake_svd_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1075781Z test_ops.py::TestFakeTensorCPU::test_fake_take_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1075921Z test_ops.py::TestFakeTensorCPU::test_fake_to_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1076094Z test_ops.py::TestFakeTensorCPU::test_fake_to_sparse_cpu_float32 SKIPPED (Skip failing test) [ 96%] 2022-12-01T10:39:11.1076236Z test_ops.py::TestFakeTensorCPU::test_fake_topk_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1076380Z test_ops.py::TestFakeTensorCPU::test_fake_trace_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1076528Z test_ops.py::TestFakeTensorCPU::test_fake_trapezoid_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1076673Z test_ops.py::TestFakeTensorCPU::test_fake_tril_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1076818Z test_ops.py::TestFakeTensorCPU::test_fake_tril_indices_cpu_int64 PASSED [ 96%] 2022-12-01T10:39:11.1076950Z test_ops.py::TestFakeTensorCPU::test_fake_triu_indices_cpu_int64 PASSED [ 96%] 2022-12-01T10:39:11.1077097Z test_ops.py::TestFakeTensorCPU::test_fake_true_divide_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1077239Z test_ops.py::TestFakeTensorCPU::test_fake_unbind_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1077387Z test_ops.py::TestFakeTensorCPU::test_fake_unflatten_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1077529Z test_ops.py::TestFakeTensorCPU::test_fake_unfold_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1077673Z test_ops.py::TestFakeTensorCPU::test_fake_uniform_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1077832Z test_ops.py::TestFakeTensorCPU::test_fake_unique_consecutive_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1077977Z test_ops.py::TestFakeTensorCPU::test_fake_unique_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1078110Z test_ops.py::TestFakeTensorCPU::test_fake_unsqueeze_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1078252Z test_ops.py::TestFakeTensorCPU::test_fake_vdot_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1078407Z test_ops.py::TestFakeTensorCPU::test_fake_view_as_real_cpu_complex64 PASSED [ 96%] 2022-12-01T10:39:11.1078550Z test_ops.py::TestFakeTensorCPU::test_fake_where_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1078690Z test_ops.py::TestFakeTensorCPU::test_fake_zero__cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1078837Z test_ops.py::TestFakeTensorCPU::test_fake_zeros_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1078970Z test_ops.py::TestTagsCPU::test_tags_H_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1079107Z test_ops.py::TestTagsCPU::test_tags___getitem___cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1079259Z test_ops.py::TestTagsCPU::test_tags___rpow___cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1079394Z test_ops.py::TestTagsCPU::test_tags___rsub___cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1079530Z test_ops.py::TestTagsCPU::test_tags__refs_abs_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1079667Z test_ops.py::TestTagsCPU::test_tags__refs_acos_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1079805Z test_ops.py::TestTagsCPU::test_tags__refs_acosh_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1079944Z test_ops.py::TestTagsCPU::test_tags__refs_addcdiv_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1080118Z test_ops.py::TestTagsCPU::test_tags__refs_all_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1080257Z test_ops.py::TestTagsCPU::test_tags__refs_amax_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1080382Z test_ops.py::TestTagsCPU::test_tags__refs_amin_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1080519Z test_ops.py::TestTagsCPU::test_tags__refs_arange_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1080659Z test_ops.py::TestTagsCPU::test_tags__refs_as_strided_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1080797Z test_ops.py::TestTagsCPU::test_tags__refs_asinh_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1080936Z test_ops.py::TestTagsCPU::test_tags__refs_bitwise_xor_cpu_int64 PASSED [ 96%] 2022-12-01T10:39:11.1081088Z test_ops.py::TestTagsCPU::test_tags__refs_broadcast_tensors_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1081238Z test_ops.py::TestTagsCPU::test_tags__refs_broadcast_to_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1081379Z test_ops.py::TestTagsCPU::test_tags__refs_clamp_min_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1081503Z test_ops.py::TestTagsCPU::test_tags__refs_clone_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1081640Z test_ops.py::TestTagsCPU::test_tags__refs_conj_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1082355Z 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:39:11.1082503Z test_ops.py::TestTagsCPU::test_tags__refs_copysign_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1082642Z test_ops.py::TestTagsCPU::test_tags__refs_cos_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1082780Z test_ops.py::TestTagsCPU::test_tags__refs_cosh_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1082920Z test_ops.py::TestTagsCPU::test_tags__refs_cumsum_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1083060Z test_ops.py::TestTagsCPU::test_tags__refs_diagonal_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1083198Z test_ops.py::TestTagsCPU::test_tags__refs_digamma_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1083341Z test_ops.py::TestTagsCPU::test_tags__refs_div_floor_rounding_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1083482Z test_ops.py::TestTagsCPU::test_tags__refs_dsplit_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1083622Z test_ops.py::TestTagsCPU::test_tags__refs_dstack_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1083760Z test_ops.py::TestTagsCPU::test_tags__refs_erfc_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1083897Z test_ops.py::TestTagsCPU::test_tags__refs_exp2_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1084033Z test_ops.py::TestTagsCPU::test_tags__refs_exp_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1084177Z test_ops.py::TestTagsCPU::test_tags__refs_expand_as_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1084316Z test_ops.py::TestTagsCPU::test_tags__refs_expm1_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1084453Z test_ops.py::TestTagsCPU::test_tags__refs_eye_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1084589Z test_ops.py::TestTagsCPU::test_tags__refs_fft_fftshift_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1084854Z test_ops.py::TestTagsCPU::test_tags__refs_fft_hfft_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1085003Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ifftn_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:11.1085146Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ihfftn_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1085290Z test_ops.py::TestTagsCPU::test_tags__refs_fft_irfftn_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1085431Z test_ops.py::TestTagsCPU::test_tags__refs_fft_rfft2_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1085569Z test_ops.py::TestTagsCPU::test_tags__refs_fill_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1085742Z test_ops.py::TestTagsCPU::test_tags__refs_flatten_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1085868Z test_ops.py::TestTagsCPU::test_tags__refs_flip_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1086009Z test_ops.py::TestTagsCPU::test_tags__refs_flipud_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1086149Z test_ops.py::TestTagsCPU::test_tags__refs_floor_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1086298Z test_ops.py::TestTagsCPU::test_tags__refs_floor_divide_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1086441Z test_ops.py::TestTagsCPU::test_tags__refs_fmax_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1086579Z test_ops.py::TestTagsCPU::test_tags__refs_fmod_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1086716Z test_ops.py::TestTagsCPU::test_tags__refs_frac_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1086855Z test_ops.py::TestTagsCPU::test_tags__refs_gt_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1086983Z test_ops.py::TestTagsCPU::test_tags__refs_hsplit_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1087124Z test_ops.py::TestTagsCPU::test_tags__refs_igamma_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1087264Z test_ops.py::TestTagsCPU::test_tags__refs_index_add_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1087405Z test_ops.py::TestTagsCPU::test_tags__refs_index_copy_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1087547Z test_ops.py::TestTagsCPU::test_tags__refs_isclose_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1087683Z test_ops.py::TestTagsCPU::test_tags__refs_isinf_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1087820Z test_ops.py::TestTagsCPU::test_tags__refs_isnan_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1087958Z test_ops.py::TestTagsCPU::test_tags__refs_isneginf_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1088083Z test_ops.py::TestTagsCPU::test_tags__refs_isreal_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1088219Z test_ops.py::TestTagsCPU::test_tags__refs_lcm_cpu_int64 PASSED [ 97%] 2022-12-01T10:39:11.1088355Z test_ops.py::TestTagsCPU::test_tags__refs_le_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1088492Z test_ops.py::TestTagsCPU::test_tags__refs_lgamma_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1088633Z test_ops.py::TestTagsCPU::test_tags__refs_linspace_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1088771Z test_ops.py::TestTagsCPU::test_tags__refs_log10_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1088908Z test_ops.py::TestTagsCPU::test_tags__refs_log1p_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1089042Z test_ops.py::TestTagsCPU::test_tags__refs_log2_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1089165Z test_ops.py::TestTagsCPU::test_tags__refs_log_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1089304Z test_ops.py::TestTagsCPU::test_tags__refs_logspace_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1089445Z test_ops.py::TestTagsCPU::test_tags__refs_masked_fill_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1089608Z test_ops.py::TestTagsCPU::test_tags__refs_meshgrid_list_of_tensors_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1089773Z test_ops.py::TestTagsCPU::test_tags__refs_meshgrid_variadic_tensors_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1089912Z test_ops.py::TestTagsCPU::test_tags__refs_minimum_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1090083Z test_ops.py::TestTagsCPU::test_tags__refs_nan_to_num_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1090221Z test_ops.py::TestTagsCPU::test_tags__refs_narrow_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1090362Z test_ops.py::TestTagsCPU::test_tags__refs_native_layer_norm_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1090500Z test_ops.py::TestTagsCPU::test_tags__refs_ne_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1090635Z test_ops.py::TestTagsCPU::test_tags__refs_neg_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1090775Z test_ops.py::TestTagsCPU::test_tags__refs_new_zeros_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1090943Z test_ops.py::TestTagsCPU::test_tags__refs_nextafter_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1091099Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_elu_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1091247Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_glu_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1091412Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_hardshrink_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1091563Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_huber_loss_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1091721Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_layer_norm_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1091895Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1092053Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_mse_loss_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1092225Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1092382Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_prelu_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1092536Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_selu_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1092693Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_softplus_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1092857Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_softshrink_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1093006Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_tanhshrink_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1093148Z test_ops.py::TestTagsCPU::test_tags__refs_norm_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1093287Z test_ops.py::TestTagsCPU::test_tags__refs_ones_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1093431Z test_ops.py::TestTagsCPU::test_tags__refs_positive_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1093570Z test_ops.py::TestTagsCPU::test_tags__refs_pow_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1093707Z test_ops.py::TestTagsCPU::test_tags__refs_real_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1093850Z test_ops.py::TestTagsCPU::test_tags__refs_remainder_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1093991Z test_ops.py::TestTagsCPU::test_tags__refs_repeat_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1094122Z test_ops.py::TestTagsCPU::test_tags__refs_reshape_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1094259Z test_ops.py::TestTagsCPU::test_tags__refs_round_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1094395Z test_ops.py::TestTagsCPU::test_tags__refs_rsub_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1094535Z test_ops.py::TestTagsCPU::test_tags__refs_sigmoid_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1094673Z test_ops.py::TestTagsCPU::test_tags__refs_signbit_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1094808Z test_ops.py::TestTagsCPU::test_tags__refs_sinh_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1094962Z test_ops.py::TestTagsCPU::test_tags__refs_special_bessel_j0_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1095113Z test_ops.py::TestTagsCPU::test_tags__refs_special_bessel_j1_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1095242Z test_ops.py::TestTagsCPU::test_tags__refs_special_i1_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1095418Z test_ops.py::TestTagsCPU::test_tags__refs_special_i1e_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1095593Z test_ops.py::TestTagsCPU::test_tags__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1095730Z test_ops.py::TestTagsCPU::test_tags__refs_sqrt_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1095868Z test_ops.py::TestTagsCPU::test_tags__refs_square_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1096006Z test_ops.py::TestTagsCPU::test_tags__refs_squeeze_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1096143Z test_ops.py::TestTagsCPU::test_tags__refs_stack_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1096307Z test_ops.py::TestTagsCPU::test_tags__refs_std_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1096443Z test_ops.py::TestTagsCPU::test_tags__refs_sub_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1096566Z test_ops.py::TestTagsCPU::test_tags__refs_sum_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1096701Z test_ops.py::TestTagsCPU::test_tags__refs_t_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1096847Z test_ops.py::TestTagsCPU::test_tags__refs_tanh_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1097066Z test_ops.py::TestTagsCPU::test_tags__refs_tensor_split_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1097245Z test_ops.py::TestTagsCPU::test_tags__refs_transpose_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1097383Z test_ops.py::TestTagsCPU::test_tags__refs_triu_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1097525Z test_ops.py::TestTagsCPU::test_tags__refs_triu_indices_cpu_int64 PASSED [ 97%] 2022-12-01T10:39:11.1097669Z test_ops.py::TestTagsCPU::test_tags__refs_unflatten_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1097796Z test_ops.py::TestTagsCPU::test_tags__refs_unsqueeze_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1097934Z test_ops.py::TestTagsCPU::test_tags__refs_vsplit_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1098065Z test_ops.py::TestTagsCPU::test_tags_abs_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1098202Z test_ops.py::TestTagsCPU::test_tags_acosh_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1098336Z test_ops.py::TestTagsCPU::test_tags_addbmm_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1098470Z test_ops.py::TestTagsCPU::test_tags_addr_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1098601Z test_ops.py::TestTagsCPU::test_tags_all_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1098739Z test_ops.py::TestTagsCPU::test_tags_allclose_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1098858Z test_ops.py::TestTagsCPU::test_tags_any_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1098996Z test_ops.py::TestTagsCPU::test_tags_argmin_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1099135Z test_ops.py::TestTagsCPU::test_tags_as_strided_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1099285Z test_ops.py::TestTagsCPU::test_tags_as_strided_scatter_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1099423Z test_ops.py::TestTagsCPU::test_tags_asin_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1099561Z test_ops.py::TestTagsCPU::test_tags_atan2_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1099695Z test_ops.py::TestTagsCPU::test_tags_atleast_2d_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1099833Z test_ops.py::TestTagsCPU::test_tags_atleast_3d_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1099956Z test_ops.py::TestTagsCPU::test_tags_bincount_cpu_int64 PASSED [ 97%] 2022-12-01T10:39:11.1100097Z test_ops.py::TestTagsCPU::test_tags_bitwise_left_shift_cpu_int64 PASSED [ 97%] 2022-12-01T10:39:11.1100234Z test_ops.py::TestTagsCPU::test_tags_bitwise_or_cpu_int64 PASSED [ 97%] 2022-12-01T10:39:11.1100377Z test_ops.py::TestTagsCPU::test_tags_bitwise_right_shift_cpu_int64 PASSED [ 97%] 2022-12-01T10:39:11.1100515Z test_ops.py::TestTagsCPU::test_tags_bitwise_xor_cpu_int64 PASSED [ 97%] 2022-12-01T10:39:11.1100653Z test_ops.py::TestTagsCPU::test_tags_block_diag_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1100822Z test_ops.py::TestTagsCPU::test_tags_bmm_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1100963Z test_ops.py::TestTagsCPU::test_tags_broadcast_shapes_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1101083Z test_ops.py::TestTagsCPU::test_tags_byte_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1101225Z test_ops.py::TestTagsCPU::test_tags_cartesian_prod_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1101358Z test_ops.py::TestTagsCPU::test_tags_cat_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1101521Z test_ops.py::TestTagsCPU::test_tags_cdist_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1101654Z test_ops.py::TestTagsCPU::test_tags_ceil_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1101795Z test_ops.py::TestTagsCPU::test_tags_cholesky_solve_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1101931Z test_ops.py::TestTagsCPU::test_tags_clamp_max_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1102070Z test_ops.py::TestTagsCPU::test_tags_clamp_min_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1102305Z test_ops.py::TestTagsCPU::test_tags_clone_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1102450Z test_ops.py::TestTagsCPU::test_tags_column_stack_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1102587Z test_ops.py::TestTagsCPU::test_tags_complex_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1102722Z test_ops.py::TestTagsCPU::test_tags_conj_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1102864Z test_ops.py::TestTagsCPU::test_tags_constant_pad_nd_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1103006Z test_ops.py::TestTagsCPU::test_tags_copysign_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1103144Z test_ops.py::TestTagsCPU::test_tags_corrcoef_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1103281Z test_ops.py::TestTagsCPU::test_tags_cos_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1103409Z test_ops.py::TestTagsCPU::test_tags_count_nonzero_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1103546Z test_ops.py::TestTagsCPU::test_tags_cross_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1103682Z test_ops.py::TestTagsCPU::test_tags_cummax_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1103819Z test_ops.py::TestTagsCPU::test_tags_cumprod_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:11.1103955Z test_ops.py::TestTagsCPU::test_tags_deg2rad_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1104090Z test_ops.py::TestTagsCPU::test_tags_diag_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1104228Z test_ops.py::TestTagsCPU::test_tags_diag_embed_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1104371Z test_ops.py::TestTagsCPU::test_tags_diagonal_scatter_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1104494Z test_ops.py::TestTagsCPU::test_tags_digamma_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1104649Z test_ops.py::TestTagsCPU::test_tags_div_no_rounding_mode_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1104790Z test_ops.py::TestTagsCPU::test_tags_dstack_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1104923Z test_ops.py::TestTagsCPU::test_tags_eq_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1105058Z test_ops.py::TestTagsCPU::test_tags_equal_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1105192Z test_ops.py::TestTagsCPU::test_tags_erfinv_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1105325Z test_ops.py::TestTagsCPU::test_tags_exp2_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1105457Z test_ops.py::TestTagsCPU::test_tags_exp_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1105583Z test_ops.py::TestTagsCPU::test_tags_expand_as_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1105715Z test_ops.py::TestTagsCPU::test_tags_eye_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1105851Z test_ops.py::TestTagsCPU::test_tags_fft_fft_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1106039Z test_ops.py::TestTagsCPU::test_tags_fft_fftn_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1106176Z test_ops.py::TestTagsCPU::test_tags_fft_hfftn_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1106311Z test_ops.py::TestTagsCPU::test_tags_fft_ifft2_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1106451Z test_ops.py::TestTagsCPU::test_tags_fft_ifftshift_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1106587Z test_ops.py::TestTagsCPU::test_tags_fft_ihfft_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1106711Z test_ops.py::TestTagsCPU::test_tags_fft_ihfftn_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1106883Z test_ops.py::TestTagsCPU::test_tags_fft_irfft2_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1107025Z test_ops.py::TestTagsCPU::test_tags_fft_irfft_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1107158Z test_ops.py::TestTagsCPU::test_tags_fft_rfftn_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1107296Z test_ops.py::TestTagsCPU::test_tags_flip_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1107435Z test_ops.py::TestTagsCPU::test_tags_fliplr_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1107573Z test_ops.py::TestTagsCPU::test_tags_flipud_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1107709Z test_ops.py::TestTagsCPU::test_tags_float_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1107850Z test_ops.py::TestTagsCPU::test_tags_float_power_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1107985Z test_ops.py::TestTagsCPU::test_tags_floor_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1108128Z test_ops.py::TestTagsCPU::test_tags_floor_divide_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1108248Z test_ops.py::TestTagsCPU::test_tags_fmax_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1108386Z test_ops.py::TestTagsCPU::test_tags_frexp_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1108523Z test_ops.py::TestTagsCPU::test_tags_gather_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1108661Z test_ops.py::TestTagsCPU::test_tags_ge_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1108799Z test_ops.py::TestTagsCPU::test_tags_gradient_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1108934Z test_ops.py::TestTagsCPU::test_tags_gt_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1109074Z test_ops.py::TestTagsCPU::test_tags_heaviside_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1109210Z test_ops.py::TestTagsCPU::test_tags_histc_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1109334Z test_ops.py::TestTagsCPU::test_tags_histogram_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1109478Z test_ops.py::TestTagsCPU::test_tags_histogramdd_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1109615Z test_ops.py::TestTagsCPU::test_tags_hstack_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1109749Z test_ops.py::TestTagsCPU::test_tags_i0_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1109888Z test_ops.py::TestTagsCPU::test_tags_igammac_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1110026Z test_ops.py::TestTagsCPU::test_tags_imag_cpu_complex64 PASSED [ 98%] 2022-12-01T10:39:11.1110164Z test_ops.py::TestTagsCPU::test_tags_index_fill_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1110306Z test_ops.py::TestTagsCPU::test_tags_index_reduce_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1110430Z test_ops.py::TestTagsCPU::test_tags_index_select_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1110567Z test_ops.py::TestTagsCPU::test_tags_inner_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1110704Z test_ops.py::TestTagsCPU::test_tags_int_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1110842Z test_ops.py::TestTagsCPU::test_tags_isclose_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1110980Z test_ops.py::TestTagsCPU::test_tags_isposinf_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1111153Z test_ops.py::TestTagsCPU::test_tags_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 98%] 2022-12-01T10:39:11.1111325Z test_ops.py::TestTagsCPU::test_tags_kron_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1111463Z test_ops.py::TestTagsCPU::test_tags_ldexp_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1111583Z test_ops.py::TestTagsCPU::test_tags_le_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1111719Z test_ops.py::TestTagsCPU::test_tags_lerp_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1111856Z test_ops.py::TestTagsCPU::test_tags_lgamma_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1112020Z test_ops.py::TestTagsCPU::test_tags_linalg_cond_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1112162Z test_ops.py::TestTagsCPU::test_tags_linalg_cross_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1112297Z test_ops.py::TestTagsCPU::test_tags_linalg_det_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1112436Z test_ops.py::TestTagsCPU::test_tags_linalg_eig_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1112578Z test_ops.py::TestTagsCPU::test_tags_linalg_eigh_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1112722Z test_ops.py::TestTagsCPU::test_tags_linalg_eigvals_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1112846Z test_ops.py::TestTagsCPU::test_tags_linalg_inv_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1112990Z test_ops.py::TestTagsCPU::test_tags_linalg_ldl_factor_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1113143Z test_ops.py::TestTagsCPU::test_tags_linalg_ldl_factor_ex_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1113283Z test_ops.py::TestTagsCPU::test_tags_linalg_ldl_solve_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1113424Z test_ops.py::TestTagsCPU::test_tags_linalg_lstsq_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1113569Z test_ops.py::TestTagsCPU::test_tags_linalg_lu_solve_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1113716Z test_ops.py::TestTagsCPU::test_tags_linalg_matrix_norm_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1113870Z test_ops.py::TestTagsCPU::test_tags_linalg_matrix_power_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1113997Z test_ops.py::TestTagsCPU::test_tags_linalg_norm_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1114220Z 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:39:11.1114358Z test_ops.py::TestTagsCPU::test_tags_linalg_qr_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1114500Z test_ops.py::TestTagsCPU::test_tags_linalg_slogdet_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1114640Z test_ops.py::TestTagsCPU::test_tags_linalg_solve_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1114781Z test_ops.py::TestTagsCPU::test_tags_linalg_svdvals_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1114926Z test_ops.py::TestTagsCPU::test_tags_linalg_tensorinv_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1115078Z test_ops.py::TestTagsCPU::test_tags_linalg_tensorsolve_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1115209Z test_ops.py::TestTagsCPU::test_tags_linalg_vander_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1115343Z test_ops.py::TestTagsCPU::test_tags_log10_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1115478Z test_ops.py::TestTagsCPU::test_tags_log1p_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1115617Z test_ops.py::TestTagsCPU::test_tags_log_softmax_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1115755Z test_ops.py::TestTagsCPU::test_tags_logaddexp_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1115897Z test_ops.py::TestTagsCPU::test_tags_logcumsumexp_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1116039Z test_ops.py::TestTagsCPU::test_tags_logical_and_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1116178Z test_ops.py::TestTagsCPU::test_tags_logical_not_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1116303Z test_ops.py::TestTagsCPU::test_tags_logspace_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1116443Z test_ops.py::TestTagsCPU::test_tags_logsumexp_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1116608Z test_ops.py::TestTagsCPU::test_tags_long_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1116740Z test_ops.py::TestTagsCPU::test_tags_lt_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1116871Z test_ops.py::TestTagsCPU::test_tags_lu_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1117007Z test_ops.py::TestTagsCPU::test_tags_lu_solve_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1117142Z test_ops.py::TestTagsCPU::test_tags_lu_unpack_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1117317Z test_ops.py::TestTagsCPU::test_tags_mH_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1117445Z test_ops.py::TestTagsCPU::test_tags_masked_amin_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1117585Z test_ops.py::TestTagsCPU::test_tags_masked_argmin_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1117725Z test_ops.py::TestTagsCPU::test_tags_masked_cumprod_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1117866Z test_ops.py::TestTagsCPU::test_tags_masked_cumsum_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1118008Z test_ops.py::TestTagsCPU::test_tags_masked_logaddexp_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1118150Z test_ops.py::TestTagsCPU::test_tags_masked_logsumexp_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1118289Z test_ops.py::TestTagsCPU::test_tags_masked_median_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1118432Z test_ops.py::TestTagsCPU::test_tags_masked_normalize_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1118558Z test_ops.py::TestTagsCPU::test_tags_masked_select_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1118699Z test_ops.py::TestTagsCPU::test_tags_masked_std_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1118834Z test_ops.py::TestTagsCPU::test_tags_masked_sum_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1118970Z test_ops.py::TestTagsCPU::test_tags_masked_var_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1119112Z test_ops.py::TestTagsCPU::test_tags_matrix_exp_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1119249Z test_ops.py::TestTagsCPU::test_tags_max_binary_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1119409Z test_ops.py::TestTagsCPU::test_tags_meshgrid_variadic_tensors_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1119563Z test_ops.py::TestTagsCPU::test_tags_min_reduction_with_dim_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1119700Z test_ops.py::TestTagsCPU::test_tags_minimum_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1119822Z test_ops.py::TestTagsCPU::test_tags_mode_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1119957Z test_ops.py::TestTagsCPU::test_tags_mul_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1120097Z test_ops.py::TestTagsCPU::test_tags_multinomial_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1120249Z test_ops.py::TestTagsCPU::test_tags_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1120392Z test_ops.py::TestTagsCPU::test_tags_nanquantile_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1120532Z test_ops.py::TestTagsCPU::test_tags_narrow_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1120674Z test_ops.py::TestTagsCPU::test_tags_native_batch_norm_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1120806Z test_ops.py::TestTagsCPU::test_tags_neg_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1120931Z test_ops.py::TestTagsCPU::test_tags_new_empty_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1121068Z test_ops.py::TestTagsCPU::test_tags_new_ones_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1121207Z test_ops.py::TestTagsCPU::test_tags_nextafter_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1121388Z test_ops.py::TestTagsCPU::test_tags_nn_functional__scaled_dot_product_attention_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1121559Z test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1121725Z test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1121917Z test_ops.py::TestTagsCPU::test_tags_nn_functional_avg_pool2d_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1122072Z test_ops.py::TestTagsCPU::test_tags_nn_functional_avg_pool3d_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1122217Z test_ops.py::TestTagsCPU::test_tags_nn_functional_batch_norm_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1122400Z test_ops.py::TestTagsCPU::test_tags_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:11.1122552Z test_ops.py::TestTagsCPU::test_tags_nn_functional_conv1d_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1122726Z test_ops.py::TestTagsCPU::test_tags_nn_functional_conv2d_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1122890Z test_ops.py::TestTagsCPU::test_tags_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1123052Z test_ops.py::TestTagsCPU::test_tags_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1123223Z test_ops.py::TestTagsCPU::test_tags_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1123379Z test_ops.py::TestTagsCPU::test_tags_nn_functional_ctc_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1123567Z test_ops.py::TestTagsCPU::test_tags_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1123724Z test_ops.py::TestTagsCPU::test_tags_nn_functional_fractional_max_pool2d_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1123874Z test_ops.py::TestTagsCPU::test_tags_nn_functional_gelu_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1124022Z test_ops.py::TestTagsCPU::test_tags_nn_functional_glu_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1124177Z test_ops.py::TestTagsCPU::test_tags_nn_functional_group_norm_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1124335Z test_ops.py::TestTagsCPU::test_tags_nn_functional_hardshrink_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1124496Z test_ops.py::TestTagsCPU::test_tags_nn_functional_hardsigmoid_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1124724Z test_ops.py::TestTagsCPU::test_tags_nn_functional_hardswish_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1124883Z test_ops.py::TestTagsCPU::test_tags_nn_functional_hardtanh_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1125039Z test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1125211Z test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1125360Z test_ops.py::TestTagsCPU::test_tags_nn_functional_kl_div_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1125513Z test_ops.py::TestTagsCPU::test_tags_nn_functional_l1_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1125664Z test_ops.py::TestTagsCPU::test_tags_nn_functional_leaky_relu_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1125831Z test_ops.py::TestTagsCPU::test_tags_nn_functional_local_response_norm_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1125985Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_pool2d_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1126138Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_pool3d_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1126283Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool1d_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1126442Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool2d_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1126598Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool3d_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1126749Z test_ops.py::TestTagsCPU::test_tags_nn_functional_mish_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1126905Z test_ops.py::TestTagsCPU::test_tags_nn_functional_mse_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1127066Z test_ops.py::TestTagsCPU::test_tags_nn_functional_multi_margin_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1127217Z test_ops.py::TestTagsCPU::test_tags_nn_functional_nll_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1127413Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_circular_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1127568Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_constant_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1127716Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_replicate_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1127868Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pdist_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1128028Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1128207Z test_ops.py::TestTagsCPU::test_tags_nn_functional_prelu_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1128359Z test_ops.py::TestTagsCPU::test_tags_nn_functional_relu_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1128506Z test_ops.py::TestTagsCPU::test_tags_nn_functional_rrelu_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1128655Z test_ops.py::TestTagsCPU::test_tags_nn_functional_selu_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1128804Z test_ops.py::TestTagsCPU::test_tags_nn_functional_silu_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1128952Z test_ops.py::TestTagsCPU::test_tags_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1129104Z test_ops.py::TestTagsCPU::test_tags_nn_functional_softmin_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1129258Z test_ops.py::TestTagsCPU::test_tags_nn_functional_threshold_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1129409Z test_ops.py::TestTagsCPU::test_tags_nn_functional_unfold_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1129573Z test_ops.py::TestTagsCPU::test_tags_nn_functional_upsample_nearest_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1129716Z test_ops.py::TestTagsCPU::test_tags_nonzero_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1129855Z test_ops.py::TestTagsCPU::test_tags_norm_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1129994Z test_ops.py::TestTagsCPU::test_tags_norm_fro_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1130122Z test_ops.py::TestTagsCPU::test_tags_norm_nuc_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1130262Z test_ops.py::TestTagsCPU::test_tags_normal_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1130398Z test_ops.py::TestTagsCPU::test_tags_ones_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1130538Z test_ops.py::TestTagsCPU::test_tags_ones_like_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1130700Z test_ops.py::TestTagsCPU::test_tags_ops_nvprims_native_batch_norm_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1130839Z test_ops.py::TestTagsCPU::test_tags_pca_lowrank_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1130979Z test_ops.py::TestTagsCPU::test_tags_pinverse_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1131116Z test_ops.py::TestTagsCPU::test_tags_polar_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1131260Z test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_0_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1131416Z test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_1_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1131568Z test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_2_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1131704Z test_ops.py::TestTagsCPU::test_tags_pow_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1131839Z test_ops.py::TestTagsCPU::test_tags_prod_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1131973Z test_ops.py::TestTagsCPU::test_tags_put_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1132110Z test_ops.py::TestTagsCPU::test_tags_rand_like_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1132245Z test_ops.py::TestTagsCPU::test_tags_real_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1132380Z test_ops.py::TestTagsCPU::test_tags_renorm_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1132506Z test_ops.py::TestTagsCPU::test_tags_reshape_as_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1132644Z test_ops.py::TestTagsCPU::test_tags_reshape_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1132810Z test_ops.py::TestTagsCPU::test_tags_resize_as__cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1132947Z test_ops.py::TestTagsCPU::test_tags_resolve_neg_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1133081Z test_ops.py::TestTagsCPU::test_tags_round_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1133231Z test_ops.py::TestTagsCPU::test_tags_round_decimals_neg_3_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1133365Z test_ops.py::TestTagsCPU::test_tags_rsub_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1133564Z test_ops.py::TestTagsCPU::test_tags_scatter_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1133701Z test_ops.py::TestTagsCPU::test_tags_scatter_reduce_amin_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1133850Z test_ops.py::TestTagsCPU::test_tags_scatter_reduce_prod_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1133993Z test_ops.py::TestTagsCPU::test_tags_searchsorted_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1134151Z test_ops.py::TestTagsCPU::test_tags_segment_reduce_lengths_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1134286Z test_ops.py::TestTagsCPU::test_tags_select_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1134419Z test_ops.py::TestTagsCPU::test_tags_sgn_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1134556Z test_ops.py::TestTagsCPU::test_tags_sign_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1134690Z test_ops.py::TestTagsCPU::test_tags_sin_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1134810Z test_ops.py::TestTagsCPU::test_tags_sinh_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1134947Z test_ops.py::TestTagsCPU::test_tags_slice_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1135090Z test_ops.py::TestTagsCPU::test_tags_special_bessel_j0_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1135231Z test_ops.py::TestTagsCPU::test_tags_special_bessel_j1_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1135373Z test_ops.py::TestTagsCPU::test_tags_special_bessel_y0_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1135513Z test_ops.py::TestTagsCPU::test_tags_special_bessel_y1_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1135679Z test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_u_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1136083Z 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:39:11.1136216Z test_ops.py::TestTagsCPU::test_tags_special_erfcx_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1136381Z test_ops.py::TestTagsCPU::test_tags_special_hermite_polynomial_he_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1136541Z test_ops.py::TestTagsCPU::test_tags_special_laguerre_polynomial_l_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1136881Z 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:39:11.1137028Z test_ops.py::TestTagsCPU::test_tags_special_log_ndtr_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1137189Z test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_k0_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1137346Z test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_k1_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1137514Z test_ops.py::TestTagsCPU::test_tags_special_scaled_modified_bessel_k1_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1137865Z 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:39:11.1138209Z 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:39:11.1138536Z 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:39:11.1138729Z test_ops.py::TestTagsCPU::test_tags_special_spherical_bessel_j0_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1138873Z test_ops.py::TestTagsCPU::test_tags_special_zeta_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1139010Z test_ops.py::TestTagsCPU::test_tags_split_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1139157Z test_ops.py::TestTagsCPU::test_tags_split_list_args_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1139294Z test_ops.py::TestTagsCPU::test_tags_sqrt_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1139464Z test_ops.py::TestTagsCPU::test_tags_square_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1139601Z test_ops.py::TestTagsCPU::test_tags_stack_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1139727Z test_ops.py::TestTagsCPU::test_tags_std_mean_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1139862Z test_ops.py::TestTagsCPU::test_tags_sub_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1140000Z test_ops.py::TestTagsCPU::test_tags_svd_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1140140Z test_ops.py::TestTagsCPU::test_tags_take_along_dim_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1140273Z test_ops.py::TestTagsCPU::test_tags_tan_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1140407Z test_ops.py::TestTagsCPU::test_tags_tanh_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1140549Z test_ops.py::TestTagsCPU::test_tags_tensor_split_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1140687Z test_ops.py::TestTagsCPU::test_tags_tensordot_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1140811Z test_ops.py::TestTagsCPU::test_tags_tile_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1140946Z test_ops.py::TestTagsCPU::test_tags_topk_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1141080Z test_ops.py::TestTagsCPU::test_tags_trace_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1141220Z test_ops.py::TestTagsCPU::test_tags_transpose_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1141358Z test_ops.py::TestTagsCPU::test_tags_true_divide_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1141495Z test_ops.py::TestTagsCPU::test_tags_trunc_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1141629Z test_ops.py::TestTagsCPU::test_tags_unbind_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1141765Z test_ops.py::TestTagsCPU::test_tags_uniform_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1141890Z test_ops.py::TestTagsCPU::test_tags_unsqueeze_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1142027Z test_ops.py::TestTagsCPU::test_tags_var_mean_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1142291Z test_ops.py::TestTagsCPU::test_tags_view_as_complex_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1142434Z test_ops.py::TestTagsCPU::test_tags_view_as_real_cpu_complex64 PASSED [ 99%] 2022-12-01T10:39:11.1142567Z test_ops.py::TestTagsCPU::test_tags_view_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1142704Z test_ops.py::TestTagsCPU::test_tags_vstack_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1142837Z test_ops.py::TestTagsCPU::test_tags_xlogy_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1142972Z test_ops.py::TestTagsCPU::test_tags_zeros_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:11.1143096Z test_ops.py::TestTagsCPU::test_tags_zeros_like_cpu_float32 PASSED [100%] 2022-12-01T10:39:11.1143120Z 2022-12-01T10:39:11.1143414Z - generated xml file: /var/lib/jenkins/workspace/test/test-reports/python-pytest/test_ops/test_ops-a3db1487544b856a.xml - 2022-12-01T10:39:11.1143563Z = 9104 passed, 3887 skipped, 23 deselected, 134 xfailed, 177 warnings in 1247.38s (0:20:47) = 2022-12-01T10:39:11.1143737Z 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:39:11.1143743Z 2022-12-01T10:39:11.1144143Z ##[endgroup] 2022-12-01T10:39:11.1144401Z FINISHED PRINTING LOG FILE of test_ops (/var/lib/jenkins/workspace/test/test-reports/test_ops_9raz6fop) 2022-12-01T10:39:11.1144479Z 2022-12-01T10:39:41.7854605Z 2022-12-01T10:39:41.7854982Z Expand the folded group to see the log file of test_ops 2022-12-01T10:39:41.7856935Z ##[group]PRINTING LOG FILE of test_ops (/var/lib/jenkins/workspace/test/test-reports/test_ops_ndrwdbio) 2022-12-01T10:39:41.7895789Z Test results will be stored in test-reports/python-pytest/test_ops/test_ops-3597f73739279c77.xml 2022-12-01T10:39:41.7896358Z ============================= test session starts ============================== 2022-12-01T10:39:41.7897223Z platform linux -- Python 3.7.13, pytest-7.1.3, pluggy-1.0.0 -- /opt/conda/bin/python 2022-12-01T10:39:41.7897642Z cachedir: .pytest_cache 2022-12-01T10:39:41.7898371Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-12-01T10:39:41.7899013Z rootdir: /var/lib/jenkins/workspace, configfile: pytest.ini 2022-12-01T10:39:41.7899771Z 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:39:41.7900332Z collecting ... collected 26295 items / 15 deselected / 26280 selected 2022-12-01T10:39:41.9421074Z 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:39:42.0604363Z 2022-12-01T10:39:42.0604851Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_T_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:42.0605542Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_as_strided_cpu_complex32 SKIPPED (Errors when storage_offset is included) [ 0%] 2022-12-01T10:39:42.0605972Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_atleast_1d_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:42.0606349Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_bfloat16_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:42.0606727Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_column_stack_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:42.0607090Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_diag_embed_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:42.0607465Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_diagonal_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:42.0607836Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_dsplit_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:42.0608404Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_empty_cpu_complex32 SKIPPED (Expected: empty is not comparable) [ 0%] 2022-12-01T10:39:42.0608819Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_fft_ifftshift_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:42.0609190Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_fill_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:42.0609553Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_hstack_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:42.0609911Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_index_select_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:42.0610277Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_long_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:42.0610634Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_mT_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:42.0610997Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_movedim_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:42.0611399Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_empty_cpu_complex32 SKIPPED (Expected: new_empty is not comparable) [ 0%] 2022-12-01T10:39:42.0611873Z 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:39:42.0612297Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_full_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:42.0612662Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_ones_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:42.0613012Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_nonzero_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:42.0613377Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_ones_like_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:42.0613741Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_permute_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:42.0614098Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_positive_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:42.0614527Z 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:39:42.0614948Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_real_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:42.0615313Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_resolve_neg_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:42.0615668Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unbind_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:42.0616032Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unflatten_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:42.0616397Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unfold_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:42.0616864Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unsqueeze_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:42.0617251Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_view_as_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:42.0617615Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_view_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:42.0617981Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_vsplit_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:42.0618330Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_zeros_cpu_complex32 PASSED [ 0%] 2022-12-01T10:39:42.0618656Z test_ops.py::TestCommonCPU::test_dtypes_H_cpu PASSED [ 0%] 2022-12-01T10:39:42.0618949Z test_ops.py::TestCommonCPU::test_dtypes_T_cpu PASSED [ 0%] 2022-12-01T10:39:42.0619248Z test_ops.py::TestCommonCPU::test_dtypes___getitem___cpu PASSED [ 0%] 2022-12-01T10:39:42.0619534Z test_ops.py::TestCommonCPU::test_dtypes___radd___cpu PASSED [ 0%] 2022-12-01T10:39:42.0619827Z test_ops.py::TestCommonCPU::test_dtypes___rand___cpu PASSED [ 0%] 2022-12-01T10:39:42.0620124Z test_ops.py::TestCommonCPU::test_dtypes___rmod___cpu PASSED [ 0%] 2022-12-01T10:39:42.0620403Z test_ops.py::TestCommonCPU::test_dtypes___rmul___cpu PASSED [ 0%] 2022-12-01T10:39:42.0620698Z test_ops.py::TestCommonCPU::test_dtypes__refs_abs_cpu PASSED [ 0%] 2022-12-01T10:39:42.0620993Z test_ops.py::TestCommonCPU::test_dtypes__refs_all_cpu PASSED [ 0%] 2022-12-01T10:39:42.0621287Z test_ops.py::TestCommonCPU::test_dtypes__refs_allclose_cpu PASSED [ 0%] 2022-12-01T10:39:42.0621572Z test_ops.py::TestCommonCPU::test_dtypes__refs_amax_cpu PASSED [ 0%] 2022-12-01T10:39:42.0621865Z test_ops.py::TestCommonCPU::test_dtypes__refs_amin_cpu PASSED [ 0%] 2022-12-01T10:39:42.0622315Z test_ops.py::TestCommonCPU::test_dtypes__refs_any_cpu PASSED [ 0%] 2022-12-01T10:39:42.0622666Z test_ops.py::TestCommonCPU::test_dtypes__refs_as_strided_cpu PASSED [ 0%] 2022-12-01T10:39:42.0622971Z test_ops.py::TestCommonCPU::test_dtypes__refs_asin_cpu PASSED [ 0%] 2022-12-01T10:39:42.0623265Z test_ops.py::TestCommonCPU::test_dtypes__refs_atanh_cpu PASSED [ 0%] 2022-12-01T10:39:42.0623568Z test_ops.py::TestCommonCPU::test_dtypes__refs_atleast_2d_cpu PASSED [ 0%] 2022-12-01T10:39:42.0623861Z test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_not_cpu PASSED [ 0%] 2022-12-01T10:39:42.0624162Z test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_or_cpu PASSED [ 0%] 2022-12-01T10:39:42.0624466Z test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_xor_cpu PASSED [ 0%] 2022-12-01T10:39:42.0624768Z test_ops.py::TestCommonCPU::test_dtypes__refs_broadcast_shapes_cpu PASSED [ 0%] 2022-12-01T10:39:42.0625098Z test_ops.py::TestCommonCPU::test_dtypes__refs_broadcast_tensors_cpu PASSED [ 0%] 2022-12-01T10:39:42.0625418Z test_ops.py::TestCommonCPU::test_dtypes__refs_broadcast_to_cpu PASSED [ 0%] 2022-12-01T10:39:42.0625720Z test_ops.py::TestCommonCPU::test_dtypes__refs_cat_cpu PASSED [ 0%] 2022-12-01T10:39:42.0626005Z test_ops.py::TestCommonCPU::test_dtypes__refs_ceil_cpu PASSED [ 0%] 2022-12-01T10:39:42.0626304Z test_ops.py::TestCommonCPU::test_dtypes__refs_clamp_min_cpu PASSED [ 0%] 2022-12-01T10:39:42.0626602Z test_ops.py::TestCommonCPU::test_dtypes__refs_clone_cpu PASSED [ 0%] 2022-12-01T10:39:42.0626896Z test_ops.py::TestCommonCPU::test_dtypes__refs_column_stack_cpu PASSED [ 0%] 2022-12-01T10:39:42.0627202Z test_ops.py::TestCommonCPU::test_dtypes__refs_contiguous_cpu PASSED [ 0%] 2022-12-01T10:39:42.0627510Z test_ops.py::TestCommonCPU::test_dtypes__refs_copysign_cpu PASSED [ 0%] 2022-12-01T10:39:42.0627810Z test_ops.py::TestCommonCPU::test_dtypes__refs_cumsum_cpu PASSED [ 0%] 2022-12-01T10:39:42.0628097Z test_ops.py::TestCommonCPU::test_dtypes__refs_diagonal_cpu PASSED [ 0%] 2022-12-01T10:39:42.0628504Z test_ops.py::TestCommonCPU::test_dtypes__refs_div_floor_rounding_cpu PASSED [ 0%] 2022-12-01T10:39:42.0628875Z test_ops.py::TestCommonCPU::test_dtypes__refs_div_trunc_rounding_cpu PASSED [ 0%] 2022-12-01T10:39:42.0629179Z test_ops.py::TestCommonCPU::test_dtypes__refs_eq_cpu PASSED [ 0%] 2022-12-01T10:39:42.0629482Z test_ops.py::TestCommonCPU::test_dtypes__refs_exp_cpu PASSED [ 0%] 2022-12-01T10:39:42.0629781Z test_ops.py::TestCommonCPU::test_dtypes__refs_expm1_cpu PASSED [ 0%] 2022-12-01T10:39:42.0630078Z test_ops.py::TestCommonCPU::test_dtypes__refs_eye_cpu PASSED [ 0%] 2022-12-01T10:39:42.0630364Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fft2_cpu PASSED [ 0%] 2022-12-01T10:39:42.0630661Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fft_cpu PASSED [ 0%] 2022-12-01T10:39:42.0630965Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fftn_cpu PASSED [ 0%] 2022-12-01T10:39:42.0631254Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_hfftn_cpu PASSED [ 0%] 2022-12-01T10:39:42.0631556Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifftn_cpu PASSED [ 0%] 2022-12-01T10:39:42.0631860Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ihfft2_cpu PASSED [ 0%] 2022-12-01T10:39:42.0632161Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ihfft_cpu PASSED [ 0%] 2022-12-01T10:39:42.0632456Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ihfftn_cpu PASSED [ 0%] 2022-12-01T10:39:42.0632754Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_irfft2_cpu PASSED [ 0%] 2022-12-01T10:39:42.0633055Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_rfftn_cpu PASSED [ 0%] 2022-12-01T10:39:42.0633342Z test_ops.py::TestCommonCPU::test_dtypes__refs_flatten_cpu PASSED [ 0%] 2022-12-01T10:39:42.0633639Z test_ops.py::TestCommonCPU::test_dtypes__refs_flip_cpu PASSED [ 0%] 2022-12-01T10:39:42.0633935Z test_ops.py::TestCommonCPU::test_dtypes__refs_flipud_cpu PASSED [ 0%] 2022-12-01T10:39:42.0634233Z test_ops.py::TestCommonCPU::test_dtypes__refs_floor_cpu PASSED [ 0%] 2022-12-01T10:39:42.0634522Z test_ops.py::TestCommonCPU::test_dtypes__refs_floor_divide_cpu PASSED [ 0%] 2022-12-01T10:39:42.0634821Z test_ops.py::TestCommonCPU::test_dtypes__refs_fmin_cpu PASSED [ 0%] 2022-12-01T10:39:42.0635114Z test_ops.py::TestCommonCPU::test_dtypes__refs_frac_cpu PASSED [ 0%] 2022-12-01T10:39:42.0635395Z test_ops.py::TestCommonCPU::test_dtypes__refs_gcd_cpu PASSED [ 0%] 2022-12-01T10:39:42.0635690Z test_ops.py::TestCommonCPU::test_dtypes__refs_gt_cpu PASSED [ 0%] 2022-12-01T10:39:42.0635986Z test_ops.py::TestCommonCPU::test_dtypes__refs_hsplit_cpu PASSED [ 0%] 2022-12-01T10:39:42.0636286Z test_ops.py::TestCommonCPU::test_dtypes__refs_hstack_cpu PASSED [ 0%] 2022-12-01T10:39:42.0636569Z test_ops.py::TestCommonCPU::test_dtypes__refs_imag_cpu PASSED [ 0%] 2022-12-01T10:39:42.0636867Z test_ops.py::TestCommonCPU::test_dtypes__refs_index_select_cpu PASSED [ 0%] 2022-12-01T10:39:42.0637171Z test_ops.py::TestCommonCPU::test_dtypes__refs_isclose_cpu PASSED [ 0%] 2022-12-01T10:39:42.0637457Z test_ops.py::TestCommonCPU::test_dtypes__refs_isinf_cpu PASSED [ 0%] 2022-12-01T10:39:42.0637755Z test_ops.py::TestCommonCPU::test_dtypes__refs_isneginf_cpu PASSED [ 0%] 2022-12-01T10:39:42.0638056Z test_ops.py::TestCommonCPU::test_dtypes__refs_isposinf_cpu PASSED [ 0%] 2022-12-01T10:39:42.0638354Z test_ops.py::TestCommonCPU::test_dtypes__refs_isreal_cpu PASSED [ 0%] 2022-12-01T10:39:42.0638635Z test_ops.py::TestCommonCPU::test_dtypes__refs_lcm_cpu PASSED [ 0%] 2022-12-01T10:39:42.0638924Z test_ops.py::TestCommonCPU::test_dtypes__refs_le_cpu PASSED [ 0%] 2022-12-01T10:39:42.0639232Z test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_matrix_norm_cpu PASSED [ 0%] 2022-12-01T10:39:42.0639579Z test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_svdvals_cpu PASSED [ 0%] 2022-12-01T10:39:42.0639912Z test_ops.py::TestCommonCPU::test_dtypes__refs_log1p_cpu PASSED [ 0%] 2022-12-01T10:39:42.0640216Z test_ops.py::TestCommonCPU::test_dtypes__refs_log_softmax_cpu PASSED [ 0%] 2022-12-01T10:39:42.0640521Z test_ops.py::TestCommonCPU::test_dtypes__refs_logical_or_cpu PASSED [ 0%] 2022-12-01T10:39:42.0640816Z test_ops.py::TestCommonCPU::test_dtypes__refs_logsumexp_cpu PASSED [ 0%] 2022-12-01T10:39:42.0641114Z test_ops.py::TestCommonCPU::test_dtypes__refs_lt_cpu PASSED [ 0%] 2022-12-01T10:39:42.0641405Z test_ops.py::TestCommonCPU::test_dtypes__refs_mean_cpu PASSED [ 0%] 2022-12-01T10:39:42.0641687Z test_ops.py::TestCommonCPU::test_dtypes__refs_minimum_cpu PASSED [ 0%] 2022-12-01T10:39:42.0641983Z test_ops.py::TestCommonCPU::test_dtypes__refs_movedim_cpu PASSED [ 0%] 2022-12-01T10:39:42.0642294Z test_ops.py::TestCommonCPU::test_dtypes__refs_native_layer_norm_cpu PASSED [ 0%] 2022-12-01T10:39:42.0642607Z test_ops.py::TestCommonCPU::test_dtypes__refs_new_empty_cpu PASSED [ 0%] 2022-12-01T10:39:42.0642893Z test_ops.py::TestCommonCPU::test_dtypes__refs_new_full_cpu PASSED [ 0%] 2022-12-01T10:39:42.0643189Z test_ops.py::TestCommonCPU::test_dtypes__refs_new_ones_cpu PASSED [ 0%] 2022-12-01T10:39:42.0643489Z test_ops.py::TestCommonCPU::test_dtypes__refs_new_zeros_cpu PASSED [ 0%] 2022-12-01T10:39:42.0643791Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_celu_cpu PASSED [ 0%] 2022-12-01T10:39:42.0644123Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_dropout_cpu PASSED [ 0%] 2022-12-01T10:39:42.0644453Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_elu_cpu PASSED [ 0%] 2022-12-01T10:39:42.0644865Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_gelu_cpu PASSED [ 0%] 2022-12-01T10:39:42.0645180Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_glu_cpu PASSED [ 0%] 2022-12-01T10:39:42.0645513Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_hardshrink_cpu PASSED [ 0%] 2022-12-01T10:39:42.0645854Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_huber_loss_cpu PASSED [ 0%] 2022-12-01T10:39:42.0646178Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_mse_loss_cpu PASSED [ 0%] 2022-12-01T10:39:42.0646527Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_pairwise_distance_cpu PASSED [ 0%] 2022-12-01T10:39:42.0646873Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_pdist_cpu PASSED [ 0%] 2022-12-01T10:39:42.0647218Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_poisson_nll_loss_cpu PASSED [ 0%] 2022-12-01T10:39:42.0647550Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_softplus_cpu PASSED [ 0%] 2022-12-01T10:39:42.0647885Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_softshrink_cpu PASSED [ 0%] 2022-12-01T10:39:42.0648226Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_tanhshrink_cpu PASSED [ 1%] 2022-12-01T10:39:42.0648541Z test_ops.py::TestCommonCPU::test_dtypes__refs_permute_cpu PASSED [ 1%] 2022-12-01T10:39:42.0648846Z test_ops.py::TestCommonCPU::test_dtypes__refs_prod_cpu PASSED [ 1%] 2022-12-01T10:39:42.0649145Z test_ops.py::TestCommonCPU::test_dtypes__refs_real_cpu PASSED [ 1%] 2022-12-01T10:39:42.0649450Z test_ops.py::TestCommonCPU::test_dtypes__refs_remainder_cpu PASSED [ 1%] 2022-12-01T10:39:42.0649745Z test_ops.py::TestCommonCPU::test_dtypes__refs_repeat_cpu PASSED [ 1%] 2022-12-01T10:39:42.0650045Z test_ops.py::TestCommonCPU::test_dtypes__refs_rot90_cpu PASSED [ 1%] 2022-12-01T10:39:42.0650342Z test_ops.py::TestCommonCPU::test_dtypes__refs_rsqrt_cpu PASSED [ 1%] 2022-12-01T10:39:42.0650622Z test_ops.py::TestCommonCPU::test_dtypes__refs_sgn_cpu PASSED [ 1%] 2022-12-01T10:39:42.0650921Z test_ops.py::TestCommonCPU::test_dtypes__refs_sign_cpu PASSED [ 1%] 2022-12-01T10:39:42.0651278Z test_ops.py::TestCommonCPU::test_dtypes__refs_softmax_cpu PASSED [ 1%] 2022-12-01T10:39:42.0651624Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_bessel_j1_cpu PASSED [ 1%] 2022-12-01T10:39:42.0651931Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_i1e_cpu PASSED [ 1%] 2022-12-01T10:39:42.0652237Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_logit_cpu PASSED [ 1%] 2022-12-01T10:39:42.0652582Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_multigammaln_mvlgamma_p_3_cpu PASSED [ 1%] 2022-12-01T10:39:42.0652930Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_spherical_bessel_j0_cpu PASSED [ 1%] 2022-12-01T10:39:42.0653253Z test_ops.py::TestCommonCPU::test_dtypes__refs_sqrt_cpu PASSED [ 1%] 2022-12-01T10:39:42.0653552Z test_ops.py::TestCommonCPU::test_dtypes__refs_square_cpu PASSED [ 1%] 2022-12-01T10:39:42.0653853Z test_ops.py::TestCommonCPU::test_dtypes__refs_squeeze_cpu PASSED [ 1%] 2022-12-01T10:39:42.0654146Z test_ops.py::TestCommonCPU::test_dtypes__refs_std_mean_cpu PASSED [ 1%] 2022-12-01T10:39:42.0654444Z test_ops.py::TestCommonCPU::test_dtypes__refs_sum_cpu PASSED [ 1%] 2022-12-01T10:39:42.0654743Z test_ops.py::TestCommonCPU::test_dtypes__refs_sum_to_size_cpu PASSED [ 1%] 2022-12-01T10:39:42.0655027Z test_ops.py::TestCommonCPU::test_dtypes__refs_t_cpu PASSED [ 1%] 2022-12-01T10:39:42.0655323Z test_ops.py::TestCommonCPU::test_dtypes__refs_tan_cpu PASSED [ 1%] 2022-12-01T10:39:42.0655621Z test_ops.py::TestCommonCPU::test_dtypes__refs_tanh_cpu PASSED [ 1%] 2022-12-01T10:39:42.0655924Z test_ops.py::TestCommonCPU::test_dtypes__refs_tril_indices_cpu PASSED [ 1%] 2022-12-01T10:39:42.0656217Z test_ops.py::TestCommonCPU::test_dtypes__refs_true_divide_cpu PASSED [ 1%] 2022-12-01T10:39:42.0656520Z test_ops.py::TestCommonCPU::test_dtypes__refs_unflatten_cpu PASSED [ 1%] 2022-12-01T10:39:42.0656824Z test_ops.py::TestCommonCPU::test_dtypes__refs_var_mean_cpu PASSED [ 1%] 2022-12-01T10:39:42.0657115Z test_ops.py::TestCommonCPU::test_dtypes__refs_view_cpu PASSED [ 1%] 2022-12-01T10:39:42.0657410Z test_ops.py::TestCommonCPU::test_dtypes__refs_vsplit_cpu PASSED [ 1%] 2022-12-01T10:39:42.0657706Z test_ops.py::TestCommonCPU::test_dtypes__refs_where_cpu PASSED [ 1%] 2022-12-01T10:39:42.0657997Z test_ops.py::TestCommonCPU::test_dtypes_add_cpu PASSED [ 1%] 2022-12-01T10:39:42.0658276Z test_ops.py::TestCommonCPU::test_dtypes_addcdiv_cpu PASSED [ 1%] 2022-12-01T10:39:42.0658566Z test_ops.py::TestCommonCPU::test_dtypes_addmm_cpu PASSED [ 1%] 2022-12-01T10:39:42.0658861Z test_ops.py::TestCommonCPU::test_dtypes_addmv_cpu PASSED [ 1%] 2022-12-01T10:39:42.0659136Z test_ops.py::TestCommonCPU::test_dtypes_addr_cpu PASSED [ 1%] 2022-12-01T10:39:42.0659425Z test_ops.py::TestCommonCPU::test_dtypes_all_cpu PASSED [ 1%] 2022-12-01T10:39:42.0659713Z test_ops.py::TestCommonCPU::test_dtypes_amax_cpu PASSED [ 1%] 2022-12-01T10:39:42.0660003Z test_ops.py::TestCommonCPU::test_dtypes_amin_cpu PASSED [ 1%] 2022-12-01T10:39:42.0660279Z test_ops.py::TestCommonCPU::test_dtypes_angle_cpu PASSED [ 1%] 2022-12-01T10:39:42.0660566Z test_ops.py::TestCommonCPU::test_dtypes_any_cpu PASSED [ 1%] 2022-12-01T10:39:42.0660854Z test_ops.py::TestCommonCPU::test_dtypes_argmin_cpu PASSED [ 1%] 2022-12-01T10:39:42.0661133Z test_ops.py::TestCommonCPU::test_dtypes_argsort_cpu PASSED [ 1%] 2022-12-01T10:39:42.0661427Z test_ops.py::TestCommonCPU::test_dtypes_as_strided_cpu PASSED [ 1%] 2022-12-01T10:39:42.0661717Z test_ops.py::TestCommonCPU::test_dtypes_atan2_cpu PASSED [ 1%] 2022-12-01T10:39:42.0662005Z test_ops.py::TestCommonCPU::test_dtypes_atanh_cpu PASSED [ 1%] 2022-12-01T10:39:42.0662497Z test_ops.py::TestCommonCPU::test_dtypes_atleast_1d_cpu PASSED [ 1%] 2022-12-01T10:39:42.0662900Z test_ops.py::TestCommonCPU::test_dtypes_atleast_3d_cpu PASSED [ 1%] 2022-12-01T10:39:42.0663199Z test_ops.py::TestCommonCPU::test_dtypes_baddbmm_cpu PASSED [ 1%] 2022-12-01T10:39:42.0663482Z test_ops.py::TestCommonCPU::test_dtypes_bernoulli_cpu PASSED [ 1%] 2022-12-01T10:39:42.0663777Z test_ops.py::TestCommonCPU::test_dtypes_bfloat16_cpu PASSED [ 1%] 2022-12-01T10:39:42.0664082Z test_ops.py::TestCommonCPU::test_dtypes_bitwise_not_cpu PASSED [ 1%] 2022-12-01T10:39:42.0664379Z test_ops.py::TestCommonCPU::test_dtypes_bitwise_or_cpu PASSED [ 1%] 2022-12-01T10:39:42.0664674Z test_ops.py::TestCommonCPU::test_dtypes_bitwise_right_shift_cpu PASSED [ 1%] 2022-12-01T10:39:42.0664983Z test_ops.py::TestCommonCPU::test_dtypes_block_diag_cpu PASSED [ 1%] 2022-12-01T10:39:42.0665294Z test_ops.py::TestCommonCPU::test_dtypes_broadcast_tensors_cpu PASSED [ 1%] 2022-12-01T10:39:42.0665589Z test_ops.py::TestCommonCPU::test_dtypes_broadcast_to_cpu PASSED [ 1%] 2022-12-01T10:39:42.0665892Z test_ops.py::TestCommonCPU::test_dtypes_byte_cpu PASSED [ 1%] 2022-12-01T10:39:42.0666183Z test_ops.py::TestCommonCPU::test_dtypes_cat_cpu PASSED [ 1%] 2022-12-01T10:39:42.0666474Z test_ops.py::TestCommonCPU::test_dtypes_cdist_cpu PASSED [ 1%] 2022-12-01T10:39:42.0666753Z test_ops.py::TestCommonCPU::test_dtypes_ceil_cpu PASSED [ 1%] 2022-12-01T10:39:42.0667040Z test_ops.py::TestCommonCPU::test_dtypes_char_cpu PASSED [ 1%] 2022-12-01T10:39:42.0667332Z test_ops.py::TestCommonCPU::test_dtypes_cholesky_cpu PASSED [ 1%] 2022-12-01T10:39:42.0667610Z test_ops.py::TestCommonCPU::test_dtypes_chunk_cpu PASSED [ 1%] 2022-12-01T10:39:42.0667899Z test_ops.py::TestCommonCPU::test_dtypes_complex_cpu PASSED [ 1%] 2022-12-01T10:39:42.0668192Z test_ops.py::TestCommonCPU::test_dtypes_conj_cpu PASSED [ 1%] 2022-12-01T10:39:42.0668484Z test_ops.py::TestCommonCPU::test_dtypes_copysign_cpu PASSED [ 1%] 2022-12-01T10:39:42.0668766Z test_ops.py::TestCommonCPU::test_dtypes_corrcoef_cpu PASSED [ 1%] 2022-12-01T10:39:42.0669057Z test_ops.py::TestCommonCPU::test_dtypes_cosh_cpu PASSED [ 1%] 2022-12-01T10:39:42.0669344Z test_ops.py::TestCommonCPU::test_dtypes_cov_cpu PASSED [ 1%] 2022-12-01T10:39:42.0669621Z test_ops.py::TestCommonCPU::test_dtypes_cumprod_cpu PASSED [ 1%] 2022-12-01T10:39:42.0669910Z test_ops.py::TestCommonCPU::test_dtypes_cumsum_cpu PASSED [ 1%] 2022-12-01T10:39:42.0670201Z test_ops.py::TestCommonCPU::test_dtypes_deg2rad_cpu PASSED [ 1%] 2022-12-01T10:39:42.0670493Z test_ops.py::TestCommonCPU::test_dtypes_diag_cpu PASSED [ 1%] 2022-12-01T10:39:42.0670771Z test_ops.py::TestCommonCPU::test_dtypes_diagflat_cpu PASSED [ 1%] 2022-12-01T10:39:42.0671062Z test_ops.py::TestCommonCPU::test_dtypes_diff_cpu PASSED [ 1%] 2022-12-01T10:39:42.0671353Z test_ops.py::TestCommonCPU::test_dtypes_digamma_cpu PASSED [ 1%] 2022-12-01T10:39:42.0671629Z test_ops.py::TestCommonCPU::test_dtypes_dist_cpu PASSED [ 1%] 2022-12-01T10:39:42.0671923Z test_ops.py::TestCommonCPU::test_dtypes_div_trunc_rounding_cpu PASSED [ 1%] 2022-12-01T10:39:42.0672221Z test_ops.py::TestCommonCPU::test_dtypes_dot_cpu PASSED [ 1%] 2022-12-01T10:39:42.0672505Z test_ops.py::TestCommonCPU::test_dtypes_dsplit_cpu PASSED [ 1%] 2022-12-01T10:39:42.0672780Z test_ops.py::TestCommonCPU::test_dtypes_eq_cpu PASSED [ 1%] 2022-12-01T10:39:42.0673067Z test_ops.py::TestCommonCPU::test_dtypes_expand_as_cpu PASSED [ 1%] 2022-12-01T10:39:42.0673358Z test_ops.py::TestCommonCPU::test_dtypes_expm1_cpu PASSED [ 1%] 2022-12-01T10:39:42.0673720Z test_ops.py::TestCommonCPU::test_dtypes_fft_fft2_cpu PASSED [ 1%] 2022-12-01T10:39:42.0674045Z test_ops.py::TestCommonCPU::test_dtypes_fft_fft_cpu PASSED [ 1%] 2022-12-01T10:39:42.0674343Z test_ops.py::TestCommonCPU::test_dtypes_fft_fftn_cpu PASSED [ 1%] 2022-12-01T10:39:42.0674649Z test_ops.py::TestCommonCPU::test_dtypes_fft_fftshift_cpu PASSED [ 1%] 2022-12-01T10:39:42.0674934Z test_ops.py::TestCommonCPU::test_dtypes_fft_hfft2_cpu PASSED [ 1%] 2022-12-01T10:39:42.0675229Z test_ops.py::TestCommonCPU::test_dtypes_fft_hfftn_cpu PASSED [ 1%] 2022-12-01T10:39:42.0675528Z test_ops.py::TestCommonCPU::test_dtypes_fft_ifft_cpu PASSED [ 1%] 2022-12-01T10:39:42.0675812Z test_ops.py::TestCommonCPU::test_dtypes_fft_ifftshift_cpu PASSED [ 1%] 2022-12-01T10:39:42.0676111Z test_ops.py::TestCommonCPU::test_dtypes_fft_ihfft2_cpu PASSED [ 1%] 2022-12-01T10:39:42.0676409Z test_ops.py::TestCommonCPU::test_dtypes_fft_ihfft_cpu PASSED [ 1%] 2022-12-01T10:39:42.0676703Z test_ops.py::TestCommonCPU::test_dtypes_fft_ihfftn_cpu PASSED [ 1%] 2022-12-01T10:39:42.0676986Z test_ops.py::TestCommonCPU::test_dtypes_fft_irfft2_cpu PASSED [ 1%] 2022-12-01T10:39:42.0677278Z test_ops.py::TestCommonCPU::test_dtypes_fft_irfft_cpu PASSED [ 1%] 2022-12-01T10:39:42.0677571Z test_ops.py::TestCommonCPU::test_dtypes_fft_rfftn_cpu PASSED [ 1%] 2022-12-01T10:39:42.0677853Z test_ops.py::TestCommonCPU::test_dtypes_flatten_cpu PASSED [ 1%] 2022-12-01T10:39:42.0678145Z test_ops.py::TestCommonCPU::test_dtypes_float_power_cpu PASSED [ 1%] 2022-12-01T10:39:42.0678442Z test_ops.py::TestCommonCPU::test_dtypes_floor_divide_cpu PASSED [ 1%] 2022-12-01T10:39:42.0678723Z test_ops.py::TestCommonCPU::test_dtypes_gather_cpu PASSED [ 1%] 2022-12-01T10:39:42.0679012Z test_ops.py::TestCommonCPU::test_dtypes_gcd_cpu PASSED [ 1%] 2022-12-01T10:39:42.0679299Z test_ops.py::TestCommonCPU::test_dtypes_ge_cpu PASSED [ 1%] 2022-12-01T10:39:42.0679586Z test_ops.py::TestCommonCPU::test_dtypes_geqrf_cpu XFAIL [ 1%] 2022-12-01T10:39:42.0679864Z test_ops.py::TestCommonCPU::test_dtypes_gradient_cpu PASSED [ 1%] 2022-12-01T10:39:42.0680152Z test_ops.py::TestCommonCPU::test_dtypes_gt_cpu PASSED [ 1%] 2022-12-01T10:39:42.0680442Z test_ops.py::TestCommonCPU::test_dtypes_half_cpu PASSED [ 1%] 2022-12-01T10:39:42.0680719Z test_ops.py::TestCommonCPU::test_dtypes_heaviside_cpu PASSED [ 1%] 2022-12-01T10:39:42.0681014Z test_ops.py::TestCommonCPU::test_dtypes_histc_cpu PASSED [ 1%] 2022-12-01T10:39:42.0681310Z test_ops.py::TestCommonCPU::test_dtypes_histogram_cpu PASSED [ 1%] 2022-12-01T10:39:42.0681609Z test_ops.py::TestCommonCPU::test_dtypes_histogramdd_cpu PASSED [ 1%] 2022-12-01T10:39:42.0681897Z test_ops.py::TestCommonCPU::test_dtypes_hsplit_cpu PASSED [ 1%] 2022-12-01T10:39:42.0682188Z test_ops.py::TestCommonCPU::test_dtypes_hstack_cpu PASSED [ 1%] 2022-12-01T10:39:42.0682606Z test_ops.py::TestCommonCPU::test_dtypes_hypot_cpu PASSED [ 1%] 2022-12-01T10:39:42.0683164Z test_ops.py::TestCommonCPU::test_dtypes_index_add_cpu PASSED [ 1%] 2022-12-01T10:39:42.0683507Z test_ops.py::TestCommonCPU::test_dtypes_index_copy_cpu PASSED [ 1%] 2022-12-01T10:39:42.0683802Z test_ops.py::TestCommonCPU::test_dtypes_index_fill_cpu PASSED [ 1%] 2022-12-01T10:39:42.0684101Z test_ops.py::TestCommonCPU::test_dtypes_index_put_cpu PASSED [ 1%] 2022-12-01T10:39:42.0684384Z test_ops.py::TestCommonCPU::test_dtypes_isfinite_cpu PASSED [ 1%] 2022-12-01T10:39:42.0684764Z test_ops.py::TestCommonCPU::test_dtypes_isposinf_cpu PASSED [ 1%] 2022-12-01T10:39:42.0685158Z test_ops.py::TestCommonCPU::test_dtypes_isreal_cpu PASSED [ 1%] 2022-12-01T10:39:42.0685534Z test_ops.py::TestCommonCPU::test_dtypes_jiterator_2inputs_2outputs_cpu SKIPPED (Only runs on cuda) [ 1%] 2022-12-01T10:39:42.0685915Z test_ops.py::TestCommonCPU::test_dtypes_jiterator_4inputs_with_extra_args_cpu SKIPPED (Only runs on cuda) [ 1%] 2022-12-01T10:39:42.0686286Z test_ops.py::TestCommonCPU::test_dtypes_jiterator_unary_cpu SKIPPED (Only runs on cuda) [ 1%] 2022-12-01T10:39:42.0686617Z test_ops.py::TestCommonCPU::test_dtypes_kron_cpu PASSED [ 1%] 2022-12-01T10:39:42.0686918Z test_ops.py::TestCommonCPU::test_dtypes_kthvalue_cpu PASSED [ 1%] 2022-12-01T10:39:42.0687203Z test_ops.py::TestCommonCPU::test_dtypes_lcm_cpu PASSED [ 1%] 2022-12-01T10:39:42.0687497Z test_ops.py::TestCommonCPU::test_dtypes_le_cpu PASSED [ 1%] 2022-12-01T10:39:42.0687791Z test_ops.py::TestCommonCPU::test_dtypes_lerp_cpu PASSED [ 1%] 2022-12-01T10:39:42.0688076Z test_ops.py::TestCommonCPU::test_dtypes_linalg_det_cpu PASSED [ 2%] 2022-12-01T10:39:42.0688418Z test_ops.py::TestCommonCPU::test_dtypes_linalg_det_singular_cpu PASSED [ 2%] 2022-12-01T10:39:42.0688741Z test_ops.py::TestCommonCPU::test_dtypes_linalg_eig_cpu PASSED [ 2%] 2022-12-01T10:39:42.0689046Z test_ops.py::TestCommonCPU::test_dtypes_linalg_eigvalsh_cpu PASSED [ 2%] 2022-12-01T10:39:42.0689340Z test_ops.py::TestCommonCPU::test_dtypes_linalg_ldl_factor_cpu PASSED [ 2%] 2022-12-01T10:39:42.0689644Z test_ops.py::TestCommonCPU::test_dtypes_linalg_lstsq_cpu PASSED [ 2%] 2022-12-01T10:39:42.0689968Z test_ops.py::TestCommonCPU::test_dtypes_linalg_lstsq_grad_oriented_cpu PASSED [ 2%] 2022-12-01T10:39:42.0690278Z test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_solve_cpu PASSED [ 2%] 2022-12-01T10:39:42.0690590Z test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_norm_cpu PASSED [ 2%] 2022-12-01T10:39:42.0690910Z test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_power_cpu PASSED [ 2%] 2022-12-01T10:39:42.0691226Z test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_rank_cpu PASSED [ 2%] 2022-12-01T10:39:42.0691539Z test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_rank_hermitian_cpu PASSED [ 2%] 2022-12-01T10:39:42.0691870Z test_ops.py::TestCommonCPU::test_dtypes_linalg_multi_dot_cpu PASSED [ 2%] 2022-12-01T10:39:42.0692207Z test_ops.py::TestCommonCPU::test_dtypes_linalg_norm_subgradients_at_zero_cpu PASSED [ 2%] 2022-12-01T10:39:42.0692525Z test_ops.py::TestCommonCPU::test_dtypes_linalg_pinv_cpu PASSED [ 2%] 2022-12-01T10:39:42.0692835Z test_ops.py::TestCommonCPU::test_dtypes_linalg_pinv_hermitian_cpu PASSED [ 2%] 2022-12-01T10:39:42.0693224Z 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:39:42.0693607Z test_ops.py::TestCommonCPU::test_dtypes_linalg_slogdet_cpu PASSED [ 2%] 2022-12-01T10:39:42.0693904Z test_ops.py::TestCommonCPU::test_dtypes_linalg_solve_cpu PASSED [ 2%] 2022-12-01T10:39:42.0694227Z test_ops.py::TestCommonCPU::test_dtypes_linalg_solve_triangular_cpu PASSED [ 2%] 2022-12-01T10:39:42.0694545Z test_ops.py::TestCommonCPU::test_dtypes_linalg_svd_cpu PASSED [ 2%] 2022-12-01T10:39:42.0694838Z test_ops.py::TestCommonCPU::test_dtypes_linalg_svdvals_cpu PASSED [ 2%] 2022-12-01T10:39:42.0695147Z test_ops.py::TestCommonCPU::test_dtypes_linalg_tensorinv_cpu PASSED [ 2%] 2022-12-01T10:39:42.0695456Z test_ops.py::TestCommonCPU::test_dtypes_linalg_tensorsolve_cpu PASSED [ 2%] 2022-12-01T10:39:42.0695764Z test_ops.py::TestCommonCPU::test_dtypes_log10_cpu PASSED [ 2%] 2022-12-01T10:39:42.0696046Z test_ops.py::TestCommonCPU::test_dtypes_log1p_cpu PASSED [ 2%] 2022-12-01T10:39:42.0696344Z test_ops.py::TestCommonCPU::test_dtypes_log_cpu PASSED [ 2%] 2022-12-01T10:39:42.0696701Z test_ops.py::TestCommonCPU::test_dtypes_logcumsumexp_cpu PASSED [ 2%] 2022-12-01T10:39:42.0697018Z test_ops.py::TestCommonCPU::test_dtypes_logdet_cpu PASSED [ 2%] 2022-12-01T10:39:42.0697320Z test_ops.py::TestCommonCPU::test_dtypes_logical_and_cpu PASSED [ 2%] 2022-12-01T10:39:42.0697618Z test_ops.py::TestCommonCPU::test_dtypes_logical_or_cpu PASSED [ 2%] 2022-12-01T10:39:42.0699778Z test_ops.py::TestCommonCPU::test_dtypes_logsumexp_cpu PASSED [ 2%] 2022-12-01T10:39:42.0700288Z test_ops.py::TestCommonCPU::test_dtypes_lu_unpack_cpu PASSED [ 2%] 2022-12-01T10:39:42.0700725Z test_ops.py::TestCommonCPU::test_dtypes_masked_amax_cpu PASSED [ 2%] 2022-12-01T10:39:42.0701144Z test_ops.py::TestCommonCPU::test_dtypes_masked_amin_cpu PASSED [ 2%] 2022-12-01T10:39:42.0701522Z test_ops.py::TestCommonCPU::test_dtypes_masked_argmax_cpu PASSED [ 2%] 2022-12-01T10:39:42.0701826Z test_ops.py::TestCommonCPU::test_dtypes_masked_cumprod_cpu PASSED [ 2%] 2022-12-01T10:39:42.0702284Z test_ops.py::TestCommonCPU::test_dtypes_masked_cumsum_cpu PASSED [ 2%] 2022-12-01T10:39:42.0702631Z test_ops.py::TestCommonCPU::test_dtypes_masked_log_softmax_cpu PASSED [ 2%] 2022-12-01T10:39:42.0702941Z test_ops.py::TestCommonCPU::test_dtypes_masked_logaddexp_cpu PASSED [ 2%] 2022-12-01T10:39:42.0703237Z test_ops.py::TestCommonCPU::test_dtypes_masked_prod_cpu PASSED [ 2%] 2022-12-01T10:39:42.0703580Z test_ops.py::TestCommonCPU::test_dtypes_masked_var_cpu PASSED [ 2%] 2022-12-01T10:39:42.0703891Z test_ops.py::TestCommonCPU::test_dtypes_max_reduction_no_dim_cpu PASSED [ 2%] 2022-12-01T10:39:42.0704196Z test_ops.py::TestCommonCPU::test_dtypes_max_reduction_with_dim_cpu PASSED [ 2%] 2022-12-01T10:39:42.0704505Z test_ops.py::TestCommonCPU::test_dtypes_mean_cpu PASSED [ 2%] 2022-12-01T10:39:42.0704808Z test_ops.py::TestCommonCPU::test_dtypes_min_binary_cpu PASSED [ 2%] 2022-12-01T10:39:42.0705126Z test_ops.py::TestCommonCPU::test_dtypes_min_reduction_with_dim_cpu PASSED [ 2%] 2022-12-01T10:39:42.0705444Z test_ops.py::TestCommonCPU::test_dtypes_mode_cpu PASSED [ 2%] 2022-12-01T10:39:42.0705742Z test_ops.py::TestCommonCPU::test_dtypes_msort_cpu PASSED [ 2%] 2022-12-01T10:39:42.0706040Z test_ops.py::TestCommonCPU::test_dtypes_mul_cpu PASSED [ 2%] 2022-12-01T10:39:42.0706320Z test_ops.py::TestCommonCPU::test_dtypes_mv_cpu PASSED [ 2%] 2022-12-01T10:39:42.0706611Z test_ops.py::TestCommonCPU::test_dtypes_nan_to_num_cpu PASSED [ 2%] 2022-12-01T10:39:42.0706910Z test_ops.py::TestCommonCPU::test_dtypes_nansum_cpu PASSED [ 2%] 2022-12-01T10:39:42.0707202Z test_ops.py::TestCommonCPU::test_dtypes_native_batch_norm_cpu PASSED [ 2%] 2022-12-01T10:39:42.0707501Z test_ops.py::TestCommonCPU::test_dtypes_ne_cpu PASSED [ 2%] 2022-12-01T10:39:42.0707795Z test_ops.py::TestCommonCPU::test_dtypes_neg_cpu PASSED [ 2%] 2022-12-01T10:39:42.0708092Z test_ops.py::TestCommonCPU::test_dtypes_new_full_cpu PASSED [ 2%] 2022-12-01T10:39:42.0708372Z test_ops.py::TestCommonCPU::test_dtypes_new_ones_cpu PASSED [ 2%] 2022-12-01T10:39:42.0708668Z test_ops.py::TestCommonCPU::test_dtypes_nextafter_cpu PASSED [ 2%] 2022-12-01T10:39:42.0709014Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional__scaled_dot_product_attention_cpu PASSED [ 2%] 2022-12-01T10:39:42.0709366Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_avg_pool2d_cpu PASSED [ 2%] 2022-12-01T10:39:42.0709719Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_max_pool3d_cpu PASSED [ 2%] 2022-12-01T10:39:42.0710062Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_avg_pool3d_cpu PASSED [ 2%] 2022-12-01T10:39:42.0710398Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_batch_norm_cpu PASSED [ 2%] 2022-12-01T10:39:42.0710870Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_batch_norm_without_cudnn_cpu SKIPPED (Only runs on cuda) [ 2%] 2022-12-01T10:39:42.0711248Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_binary_cross_entropy_cpu PASSED [ 2%] 2022-12-01T10:39:42.0711619Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_binary_cross_entropy_with_logits_cpu PASSED [ 2%] 2022-12-01T10:39:42.0711970Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv_transpose1d_cpu PASSED [ 2%] 2022-12-01T10:39:42.0712371Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_cosine_embedding_loss_cpu PASSED [ 2%] 2022-12-01T10:39:42.0712724Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_cross_entropy_cpu PASSED [ 2%] 2022-12-01T10:39:42.0713068Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_embedding_bag_cpu PASSED [ 2%] 2022-12-01T10:39:42.0713418Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_feature_alpha_dropout_without_train_cpu PASSED [ 2%] 2022-12-01T10:39:42.0713785Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_fractional_max_pool2d_cpu PASSED [ 2%] 2022-12-01T10:39:42.0714147Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_fractional_max_pool3d_cpu PASSED [ 2%] 2022-12-01T10:39:42.0714499Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_gaussian_nll_loss_cpu PASSED [ 2%] 2022-12-01T10:39:42.0714815Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_gelu_cpu PASSED [ 2%] 2022-12-01T10:39:42.0715134Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_glu_cpu PASSED [ 2%] 2022-12-01T10:39:42.0715460Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_group_norm_cpu PASSED [ 2%] 2022-12-01T10:39:42.0715779Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardshrink_cpu PASSED [ 2%] 2022-12-01T10:39:42.0716108Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardswish_cpu PASSED [ 2%] 2022-12-01T10:39:42.0716440Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_huber_loss_cpu PASSED [ 2%] 2022-12-01T10:39:42.0716776Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_instance_norm_cpu PASSED [ 2%] 2022-12-01T10:39:42.0717106Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_linear_cpu PASSED [ 2%] 2022-12-01T10:39:42.0717468Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_trilinear_cpu PASSED [ 2%] 2022-12-01T10:39:42.0717813Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_layer_norm_cpu PASSED [ 2%] 2022-12-01T10:39:42.0718132Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_leaky_relu_cpu PASSED [ 2%] 2022-12-01T10:39:42.0718472Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_margin_ranking_loss_cpu PASSED [ 2%] 2022-12-01T10:39:42.0718815Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_pool1d_cpu PASSED [ 2%] 2022-12-01T10:39:42.0719210Z 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:39:42.0719583Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_pool3d_cpu PASSED [ 2%] 2022-12-01T10:39:42.0719924Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool2d_cpu PASSED [ 2%] 2022-12-01T10:39:42.0720268Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool3d_grad_cpu PASSED [ 2%] 2022-12-01T10:39:42.0720627Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_multilabel_soft_margin_loss_cpu PASSED [ 2%] 2022-12-01T10:39:42.0720957Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_nll_loss_cpu PASSED [ 2%] 2022-12-01T10:39:42.0721289Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_normalize_cpu PASSED [ 2%] 2022-12-01T10:39:42.0721626Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pairwise_distance_cpu PASSED [ 2%] 2022-12-01T10:39:42.0721960Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pixel_unshuffle_cpu PASSED [ 2%] 2022-12-01T10:39:42.0722293Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_relu_cpu PASSED [ 2%] 2022-12-01T10:39:42.0722610Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_silu_cpu PASSED [ 2%] 2022-12-01T10:39:42.0722983Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_soft_margin_loss_cpu PASSED [ 2%] 2022-12-01T10:39:42.0723308Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_threshold_cpu PASSED [ 2%] 2022-12-01T10:39:42.0723665Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_triplet_margin_with_distance_loss_cpu PASSED [ 2%] 2022-12-01T10:39:42.0724057Z test_ops.py::TestCommonCPU::test_dtypes_norm_inf_cpu PASSED [ 2%] 2022-12-01T10:39:42.0724354Z test_ops.py::TestCommonCPU::test_dtypes_normal_number_mean_cpu PASSED [ 2%] 2022-12-01T10:39:42.0724763Z test_ops.py::TestCommonCPU::test_dtypes_ops_nvprims_native_batch_norm_cpu PASSED [ 2%] 2022-12-01T10:39:42.0725096Z test_ops.py::TestCommonCPU::test_dtypes_pinverse_cpu PASSED [ 2%] 2022-12-01T10:39:42.0725415Z test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_0_cpu PASSED [ 2%] 2022-12-01T10:39:42.0725752Z test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_4_cpu SKIPPED (Skipped!) [ 2%] 2022-12-01T10:39:42.0726087Z test_ops.py::TestCommonCPU::test_dtypes_positive_cpu PASSED [ 2%] 2022-12-01T10:39:42.0726389Z test_ops.py::TestCommonCPU::test_dtypes_pow_cpu PASSED [ 2%] 2022-12-01T10:39:42.0726670Z test_ops.py::TestCommonCPU::test_dtypes_prod_cpu PASSED [ 2%] 2022-12-01T10:39:42.0726967Z test_ops.py::TestCommonCPU::test_dtypes_qr_cpu PASSED [ 2%] 2022-12-01T10:39:42.0727267Z test_ops.py::TestCommonCPU::test_dtypes_quantile_cpu PASSED [ 2%] 2022-12-01T10:39:42.0727562Z test_ops.py::TestCommonCPU::test_dtypes_rad2deg_cpu PASSED [ 2%] 2022-12-01T10:39:42.0727856Z test_ops.py::TestCommonCPU::test_dtypes_randn_like_cpu PASSED [ 2%] 2022-12-01T10:39:42.0728156Z test_ops.py::TestCommonCPU::test_dtypes_real_cpu PASSED [ 2%] 2022-12-01T10:39:42.0728460Z test_ops.py::TestCommonCPU::test_dtypes_reciprocal_cpu PASSED [ 2%] 2022-12-01T10:39:42.0728765Z test_ops.py::TestCommonCPU::test_dtypes_remainder_cpu PASSED [ 2%] 2022-12-01T10:39:42.0729068Z test_ops.py::TestCommonCPU::test_dtypes_renorm_cpu PASSED [ 2%] 2022-12-01T10:39:42.0729382Z test_ops.py::TestCommonCPU::test_dtypes_repeat_interleave_cpu PASSED [ 2%] 2022-12-01T10:39:42.0729699Z test_ops.py::TestCommonCPU::test_dtypes_reshape_as_cpu PASSED [ 2%] 2022-12-01T10:39:42.0729992Z test_ops.py::TestCommonCPU::test_dtypes_resize__cpu XFAIL [ 2%] 2022-12-01T10:39:42.0730289Z test_ops.py::TestCommonCPU::test_dtypes_resolve_neg_cpu PASSED [ 2%] 2022-12-01T10:39:42.0730587Z test_ops.py::TestCommonCPU::test_dtypes_rot90_cpu PASSED [ 2%] 2022-12-01T10:39:42.0730897Z test_ops.py::TestCommonCPU::test_dtypes_round_decimals_neg_3_cpu SKIPPED (Skipped!) [ 2%] 2022-12-01T10:39:42.0731223Z test_ops.py::TestCommonCPU::test_dtypes_rsqrt_cpu PASSED [ 2%] 2022-12-01T10:39:42.0731520Z test_ops.py::TestCommonCPU::test_dtypes_rsub_cpu PASSED [ 2%] 2022-12-01T10:39:42.0731817Z test_ops.py::TestCommonCPU::test_dtypes_scatter_cpu PASSED [ 2%] 2022-12-01T10:39:42.0732117Z test_ops.py::TestCommonCPU::test_dtypes_segment_reduce_offsets_cpu PASSED [ 2%] 2022-12-01T10:39:42.0732434Z test_ops.py::TestCommonCPU::test_dtypes_select_cpu PASSED [ 2%] 2022-12-01T10:39:42.0732737Z test_ops.py::TestCommonCPU::test_dtypes_select_scatter_cpu PASSED [ 2%] 2022-12-01T10:39:42.0733022Z test_ops.py::TestCommonCPU::test_dtypes_sgn_cpu PASSED [ 3%] 2022-12-01T10:39:42.0733311Z test_ops.py::TestCommonCPU::test_dtypes_short_cpu PASSED [ 3%] 2022-12-01T10:39:42.0733606Z test_ops.py::TestCommonCPU::test_dtypes_sign_cpu PASSED [ 3%] 2022-12-01T10:39:42.0733900Z test_ops.py::TestCommonCPU::test_dtypes_signbit_cpu PASSED [ 3%] 2022-12-01T10:39:42.0734181Z test_ops.py::TestCommonCPU::test_dtypes_sinc_cpu PASSED [ 3%] 2022-12-01T10:39:42.0734519Z test_ops.py::TestCommonCPU::test_dtypes_slice_cpu PASSED [ 3%] 2022-12-01T10:39:42.0734819Z test_ops.py::TestCommonCPU::test_dtypes_slice_scatter_cpu PASSED [ 3%] 2022-12-01T10:39:42.0735109Z test_ops.py::TestCommonCPU::test_dtypes_softmax_cpu PASSED [ 3%] 2022-12-01T10:39:42.0735404Z test_ops.py::TestCommonCPU::test_dtypes_sort_cpu PASSED [ 3%] 2022-12-01T10:39:42.0735740Z test_ops.py::TestCommonCPU::test_dtypes_sparse_sampled_addmm_cpu PASSED [ 3%] 2022-12-01T10:39:42.0736062Z test_ops.py::TestCommonCPU::test_dtypes_special_bessel_j0_cpu PASSED [ 3%] 2022-12-01T10:39:42.0736356Z test_ops.py::TestCommonCPU::test_dtypes_special_bessel_j1_cpu PASSED [ 3%] 2022-12-01T10:39:42.0736663Z test_ops.py::TestCommonCPU::test_dtypes_special_bessel_y0_cpu PASSED [ 3%] 2022-12-01T10:39:42.0737296Z test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_v_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 3%] 2022-12-01T10:39:42.0737677Z test_ops.py::TestCommonCPU::test_dtypes_special_entr_cpu PASSED [ 3%] 2022-12-01T10:39:42.0737986Z test_ops.py::TestCommonCPU::test_dtypes_special_erfcx_cpu PASSED [ 3%] 2022-12-01T10:39:42.0738314Z test_ops.py::TestCommonCPU::test_dtypes_special_hermite_polynomial_h_cpu PASSED [ 3%] 2022-12-01T10:39:42.0738663Z test_ops.py::TestCommonCPU::test_dtypes_special_hermite_polynomial_he_cpu PASSED [ 3%] 2022-12-01T10:39:42.0738974Z test_ops.py::TestCommonCPU::test_dtypes_special_i1_cpu PASSED [ 3%] 2022-12-01T10:39:42.0739480Z test_ops.py::TestCommonCPU::test_dtypes_special_legendre_polynomial_p_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 3%] 2022-12-01T10:39:42.0739874Z test_ops.py::TestCommonCPU::test_dtypes_special_log_ndtr_cpu PASSED [ 3%] 2022-12-01T10:39:42.0740187Z test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_i1_cpu PASSED [ 3%] 2022-12-01T10:39:42.0740530Z test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_k0_cpu PASSED [ 3%] 2022-12-01T10:39:42.0740857Z test_ops.py::TestCommonCPU::test_dtypes_special_ndtri_cpu PASSED [ 3%] 2022-12-01T10:39:42.0741202Z test_ops.py::TestCommonCPU::test_dtypes_special_polygamma_special_polygamma_n_0_cpu PASSED [ 3%] 2022-12-01T10:39:42.0741739Z 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:39:42.0742489Z 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:39:42.0742888Z test_ops.py::TestCommonCPU::test_dtypes_split_list_args_cpu PASSED [ 3%] 2022-12-01T10:39:42.0743197Z test_ops.py::TestCommonCPU::test_dtypes_stack_cpu PASSED [ 3%] 2022-12-01T10:39:42.0743486Z test_ops.py::TestCommonCPU::test_dtypes_std_mean_cpu PASSED [ 3%] 2022-12-01T10:39:42.0743785Z test_ops.py::TestCommonCPU::test_dtypes_stft_cpu PASSED [ 3%] 2022-12-01T10:39:42.0744083Z test_ops.py::TestCommonCPU::test_dtypes_sub_cpu PASSED [ 3%] 2022-12-01T10:39:42.0744364Z test_ops.py::TestCommonCPU::test_dtypes_symeig_cpu PASSED [ 3%] 2022-12-01T10:39:42.0744660Z test_ops.py::TestCommonCPU::test_dtypes_t_cpu PASSED [ 3%] 2022-12-01T10:39:42.0744957Z test_ops.py::TestCommonCPU::test_dtypes_take_along_dim_cpu PASSED [ 3%] 2022-12-01T10:39:42.0745259Z test_ops.py::TestCommonCPU::test_dtypes_tan_cpu PASSED [ 3%] 2022-12-01T10:39:42.0745548Z test_ops.py::TestCommonCPU::test_dtypes_tensor_split_cpu PASSED [ 3%] 2022-12-01T10:39:42.0745849Z test_ops.py::TestCommonCPU::test_dtypes_tensordot_cpu PASSED [ 3%] 2022-12-01T10:39:42.0746146Z test_ops.py::TestCommonCPU::test_dtypes_tile_cpu PASSED [ 3%] 2022-12-01T10:39:42.0746496Z test_ops.py::TestCommonCPU::test_dtypes_topk_cpu PASSED [ 3%] 2022-12-01T10:39:42.0746793Z test_ops.py::TestCommonCPU::test_dtypes_transpose_cpu PASSED [ 3%] 2022-12-01T10:39:42.0747098Z test_ops.py::TestCommonCPU::test_dtypes_trapezoid_cpu PASSED [ 3%] 2022-12-01T10:39:42.0747395Z test_ops.py::TestCommonCPU::test_dtypes_trapz_cpu PASSED [ 3%] 2022-12-01T10:39:42.0747732Z test_ops.py::TestCommonCPU::test_dtypes_tril_cpu PASSED [ 3%] 2022-12-01T10:39:42.0748031Z test_ops.py::TestCommonCPU::test_dtypes_tril_indices_cpu PASSED [ 3%] 2022-12-01T10:39:42.0748329Z test_ops.py::TestCommonCPU::test_dtypes_triu_cpu PASSED [ 3%] 2022-12-01T10:39:42.0748610Z test_ops.py::TestCommonCPU::test_dtypes_triu_indices_cpu PASSED [ 3%] 2022-12-01T10:39:42.0748907Z test_ops.py::TestCommonCPU::test_dtypes_unbind_cpu PASSED [ 3%] 2022-12-01T10:39:42.0749206Z test_ops.py::TestCommonCPU::test_dtypes_uniform_cpu PASSED [ 3%] 2022-12-01T10:39:42.0749498Z test_ops.py::TestCommonCPU::test_dtypes_unique_cpu PASSED [ 3%] 2022-12-01T10:39:42.0749778Z test_ops.py::TestCommonCPU::test_dtypes_var_cpu PASSED [ 3%] 2022-12-01T10:39:42.0750074Z test_ops.py::TestCommonCPU::test_dtypes_view_as_complex_cpu PASSED [ 3%] 2022-12-01T10:39:42.0750372Z test_ops.py::TestCommonCPU::test_dtypes_view_as_cpu PASSED [ 3%] 2022-12-01T10:39:42.0750654Z test_ops.py::TestCommonCPU::test_dtypes_vsplit_cpu PASSED [ 3%] 2022-12-01T10:39:42.0750946Z test_ops.py::TestCommonCPU::test_dtypes_zero__cpu PASSED [ 3%] 2022-12-01T10:39:42.0751235Z test_ops.py::TestCommonCPU::test_dtypes_zeros_cpu PASSED [ 3%] 2022-12-01T10:39:42.0751530Z test_ops.py::TestCommonCPU::test_dtypes_zeros_like_cpu PASSED [ 3%] 2022-12-01T10:39:42.0751809Z test_ops.py::TestCommonCPU::test_errors___radd___cpu PASSED [ 3%] 2022-12-01T10:39:42.0752100Z test_ops.py::TestCommonCPU::test_errors___rdiv___cpu PASSED [ 3%] 2022-12-01T10:39:42.0752392Z test_ops.py::TestCommonCPU::test_errors___rsub___cpu PASSED [ 3%] 2022-12-01T10:39:42.0752664Z test_ops.py::TestCommonCPU::test_errors___rxor___cpu PASSED [ 3%] 2022-12-01T10:39:42.0752953Z test_ops.py::TestCommonCPU::test_errors_add_cpu PASSED [ 3%] 2022-12-01T10:39:42.0753245Z test_ops.py::TestCommonCPU::test_errors_amax_cpu PASSED [ 3%] 2022-12-01T10:39:42.0753536Z test_ops.py::TestCommonCPU::test_errors_aminmax_cpu PASSED [ 3%] 2022-12-01T10:39:42.0753816Z test_ops.py::TestCommonCPU::test_errors_arange_cpu PASSED [ 3%] 2022-12-01T10:39:42.0754115Z test_ops.py::TestCommonCPU::test_errors_bernoulli_cpu PASSED [ 3%] 2022-12-01T10:39:42.0754417Z test_ops.py::TestCommonCPU::test_errors_bitwise_and_cpu PASSED [ 3%] 2022-12-01T10:39:42.0754704Z test_ops.py::TestCommonCPU::test_errors_bitwise_or_cpu PASSED [ 3%] 2022-12-01T10:39:42.0755009Z test_ops.py::TestCommonCPU::test_errors_bitwise_right_shift_cpu PASSED [ 3%] 2022-12-01T10:39:42.0755311Z test_ops.py::TestCommonCPU::test_errors_clamp_max_cpu XFAIL [ 3%] 2022-12-01T10:39:42.0755607Z test_ops.py::TestCommonCPU::test_errors_clamp_min_cpu XFAIL [ 3%] 2022-12-01T10:39:42.0755889Z test_ops.py::TestCommonCPU::test_errors_complex_cpu PASSED [ 3%] 2022-12-01T10:39:42.0756182Z test_ops.py::TestCommonCPU::test_errors_diag_cpu PASSED [ 3%] 2022-12-01T10:39:42.0756479Z test_ops.py::TestCommonCPU::test_errors_diag_embed_cpu PASSED [ 3%] 2022-12-01T10:39:42.0756761Z test_ops.py::TestCommonCPU::test_errors_diagonal_cpu PASSED [ 3%] 2022-12-01T10:39:42.0757060Z test_ops.py::TestCommonCPU::test_errors_div_no_rounding_mode_cpu PASSED [ 3%] 2022-12-01T10:39:42.0757362Z test_ops.py::TestCommonCPU::test_errors_dsplit_cpu PASSED [ 3%] 2022-12-01T10:39:42.0757696Z test_ops.py::TestCommonCPU::test_errors_dstack_cpu PASSED [ 3%] 2022-12-01T10:39:42.0757972Z test_ops.py::TestCommonCPU::test_errors_eye_cpu PASSED [ 3%] 2022-12-01T10:39:42.0758260Z test_ops.py::TestCommonCPU::test_errors_flipud_cpu PASSED [ 3%] 2022-12-01T10:39:42.0758555Z test_ops.py::TestCommonCPU::test_errors_floor_divide_cpu PASSED [ 3%] 2022-12-01T10:39:42.0758870Z test_ops.py::TestCommonCPU::test_errors_fmax_cpu PASSED [ 3%] 2022-12-01T10:39:42.0759167Z test_ops.py::TestCommonCPU::test_errors_fmin_cpu PASSED [ 3%] 2022-12-01T10:39:42.0759457Z test_ops.py::TestCommonCPU::test_errors_fmod_cpu PASSED [ 3%] 2022-12-01T10:39:42.0759747Z test_ops.py::TestCommonCPU::test_errors_gcd_cpu PASSED [ 3%] 2022-12-01T10:39:42.0760025Z test_ops.py::TestCommonCPU::test_errors_ge_cpu PASSED [ 3%] 2022-12-01T10:39:42.0760316Z test_ops.py::TestCommonCPU::test_errors_igammac_cpu PASSED [ 3%] 2022-12-01T10:39:42.0760641Z test_ops.py::TestCommonCPU::test_errors_jiterator_binary_cpu SKIPPED (Only runs on cuda) [ 3%] 2022-12-01T10:39:42.0760957Z test_ops.py::TestCommonCPU::test_errors_kthvalue_cpu PASSED [ 3%] 2022-12-01T10:39:42.0761249Z test_ops.py::TestCommonCPU::test_errors_lcm_cpu PASSED [ 3%] 2022-12-01T10:39:42.0761537Z test_ops.py::TestCommonCPU::test_errors_le_cpu PASSED [ 3%] 2022-12-01T10:39:42.0761832Z test_ops.py::TestCommonCPU::test_errors_linalg_lstsq_cpu PASSED [ 3%] 2022-12-01T10:39:42.0762139Z test_ops.py::TestCommonCPU::test_errors_linalg_lstsq_grad_oriented_cpu PASSED [ 3%] 2022-12-01T10:39:42.0762455Z test_ops.py::TestCommonCPU::test_errors_linspace_cpu PASSED [ 3%] 2022-12-01T10:39:42.0762761Z test_ops.py::TestCommonCPU::test_errors_logical_and_cpu PASSED [ 3%] 2022-12-01T10:39:42.0763049Z test_ops.py::TestCommonCPU::test_errors_logical_xor_cpu PASSED [ 3%] 2022-12-01T10:39:42.0763348Z test_ops.py::TestCommonCPU::test_errors_logspace_cpu PASSED [ 3%] 2022-12-01T10:39:42.0763646Z test_ops.py::TestCommonCPU::test_errors_lt_cpu PASSED [ 3%] 2022-12-01T10:39:42.0763945Z test_ops.py::TestCommonCPU::test_errors_masked_fill_cpu PASSED [ 3%] 2022-12-01T10:39:42.0764292Z test_ops.py::TestCommonCPU::test_errors_maximum_cpu PASSED [ 3%] 2022-12-01T10:39:42.0764659Z test_ops.py::TestCommonCPU::test_errors_mean_cpu PASSED [ 3%] 2022-12-01T10:39:42.0764958Z test_ops.py::TestCommonCPU::test_errors_min_binary_cpu PASSED [ 3%] 2022-12-01T10:39:42.0765244Z test_ops.py::TestCommonCPU::test_errors_movedim_cpu PASSED [ 3%] 2022-12-01T10:39:42.0765547Z test_ops.py::TestCommonCPU::test_errors_native_layer_norm_cpu PASSED [ 3%] 2022-12-01T10:39:42.0765856Z test_ops.py::TestCommonCPU::test_errors_nextafter_cpu PASSED [ 3%] 2022-12-01T10:39:42.0766177Z test_ops.py::TestCommonCPU::test_errors_nn_functional_avg_pool2d_cpu PASSED [ 3%] 2022-12-01T10:39:42.0766496Z test_ops.py::TestCommonCPU::test_errors_nn_functional_avg_pool3d_cpu PASSED [ 3%] 2022-12-01T10:39:42.0766818Z test_ops.py::TestCommonCPU::test_errors_nn_functional_conv2d_cpu PASSED [ 3%] 2022-12-01T10:39:42.0767137Z test_ops.py::TestCommonCPU::test_errors_nn_functional_embedding_cpu PASSED [ 3%] 2022-12-01T10:39:42.0767466Z test_ops.py::TestCommonCPU::test_errors_nn_functional_hinge_embedding_loss_cpu PASSED [ 3%] 2022-12-01T10:39:42.0767808Z test_ops.py::TestCommonCPU::test_errors_nn_functional_huber_loss_cpu PASSED [ 3%] 2022-12-01T10:39:42.0768134Z test_ops.py::TestCommonCPU::test_errors_nn_functional_l1_loss_cpu PASSED [ 3%] 2022-12-01T10:39:42.0768466Z test_ops.py::TestCommonCPU::test_errors_nn_functional_margin_ranking_loss_cpu PASSED [ 3%] 2022-12-01T10:39:42.0768790Z test_ops.py::TestCommonCPU::test_errors_nn_functional_max_pool1d_cpu PASSED [ 3%] 2022-12-01T10:39:42.0769180Z test_ops.py::TestCommonCPU::test_errors_nn_functional_max_pool2d_cpu PASSED [ 3%] 2022-12-01T10:39:42.0769503Z test_ops.py::TestCommonCPU::test_errors_nn_functional_prelu_cpu PASSED [ 3%] 2022-12-01T10:39:42.0769805Z test_ops.py::TestCommonCPU::test_errors_nn_functional_rrelu_cpu PASSED [ 3%] 2022-12-01T10:39:42.0770124Z test_ops.py::TestCommonCPU::test_errors_nn_functional_softshrink_cpu PASSED [ 3%] 2022-12-01T10:39:42.0770469Z test_ops.py::TestCommonCPU::test_errors_ormqr_cpu PASSED [ 3%] 2022-12-01T10:39:42.0770771Z test_ops.py::TestCommonCPU::test_errors_polar_cpu PASSED [ 3%] 2022-12-01T10:39:42.0771055Z test_ops.py::TestCommonCPU::test_errors_remainder_cpu PASSED [ 3%] 2022-12-01T10:39:42.0771350Z test_ops.py::TestCommonCPU::test_errors_roll_cpu PASSED [ 3%] 2022-12-01T10:39:42.0771647Z test_ops.py::TestCommonCPU::test_errors_rot90_cpu PASSED [ 3%] 2022-12-01T10:39:42.0771927Z test_ops.py::TestCommonCPU::test_errors_rsub_cpu PASSED [ 3%] 2022-12-01T10:39:42.0772217Z test_ops.py::TestCommonCPU::test_errors_scatter_cpu PASSED [ 3%] 2022-12-01T10:39:42.0772542Z test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_t_cpu PASSED [ 3%] 2022-12-01T10:39:42.0772891Z test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_u_cpu PASSED [ 3%] 2022-12-01T10:39:42.0773222Z test_ops.py::TestCommonCPU::test_errors_special_hermite_polynomial_h_cpu PASSED [ 3%] 2022-12-01T10:39:42.0773566Z test_ops.py::TestCommonCPU::test_errors_special_hermite_polynomial_he_cpu PASSED [ 3%] 2022-12-01T10:39:42.0773908Z test_ops.py::TestCommonCPU::test_errors_special_laguerre_polynomial_l_cpu PASSED [ 3%] 2022-12-01T10:39:42.0774454Z test_ops.py::TestCommonCPU::test_errors_special_legendre_polynomial_p_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 3%] 2022-12-01T10:39:42.0775045Z 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:39:42.0775436Z test_ops.py::TestCommonCPU::test_errors_sub_cpu PASSED [ 4%] 2022-12-01T10:39:42.0775729Z test_ops.py::TestCommonCPU::test_errors_t_cpu PASSED [ 4%] 2022-12-01T10:39:42.0776010Z test_ops.py::TestCommonCPU::test_errors_trace_cpu PASSED [ 4%] 2022-12-01T10:39:42.0776310Z test_ops.py::TestCommonCPU::test_errors_true_divide_cpu PASSED [ 4%] 2022-12-01T10:39:42.0776610Z test_ops.py::TestCommonCPU::test_errors_view_as_cpu PASSED [ 4%] 2022-12-01T10:39:42.0776941Z test_ops.py::TestCommonCPU::test_multiple_devices_H_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0777286Z test_ops.py::TestCommonCPU::test_multiple_devices_T_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0777650Z test_ops.py::TestCommonCPU::test_multiple_devices___radd___cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0778021Z test_ops.py::TestCommonCPU::test_multiple_devices___rmatmul___cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0778380Z test_ops.py::TestCommonCPU::test_multiple_devices___rpow___cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0778742Z test_ops.py::TestCommonCPU::test_multiple_devices_abs_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0779108Z test_ops.py::TestCommonCPU::test_multiple_devices_acosh_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0779471Z test_ops.py::TestCommonCPU::test_multiple_devices_acosh_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0779813Z test_ops.py::TestCommonCPU::test_multiple_devices_add_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0780174Z test_ops.py::TestCommonCPU::test_multiple_devices_addcdiv_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0780577Z test_ops.py::TestCommonCPU::test_multiple_devices_addcmul_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0780941Z test_ops.py::TestCommonCPU::test_multiple_devices_addcmul_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0781291Z test_ops.py::TestCommonCPU::test_multiple_devices_addmm_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0781652Z test_ops.py::TestCommonCPU::test_multiple_devices_addmv_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0782041Z test_ops.py::TestCommonCPU::test_multiple_devices_addmv_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0782551Z test_ops.py::TestCommonCPU::test_multiple_devices_amax_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0782909Z test_ops.py::TestCommonCPU::test_multiple_devices_amax_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0783265Z test_ops.py::TestCommonCPU::test_multiple_devices_amin_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0783634Z test_ops.py::TestCommonCPU::test_multiple_devices_aminmax_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0783986Z test_ops.py::TestCommonCPU::test_multiple_devices_angle_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0784343Z test_ops.py::TestCommonCPU::test_multiple_devices_any_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0784702Z test_ops.py::TestCommonCPU::test_multiple_devices_any_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0785060Z test_ops.py::TestCommonCPU::test_multiple_devices_argmin_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0785406Z test_ops.py::TestCommonCPU::test_multiple_devices_argmin_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0785768Z test_ops.py::TestCommonCPU::test_multiple_devices_argsort_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0786138Z test_ops.py::TestCommonCPU::test_multiple_devices_argsort_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0786510Z test_ops.py::TestCommonCPU::test_multiple_devices_argwhere_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0786865Z test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0787237Z test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0787617Z test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0787977Z test_ops.py::TestCommonCPU::test_multiple_devices_asin_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0788340Z test_ops.py::TestCommonCPU::test_multiple_devices_asinh_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0788703Z test_ops.py::TestCommonCPU::test_multiple_devices_asinh_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0789064Z test_ops.py::TestCommonCPU::test_multiple_devices_atan2_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0789410Z test_ops.py::TestCommonCPU::test_multiple_devices_atan_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0789768Z test_ops.py::TestCommonCPU::test_multiple_devices_atanh_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0790125Z test_ops.py::TestCommonCPU::test_multiple_devices_atanh_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0790493Z test_ops.py::TestCommonCPU::test_multiple_devices_atleast_1d_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0790858Z test_ops.py::TestCommonCPU::test_multiple_devices_atleast_2d_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0791226Z test_ops.py::TestCommonCPU::test_multiple_devices_atleast_2d_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0791590Z test_ops.py::TestCommonCPU::test_multiple_devices_atleast_3d_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0792010Z test_ops.py::TestCommonCPU::test_multiple_devices_atleast_3d_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0792380Z test_ops.py::TestCommonCPU::test_multiple_devices_baddbmm_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0792744Z test_ops.py::TestCommonCPU::test_multiple_devices_baddbmm_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0793151Z test_ops.py::TestCommonCPU::test_multiple_devices_bernoulli_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0793511Z test_ops.py::TestCommonCPU::test_multiple_devices_bincount_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0793880Z test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_and_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0794258Z test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_left_shift_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0794635Z test_ops.py::TestCommonCPU::test_multiple_devices_block_diag_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0794984Z test_ops.py::TestCommonCPU::test_multiple_devices_bmm_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0795341Z test_ops.py::TestCommonCPU::test_multiple_devices_bmm_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0795699Z test_ops.py::TestCommonCPU::test_multiple_devices_bool_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0796059Z test_ops.py::TestCommonCPU::test_multiple_devices_bool_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0796438Z test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_tensors_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0796812Z test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_tensors_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0797198Z test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_to_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0797579Z test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_to_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0797940Z test_ops.py::TestCommonCPU::test_multiple_devices_bucketize_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0798310Z test_ops.py::TestCommonCPU::test_multiple_devices_bucketize_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0798676Z test_ops.py::TestCommonCPU::test_multiple_devices_byte_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0799052Z test_ops.py::TestCommonCPU::test_multiple_devices_cartesian_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0799423Z test_ops.py::TestCommonCPU::test_multiple_devices_cartesian_prod_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0799784Z test_ops.py::TestCommonCPU::test_multiple_devices_ceil_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0800146Z test_ops.py::TestCommonCPU::test_multiple_devices_ceil_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0800513Z test_ops.py::TestCommonCPU::test_multiple_devices_chalf_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0800859Z test_ops.py::TestCommonCPU::test_multiple_devices_chalf_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0801218Z test_ops.py::TestCommonCPU::test_multiple_devices_char_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0801578Z test_ops.py::TestCommonCPU::test_multiple_devices_char_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0801954Z test_ops.py::TestCommonCPU::test_multiple_devices_cholesky_inverse_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0802322Z test_ops.py::TestCommonCPU::test_multiple_devices_cholesky_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0802694Z test_ops.py::TestCommonCPU::test_multiple_devices_chunk_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0803057Z test_ops.py::TestCommonCPU::test_multiple_devices_chunk_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0803474Z test_ops.py::TestCommonCPU::test_multiple_devices_clamp_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0803840Z test_ops.py::TestCommonCPU::test_multiple_devices_clamp_max_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0804206Z test_ops.py::TestCommonCPU::test_multiple_devices_clamp_max_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0804694Z test_ops.py::TestCommonCPU::test_multiple_devices_clamp_min_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0805054Z test_ops.py::TestCommonCPU::test_multiple_devices_clone_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0805423Z test_ops.py::TestCommonCPU::test_multiple_devices_column_stack_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0805799Z test_ops.py::TestCommonCPU::test_multiple_devices_combinations_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0806174Z test_ops.py::TestCommonCPU::test_multiple_devices_complex_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0806521Z test_ops.py::TestCommonCPU::test_multiple_devices_conj_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0806892Z test_ops.py::TestCommonCPU::test_multiple_devices_conj_physical_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0807269Z test_ops.py::TestCommonCPU::test_multiple_devices_conj_physical_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0807655Z test_ops.py::TestCommonCPU::test_multiple_devices_constant_pad_nd_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0808018Z test_ops.py::TestCommonCPU::test_multiple_devices_contiguous_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0808386Z test_ops.py::TestCommonCPU::test_multiple_devices_corrcoef_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0808746Z test_ops.py::TestCommonCPU::test_multiple_devices_cos_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0809093Z test_ops.py::TestCommonCPU::test_multiple_devices_cos_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0809456Z test_ops.py::TestCommonCPU::test_multiple_devices_count_nonzero_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0809828Z test_ops.py::TestCommonCPU::test_multiple_devices_count_nonzero_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0810196Z test_ops.py::TestCommonCPU::test_multiple_devices_cov_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0810542Z test_ops.py::TestCommonCPU::test_multiple_devices_cummax_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0810900Z test_ops.py::TestCommonCPU::test_multiple_devices_cummax_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0811261Z test_ops.py::TestCommonCPU::test_multiple_devices_cummin_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0811628Z test_ops.py::TestCommonCPU::test_multiple_devices_cumprod_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0811979Z test_ops.py::TestCommonCPU::test_multiple_devices_cumsum_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0812356Z test_ops.py::TestCommonCPU::test_multiple_devices_cumulative_trapezoid_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0812753Z test_ops.py::TestCommonCPU::test_multiple_devices_cumulative_trapezoid_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0813124Z test_ops.py::TestCommonCPU::test_multiple_devices_deg2rad_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0813488Z test_ops.py::TestCommonCPU::test_multiple_devices_deg2rad_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0813843Z test_ops.py::TestCommonCPU::test_multiple_devices_diag_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0814212Z test_ops.py::TestCommonCPU::test_multiple_devices_diag_embed_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0814605Z test_ops.py::TestCommonCPU::test_multiple_devices_diagflat_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0814980Z test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0815352Z test_ops.py::TestCommonCPU::test_multiple_devices_diff_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0815746Z test_ops.py::TestCommonCPU::test_multiple_devices_digamma_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0816097Z test_ops.py::TestCommonCPU::test_multiple_devices_digamma_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0816473Z test_ops.py::TestCommonCPU::test_multiple_devices_div_no_rounding_mode_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0816859Z test_ops.py::TestCommonCPU::test_multiple_devices_div_no_rounding_mode_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0817232Z test_ops.py::TestCommonCPU::test_multiple_devices_dot_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0817578Z test_ops.py::TestCommonCPU::test_multiple_devices_double_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0817937Z test_ops.py::TestCommonCPU::test_multiple_devices_double_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0818300Z test_ops.py::TestCommonCPU::test_multiple_devices_dsplit_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0818650Z test_ops.py::TestCommonCPU::test_multiple_devices_einsum_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0819017Z test_ops.py::TestCommonCPU::test_multiple_devices_empty_like_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0819382Z test_ops.py::TestCommonCPU::test_multiple_devices_empty_like_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0819740Z test_ops.py::TestCommonCPU::test_multiple_devices_eq_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0820078Z test_ops.py::TestCommonCPU::test_multiple_devices_eq_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0820434Z test_ops.py::TestCommonCPU::test_multiple_devices_erf_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0820786Z test_ops.py::TestCommonCPU::test_multiple_devices_erf_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0821141Z test_ops.py::TestCommonCPU::test_multiple_devices_erfc_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0821488Z test_ops.py::TestCommonCPU::test_multiple_devices_erfinv_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0821847Z test_ops.py::TestCommonCPU::test_multiple_devices_erfinv_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0822333Z test_ops.py::TestCommonCPU::test_multiple_devices_exp2_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0822698Z test_ops.py::TestCommonCPU::test_multiple_devices_expand_as_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0823070Z test_ops.py::TestCommonCPU::test_multiple_devices_expand_as_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:39:42.0823436Z test_ops.py::TestCommonCPU::test_multiple_devices_expm1_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0823792Z test_ops.py::TestCommonCPU::test_multiple_devices_expm1_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0824136Z test_ops.py::TestCommonCPU::test_multiple_devices_eye_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0824496Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft2_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0824889Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0825379Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0825846Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftshift_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0826461Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft2_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0827004Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0827524Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0828287Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft2_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0828792Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0829290Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftn_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0829796Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftshift_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0830354Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftshift_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0830911Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft2_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0831524Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0832170Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0832772Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0833337Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft2_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0833970Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0834591Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0835144Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0835840Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0836222Z test_ops.py::TestCommonCPU::test_multiple_devices_flatten_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0836577Z test_ops.py::TestCommonCPU::test_multiple_devices_flatten_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0836939Z test_ops.py::TestCommonCPU::test_multiple_devices_fliplr_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0837298Z test_ops.py::TestCommonCPU::test_multiple_devices_flipud_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0837665Z test_ops.py::TestCommonCPU::test_multiple_devices_float_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0838020Z test_ops.py::TestCommonCPU::test_multiple_devices_float_power_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0838392Z test_ops.py::TestCommonCPU::test_multiple_devices_float_power_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0838749Z test_ops.py::TestCommonCPU::test_multiple_devices_floor_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0839116Z test_ops.py::TestCommonCPU::test_multiple_devices_floor_divide_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0839476Z test_ops.py::TestCommonCPU::test_multiple_devices_floor_divide_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0839837Z test_ops.py::TestCommonCPU::test_multiple_devices_fmax_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0840190Z test_ops.py::TestCommonCPU::test_multiple_devices_fmax_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0840533Z test_ops.py::TestCommonCPU::test_multiple_devices_fmin_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0840971Z test_ops.py::TestCommonCPU::test_multiple_devices_fmin_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0841329Z test_ops.py::TestCommonCPU::test_multiple_devices_frexp_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0841696Z test_ops.py::TestCommonCPU::test_multiple_devices_full_like_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0842131Z test_ops.py::TestCommonCPU::test_multiple_devices_gather_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0842496Z test_ops.py::TestCommonCPU::test_multiple_devices_gather_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0842856Z test_ops.py::TestCommonCPU::test_multiple_devices_geqrf_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0843219Z test_ops.py::TestCommonCPU::test_multiple_devices_gradient_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0843563Z test_ops.py::TestCommonCPU::test_multiple_devices_histc_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0843929Z test_ops.py::TestCommonCPU::test_multiple_devices_histogram_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0844294Z test_ops.py::TestCommonCPU::test_multiple_devices_hsplit_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0844759Z test_ops.py::TestCommonCPU::test_multiple_devices_hypot_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0845103Z test_ops.py::TestCommonCPU::test_multiple_devices_i0_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0845461Z test_ops.py::TestCommonCPU::test_multiple_devices_igamma_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0845826Z test_ops.py::TestCommonCPU::test_multiple_devices_index_copy_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0846184Z test_ops.py::TestCommonCPU::test_multiple_devices_index_fill_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0846553Z test_ops.py::TestCommonCPU::test_multiple_devices_index_fill_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0846919Z test_ops.py::TestCommonCPU::test_multiple_devices_index_put_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0847283Z test_ops.py::TestCommonCPU::test_multiple_devices_index_put_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0847639Z test_ops.py::TestCommonCPU::test_multiple_devices_index_reduce_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0848013Z test_ops.py::TestCommonCPU::test_multiple_devices_index_reduce_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0848383Z test_ops.py::TestCommonCPU::test_multiple_devices_index_select_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0848752Z test_ops.py::TestCommonCPU::test_multiple_devices_inner_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0849098Z test_ops.py::TestCommonCPU::test_multiple_devices_int_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0849457Z test_ops.py::TestCommonCPU::test_multiple_devices_isfinite_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0849817Z test_ops.py::TestCommonCPU::test_multiple_devices_isin_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0850170Z test_ops.py::TestCommonCPU::test_multiple_devices_isinf_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0850519Z test_ops.py::TestCommonCPU::test_multiple_devices_isnan_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0850885Z test_ops.py::TestCommonCPU::test_multiple_devices_isposinf_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0851277Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_2inputs_2outputs_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0851672Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_return_by_ref_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0852072Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0852483Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_unary_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0852855Z test_ops.py::TestCommonCPU::test_multiple_devices_kron_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0853206Z test_ops.py::TestCommonCPU::test_multiple_devices_kthvalue_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0853601Z test_ops.py::TestCommonCPU::test_multiple_devices_lcm_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0853960Z test_ops.py::TestCommonCPU::test_multiple_devices_le_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0854321Z test_ops.py::TestCommonCPU::test_multiple_devices_lgamma_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0854669Z test_ops.py::TestCommonCPU::test_multiple_devices_lgamma_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0855038Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cross_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0855428Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_det_singular_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0855811Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eig_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0856179Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eigvals_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0856567Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eigvalsh_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0856964Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_householder_product_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0857357Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_inv_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0857719Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_inv_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0858112Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_ldl_factor_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0858501Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_ldl_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0858885Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lstsq_grad_oriented_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0859284Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_factor_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0859666Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0860056Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_rank_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0860430Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_multi_dot_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0860833Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_norm_subgradients_at_zero_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0861225Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_pinv_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0861788Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_pinv_hermitian_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0862647Z 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:39:42.0863077Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0863454Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_solve_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0863916Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_tensorinv_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0864283Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vecdot_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0864697Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vector_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0865178Z test_ops.py::TestCommonCPU::test_multiple_devices_log1p_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0865543Z test_ops.py::TestCommonCPU::test_multiple_devices_log1p_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0865887Z test_ops.py::TestCommonCPU::test_multiple_devices_log_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0866256Z test_ops.py::TestCommonCPU::test_multiple_devices_log_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0866632Z test_ops.py::TestCommonCPU::test_multiple_devices_log_softmax_dtype_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0867004Z test_ops.py::TestCommonCPU::test_multiple_devices_log_softmax_dtype_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0867373Z test_ops.py::TestCommonCPU::test_multiple_devices_logdet_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0867740Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_not_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0868145Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_not_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0868682Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_or_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0869259Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_or_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0869920Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_xor_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0870422Z test_ops.py::TestCommonCPU::test_multiple_devices_logspace_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0870782Z test_ops.py::TestCommonCPU::test_multiple_devices_logsumexp_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0871153Z test_ops.py::TestCommonCPU::test_multiple_devices_logsumexp_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0871518Z test_ops.py::TestCommonCPU::test_multiple_devices_long_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0871873Z test_ops.py::TestCommonCPU::test_multiple_devices_long_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0872214Z test_ops.py::TestCommonCPU::test_multiple_devices_lt_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0872565Z test_ops.py::TestCommonCPU::test_multiple_devices_lu_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0872925Z test_ops.py::TestCommonCPU::test_multiple_devices_lu_unpack_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0873273Z test_ops.py::TestCommonCPU::test_multiple_devices_mH_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0873621Z test_ops.py::TestCommonCPU::test_multiple_devices_mH_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0873979Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_amax_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0874355Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_argmax_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0874716Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_argmin_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0875090Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_cumprod_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0875467Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_cumsum_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0875834Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_fill_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0876272Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_log_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0876653Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0877021Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_mean_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0877434Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_normalize_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:39:42.0877900Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_select_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0878510Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0879198Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_std_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0879661Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_sum_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0880032Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_sum_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0880398Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_var_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0880766Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_var_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0881123Z test_ops.py::TestCommonCPU::test_multiple_devices_matmul_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0881488Z test_ops.py::TestCommonCPU::test_multiple_devices_matrix_exp_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0881864Z test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_no_dim_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0882254Z test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_with_dim_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0882615Z test_ops.py::TestCommonCPU::test_multiple_devices_maximum_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0882974Z test_ops.py::TestCommonCPU::test_multiple_devices_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0883331Z test_ops.py::TestCommonCPU::test_multiple_devices_median_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0883716Z test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_list_of_tensors_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0884103Z test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_list_of_tensors_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0884484Z test_ops.py::TestCommonCPU::test_multiple_devices_min_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0884929Z test_ops.py::TestCommonCPU::test_multiple_devices_min_binary_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0885305Z test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_no_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0885679Z test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_no_dim_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0886068Z test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_with_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0886597Z test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_with_dim_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0887221Z test_ops.py::TestCommonCPU::test_multiple_devices_mm_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0887793Z test_ops.py::TestCommonCPU::test_multiple_devices_mm_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0888156Z test_ops.py::TestCommonCPU::test_multiple_devices_movedim_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0888585Z test_ops.py::TestCommonCPU::test_multiple_devices_movedim_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0888931Z test_ops.py::TestCommonCPU::test_multiple_devices_msort_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0889286Z test_ops.py::TestCommonCPU::test_multiple_devices_msort_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0889681Z test_ops.py::TestCommonCPU::test_multiple_devices_mul_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0890051Z test_ops.py::TestCommonCPU::test_multiple_devices_multinomial_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0890407Z test_ops.py::TestCommonCPU::test_multiple_devices_mv_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0890779Z test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_1_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0891167Z test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_3_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0891551Z test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_5_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0891916Z test_ops.py::TestCommonCPU::test_multiple_devices_nanmedian_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0892289Z test_ops.py::TestCommonCPU::test_multiple_devices_nanquantile_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0892665Z test_ops.py::TestCommonCPU::test_multiple_devices_narrow_copy_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0893021Z test_ops.py::TestCommonCPU::test_multiple_devices_narrow_copy_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0893384Z test_ops.py::TestCommonCPU::test_multiple_devices_narrow_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0893752Z test_ops.py::TestCommonCPU::test_multiple_devices_native_batch_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0894139Z test_ops.py::TestCommonCPU::test_multiple_devices_native_layer_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0894490Z test_ops.py::TestCommonCPU::test_multiple_devices_ne_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0894839Z test_ops.py::TestCommonCPU::test_multiple_devices_neg_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0895199Z test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0895571Z test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_strided_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0895940Z test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_strided_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0896312Z test_ops.py::TestCommonCPU::test_multiple_devices_new_ones_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0896674Z test_ops.py::TestCommonCPU::test_multiple_devices_new_ones_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0897041Z test_ops.py::TestCommonCPU::test_multiple_devices_nextafter_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0897435Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional__scaled_dot_product_attention_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0897871Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_avg_pool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0898291Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_avg_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0898709Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_max_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0899099Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool1d_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0899534Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_batch_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0899925Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv1d_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0900324Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose1d_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0900771Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose3d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0901181Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose3d_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0901595Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cosine_embedding_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0902011Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cosine_embedding_loss_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0902581Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_dropout2d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0902987Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_dropout_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0903375Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_elu_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0903767Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_embedding_bag_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0904198Z 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:39:42.0904626Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardsigmoid_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0905034Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardswish_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0905417Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardtanh_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0905828Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_bilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0906255Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_trilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0906665Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_l1_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0907046Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_leaky_relu_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0907444Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_linear_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0907852Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_margin_ranking_loss_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0908260Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_pool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0908646Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0909058Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool1d_grad_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0909477Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0909893Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_multi_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0910529Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_multilabel_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0911218Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_multilabel_soft_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0911666Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_nll_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0912137Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_constant_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0912531Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_constant_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0912936Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_reflect_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0913346Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pairwise_distance_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0913760Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_shuffle_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0960289Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_shuffle_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0961129Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_unshuffle_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0961679Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_prelu_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0962075Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu6_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0962791Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_silu_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0963204Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_soft_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0963600Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softmin_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0963984Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softmin_with_dtype_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0964379Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_tanhshrink_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0964855Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_loss_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0965269Z 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:39:42.0965669Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_unfold_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0966053Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_upsample_bilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0966427Z test_ops.py::TestCommonCPU::test_multiple_devices_nonzero_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0966769Z test_ops.py::TestCommonCPU::test_multiple_devices_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0967119Z test_ops.py::TestCommonCPU::test_multiple_devices_norm_nuc_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0967467Z test_ops.py::TestCommonCPU::test_multiple_devices_normal_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0967830Z test_ops.py::TestCommonCPU::test_multiple_devices_normal_number_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0968180Z test_ops.py::TestCommonCPU::test_multiple_devices_ones_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0968526Z test_ops.py::TestCommonCPU::test_multiple_devices_ones_like_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0969055Z test_ops.py::TestCommonCPU::test_multiple_devices_outer_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0969398Z test_ops.py::TestCommonCPU::test_multiple_devices_outer_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0969742Z test_ops.py::TestCommonCPU::test_multiple_devices_pca_lowrank_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0970141Z test_ops.py::TestCommonCPU::test_multiple_devices_permute_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0970493Z test_ops.py::TestCommonCPU::test_multiple_devices_pinverse_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0970864Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_0_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0971240Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_0_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0971617Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_1_cpu_float32 SKIPPED (Skipped!) [ 6%] 2022-12-01T10:39:42.0971986Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_2_cpu_int64 SKIPPED (Skipped!) [ 6%] 2022-12-01T10:39:42.0972347Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_3_cpu_int64 SKIPPED (Skipped!) [ 6%] 2022-12-01T10:39:42.0972716Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_4_cpu_float32 SKIPPED (Skipped!) [ 6%] 2022-12-01T10:39:42.0973078Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_4_cpu_int64 SKIPPED (Skipped!) [ 6%] 2022-12-01T10:39:42.0973437Z test_ops.py::TestCommonCPU::test_multiple_devices_positive_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0973784Z test_ops.py::TestCommonCPU::test_multiple_devices_positive_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0974129Z test_ops.py::TestCommonCPU::test_multiple_devices_pow_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0974476Z test_ops.py::TestCommonCPU::test_multiple_devices_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0974819Z test_ops.py::TestCommonCPU::test_multiple_devices_put_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0975155Z test_ops.py::TestCommonCPU::test_multiple_devices_qr_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0975507Z test_ops.py::TestCommonCPU::test_multiple_devices_quantile_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0975862Z test_ops.py::TestCommonCPU::test_multiple_devices_rad2deg_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0976215Z test_ops.py::TestCommonCPU::test_multiple_devices_randint_like_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0976563Z test_ops.py::TestCommonCPU::test_multiple_devices_randn_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0976906Z test_ops.py::TestCommonCPU::test_multiple_devices_ravel_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0977259Z test_ops.py::TestCommonCPU::test_multiple_devices_reciprocal_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:39:42.0977607Z test_ops.py::TestCommonCPU::test_multiple_devices_remainder_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.0977959Z test_ops.py::TestCommonCPU::test_multiple_devices_repeat_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.0978502Z test_ops.py::TestCommonCPU::test_multiple_devices_repeat_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.0979134Z test_ops.py::TestCommonCPU::test_multiple_devices_repeat_interleave_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.0979711Z test_ops.py::TestCommonCPU::test_multiple_devices_repeat_interleave_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.0980404Z test_ops.py::TestCommonCPU::test_multiple_devices_reshape_as_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.0980864Z test_ops.py::TestCommonCPU::test_multiple_devices_reshape_as_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.0981213Z test_ops.py::TestCommonCPU::test_multiple_devices_reshape_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.0981552Z test_ops.py::TestCommonCPU::test_multiple_devices_resize_as__cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.0981908Z test_ops.py::TestCommonCPU::test_multiple_devices_resolve_conj_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.0982517Z test_ops.py::TestCommonCPU::test_multiple_devices_resolve_conj_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.0982883Z test_ops.py::TestCommonCPU::test_multiple_devices_resolve_neg_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.0983228Z test_ops.py::TestCommonCPU::test_multiple_devices_round_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.0983579Z test_ops.py::TestCommonCPU::test_multiple_devices_round_decimals_3_cpu_float32 SKIPPED (Skipped!) [ 7%] 2022-12-01T10:39:42.0983935Z test_ops.py::TestCommonCPU::test_multiple_devices_rsqrt_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.0984278Z test_ops.py::TestCommonCPU::test_multiple_devices_rsub_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.0984645Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_add_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.0985020Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_add_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.0985386Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.0985734Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.0986108Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amax_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.0986496Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amax_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.0986889Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amin_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.0987259Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amin_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.0987649Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.0988034Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_prod_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.0988417Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_sum_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.0988787Z test_ops.py::TestCommonCPU::test_multiple_devices_searchsorted_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.0989169Z test_ops.py::TestCommonCPU::test_multiple_devices_searchsorted_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.0989540Z test_ops.py::TestCommonCPU::test_multiple_devices_select_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.0989897Z test_ops.py::TestCommonCPU::test_multiple_devices_select_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.0990271Z test_ops.py::TestCommonCPU::test_multiple_devices_select_scatter_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.0990636Z test_ops.py::TestCommonCPU::test_multiple_devices_sgn_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.0990995Z test_ops.py::TestCommonCPU::test_multiple_devices_short_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.0991341Z test_ops.py::TestCommonCPU::test_multiple_devices_sigmoid_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.0991701Z test_ops.py::TestCommonCPU::test_multiple_devices_signbit_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.0992109Z test_ops.py::TestCommonCPU::test_multiple_devices_signbit_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.0992471Z test_ops.py::TestCommonCPU::test_multiple_devices_sin_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.0992815Z test_ops.py::TestCommonCPU::test_multiple_devices_sinh_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.0993185Z test_ops.py::TestCommonCPU::test_multiple_devices_slice_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.0993595Z test_ops.py::TestCommonCPU::test_multiple_devices_softmax_with_dtype_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.0993982Z test_ops.py::TestCommonCPU::test_multiple_devices_softmax_with_dtype_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.0994346Z test_ops.py::TestCommonCPU::test_multiple_devices_sort_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.0994815Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j1_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.0995447Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j1_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.0996050Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y1_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.0996764Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_u_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.0997183Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_u_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.0997873Z 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:39:42.0998491Z 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:39:42.0999090Z 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:39:42.0999521Z test_ops.py::TestCommonCPU::test_multiple_devices_special_entr_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.0999902Z test_ops.py::TestCommonCPU::test_multiple_devices_special_erfcx_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.1000281Z test_ops.py::TestCommonCPU::test_multiple_devices_special_i1_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.1000639Z test_ops.py::TestCommonCPU::test_multiple_devices_special_i1_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.1001030Z test_ops.py::TestCommonCPU::test_multiple_devices_special_laguerre_polynomial_l_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.1001431Z test_ops.py::TestCommonCPU::test_multiple_devices_special_log_ndtr_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.1001811Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i0_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.1002210Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i1_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.1002605Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k1_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.1003006Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k1_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.1003376Z test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtri_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.1003779Z test_ops.py::TestCommonCPU::test_multiple_devices_special_polygamma_special_polygamma_n_0_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.1004203Z test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k0_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.1004765Z test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k0_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.1005171Z test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k1_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.1005620Z test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k1_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.1006224Z 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:39:42.1006857Z 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:39:42.1007488Z 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:39:42.1008107Z 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:39:42.1008726Z 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:39:42.1009172Z test_ops.py::TestCommonCPU::test_multiple_devices_special_zeta_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.1009540Z test_ops.py::TestCommonCPU::test_multiple_devices_split_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.1009899Z test_ops.py::TestCommonCPU::test_multiple_devices_split_list_args_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.1010280Z test_ops.py::TestCommonCPU::test_multiple_devices_split_list_args_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.1010660Z test_ops.py::TestCommonCPU::test_multiple_devices_split_with_sizes_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.1011031Z test_ops.py::TestCommonCPU::test_multiple_devices_sqrt_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.1011378Z test_ops.py::TestCommonCPU::test_multiple_devices_square_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.1011742Z test_ops.py::TestCommonCPU::test_multiple_devices_square_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.1012103Z test_ops.py::TestCommonCPU::test_multiple_devices_squeeze_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.1012528Z test_ops.py::TestCommonCPU::test_multiple_devices_stack_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.1013216Z test_ops.py::TestCommonCPU::test_multiple_devices_stack_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.1013591Z test_ops.py::TestCommonCPU::test_multiple_devices_std_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.1014109Z test_ops.py::TestCommonCPU::test_multiple_devices_stft_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.1014682Z test_ops.py::TestCommonCPU::test_multiple_devices_sub_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.1015041Z test_ops.py::TestCommonCPU::test_multiple_devices_svd_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.1015410Z test_ops.py::TestCommonCPU::test_multiple_devices_svd_lowrank_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.1015780Z test_ops.py::TestCommonCPU::test_multiple_devices_symeig_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.1016126Z test_ops.py::TestCommonCPU::test_multiple_devices_t_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.1016480Z test_ops.py::TestCommonCPU::test_multiple_devices_t_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.1016877Z test_ops.py::TestCommonCPU::test_multiple_devices_take_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.1017220Z test_ops.py::TestCommonCPU::test_multiple_devices_tan_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.1017576Z test_ops.py::TestCommonCPU::test_multiple_devices_tanh_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.1017976Z test_ops.py::TestCommonCPU::test_multiple_devices_tensor_split_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.1018350Z test_ops.py::TestCommonCPU::test_multiple_devices_tensordot_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.1018700Z test_ops.py::TestCommonCPU::test_multiple_devices_to_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.1019065Z test_ops.py::TestCommonCPU::test_multiple_devices_to_sparse_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.1019439Z test_ops.py::TestCommonCPU::test_multiple_devices_to_sparse_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.1019801Z test_ops.py::TestCommonCPU::test_multiple_devices_topk_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.1020147Z test_ops.py::TestCommonCPU::test_multiple_devices_trace_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.1020507Z test_ops.py::TestCommonCPU::test_multiple_devices_trace_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.1020872Z test_ops.py::TestCommonCPU::test_multiple_devices_transpose_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.1021242Z test_ops.py::TestCommonCPU::test_multiple_devices_trapezoid_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.1021596Z test_ops.py::TestCommonCPU::test_multiple_devices_trapezoid_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.1021786Z test_ops.py::TestCommonCPU::test_multiple_devices_triangular_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.1021961Z test_ops.py::TestCommonCPU::test_multiple_devices_tril_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.1022130Z test_ops.py::TestCommonCPU::test_multiple_devices_tril_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.1022471Z test_ops.py::TestCommonCPU::test_multiple_devices_triu_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.1022649Z test_ops.py::TestCommonCPU::test_multiple_devices_trunc_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.1022828Z test_ops.py::TestCommonCPU::test_multiple_devices_unbind_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.1022985Z test_ops.py::TestCommonCPU::test_multiple_devices_unbind_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.1023161Z test_ops.py::TestCommonCPU::test_multiple_devices_unflatten_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.1023350Z test_ops.py::TestCommonCPU::test_multiple_devices_unique_consecutive_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.1023540Z test_ops.py::TestCommonCPU::test_multiple_devices_unique_consecutive_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.1023718Z test_ops.py::TestCommonCPU::test_multiple_devices_unsqueeze_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.1023895Z test_ops.py::TestCommonCPU::test_multiple_devices_unsqueeze_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.1024067Z test_ops.py::TestCommonCPU::test_multiple_devices_var_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.1024245Z test_ops.py::TestCommonCPU::test_multiple_devices_var_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.1024417Z test_ops.py::TestCommonCPU::test_multiple_devices_vdot_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.1024571Z test_ops.py::TestCommonCPU::test_multiple_devices_vdot_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.1024755Z test_ops.py::TestCommonCPU::test_multiple_devices_view_as_complex_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.1025004Z test_ops.py::TestCommonCPU::test_multiple_devices_view_as_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.1025176Z test_ops.py::TestCommonCPU::test_multiple_devices_view_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.1025349Z test_ops.py::TestCommonCPU::test_multiple_devices_vsplit_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.1025557Z test_ops.py::TestCommonCPU::test_multiple_devices_vsplit_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.1025732Z test_ops.py::TestCommonCPU::test_multiple_devices_where_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.1025904Z test_ops.py::TestCommonCPU::test_multiple_devices_where_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.1026071Z test_ops.py::TestCommonCPU::test_multiple_devices_xlogy_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.1026223Z test_ops.py::TestCommonCPU::test_multiple_devices_zeros_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.1026402Z test_ops.py::TestCommonCPU::test_multiple_devices_zeros_like_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:42.1026577Z test_ops.py::TestCommonCPU::test_multiple_devices_zeros_like_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:39:42.1026739Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___radd___cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1026900Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___ror___cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1027062Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___rxor___cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1027220Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_acos_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1027380Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_acosh_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1027533Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_add_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1027677Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_addr_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1027825Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_amax_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1027972Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_amin_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1028127Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_angle_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1028286Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_argsort_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1028450Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_as_strided_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1028604Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_atan2_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1028764Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_atleast_3d_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1028912Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_bfloat16_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1029074Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_and_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1029236Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_not_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1029396Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_or_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1029653Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_xor_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1029948Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_bool_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1030269Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_broadcast_to_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1030442Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_byte_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1030710Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cat_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1031040Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_chalf_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1031311Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_chunk_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1031479Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_combinations_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1031632Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_conj_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1031854Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_contiguous_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1032016Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_copysign_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1032171Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cosh_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1032338Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_count_nonzero_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1032479Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_diff_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1032642Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_digamma_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1032797Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_double_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1032957Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_dsplit_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1033111Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_eq_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1033269Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_erfinv_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1033429Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_expand_as_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1033587Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_expm1_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1033732Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fft2_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1033893Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fft_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1034051Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_hfft2_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1034210Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifft_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1034369Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifftn_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1034533Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ihfftn_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1034693Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_irfft_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1034853Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_irfftn_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1035007Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_rfft2_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1035150Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_rfft_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1035310Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_flatten_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1035466Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_float_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1035620Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fmin_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1035778Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_gather_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1035934Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_ge_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1036096Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_heaviside_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1036254Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_hsplit_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1036402Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_fill_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1036560Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_put_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1036758Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_select_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1036915Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_int_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1037073Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isclose_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1037260Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isposinf_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1037455Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_binary_cpu_bool SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:39:42.1037612Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_kron_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1037769Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_ldexp_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1037909Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_le_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1038068Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_lgamma_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1038240Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_log_softmax_dtype_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1038403Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_not_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1038563Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_or_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1038727Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_xor_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1038884Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_logit_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1039045Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_logsumexp_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1039187Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_long_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1039341Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_lt_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1039501Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_mH_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1039662Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_fill_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1039824Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_mean_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1039983Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_prod_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1040149Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_select_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1040325Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_max_reduction_with_dim_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1040503Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_meshgrid_list_of_tensors_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1040666Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_min_reduction_no_dim_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1040843Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_min_reduction_with_dim_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1041004Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_minimum_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1041163Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_msort_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1041317Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_mul_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1041474Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nansum_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1041637Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_narrow_copy_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1041793Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_narrow_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1041933Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_ne_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1042109Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_empty_cpu_bool SKIPPED (Skipped!) [ 8%] 2022-12-01T10:39:42.1042312Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_ones_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1042504Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_cosine_embedding_loss_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1042714Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_feature_alpha_dropout_without_train_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1042929Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pad_circular_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1043114Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pad_constant_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1043299Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pixel_shuffle_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1043483Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pixel_unshuffle_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1043644Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nonzero_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1043791Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_ones_like_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1043982Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_2_cpu_bool SKIPPED (Skipped!) [ 8%] 2022-12-01T10:39:42.1044141Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_ravel_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1044298Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_real_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1044458Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_resize_as__cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1044707Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_resolve_conj_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1044861Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_rot90_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1045027Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_add_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1045173Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1045349Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_amax_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1045522Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_sum_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1045683Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_select_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1045852Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_select_scatter_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1046011Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_signbit_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1046229Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sinc_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1046531Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_slice_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1046850Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_slice_scatter_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1047110Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_softmax_with_dtype_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1047365Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sort_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1047635Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_airy_ai_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1047929Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_y1_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1048271Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_u_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1049078Z 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:39:42.1049349Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_entr_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1049536Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_hermite_polynomial_h_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1049722Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_hermite_polynomial_he_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1049873Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_i0e_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1050096Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_laguerre_polynomial_l_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1050267Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_log_ndtr_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1050450Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_i0_cpu_bool PASSED [ 8%] 2022-12-01T10:39:42.1050632Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_i1_cpu_bool PASSED [ 9%] 2022-12-01T10:39:42.1050813Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_k1_cpu_bool PASSED [ 9%] 2022-12-01T10:39:42.1050978Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_ndtr_cpu_bool PASSED [ 9%] 2022-12-01T10:39:42.1051167Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_scaled_modified_bessel_k0_cpu_bool PASSED [ 9%] 2022-12-01T10:39:42.1051358Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_scaled_modified_bessel_k1_cpu_bool PASSED [ 9%] 2022-12-01T10:39:42.1051733Z 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:39:42.1052102Z 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:39:42.1052289Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_spherical_bessel_j0_cpu_bool PASSED [ 9%] 2022-12-01T10:39:42.1052458Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_xlog1py_cpu_bool PASSED [ 9%] 2022-12-01T10:39:42.1052625Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_split_list_args_cpu_bool PASSED [ 9%] 2022-12-01T10:39:42.1052794Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_split_with_sizes_cpu_bool PASSED [ 9%] 2022-12-01T10:39:42.1052956Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sqrt_cpu_bool PASSED [ 9%] 2022-12-01T10:39:42.1053115Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_square_cpu_bool PASSED [ 9%] 2022-12-01T10:39:42.1053270Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_stack_cpu_bool PASSED [ 9%] 2022-12-01T10:39:42.1053411Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_t_cpu_bool PASSED [ 9%] 2022-12-01T10:39:42.1053568Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_take_cpu_bool PASSED [ 9%] 2022-12-01T10:39:42.1053722Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_tanh_cpu_bool PASSED [ 9%] 2022-12-01T10:39:42.1053876Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_tile_cpu_bool PASSED [ 9%] 2022-12-01T10:39:42.1054037Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_to_sparse_cpu_bool PASSED [ 9%] 2022-12-01T10:39:42.1054201Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_true_divide_cpu_bool PASSED [ 9%] 2022-12-01T10:39:42.1054360Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_unbind_cpu_bool PASSED [ 9%] 2022-12-01T10:39:42.1054521Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_unflatten_cpu_bool PASSED [ 9%] 2022-12-01T10:39:42.1054678Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_unfold_cpu_bool PASSED [ 9%] 2022-12-01T10:39:42.1054838Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_unique_consecutive_cpu_bool PASSED [ 9%] 2022-12-01T10:39:42.1055032Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_unsqueeze_cpu_bool PASSED [ 9%] 2022-12-01T10:39:42.1055191Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_vstack_cpu_bool PASSED [ 9%] 2022-12-01T10:39:42.1055347Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_xlogy_cpu_bool PASSED [ 9%] 2022-12-01T10:39:42.1055498Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_zero__cpu_bool PASSED [ 9%] 2022-12-01T10:39:42.1055690Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_zeros_like_cpu_bool PASSED [ 9%] 2022-12-01T10:39:42.1055854Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_H_cpu_complex64 PASSED [ 9%] 2022-12-01T10:39:42.1056011Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_H_cpu_float32 PASSED [ 9%] 2022-12-01T10:39:42.1056156Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_T_cpu_complex64 PASSED [ 9%] 2022-12-01T10:39:42.1056311Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_T_cpu_float32 PASSED [ 9%] 2022-12-01T10:39:42.1056476Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___radd___cpu_complex64 PASSED [ 9%] 2022-12-01T10:39:42.1056634Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rand___cpu_int64 PASSED [ 9%] 2022-12-01T10:39:42.1056796Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rdiv___cpu_float32 PASSED [ 9%] 2022-12-01T10:39:42.1056966Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmatmul___cpu_complex64 PASSED [ 9%] 2022-12-01T10:39:42.1057135Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmatmul___cpu_float32 PASSED [ 9%] 2022-12-01T10:39:42.1057307Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmatmul___cpu_int64 SKIPPED (67470!) [ 9%] 2022-12-01T10:39:42.1057457Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmul___cpu_complex64 PASSED [ 9%] 2022-12-01T10:39:42.1057616Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rpow___cpu_float32 PASSED [ 9%] 2022-12-01T10:39:42.1057775Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rpow___cpu_int64 PASSED [ 9%] 2022-12-01T10:39:42.1057933Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rxor___cpu_int64 PASSED [ 9%] 2022-12-01T10:39:42.1058092Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_abs_cpu_float32 PASSED [ 9%] 2022-12-01T10:39:42.1058246Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_abs_cpu_int64 PASSED [ 9%] 2022-12-01T10:39:42.1058406Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_acos_cpu_complex64 PASSED [ 9%] 2022-12-01T10:39:42.1058569Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_add_cpu_complex64 PASSED [ 9%] 2022-12-01T10:39:42.1058724Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_add_cpu_float32 PASSED [ 9%] 2022-12-01T10:39:42.1058865Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_add_cpu_int64 PASSED [ 9%] 2022-12-01T10:39:42.1059029Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addbmm_cpu_complex64 PASSED [ 9%] 2022-12-01T10:39:42.1059191Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addbmm_cpu_float32 PASSED [ 9%] 2022-12-01T10:39:42.1059349Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addbmm_cpu_int64 PASSED [ 9%] 2022-12-01T10:39:42.1059511Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcdiv_cpu_float32 PASSED [ 9%] 2022-12-01T10:39:42.1059675Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcmul_cpu_complex64 PASSED [ 9%] 2022-12-01T10:39:42.1059835Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcmul_cpu_int64 PASSED [ 9%] 2022-12-01T10:39:42.1059995Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_cpu_complex64 PASSED [ 9%] 2022-12-01T10:39:42.1060141Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_cpu_float32 PASSED [ 9%] 2022-12-01T10:39:42.1060297Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_cpu_int64 PASSED [ 9%] 2022-12-01T10:39:42.1060453Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmv_cpu_float32 PASSED [ 9%] 2022-12-01T10:39:42.1060650Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addr_cpu_float32 PASSED [ 9%] 2022-12-01T10:39:42.1060814Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_allclose_cpu_complex64 PASSED [ 9%] 2022-12-01T10:39:42.1060970Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_amax_cpu_float32 PASSED [ 9%] 2022-12-01T10:39:42.1061127Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_amax_cpu_int64 PASSED [ 9%] 2022-12-01T10:39:42.1061316Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_aminmax_cpu_float32 PASSED [ 9%] 2022-12-01T10:39:42.1061476Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_aminmax_cpu_int64 PASSED [ 9%] 2022-12-01T10:39:42.1061625Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_angle_cpu_complex64 PASSED [ 9%] 2022-12-01T10:39:42.1061783Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_angle_cpu_float32 PASSED [ 9%] 2022-12-01T10:39:42.1061942Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_any_cpu_complex64 PASSED [ 9%] 2022-12-01T10:39:42.1062101Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_any_cpu_float32 PASSED [ 9%] 2022-12-01T10:39:42.1062440Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_any_cpu_int64 PASSED [ 9%] 2022-12-01T10:39:42.1062680Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_arange_cpu_float32 XFAIL [ 9%] 2022-12-01T10:39:42.1062914Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_arange_cpu_int64 XFAIL [ 9%] 2022-12-01T10:39:42.1063187Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmax_cpu_float32 PASSED [ 9%] 2022-12-01T10:39:42.1063406Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmax_cpu_int64 PASSED [ 9%] 2022-12-01T10:39:42.1063690Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmin_cpu_int64 PASSED [ 9%] 2022-12-01T10:39:42.1064004Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argsort_cpu_float32 PASSED [ 9%] 2022-12-01T10:39:42.1064260Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argwhere_cpu_float32 PASSED [ 9%] 2022-12-01T10:39:42.1064431Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_cpu_complex64 XFAIL [ 9%] 2022-12-01T10:39:42.1064592Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_cpu_float32 XFAIL [ 9%] 2022-12-01T10:39:42.1064750Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_cpu_int64 XFAIL [ 9%] 2022-12-01T10:39:42.1065095Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_scatter_cpu_float32 SKIPPED (Works for int64, fails for everything else) [ 9%] 2022-12-01T10:39:42.1065516Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_scatter_cpu_int64 SKIPPED (Works for int64, fails for everything else) [ 9%] 2022-12-01T10:39:42.1065734Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_asin_cpu_complex64 PASSED [ 9%] 2022-12-01T10:39:42.1065892Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_asin_cpu_int64 PASSED [ 9%] 2022-12-01T10:39:42.1066057Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_asinh_cpu_complex64 PASSED [ 9%] 2022-12-01T10:39:42.1066220Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_asinh_cpu_float32 PASSED [ 9%] 2022-12-01T10:39:42.1066382Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan_cpu_complex64 PASSED [ 9%] 2022-12-01T10:39:42.1066543Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atanh_cpu_complex64 PASSED [ 9%] 2022-12-01T10:39:42.1066700Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atanh_cpu_int64 PASSED [ 9%] 2022-12-01T10:39:42.1066870Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_1d_cpu_complex64 PASSED [ 9%] 2022-12-01T10:39:42.1067028Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_2d_cpu_complex64 PASSED [ 9%] 2022-12-01T10:39:42.1067191Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_2d_cpu_float32 PASSED [ 9%] 2022-12-01T10:39:42.1067351Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_2d_cpu_int64 PASSED [ 9%] 2022-12-01T10:39:42.1067608Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_3d_cpu_complex64 PASSED [ 9%] 2022-12-01T10:39:42.1067769Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_3d_cpu_float32 PASSED [ 9%] 2022-12-01T10:39:42.1067932Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_3d_cpu_int64 PASSED [ 9%] 2022-12-01T10:39:42.1068097Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_baddbmm_cpu_complex64 PASSED [ 9%] 2022-12-01T10:39:42.1068297Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bfloat16_cpu_complex64 PASSED [ 9%] 2022-12-01T10:39:42.1068459Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bfloat16_cpu_int64 PASSED [ 9%] 2022-12-01T10:39:42.1068618Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_left_shift_cpu_int64 PASSED [ 9%] 2022-12-01T10:39:42.1068781Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_not_cpu_int64 PASSED [ 9%] 2022-12-01T10:39:42.1068942Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_or_cpu_int64 PASSED [ 9%] 2022-12-01T10:39:42.1069129Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_right_shift_cpu_int64 PASSED [ 9%] 2022-12-01T10:39:42.1069291Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_xor_cpu_int64 PASSED [ 9%] 2022-12-01T10:39:42.1069459Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_block_diag_cpu_complex64 PASSED [ 9%] 2022-12-01T10:39:42.1069622Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_block_diag_cpu_float32 PASSED [ 9%] 2022-12-01T10:39:42.1069781Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bool_cpu_float32 PASSED [ 9%] 2022-12-01T10:39:42.1069962Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_tensors_cpu_complex64 PASSED [ 9%] 2022-12-01T10:39:42.1070121Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_to_cpu_complex64 PASSED [ 9%] 2022-12-01T10:39:42.1070284Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_to_cpu_int64 PASSED [ 9%] 2022-12-01T10:39:42.1070452Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bucketize_cpu_float32 PASSED [ 9%] 2022-12-01T10:39:42.1070615Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_byte_cpu_complex64 PASSED [ 9%] 2022-12-01T10:39:42.1070791Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cartesian_prod_cpu_complex64 PASSED [ 9%] 2022-12-01T10:39:42.1070952Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cat_cpu_complex64 PASSED [ 9%] 2022-12-01T10:39:42.1071112Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cat_cpu_float32 PASSED [ 9%] 2022-12-01T10:39:42.1071269Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cdist_cpu_float32 PASSED [ 9%] 2022-12-01T10:39:42.1071414Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ceil_cpu_float32 PASSED [ 9%] 2022-12-01T10:39:42.1071577Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_chalf_cpu_complex64 PASSED [ 9%] 2022-12-01T10:39:42.1071737Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_chalf_cpu_int64 PASSED [ 9%] 2022-12-01T10:39:42.1071898Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_char_cpu_complex64 PASSED [ 9%] 2022-12-01T10:39:42.1072064Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_cpu_complex64 PASSED [ 9%] 2022-12-01T10:39:42.1072239Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_inverse_cpu_float32 PASSED [ 9%] 2022-12-01T10:39:42.1072414Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_solve_cpu_complex64 PASSED [ 9%] 2022-12-01T10:39:42.1072578Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_chunk_cpu_complex64 PASSED [ 9%] 2022-12-01T10:39:42.1072737Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_cpu_float32 PASSED [ 9%] 2022-12-01T10:39:42.1072882Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_cpu_int64 PASSED [ 9%] 2022-12-01T10:39:42.1073045Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_max_cpu_float32 PASSED [ 9%] 2022-12-01T10:39:42.1073240Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_max_cpu_int64 PASSED [ 9%] 2022-12-01T10:39:42.1073403Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_min_cpu_float32 PASSED [ 9%] 2022-12-01T10:39:42.1073563Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clone_cpu_complex64 PASSED [ 9%] 2022-12-01T10:39:42.1073735Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_column_stack_cpu_complex64 PASSED [ 9%] 2022-12-01T10:39:42.1073948Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_column_stack_cpu_float32 PASSED [ 9%] 2022-12-01T10:39:42.1074112Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_column_stack_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:42.1074260Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_complex_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:42.1074417Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:42.1074570Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:42.1074744Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_physical_cpu_complex64 PASSED [ 10%] 2022-12-01T10:39:42.1074912Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_physical_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:42.1075086Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_constant_pad_nd_cpu_complex64 PASSED [ 10%] 2022-12-01T10:39:42.1075259Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_constant_pad_nd_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:42.1075425Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_constant_pad_nd_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:42.1075590Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_contiguous_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:42.1075737Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_copysign_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:42.1075901Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_corrcoef_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:42.1076064Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_corrcoef_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:42.1076223Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cos_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:42.1076384Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cosh_cpu_complex64 PASSED [ 10%] 2022-12-01T10:39:42.1076541Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cosh_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:42.1076701Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cosh_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:42.1076874Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_count_nonzero_cpu_complex64 PASSED [ 10%] 2022-12-01T10:39:42.1077026Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_count_nonzero_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:42.1077183Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cov_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:42.1077340Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cov_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:42.1077499Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cross_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:42.1077657Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummax_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:42.1077814Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummax_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:42.1077974Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummin_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:42.1078140Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumprod_cpu_complex64 PASSED [ 10%] 2022-12-01T10:39:42.1078298Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumsum_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:42.1078467Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumulative_trapezoid_cpu_complex64 PASSED [ 10%] 2022-12-01T10:39:42.1078647Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumulative_trapezoid_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:42.1078809Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_deg2rad_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:42.1078999Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_deg2rad_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:42.1079161Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_cpu_complex64 PASSED [ 10%] 2022-12-01T10:39:42.1079321Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:42.1079516Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_embed_cpu_complex64 PASSED [ 10%] 2022-12-01T10:39:42.1079679Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_embed_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:42.1079832Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagflat_cpu_complex64 PASSED [ 10%] 2022-12-01T10:39:42.1079992Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:42.1080201Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_scatter_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:42.1080494Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diff_cpu_complex64 PASSED [ 10%] 2022-12-01T10:39:42.1080795Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diff_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:42.1081065Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_digamma_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:42.1081226Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_digamma_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:42.1081405Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dist_cpu_complex64 PASSED [ 10%] 2022-12-01T10:39:42.1081727Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_floor_rounding_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:42.1082038Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_trunc_rounding_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:42.1082262Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dot_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:42.1082422Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_double_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:42.1082585Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dsplit_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:42.1082742Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dstack_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:42.1082906Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_einsum_cpu_complex64 PASSED [ 10%] 2022-12-01T10:39:42.1083082Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_cpu_float32 SKIPPED (Skipped!) [ 10%] 2022-12-01T10:39:42.1083256Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_cpu_int64 SKIPPED (Skipped!) [ 10%] 2022-12-01T10:39:42.1083425Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_like_cpu_float32 SKIPPED (Skipped!) [ 10%] 2022-12-01T10:39:42.1083579Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_eq_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:42.1083742Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_equal_cpu_complex64 PASSED [ 10%] 2022-12-01T10:39:42.1083899Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_erf_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:42.1084058Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfc_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:42.1084213Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfc_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:42.1084368Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp2_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:42.1084530Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp_cpu_complex64 PASSED [ 10%] 2022-12-01T10:39:42.1084760Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:42.1084913Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_cpu_complex64 PASSED [ 10%] 2022-12-01T10:39:42.1085072Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:42.1085228Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expm1_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:42.1085447Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_eye_cpu_complex64 SKIPPED (Skipped!) [ 10%] 2022-12-01T10:39:42.1085620Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_eye_cpu_float32 SKIPPED (Skipped!) [ 10%] 2022-12-01T10:39:42.1085788Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_eye_cpu_int64 SKIPPED (Skipped!) [ 10%] 2022-12-01T10:39:42.1085950Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft2_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:42.1086143Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft_cpu_complex64 PASSED [ 10%] 2022-12-01T10:39:42.1086292Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:42.1086450Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftn_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:42.1086622Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftshift_cpu_complex64 PASSED [ 10%] 2022-12-01T10:39:42.1086786Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftshift_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:42.1086948Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft2_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:42.1087106Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft2_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:42.1087267Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:42.1087428Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft2_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:42.1087586Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:42.1087739Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftn_cpu_complex64 PASSED [ 10%] 2022-12-01T10:39:42.1087898Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftn_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:42.1088074Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftshift_cpu_complex64 PASSED [ 10%] 2022-12-01T10:39:42.1088246Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftshift_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:42.1088411Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft2_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:42.1088569Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft2_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:42.1088729Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:42.1088890Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:42.1089041Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfftn_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:42.1089200Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfftn_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:42.1089371Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft2_cpu_complex64 PASSED [ 10%] 2022-12-01T10:39:42.1089533Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft2_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:42.1089696Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft2_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:42.1089862Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfftn_cpu_complex64 PASSED [ 10%] 2022-12-01T10:39:42.1090019Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:42.1090177Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:42.1090341Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfftn_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:42.1090487Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfftn_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:42.1090645Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fill_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:42.1090809Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flatten_cpu_complex64 PASSED [ 10%] 2022-12-01T10:39:42.1091000Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flip_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:42.1091155Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flip_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:42.1091316Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fliplr_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:42.1091473Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fliplr_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:42.1091662Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flipud_cpu_complex64 PASSED [ 10%] 2022-12-01T10:39:42.1091811Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flipud_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:42.1091969Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:42.1092136Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_divide_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:42.1092297Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_divide_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:42.1092455Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmax_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:42.1092610Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmin_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:42.1092767Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmin_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:42.1092922Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmod_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:42.1093065Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmod_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:42.1093221Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_frac_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:42.1093380Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_frexp_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:42.1093543Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_like_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:42.1093705Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_like_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:42.1093865Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gather_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:42.1094019Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ge_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:42.1094172Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ge_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:42.1094333Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_geqrf_cpu_complex64 PASSED [ 10%] 2022-12-01T10:39:42.1094480Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_geqrf_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:42.1094647Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gradient_cpu_complex64 PASSED [ 10%] 2022-12-01T10:39:42.1094804Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gt_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:42.1094964Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_half_cpu_complex64 PASSED [ 10%] 2022-12-01T10:39:42.1095120Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_half_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:42.1095284Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_heaviside_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:42.1095449Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_histogram_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:42.1095607Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hsplit_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:42.1095758Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hstack_cpu_complex64 PASSED [ 10%] 2022-12-01T10:39:42.1095919Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hstack_cpu_int64 PASSED [ 10%] 2022-12-01T10:39:42.1096076Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hypot_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:42.1096230Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_i0_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:42.1096390Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_add_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:42.1096548Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_add_cpu_int64 PASSED [ 11%] 2022-12-01T10:39:42.1096747Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_copy_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:42.1096910Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_copy_cpu_int64 PASSED [ 11%] 2022-12-01T10:39:42.1097061Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_fill_cpu_int64 PASSED [ 11%] 2022-12-01T10:39:42.1097373Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_put_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:42.1097666Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_reduce_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:42.1097933Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_select_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:42.1098197Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_select_cpu_int64 PASSED [ 11%] 2022-12-01T10:39:42.1098471Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_inner_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:42.1098758Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_inner_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:42.1099052Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_inner_cpu_int64 PASSED [ 11%] 2022-12-01T10:39:42.1099301Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isclose_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:42.1099534Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isin_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:42.1099798Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isin_cpu_int64 PASSED [ 11%] 2022-12-01T10:39:42.1100095Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isinf_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:42.1100398Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isnan_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:42.1100640Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isneginf_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:42.1100803Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isreal_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:42.1100963Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isreal_cpu_int64 PASSED [ 11%] 2022-12-01T10:39:42.1101121Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_istft_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:42.1101313Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 11%] 2022-12-01T10:39:42.1101519Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_2inputs_2outputs_cpu_int64 SKIPPED (Only runs on cuda) [ 11%] 2022-12-01T10:39:42.1101732Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 11%] 2022-12-01T10:39:42.1101938Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cpu_int64 SKIPPED (Only runs on cuda) [ 11%] 2022-12-01T10:39:42.1102132Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_cpu_complex64 SKIPPED (Only runs on cuda) [ 11%] 2022-12-01T10:39:42.1102524Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_cpu_int64 SKIPPED (Only runs on cuda) [ 11%] 2022-12-01T10:39:42.1102721Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 11%] 2022-12-01T10:39:42.1102886Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_kron_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:42.1103046Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_kron_cpu_int64 PASSED [ 11%] 2022-12-01T10:39:42.1103211Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_kthvalue_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:42.1103364Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ldexp_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:42.1103524Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ldexp_cpu_int64 PASSED [ 11%] 2022-12-01T10:39:42.1103682Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_le_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:42.1103942Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_le_cpu_int64 PASSED [ 11%] 2022-12-01T10:39:42.1104106Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lerp_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:42.1104269Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lerp_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:42.1104422Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lgamma_cpu_int64 PASSED [ 11%] 2022-12-01T10:39:42.1104624Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cond_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:42.1104786Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cross_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:42.1104953Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cross_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:42.1105117Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cross_cpu_int64 PASSED [ 11%] 2022-12-01T10:39:42.1105280Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:42.1105505Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_singular_cpu_float32 SKIPPED (The backward may give different results) [ 11%] 2022-12-01T10:39:42.1105668Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eig_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:42.1105841Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigh_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:42.1106009Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigh_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:42.1106178Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvals_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:42.1106354Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_householder_product_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:42.1106522Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_ex_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:42.1106701Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_ex_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:42.1106878Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_solve_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:42.1107050Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_solve_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:42.1107220Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:42.1107406Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:42.1107570Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:42.1107742Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:42.1107898Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:42.1108074Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_ex_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:42.1108253Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_norm_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:42.1108431Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_power_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:42.1108608Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_power_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:42.1108787Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:42.1108973Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_hermitian_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:42.1109150Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_multi_dot_cpu_float32 SKIPPED (67470!) [ 11%] 2022-12-01T10:39:42.1109344Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_subgradients_at_zero_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:42.1109562Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:42.1109733Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:42.1109915Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_hermitian_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:42.1110121Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_hermitian_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:42.1110367Z 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:39:42.1110606Z 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:39:42.1110773Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_qr_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:42.1110940Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_qr_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:42.1111114Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_slogdet_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:42.1111273Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:42.1111447Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_ex_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:42.1111633Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_triangular_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:42.1111815Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_triangular_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:42.1111979Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svd_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:42.1112153Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorinv_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:42.1112322Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vander_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:42.1112490Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vander_cpu_int64 PASSED [ 11%] 2022-12-01T10:39:42.1112661Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vecdot_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:42.1112817Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vecdot_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:42.1112992Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vector_norm_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:42.1113153Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linspace_cpu_float32 XFAIL [ 11%] 2022-12-01T10:39:42.1113314Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linspace_cpu_int64 XFAIL [ 11%] 2022-12-01T10:39:42.1113469Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log10_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:42.1113630Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log1p_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:42.1113789Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log1p_cpu_int64 PASSED [ 11%] 2022-12-01T10:39:42.1113984Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log2_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:42.1114203Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_cpu_int64 PASSED [ 11%] 2022-12-01T10:39:42.1114468Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_dtype_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:42.1114753Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_dtype_cpu_int64 PASSED [ 11%] 2022-12-01T10:39:42.1115046Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logaddexp2_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:42.1115332Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logcumsumexp_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:42.1115583Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logdet_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:42.1115937Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logdet_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:42.1116229Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_and_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:42.1116506Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_and_cpu_int64 PASSED [ 11%] 2022-12-01T10:39:42.1116794Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_or_cpu_int64 PASSED [ 11%] 2022-12-01T10:39:42.1117183Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_xor_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:42.1117379Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_xor_cpu_int64 PASSED [ 11%] 2022-12-01T10:39:42.1117540Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logit_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:42.1117699Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logit_cpu_int64 PASSED [ 11%] 2022-12-01T10:39:42.1117859Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logspace_cpu_float32 XFAIL [ 11%] 2022-12-01T10:39:42.1118022Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logspace_cpu_int64 XFAIL [ 11%] 2022-12-01T10:39:42.1118183Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_long_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:42.1118328Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_long_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:42.1118489Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_long_cpu_int64 PASSED [ 11%] 2022-12-01T10:39:42.1118643Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lt_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:42.1118798Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lt_cpu_int64 PASSED [ 11%] 2022-12-01T10:39:42.1118953Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:42.1119113Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_solve_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:42.1119282Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_unpack_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:42.1119448Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_unpack_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:42.1119601Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mH_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:42.1119750Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_amax_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:42.1119917Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_amin_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:42.1120094Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_cumprod_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:42.1120263Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_cumprod_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:42.1120437Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_cumsum_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:42.1120608Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_logaddexp_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:42.1120781Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_logsumexp_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:42.1120953Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_normalize_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:42.1121111Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_prod_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:42.1121276Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_prod_cpu_int64 PASSED [ 11%] 2022-12-01T10:39:42.1121448Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_scatter_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:42.1121617Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_scatter_cpu_float32 PASSED [ 11%] 2022-12-01T10:39:42.1121782Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_select_cpu_int64 PASSED [ 12%] 2022-12-01T10:39:42.1121949Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_std_cpu_complex64 PASSED [ 12%] 2022-12-01T10:39:42.1122150Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_std_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:42.1122314Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_sum_cpu_complex64 PASSED [ 12%] 2022-12-01T10:39:42.1122478Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_var_cpu_int64 PASSED [ 12%] 2022-12-01T10:39:42.1122627Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_matrix_exp_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:42.1122814Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_binary_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:42.1122993Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_no_dim_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:42.1123164Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_no_dim_cpu_int64 PASSED [ 12%] 2022-12-01T10:39:42.1123326Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_maximum_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:42.1123486Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_maximum_cpu_int64 PASSED [ 12%] 2022-12-01T10:39:42.1123647Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mean_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:42.1123799Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_median_cpu_int64 PASSED [ 12%] 2022-12-01T10:39:42.1123968Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_list_of_tensors_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:42.1124157Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_variadic_tensors_cpu_complex64 PASSED [ 12%] 2022-12-01T10:39:42.1124419Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_variadic_tensors_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:42.1124761Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_binary_cpu_int64 PASSED [ 12%] 2022-12-01T10:39:42.1125077Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_no_dim_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:42.1125411Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_no_dim_cpu_int64 PASSED [ 12%] 2022-12-01T10:39:42.1125733Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_with_dim_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:42.1125899Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mm_cpu_complex64 PASSED [ 12%] 2022-12-01T10:39:42.1126055Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mm_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:42.1126199Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mode_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:42.1126388Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_movedim_cpu_complex64 PASSED [ 12%] 2022-12-01T10:39:42.1126593Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_movedim_cpu_int64 PASSED [ 12%] 2022-12-01T10:39:42.1126752Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_msort_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:42.1126909Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_msort_cpu_int64 PASSED [ 12%] 2022-12-01T10:39:42.1127071Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mul_cpu_complex64 PASSED [ 12%] 2022-12-01T10:39:42.1127224Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mul_cpu_int64 PASSED [ 12%] 2022-12-01T10:39:42.1127401Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:42.1127578Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_5_cpu_int64 PASSED [ 12%] 2022-12-01T10:39:42.1127728Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nan_to_num_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:42.1127887Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nan_to_num_cpu_int64 PASSED [ 12%] 2022-12-01T10:39:42.1128050Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanmedian_cpu_int64 PASSED [ 12%] 2022-12-01T10:39:42.1128215Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanquantile_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:42.1128385Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_copy_cpu_complex64 PASSED [ 12%] 2022-12-01T10:39:42.1128624Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_copy_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:42.1128785Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_copy_cpu_int64 PASSED [ 12%] 2022-12-01T10:39:42.1128947Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_cpu_complex64 PASSED [ 12%] 2022-12-01T10:39:42.1129122Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:42.1129283Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ne_cpu_complex64 PASSED [ 12%] 2022-12-01T10:39:42.1129437Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ne_cpu_int64 PASSED [ 12%] 2022-12-01T10:39:42.1129594Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_neg_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:42.1129749Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_neg_cpu_int64 PASSED [ 12%] 2022-12-01T10:39:42.1129930Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_cpu_float32 SKIPPED (Skipped!) [ 12%] 2022-12-01T10:39:42.1130163Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_strided_cpu_complex64 SKIPPED (Expected: new_empty_strided is not comparable) [ 12%] 2022-12-01T10:39:42.1130388Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_strided_cpu_float32 SKIPPED (Expected: new_empty_strided is not comparable) [ 12%] 2022-12-01T10:39:42.1130608Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_strided_cpu_int64 SKIPPED (Expected: new_empty_strided is not comparable) [ 12%] 2022-12-01T10:39:42.1130758Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_full_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:42.1130918Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_full_cpu_int64 PASSED [ 12%] 2022-12-01T10:39:42.1131082Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_ones_cpu_complex64 PASSED [ 12%] 2022-12-01T10:39:42.1131243Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_ones_cpu_int64 PASSED [ 12%] 2022-12-01T10:39:42.1131447Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional__scaled_dot_product_attention_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:42.1131643Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:42.1131827Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool2d_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:42.1132006Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_bilinear_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:42.1132182Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_bilinear_cpu_int64 PASSED [ 12%] 2022-12-01T10:39:42.1132343Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_celu_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:42.1132522Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv1d_cpu_complex64 PASSED [ 12%] 2022-12-01T10:39:42.1132700Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv1d_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:42.1132890Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:42.1133078Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose1d_cpu_int64 PASSED [ 12%] 2022-12-01T10:39:42.1133264Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose2d_cpu_int64 PASSED [ 12%] 2022-12-01T10:39:42.1133453Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:42.1133634Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose3d_cpu_int64 PASSED [ 12%] 2022-12-01T10:39:42.1133820Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cross_entropy_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:42.1134018Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_ctc_loss_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:42.1134198Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_dropout3d_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:42.1134380Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_embedding_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:42.1134613Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:42.1134828Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 PASSED [ 12%] 2022-12-01T10:39:42.1135037Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:42.1135244Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cpu_int64 PASSED [ 12%] 2022-12-01T10:39:42.1135440Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_fractional_max_pool2d_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:42.1135628Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_gaussian_nll_loss_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:42.1135803Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_glu_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:42.1135977Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_instance_norm_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:42.1136179Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:42.1136372Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:42.1136559Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_linear_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:42.1136756Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:42.1136934Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_kl_div_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:42.1137114Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_l1_loss_cpu_complex64 PASSED [ 12%] 2022-12-01T10:39:42.1137295Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_layer_norm_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:42.1137477Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_leaky_relu_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:42.1137640Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_linear_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:42.1137814Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_linear_cpu_int64 PASSED [ 12%] 2022-12-01T10:39:42.1138002Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:42.1138192Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_margin_ranking_loss_cpu_int64 PASSED [ 12%] 2022-12-01T10:39:42.1138373Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_pool1d_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:42.1138553Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_pool2d_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:42.1138735Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_pool3d_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:42.1138919Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool1d_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:42.1139102Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool2d_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:42.1139277Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:42.1139453Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_mse_loss_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:42.1139680Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_multilabel_margin_loss_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:42.1139879Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:42.1140058Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_nll_loss_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:42.1140315Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_normalize_cpu_complex64 PASSED [ 12%] 2022-12-01T10:39:42.1140494Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_one_hot_cpu_int64 PASSED [ 12%] 2022-12-01T10:39:42.1140676Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_circular_cpu_int64 PASSED [ 12%] 2022-12-01T10:39:42.1140862Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_constant_cpu_complex64 PASSED [ 12%] 2022-12-01T10:39:42.1141031Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_constant_cpu_int64 PASSED [ 12%] 2022-12-01T10:39:42.1141216Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_reflect_cpu_complex64 PASSED [ 12%] 2022-12-01T10:39:42.1141497Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_reflect_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:42.1141866Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_replicate_cpu_complex64 PASSED [ 12%] 2022-12-01T10:39:42.1142334Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pairwise_distance_cpu_complex64 PASSED [ 12%] 2022-12-01T10:39:42.1142518Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pdist_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:42.1142708Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cpu_complex64 PASSED [ 12%] 2022-12-01T10:39:42.1143007Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_poisson_nll_loss_cpu_int64 PASSED [ 12%] 2022-12-01T10:39:42.1143346Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:42.1143627Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu_cpu_int64 PASSED [ 12%] 2022-12-01T10:39:42.1143819Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:42.1144012Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:42.1144201Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_with_dtype_cpu_int64 PASSED [ 12%] 2022-12-01T10:39:42.1144381Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softplus_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:42.1144558Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softsign_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:42.1144744Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_tanhshrink_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:42.1144922Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_threshold_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:42.1145117Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cpu_complex64 PASSED [ 12%] 2022-12-01T10:39:42.1145311Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:42.1145501Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cpu_int64 PASSED [ 12%] 2022-12-01T10:39:42.1145692Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:42.1145856Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nonzero_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:42.1146098Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:42.1146262Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_fro_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:42.1146424Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_normal_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:42.1146600Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_normal_number_mean_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:42.1146796Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_cpu_float32 XFAIL [ 12%] 2022-12-01T10:39:42.1146951Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_like_cpu_complex64 PASSED [ 12%] 2022-12-01T10:39:42.1147115Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_like_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:42.1147277Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ormqr_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:42.1147439Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_outer_cpu_complex64 PASSED [ 13%] 2022-12-01T10:39:42.1147601Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_outer_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:42.1147771Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_permute_cpu_complex64 PASSED [ 13%] 2022-12-01T10:39:42.1147931Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_permute_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:42.1148113Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_0_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:42.1148294Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_0_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:42.1148479Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_1_cpu_float32 SKIPPED (Skipped!) [ 13%] 2022-12-01T10:39:42.1148673Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_3_cpu_float32 SKIPPED (Skipped!) [ 13%] 2022-12-01T10:39:42.1148869Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_4_cpu_float32 SKIPPED (Skipped!) [ 13%] 2022-12-01T10:39:42.1149041Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_positive_cpu_complex64 PASSED [ 13%] 2022-12-01T10:39:42.1149204Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_positive_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:42.1149365Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_pow_cpu_complex64 PASSED [ 13%] 2022-12-01T10:39:42.1149527Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_pow_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:42.1149685Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_pow_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:42.1149842Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_prod_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:42.1149987Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_prod_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:42.1150148Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_put_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:42.1150307Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_put_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:42.1150463Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_qr_cpu_complex64 PASSED [ 13%] 2022-12-01T10:39:42.1150618Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_qr_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:42.1150782Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rand_like_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:42.1150953Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_randint_like_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:42.1151147Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_cpu_float32 SKIPPED (Test expects tensor input) [ 13%] 2022-12-01T10:39:42.1151302Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_like_cpu_complex64 PASSED [ 13%] 2022-12-01T10:39:42.1151468Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ravel_cpu_complex64 PASSED [ 13%] 2022-12-01T10:39:42.1151625Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ravel_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:42.1151828Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_real_cpu_complex64 PASSED [ 13%] 2022-12-01T10:39:42.1151993Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reciprocal_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:42.1152155Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_remainder_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:42.1152314Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_renorm_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:42.1152502Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:42.1152669Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_interleave_cpu_complex64 PASSED [ 13%] 2022-12-01T10:39:42.1152844Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_interleave_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:42.1153010Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_as_cpu_complex64 PASSED [ 13%] 2022-12-01T10:39:42.1153178Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_as_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:42.1153343Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_cpu_complex64 PASSED [ 13%] 2022-12-01T10:39:42.1153504Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:42.1153664Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize__cpu_int64 PASSED [ 13%] 2022-12-01T10:39:42.1153828Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize_as__cpu_float32 PASSED [ 13%] 2022-12-01T10:39:42.1153999Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_conj_cpu_complex64 PASSED [ 13%] 2022-12-01T10:39:42.1154154Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_conj_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:42.1154320Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_conj_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:42.1154481Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_roll_cpu_complex64 PASSED [ 13%] 2022-12-01T10:39:42.1154644Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rot90_cpu_complex64 PASSED [ 13%] 2022-12-01T10:39:42.1154803Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rot90_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:42.1154963Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:42.1155137Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_decimals_0_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:42.1155328Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_decimals_neg_3_cpu_float32 SKIPPED (Skipped!) [ 13%] 2022-12-01T10:39:42.1155491Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsqrt_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:42.1155640Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsub_cpu_complex64 PASSED [ 13%] 2022-12-01T10:39:42.1155812Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_add_cpu_complex64 PASSED [ 13%] 2022-12-01T10:39:42.1155978Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_cpu_complex64 PASSED [ 13%] 2022-12-01T10:39:42.1156140Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:42.1156299Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:42.1156476Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amax_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:42.1156651Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amax_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:42.1156819Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amin_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:42.1156972Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_mean_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:42.1157145Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_sum_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:42.1157316Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_sum_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:42.1157533Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_searchsorted_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:42.1157714Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_segment_reduce_offsets_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:42.1157873Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:42.1158123Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_scatter_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:42.1158403Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_scatter_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:42.1158710Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sgn_cpu_complex64 PASSED [ 13%] 2022-12-01T10:39:42.1158993Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sgn_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:42.1159186Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sgn_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:42.1159352Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_short_cpu_complex64 PASSED [ 13%] 2022-12-01T10:39:42.1159514Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_short_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:42.1159669Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_short_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:42.1159837Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sigmoid_cpu_complex64 PASSED [ 13%] 2022-12-01T10:39:42.1160000Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sigmoid_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:42.1160157Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sigmoid_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:42.1160338Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sign_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:42.1160496Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sin_cpu_complex64 PASSED [ 13%] 2022-12-01T10:39:42.1160651Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sin_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:42.1160814Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinh_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:42.1160967Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:42.1161132Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_scatter_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:42.1161308Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_with_dtype_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:42.1161466Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sort_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:42.1161659Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sparse_sampled_addmm_cpu_float32 SKIPPED (Skipped!) [ 13%] 2022-12-01T10:39:42.1161819Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j0_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:42.1161990Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j0_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:42.1162165Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y0_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:42.1162338Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y1_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:42.1162506Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y1_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:42.1162695Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_t_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:42.1163185Z 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:39:42.1163560Z 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:39:42.1163929Z 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:39:42.1164129Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_erfcx_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:42.1164316Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_h_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:42.1164505Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_he_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:42.1164849Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_he_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:42.1165027Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i0e_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:42.1165193Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:42.1165360Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:42.1165742Z 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:39:42.1166109Z 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:39:42.1166284Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_log_ndtr_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:42.1166458Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i0_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:42.1166644Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i0_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:42.1166825Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i1_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:42.1167008Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k0_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:42.1167182Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtr_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:42.1167350Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtr_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:42.1167549Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:42.1167744Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k0_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:42.1167932Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k1_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:42.1168305Z 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:39:42.1168688Z 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:39:42.1169200Z 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:39:42.1169792Z 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:39:42.1170095Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_xlog1py_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:42.1170412Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_xlog1py_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:42.1170725Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_list_args_cpu_complex64 PASSED [ 13%] 2022-12-01T10:39:42.1170988Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_list_args_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:42.1171370Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_with_sizes_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:42.1171670Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_with_sizes_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:42.1171944Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sqrt_cpu_complex64 PASSED [ 13%] 2022-12-01T10:39:42.1172248Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sqrt_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:42.1172558Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sqrt_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:42.1172722Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_square_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:42.1172882Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_squeeze_cpu_int64 PASSED [ 13%] 2022-12-01T10:39:42.1173039Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_stack_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:42.1173198Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_cpu_complex64 PASSED [ 13%] 2022-12-01T10:39:42.1173366Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_mean_cpu_complex64 PASSED [ 13%] 2022-12-01T10:39:42.1173514Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_mean_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:42.1173675Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_stft_cpu_complex64 PASSED [ 14%] 2022-12-01T10:39:42.1173834Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sub_cpu_complex64 PASSED [ 14%] 2022-12-01T10:39:42.1173992Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sub_cpu_float32 PASSED [ 14%] 2022-12-01T10:39:42.1174149Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_cpu_int64 PASSED [ 14%] 2022-12-01T10:39:42.1174315Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_to_size_cpu_complex64 PASSED [ 14%] 2022-12-01T10:39:42.1174478Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_to_size_cpu_float32 PASSED [ 14%] 2022-12-01T10:39:42.1174640Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_svd_cpu_complex64 PASSED [ 14%] 2022-12-01T10:39:42.1174797Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_t_cpu_float32 PASSED [ 14%] 2022-12-01T10:39:42.1174937Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_t_cpu_int64 PASSED [ 14%] 2022-12-01T10:39:42.1175110Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_along_dim_cpu_complex64 PASSED [ 14%] 2022-12-01T10:39:42.1175281Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_along_dim_cpu_float32 PASSED [ 14%] 2022-12-01T10:39:42.1175446Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_cpu_complex64 PASSED [ 14%] 2022-12-01T10:39:42.1175604Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tan_cpu_complex64 PASSED [ 14%] 2022-12-01T10:39:42.1175766Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tan_cpu_float32 PASSED [ 14%] 2022-12-01T10:39:42.1175918Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tan_cpu_int64 PASSED [ 14%] 2022-12-01T10:39:42.1176076Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tanh_cpu_float32 PASSED [ 14%] 2022-12-01T10:39:42.1176229Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensor_split_cpu_float32 PASSED [ 14%] 2022-12-01T10:39:42.1176388Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tile_cpu_complex64 PASSED [ 14%] 2022-12-01T10:39:42.1176543Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tile_cpu_int64 PASSED [ 14%] 2022-12-01T10:39:42.1176703Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_cpu_complex64 PASSED [ 14%] 2022-12-01T10:39:42.1176861Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_cpu_float32 PASSED [ 14%] 2022-12-01T10:39:42.1177013Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_cpu_int64 PASSED [ 14%] 2022-12-01T10:39:42.1177176Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trace_cpu_complex64 PASSED [ 14%] 2022-12-01T10:39:42.1177328Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trace_cpu_int64 PASSED [ 14%] 2022-12-01T10:39:42.1177531Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_transpose_cpu_complex64 PASSED [ 14%] 2022-12-01T10:39:42.1177681Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_transpose_cpu_int64 PASSED [ 14%] 2022-12-01T10:39:42.1177847Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapezoid_cpu_complex64 PASSED [ 14%] 2022-12-01T10:39:42.1178011Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapezoid_cpu_float32 PASSED [ 14%] 2022-12-01T10:39:42.1178222Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapz_cpu_complex64 PASSED [ 14%] 2022-12-01T10:39:42.1178382Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapz_cpu_float32 PASSED [ 14%] 2022-12-01T10:39:42.1178540Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapz_cpu_int64 PASSED [ 14%] 2022-12-01T10:39:42.1178716Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_triangular_solve_cpu_float32 PASSED [ 14%] 2022-12-01T10:39:42.1178874Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_cpu_float32 PASSED [ 14%] 2022-12-01T10:39:42.1179019Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_cpu_int64 PASSED [ 14%] 2022-12-01T10:39:42.1179177Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_cpu_float32 PASSED [ 14%] 2022-12-01T10:39:42.1179335Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_cpu_int64 PASSED [ 14%] 2022-12-01T10:39:42.1179506Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_true_divide_cpu_int64 PASSED [ 14%] 2022-12-01T10:39:42.1179670Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unbind_cpu_complex64 PASSED [ 14%] 2022-12-01T10:39:42.1179829Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unbind_cpu_float32 PASSED [ 14%] 2022-12-01T10:39:42.1179996Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unflatten_cpu_complex64 PASSED [ 14%] 2022-12-01T10:39:42.1180154Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_cpu_float32 PASSED [ 14%] 2022-12-01T10:39:42.1180296Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_cpu_int64 PASSED [ 14%] 2022-12-01T10:39:42.1180463Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unsqueeze_cpu_float32 PASSED [ 14%] 2022-12-01T10:39:42.1180628Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_mean_cpu_complex64 PASSED [ 14%] 2022-12-01T10:39:42.1180787Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_mean_cpu_float32 PASSED [ 14%] 2022-12-01T10:39:42.1180950Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vdot_cpu_complex64 PASSED [ 14%] 2022-12-01T10:39:42.1181118Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_complex_cpu_float32 XFAIL [ 14%] 2022-12-01T10:39:42.1181277Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_cpu_complex64 PASSED [ 14%] 2022-12-01T10:39:42.1181434Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_cpu_float32 PASSED [ 14%] 2022-12-01T10:39:42.1181587Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vsplit_cpu_int64 PASSED [ 14%] 2022-12-01T10:39:42.1181733Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vstack_cpu_int64 PASSED [ 14%] 2022-12-01T10:39:42.1181891Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_xlogy_cpu_int64 PASSED [ 14%] 2022-12-01T10:39:42.1182051Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zero__cpu_complex64 PASSED [ 14%] 2022-12-01T10:39:42.1182395Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zero__cpu_float32 PASSED [ 14%] 2022-12-01T10:39:42.1182595Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zero__cpu_int64 PASSED [ 14%] 2022-12-01T10:39:42.1182756Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_cpu_complex64 XFAIL [ 14%] 2022-12-01T10:39:42.1182912Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_cpu_float32 XFAIL [ 14%] 2022-12-01T10:39:42.1183068Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_cpu_int64 XFAIL [ 14%] 2022-12-01T10:39:42.1183224Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_like_cpu_complex64 PASSED [ 14%] 2022-12-01T10:39:42.1183478Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_like_cpu_float32 PASSED [ 14%] 2022-12-01T10:39:42.1183629Z test_ops.py::TestCommonCPU::test_numpy_ref_addbmm_cpu_complex128 PASSED [ 14%] 2022-12-01T10:39:42.1183783Z test_ops.py::TestCommonCPU::test_numpy_ref_allclose_cpu_complex128 PASSED [ 14%] 2022-12-01T10:39:42.1183954Z test_ops.py::TestCommonCPU::test_numpy_ref_aminmax_cpu_float64 PASSED [ 14%] 2022-12-01T10:39:42.1184249Z test_ops.py::TestCommonCPU::test_numpy_ref_aminmax_cpu_int64 PASSED [ 14%] 2022-12-01T10:39:42.1184493Z test_ops.py::TestCommonCPU::test_numpy_ref_argwhere_cpu_complex128 PASSED [ 14%] 2022-12-01T10:39:42.1184753Z test_ops.py::TestCommonCPU::test_numpy_ref_argwhere_cpu_int64 PASSED [ 14%] 2022-12-01T10:39:42.1185002Z test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_tensors_cpu_float64 PASSED [ 14%] 2022-12-01T10:39:42.1185301Z test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_to_cpu_complex128 PASSED [ 14%] 2022-12-01T10:39:42.1185597Z test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_to_cpu_float64 PASSED [ 14%] 2022-12-01T10:39:42.1185815Z test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_to_cpu_int64 PASSED [ 14%] 2022-12-01T10:39:42.1185962Z test_ops.py::TestCommonCPU::test_numpy_ref_cat_cpu_complex128 PASSED [ 14%] 2022-12-01T10:39:42.1186103Z test_ops.py::TestCommonCPU::test_numpy_ref_cat_cpu_int64 PASSED [ 14%] 2022-12-01T10:39:42.1186247Z test_ops.py::TestCommonCPU::test_numpy_ref_clamp_cpu_int64 PASSED [ 14%] 2022-12-01T10:39:42.1186390Z test_ops.py::TestCommonCPU::test_numpy_ref_clone_cpu_complex128 XFAIL [ 14%] 2022-12-01T10:39:42.1186545Z test_ops.py::TestCommonCPU::test_numpy_ref_diagflat_cpu_complex128 PASSED [ 14%] 2022-12-01T10:39:42.1186680Z test_ops.py::TestCommonCPU::test_numpy_ref_diagflat_cpu_float64 PASSED [ 14%] 2022-12-01T10:39:42.1186818Z test_ops.py::TestCommonCPU::test_numpy_ref_diff_cpu_int64 PASSED [ 14%] 2022-12-01T10:39:42.1186980Z test_ops.py::TestCommonCPU::test_numpy_ref_equal_cpu_float64 PASSED [ 14%] 2022-12-01T10:39:42.1187230Z test_ops.py::TestCommonCPU::test_numpy_ref_equal_cpu_int64 PASSED [ 14%] 2022-12-01T10:39:42.1187510Z test_ops.py::TestCommonCPU::test_numpy_ref_flatten_cpu_complex128 PASSED [ 14%] 2022-12-01T10:39:42.1187783Z test_ops.py::TestCommonCPU::test_numpy_ref_flatten_cpu_float64 PASSED [ 14%] 2022-12-01T10:39:42.1187956Z test_ops.py::TestCommonCPU::test_numpy_ref_flatten_cpu_int64 PASSED [ 14%] 2022-12-01T10:39:42.1188155Z test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_2inputs_2outputs_cpu_complex128 SKIPPED (Only runs on cuda) [ 14%] 2022-12-01T10:39:42.1188333Z test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_2inputs_2outputs_cpu_float64 SKIPPED (Only runs on cuda) [ 14%] 2022-12-01T10:39:42.1188528Z test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_4inputs_with_extra_args_cpu_int64 SKIPPED (Only runs on cuda) [ 14%] 2022-12-01T10:39:42.1188686Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_cross_cpu_complex128 PASSED [ 14%] 2022-12-01T10:39:42.1188840Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_cross_cpu_int64 PASSED [ 14%] 2022-12-01T10:39:42.1189004Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorsolve_cpu_complex128 PASSED [ 14%] 2022-12-01T10:39:42.1189173Z test_ops.py::TestCommonCPU::test_numpy_ref_meshgrid_variadic_tensors_cpu_float64 PASSED [ 14%] 2022-12-01T10:39:42.1189330Z test_ops.py::TestCommonCPU::test_numpy_ref_native_layer_norm_cpu_float64 PASSED [ 14%] 2022-12-01T10:39:42.1189513Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose1d_cpu_complex128 PASSED [ 14%] 2022-12-01T10:39:42.1189673Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose1d_cpu_float64 PASSED [ 14%] 2022-12-01T10:39:42.1189835Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_gelu_cpu_float64 PASSED [ 14%] 2022-12-01T10:39:42.1189998Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_group_norm_cpu_float64 PASSED [ 14%] 2022-12-01T10:39:42.1190222Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_mse_loss_cpu_float64 PASSED [ 14%] 2022-12-01T10:39:42.1190378Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_one_hot_cpu_int64 PASSED [ 14%] 2022-12-01T10:39:42.1190557Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pairwise_distance_cpu_complex128 PASSED [ 14%] 2022-12-01T10:39:42.1190730Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pairwise_distance_cpu_int64 PASSED [ 14%] 2022-12-01T10:39:42.1190918Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pdist_cpu_float64 PASSED [ 14%] 2022-12-01T10:39:42.1191068Z test_ops.py::TestCommonCPU::test_numpy_ref_permute_cpu_float64 PASSED [ 14%] 2022-12-01T10:39:42.1191199Z test_ops.py::TestCommonCPU::test_numpy_ref_ravel_cpu_int64 PASSED [ 14%] 2022-12-01T10:39:42.1191347Z test_ops.py::TestCommonCPU::test_numpy_ref_repeat_cpu_complex128 PASSED [ 14%] 2022-12-01T10:39:42.1191493Z test_ops.py::TestCommonCPU::test_numpy_ref_repeat_cpu_float64 PASSED [ 14%] 2022-12-01T10:39:42.1191640Z test_ops.py::TestCommonCPU::test_numpy_ref_roll_cpu_complex128 PASSED [ 14%] 2022-12-01T10:39:42.1191783Z test_ops.py::TestCommonCPU::test_numpy_ref_roll_cpu_float64 PASSED [ 14%] 2022-12-01T10:39:42.1191923Z test_ops.py::TestCommonCPU::test_numpy_ref_roll_cpu_int64 PASSED [ 14%] 2022-12-01T10:39:42.1192076Z test_ops.py::TestCommonCPU::test_numpy_ref_searchsorted_cpu_float64 PASSED [ 14%] 2022-12-01T10:39:42.1192225Z test_ops.py::TestCommonCPU::test_numpy_ref_searchsorted_cpu_int64 PASSED [ 14%] 2022-12-01T10:39:42.1192368Z test_ops.py::TestCommonCPU::test_numpy_ref_tensor_split_cpu_complex128 PASSED [ 14%] 2022-12-01T10:39:42.1192523Z test_ops.py::TestCommonCPU::test_numpy_ref_tensor_split_cpu_float64 PASSED [ 14%] 2022-12-01T10:39:42.1192669Z test_ops.py::TestCommonCPU::test_numpy_ref_tensor_split_cpu_int64 PASSED [ 14%] 2022-12-01T10:39:42.1192810Z test_ops.py::TestCommonCPU::test_numpy_ref_tile_cpu_float64 PASSED [ 14%] 2022-12-01T10:39:42.1192953Z test_ops.py::TestCommonCPU::test_numpy_ref_tile_cpu_int64 PASSED [ 14%] 2022-12-01T10:39:42.1193108Z test_ops.py::TestCommonCPU::test_numpy_ref_transpose_cpu_complex128 PASSED [ 14%] 2022-12-01T10:39:42.1193252Z test_ops.py::TestCommonCPU::test_numpy_ref_transpose_cpu_float64 PASSED [ 14%] 2022-12-01T10:39:42.1193397Z test_ops.py::TestCommonCPU::test_numpy_ref_transpose_cpu_int64 PASSED [ 14%] 2022-12-01T10:39:42.1193534Z test_ops.py::TestCommonCPU::test_numpy_ref_tril_indices_cpu_int64 PASSED [ 14%] 2022-12-01T10:39:42.1193677Z test_ops.py::TestCommonCPU::test_numpy_ref_triu_indices_cpu_int64 PASSED [ 14%] 2022-12-01T10:39:42.1193821Z test_ops.py::TestCommonCPU::test_numpy_ref_where_cpu_complex128 PASSED [ 14%] 2022-12-01T10:39:42.1193956Z test_ops.py::TestCommonCPU::test_out_T_cpu_float32 PASSED [ 14%] 2022-12-01T10:39:42.1194091Z test_ops.py::TestCommonCPU::test_out___rand___cpu_int64 PASSED [ 14%] 2022-12-01T10:39:42.1194226Z test_ops.py::TestCommonCPU::test_out___rmod___cpu_float32 PASSED [ 14%] 2022-12-01T10:39:42.1194362Z test_ops.py::TestCommonCPU::test_out___rxor___cpu_int64 PASSED [ 14%] 2022-12-01T10:39:42.1194499Z test_ops.py::TestCommonCPU::test_out__refs_abs_cpu_float32 PASSED [ 14%] 2022-12-01T10:39:42.1194623Z test_ops.py::TestCommonCPU::test_out__refs_add_cpu_float32 PASSED [ 14%] 2022-12-01T10:39:42.1194765Z test_ops.py::TestCommonCPU::test_out__refs_addcdiv_cpu_float32 PASSED [ 14%] 2022-12-01T10:39:42.1194905Z test_ops.py::TestCommonCPU::test_out__refs_addr_cpu_float32 PASSED [ 14%] 2022-12-01T10:39:42.1195043Z test_ops.py::TestCommonCPU::test_out__refs_all_cpu_float32 PASSED [ 14%] 2022-12-01T10:39:42.1195183Z test_ops.py::TestCommonCPU::test_out__refs_amin_cpu_float32 PASSED [ 14%] 2022-12-01T10:39:42.1195320Z test_ops.py::TestCommonCPU::test_out__refs_any_cpu_float32 PASSED [ 14%] 2022-12-01T10:39:42.1195460Z test_ops.py::TestCommonCPU::test_out__refs_arange_cpu_float32 PASSED [ 14%] 2022-12-01T10:39:42.1195633Z test_ops.py::TestCommonCPU::test_out__refs_asinh_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1195763Z test_ops.py::TestCommonCPU::test_out__refs_atleast_1d_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1195905Z test_ops.py::TestCommonCPU::test_out__refs_atleast_3d_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1196044Z test_ops.py::TestCommonCPU::test_out__refs_bitwise_and_cpu_int64 PASSED [ 15%] 2022-12-01T10:39:42.1196224Z test_ops.py::TestCommonCPU::test_out__refs_broadcast_shapes_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1196363Z test_ops.py::TestCommonCPU::test_out__refs_cat_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1196503Z test_ops.py::TestCommonCPU::test_out__refs_chunk_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1196645Z test_ops.py::TestCommonCPU::test_out__refs_clamp_max_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1196795Z test_ops.py::TestCommonCPU::test_out__refs_column_stack_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1196952Z test_ops.py::TestCommonCPU::test_out__refs_constant_pad_nd_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1197080Z test_ops.py::TestCommonCPU::test_out__refs_copysign_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1197217Z test_ops.py::TestCommonCPU::test_out__refs_cos_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1197362Z test_ops.py::TestCommonCPU::test_out__refs_cosh_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1197577Z test_ops.py::TestCommonCPU::test_out__refs_cumsum_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1197853Z test_ops.py::TestCommonCPU::test_out__refs_diag_embed_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1198124Z test_ops.py::TestCommonCPU::test_out__refs_diagonal_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1198439Z test_ops.py::TestCommonCPU::test_out__refs_empty_like_cpu_float32 SKIPPED (Expected: empty is not comparable) [ 15%] 2022-12-01T10:39:42.1198581Z test_ops.py::TestCommonCPU::test_out__refs_erf_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1198707Z test_ops.py::TestCommonCPU::test_out__refs_erfc_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1198848Z test_ops.py::TestCommonCPU::test_out__refs_erfinv_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1198986Z test_ops.py::TestCommonCPU::test_out__refs_eye_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1199176Z test_ops.py::TestCommonCPU::test_out__refs_fft_fft2_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1199329Z test_ops.py::TestCommonCPU::test_out__refs_fft_hfft2_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1199473Z test_ops.py::TestCommonCPU::test_out__refs_fft_hfft_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1199613Z test_ops.py::TestCommonCPU::test_out__refs_fft_ifft2_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1199752Z test_ops.py::TestCommonCPU::test_out__refs_fft_ifftn_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1199891Z test_ops.py::TestCommonCPU::test_out__refs_fft_ifftshift_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1200032Z test_ops.py::TestCommonCPU::test_out__refs_fft_ihfft2_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1200180Z test_ops.py::TestCommonCPU::test_out__refs_fft_ihfft_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1200320Z test_ops.py::TestCommonCPU::test_out__refs_fft_irfft2_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1200459Z test_ops.py::TestCommonCPU::test_out__refs_fft_rfft2_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1200596Z test_ops.py::TestCommonCPU::test_out__refs_fill_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1200736Z test_ops.py::TestCommonCPU::test_out__refs_flatten_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1200873Z test_ops.py::TestCommonCPU::test_out__refs_fmax_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1200998Z test_ops.py::TestCommonCPU::test_out__refs_fmin_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1201137Z test_ops.py::TestCommonCPU::test_out__refs_fmod_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1201272Z test_ops.py::TestCommonCPU::test_out__refs_frac_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1201460Z test_ops.py::TestCommonCPU::test_out__refs_hsplit_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1201601Z test_ops.py::TestCommonCPU::test_out__refs_hstack_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1201737Z test_ops.py::TestCommonCPU::test_out__refs_i0_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1201874Z test_ops.py::TestCommonCPU::test_out__refs_index_select_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1202059Z test_ops.py::TestCommonCPU::test_out__refs_isneginf_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1202204Z test_ops.py::TestCommonCPU::test_out__refs_isposinf_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1202343Z test_ops.py::TestCommonCPU::test_out__refs_isreal_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1202482Z test_ops.py::TestCommonCPU::test_out__refs_lgamma_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1202633Z test_ops.py::TestCommonCPU::test_out__refs_linalg_norm_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1202786Z test_ops.py::TestCommonCPU::test_out__refs_linalg_svdvals_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1202949Z test_ops.py::TestCommonCPU::test_out__refs_linalg_vector_norm_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1203074Z test_ops.py::TestCommonCPU::test_out__refs_log2_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1203213Z test_ops.py::TestCommonCPU::test_out__refs_log_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1203360Z test_ops.py::TestCommonCPU::test_out__refs_log_softmax_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1203512Z test_ops.py::TestCommonCPU::test_out__refs_logical_and_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1203661Z test_ops.py::TestCommonCPU::test_out__refs_logical_not_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1203805Z test_ops.py::TestCommonCPU::test_out__refs_logspace_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1203952Z test_ops.py::TestCommonCPU::test_out__refs_logsumexp_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1204098Z test_ops.py::TestCommonCPU::test_out__refs_masked_fill_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1204252Z test_ops.py::TestCommonCPU::test_out__refs_meshgrid_list_of_tensors_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1204421Z test_ops.py::TestCommonCPU::test_out__refs_meshgrid_variadic_tensors_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1204642Z test_ops.py::TestCommonCPU::test_out__refs_movedim_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1204783Z test_ops.py::TestCommonCPU::test_out__refs_mul_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1204926Z test_ops.py::TestCommonCPU::test_out__refs_narrow_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1205081Z test_ops.py::TestCommonCPU::test_out__refs_native_layer_norm_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1205224Z test_ops.py::TestCommonCPU::test_out__refs_new_ones_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1205367Z test_ops.py::TestCommonCPU::test_out__refs_new_zeros_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1205499Z test_ops.py::TestCommonCPU::test_out__refs_nextafter_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1205667Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_hardshrink_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1205829Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_hardtanh_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1205996Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_huber_loss_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1206156Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_l1_loss_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1206318Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_mse_loss_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1206493Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_pairwise_distance_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1206650Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_relu_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1206814Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_threshold_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1207079Z test_ops.py::TestCommonCPU::test_out__refs_ones_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1207348Z test_ops.py::TestCommonCPU::test_out__refs_positive_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1207613Z test_ops.py::TestCommonCPU::test_out__refs_pow_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1207872Z test_ops.py::TestCommonCPU::test_out__refs_prod_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1208177Z test_ops.py::TestCommonCPU::test_out__refs_ravel_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1208424Z test_ops.py::TestCommonCPU::test_out__refs_real_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1208573Z test_ops.py::TestCommonCPU::test_out__refs_reciprocal_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1208718Z test_ops.py::TestCommonCPU::test_out__refs_reshape_as_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1208845Z test_ops.py::TestCommonCPU::test_out__refs_roll_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1209012Z test_ops.py::TestCommonCPU::test_out__refs_round_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1209194Z test_ops.py::TestCommonCPU::test_out__refs_sgn_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1209335Z test_ops.py::TestCommonCPU::test_out__refs_sigmoid_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1209471Z test_ops.py::TestCommonCPU::test_out__refs_sign_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1209625Z test_ops.py::TestCommonCPU::test_out__refs_special_bessel_j0_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1209772Z test_ops.py::TestCommonCPU::test_out__refs_special_i1_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1209923Z test_ops.py::TestCommonCPU::test_out__refs_special_logit_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1210084Z test_ops.py::TestCommonCPU::test_out__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1210254Z test_ops.py::TestCommonCPU::test_out__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1210421Z test_ops.py::TestCommonCPU::test_out__refs_special_spherical_bessel_j0_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1210574Z test_ops.py::TestCommonCPU::test_out__refs_special_zeta_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1210717Z test_ops.py::TestCommonCPU::test_out__refs_sqrt_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1210858Z test_ops.py::TestCommonCPU::test_out__refs_square_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1210997Z test_ops.py::TestCommonCPU::test_out__refs_stack_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1211141Z test_ops.py::TestCommonCPU::test_out__refs_std_mean_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1211277Z test_ops.py::TestCommonCPU::test_out__refs_sum_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1211412Z test_ops.py::TestCommonCPU::test_out__refs_sum_to_size_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1211560Z test_ops.py::TestCommonCPU::test_out__refs_tensor_split_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1211702Z test_ops.py::TestCommonCPU::test_out__refs_transpose_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1211841Z test_ops.py::TestCommonCPU::test_out__refs_tril_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1211985Z test_ops.py::TestCommonCPU::test_out__refs_tril_indices_cpu_int64 PASSED [ 15%] 2022-12-01T10:39:42.1212122Z test_ops.py::TestCommonCPU::test_out__refs_triu_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1212259Z test_ops.py::TestCommonCPU::test_out__refs_trunc_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1212400Z test_ops.py::TestCommonCPU::test_out__refs_unbind_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1212536Z test_ops.py::TestCommonCPU::test_out__refs_unfold_copy_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1212676Z test_ops.py::TestCommonCPU::test_out__refs_unsqueeze_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1212815Z test_ops.py::TestCommonCPU::test_out__refs_view_as_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1212951Z test_ops.py::TestCommonCPU::test_out__refs_view_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1213125Z test_ops.py::TestCommonCPU::test_out__refs_where_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1213260Z test_ops.py::TestCommonCPU::test_out_acos_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1213395Z test_ops.py::TestCommonCPU::test_out_acosh_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1213531Z test_ops.py::TestCommonCPU::test_out_addcdiv_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1213689Z test_ops.py::TestCommonCPU::test_out_addcmul_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1213826Z test_ops.py::TestCommonCPU::test_out_addmv_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1213961Z test_ops.py::TestCommonCPU::test_out_amax_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1214097Z test_ops.py::TestCommonCPU::test_out_angle_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1214232Z test_ops.py::TestCommonCPU::test_out_argmin_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1214368Z test_ops.py::TestCommonCPU::test_out_argsort_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1214510Z test_ops.py::TestCommonCPU::test_out_argwhere_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1214648Z test_ops.py::TestCommonCPU::test_out_as_strided_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1214786Z test_ops.py::TestCommonCPU::test_out_as_strided_scatter_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1214922Z test_ops.py::TestCommonCPU::test_out_atan_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1215062Z test_ops.py::TestCommonCPU::test_out_atleast_3d_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1215198Z test_ops.py::TestCommonCPU::test_out_baddbmm_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:42.1215333Z test_ops.py::TestCommonCPU::test_out_bernoulli_cpu_float32 XFAIL [ 15%] 2022-12-01T10:39:42.1215471Z test_ops.py::TestCommonCPU::test_out_bincount_cpu_int64 PASSED [ 15%] 2022-12-01T10:39:42.1215608Z test_ops.py::TestCommonCPU::test_out_bitwise_and_cpu_int64 PASSED [ 15%] 2022-12-01T10:39:42.1215753Z test_ops.py::TestCommonCPU::test_out_bitwise_left_shift_cpu_int64 PASSED [ 15%] 2022-12-01T10:39:42.1215876Z test_ops.py::TestCommonCPU::test_out_bitwise_or_cpu_int64 PASSED [ 15%] 2022-12-01T10:39:42.1216028Z test_ops.py::TestCommonCPU::test_out_bitwise_right_shift_cpu_int64 PASSED [ 15%] 2022-12-01T10:39:42.1216165Z test_ops.py::TestCommonCPU::test_out_block_diag_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1216300Z test_ops.py::TestCommonCPU::test_out_bool_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1216448Z test_ops.py::TestCommonCPU::test_out_broadcast_tensors_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1216592Z test_ops.py::TestCommonCPU::test_out_bucketize_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1216734Z test_ops.py::TestCommonCPU::test_out_cartesian_prod_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1216877Z test_ops.py::TestCommonCPU::test_out_cholesky_inverse_cpu_float32 XFAIL [ 16%] 2022-12-01T10:39:42.1217003Z test_ops.py::TestCommonCPU::test_out_clamp_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1217140Z test_ops.py::TestCommonCPU::test_out_clamp_min_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1217280Z test_ops.py::TestCommonCPU::test_out_conj_physical_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1217423Z test_ops.py::TestCommonCPU::test_out_constant_pad_nd_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1217563Z test_ops.py::TestCommonCPU::test_out_corrcoef_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1217694Z test_ops.py::TestCommonCPU::test_out_cos_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1217829Z test_ops.py::TestCommonCPU::test_out_cosh_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1217961Z test_ops.py::TestCommonCPU::test_out_cross_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1218104Z test_ops.py::TestCommonCPU::test_out_cumulative_trapezoid_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1218241Z test_ops.py::TestCommonCPU::test_out_deg2rad_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1218410Z test_ops.py::TestCommonCPU::test_out_diagflat_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1218551Z test_ops.py::TestCommonCPU::test_out_diagonal_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1218695Z test_ops.py::TestCommonCPU::test_out_diagonal_scatter_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1218831Z test_ops.py::TestCommonCPU::test_out_digamma_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1219015Z test_ops.py::TestCommonCPU::test_out_div_no_rounding_mode_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1219166Z test_ops.py::TestCommonCPU::test_out_div_trunc_rounding_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1219289Z test_ops.py::TestCommonCPU::test_out_dot_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1219427Z test_ops.py::TestCommonCPU::test_out_double_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1219564Z test_ops.py::TestCommonCPU::test_out_dsplit_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1219702Z test_ops.py::TestCommonCPU::test_out_einsum_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1219839Z test_ops.py::TestCommonCPU::test_out_empty_like_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1219970Z test_ops.py::TestCommonCPU::test_out_eq_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1220191Z test_ops.py::TestCommonCPU::test_out_equal_cpu_float32 SKIPPED (Skipped! Only supports single tensor or iterable of tensor outputs.) [ 16%] 2022-12-01T10:39:42.1220329Z test_ops.py::TestCommonCPU::test_out_erf_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1220464Z test_ops.py::TestCommonCPU::test_out_erfc_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1220589Z test_ops.py::TestCommonCPU::test_out_exp_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1220729Z test_ops.py::TestCommonCPU::test_out_expand_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1220864Z test_ops.py::TestCommonCPU::test_out_fft_fft2_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1221010Z test_ops.py::TestCommonCPU::test_out_fft_fftshift_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1221149Z test_ops.py::TestCommonCPU::test_out_fft_hfft2_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1221284Z test_ops.py::TestCommonCPU::test_out_fft_ifft_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1221421Z test_ops.py::TestCommonCPU::test_out_fft_ifftn_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1221562Z test_ops.py::TestCommonCPU::test_out_fft_ifftshift_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1221688Z test_ops.py::TestCommonCPU::test_out_fft_ihfft2_cpu_float32 XFAIL [ 16%] 2022-12-01T10:39:42.1221823Z test_ops.py::TestCommonCPU::test_out_fft_ihfftn_cpu_float32 XFAIL [ 16%] 2022-12-01T10:39:42.1221957Z test_ops.py::TestCommonCPU::test_out_fft_rfft2_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1222093Z test_ops.py::TestCommonCPU::test_out_fft_rfftn_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1222360Z test_ops.py::TestCommonCPU::test_out_flatten_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1222496Z test_ops.py::TestCommonCPU::test_out_flip_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1222631Z test_ops.py::TestCommonCPU::test_out_flipud_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1222767Z test_ops.py::TestCommonCPU::test_out_fmax_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1222891Z test_ops.py::TestCommonCPU::test_out_fmin_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1223027Z test_ops.py::TestCommonCPU::test_out_frac_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1223162Z test_ops.py::TestCommonCPU::test_out_frexp_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1223298Z test_ops.py::TestCommonCPU::test_out_full_like_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1223436Z test_ops.py::TestCommonCPU::test_out_gradient_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1223570Z test_ops.py::TestCommonCPU::test_out_gt_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1223799Z test_ops.py::TestCommonCPU::test_out_half_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1223937Z test_ops.py::TestCommonCPU::test_out_heaviside_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1224059Z test_ops.py::TestCommonCPU::test_out_histc_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1224322Z test_ops.py::TestCommonCPU::test_out_histogramdd_cpu_float32 SKIPPED (Skipped! Only supports single tensor or iterable of tensor outputs.) [ 16%] 2022-12-01T10:39:42.1224462Z test_ops.py::TestCommonCPU::test_out_hsplit_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1224595Z test_ops.py::TestCommonCPU::test_out_i0_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1224755Z test_ops.py::TestCommonCPU::test_out_igamma_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1224994Z test_ops.py::TestCommonCPU::test_out_imag_cpu_complex64 PASSED [ 16%] 2022-12-01T10:39:42.1225264Z test_ops.py::TestCommonCPU::test_out_index_add_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1225512Z test_ops.py::TestCommonCPU::test_out_index_copy_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1225723Z test_ops.py::TestCommonCPU::test_out_index_fill_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1225942Z test_ops.py::TestCommonCPU::test_out_index_put_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1226162Z test_ops.py::TestCommonCPU::test_out_index_reduce_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1226413Z test_ops.py::TestCommonCPU::test_out_index_select_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1226659Z test_ops.py::TestCommonCPU::test_out_inner_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1226884Z test_ops.py::TestCommonCPU::test_out_isclose_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1227121Z test_ops.py::TestCommonCPU::test_out_isin_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1227332Z test_ops.py::TestCommonCPU::test_out_isnan_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1227534Z test_ops.py::TestCommonCPU::test_out_isposinf_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1227754Z test_ops.py::TestCommonCPU::test_out_isreal_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1227971Z test_ops.py::TestCommonCPU::test_out_istft_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1228278Z test_ops.py::TestCommonCPU::test_out_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 16%] 2022-12-01T10:39:42.1228537Z test_ops.py::TestCommonCPU::test_out_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 16%] 2022-12-01T10:39:42.1228835Z test_ops.py::TestCommonCPU::test_out_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 16%] 2022-12-01T10:39:42.1229073Z test_ops.py::TestCommonCPU::test_out_kthvalue_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1229337Z test_ops.py::TestCommonCPU::test_out_ldexp_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1229563Z test_ops.py::TestCommonCPU::test_out_le_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1229764Z test_ops.py::TestCommonCPU::test_out_lgamma_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1230011Z test_ops.py::TestCommonCPU::test_out_linalg_cond_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1230250Z test_ops.py::TestCommonCPU::test_out_linalg_cross_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1230501Z test_ops.py::TestCommonCPU::test_out_linalg_det_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1230773Z test_ops.py::TestCommonCPU::test_out_linalg_eig_cpu_float32 XFAIL [ 16%] 2022-12-01T10:39:42.1231042Z test_ops.py::TestCommonCPU::test_out_linalg_eigvalsh_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1231227Z test_ops.py::TestCommonCPU::test_out_linalg_householder_product_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1231371Z test_ops.py::TestCommonCPU::test_out_linalg_inv_ex_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1231510Z test_ops.py::TestCommonCPU::test_out_linalg_ldl_factor_ex_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1231734Z test_ops.py::TestCommonCPU::test_out_linalg_ldl_solve_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1231876Z test_ops.py::TestCommonCPU::test_out_linalg_lu_factor_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1232027Z test_ops.py::TestCommonCPU::test_out_linalg_lu_factor_ex_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1232169Z test_ops.py::TestCommonCPU::test_out_linalg_lu_solve_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1232358Z test_ops.py::TestCommonCPU::test_out_linalg_matrix_rank_hermitian_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1232501Z test_ops.py::TestCommonCPU::test_out_linalg_pinv_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1232722Z 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:39:42.1232865Z test_ops.py::TestCommonCPU::test_out_linalg_slogdet_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1232996Z test_ops.py::TestCommonCPU::test_out_linalg_solve_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1233153Z test_ops.py::TestCommonCPU::test_out_linalg_solve_triangular_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1233295Z test_ops.py::TestCommonCPU::test_out_linalg_svd_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1233440Z test_ops.py::TestCommonCPU::test_out_linalg_tensorinv_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1233582Z test_ops.py::TestCommonCPU::test_out_linalg_vander_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1233724Z test_ops.py::TestCommonCPU::test_out_linalg_vecdot_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1233873Z test_ops.py::TestCommonCPU::test_out_linalg_vector_norm_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1234009Z test_ops.py::TestCommonCPU::test_out_linspace_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1234132Z test_ops.py::TestCommonCPU::test_out_log10_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1234272Z test_ops.py::TestCommonCPU::test_out_log1p_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1234410Z test_ops.py::TestCommonCPU::test_out_log2_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1234550Z test_ops.py::TestCommonCPU::test_out_log_softmax_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1234691Z test_ops.py::TestCommonCPU::test_out_logaddexp2_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1234830Z test_ops.py::TestCommonCPU::test_out_logaddexp_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1234975Z test_ops.py::TestCommonCPU::test_out_logcumsumexp_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1235115Z test_ops.py::TestCommonCPU::test_out_logical_xor_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1235239Z test_ops.py::TestCommonCPU::test_out_long_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1235372Z test_ops.py::TestCommonCPU::test_out_lt_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1235503Z test_ops.py::TestCommonCPU::test_out_lu_cpu_float32 XFAIL [ 16%] 2022-12-01T10:39:42.1235642Z test_ops.py::TestCommonCPU::test_out_lu_solve_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1235778Z test_ops.py::TestCommonCPU::test_out_lu_unpack_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1235915Z test_ops.py::TestCommonCPU::test_out_masked_amin_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1236055Z test_ops.py::TestCommonCPU::test_out_masked_cumprod_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1236197Z test_ops.py::TestCommonCPU::test_out_masked_fill_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1236328Z test_ops.py::TestCommonCPU::test_out_masked_logsumexp_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1236466Z test_ops.py::TestCommonCPU::test_out_masked_mean_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1236607Z test_ops.py::TestCommonCPU::test_out_masked_median_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1236744Z test_ops.py::TestCommonCPU::test_out_masked_norm_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1236952Z test_ops.py::TestCommonCPU::test_out_masked_scatter_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1237092Z test_ops.py::TestCommonCPU::test_out_masked_select_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1237233Z test_ops.py::TestCommonCPU::test_out_masked_softmin_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1237369Z test_ops.py::TestCommonCPU::test_out_masked_sum_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1237494Z test_ops.py::TestCommonCPU::test_out_max_binary_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1237676Z test_ops.py::TestCommonCPU::test_out_max_reduction_no_dim_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:42.1237812Z test_ops.py::TestCommonCPU::test_out_mean_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1237949Z test_ops.py::TestCommonCPU::test_out_median_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1238106Z test_ops.py::TestCommonCPU::test_out_meshgrid_list_of_tensors_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1238266Z test_ops.py::TestCommonCPU::test_out_meshgrid_variadic_tensors_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1238402Z test_ops.py::TestCommonCPU::test_out_mm_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1238539Z test_ops.py::TestCommonCPU::test_out_movedim_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1238660Z test_ops.py::TestCommonCPU::test_out_mul_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1238820Z test_ops.py::TestCommonCPU::test_out_multinomial_cpu_float32 SKIPPED (Skipped!) [ 17%] 2022-12-01T10:39:42.1238977Z test_ops.py::TestCommonCPU::test_out_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1239115Z test_ops.py::TestCommonCPU::test_out_narrow_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1239264Z test_ops.py::TestCommonCPU::test_out_new_empty_strided_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1239435Z test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1239605Z test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1239778Z test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1239934Z test_ops.py::TestCommonCPU::test_out_nn_functional_avg_pool2d_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1240079Z test_ops.py::TestCommonCPU::test_out_nn_functional_bilinear_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1240230Z test_ops.py::TestCommonCPU::test_out_nn_functional_celu_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1240381Z test_ops.py::TestCommonCPU::test_out_nn_functional_conv2d_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1240545Z test_ops.py::TestCommonCPU::test_out_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1240711Z test_ops.py::TestCommonCPU::test_out_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1240876Z test_ops.py::TestCommonCPU::test_out_nn_functional_cosine_similarity_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1241036Z test_ops.py::TestCommonCPU::test_out_nn_functional_cross_entropy_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1241189Z test_ops.py::TestCommonCPU::test_out_nn_functional_ctc_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1241331Z test_ops.py::TestCommonCPU::test_out_nn_functional_dropout_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1241491Z test_ops.py::TestCommonCPU::test_out_nn_functional_embedding_bag_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1241652Z test_ops.py::TestCommonCPU::test_out_nn_functional_embedding_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1241834Z test_ops.py::TestCommonCPU::test_out_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1242005Z test_ops.py::TestCommonCPU::test_out_nn_functional_fractional_max_pool2d_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1242162Z test_ops.py::TestCommonCPU::test_out_nn_functional_hardshrink_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1242315Z test_ops.py::TestCommonCPU::test_out_nn_functional_hardtanh_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1242518Z test_ops.py::TestCommonCPU::test_out_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1242676Z test_ops.py::TestCommonCPU::test_out_nn_functional_huber_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1242833Z test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1243053Z test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1243209Z test_ops.py::TestCommonCPU::test_out_nn_functional_kl_div_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1243450Z test_ops.py::TestCommonCPU::test_out_nn_functional_local_response_norm_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1243664Z test_ops.py::TestCommonCPU::test_out_nn_functional_logsigmoid_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1243919Z test_ops.py::TestCommonCPU::test_out_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1244189Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_pool2d_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1244460Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool1d_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1244769Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1245016Z test_ops.py::TestCommonCPU::test_out_nn_functional_mish_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1245268Z test_ops.py::TestCommonCPU::test_out_nn_functional_multi_margin_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1245547Z test_ops.py::TestCommonCPU::test_out_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1245816Z test_ops.py::TestCommonCPU::test_out_nn_functional_nll_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1246099Z test_ops.py::TestCommonCPU::test_out_nn_functional_normalize_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1246361Z test_ops.py::TestCommonCPU::test_out_nn_functional_pad_circular_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1246624Z test_ops.py::TestCommonCPU::test_out_nn_functional_pad_replicate_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1246859Z test_ops.py::TestCommonCPU::test_out_nn_functional_pdist_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1247101Z test_ops.py::TestCommonCPU::test_out_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1247362Z test_ops.py::TestCommonCPU::test_out_nn_functional_relu6_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1247638Z test_ops.py::TestCommonCPU::test_out_nn_functional_relu_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1247874Z test_ops.py::TestCommonCPU::test_out_nn_functional_selu_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1248127Z test_ops.py::TestCommonCPU::test_out_nn_functional_silu_complex_cpu_complex64 PASSED [ 17%] 2022-12-01T10:39:42.1248407Z test_ops.py::TestCommonCPU::test_out_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1248707Z test_ops.py::TestCommonCPU::test_out_nn_functional_softmin_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1248987Z test_ops.py::TestCommonCPU::test_out_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1249257Z test_ops.py::TestCommonCPU::test_out_nn_functional_softplus_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1249555Z test_ops.py::TestCommonCPU::test_out_nn_functional_softshrink_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1249850Z test_ops.py::TestCommonCPU::test_out_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1250003Z test_ops.py::TestCommonCPU::test_out_nn_functional_unfold_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1250148Z test_ops.py::TestCommonCPU::test_out_norm_fro_cpu_float32 XFAIL [ 17%] 2022-12-01T10:39:42.1250289Z test_ops.py::TestCommonCPU::test_out_ones_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1250453Z test_ops.py::TestCommonCPU::test_out_ops_nvprims_native_batch_norm_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1250691Z test_ops.py::TestCommonCPU::test_out_ops_nvprims_var_mean_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1250818Z test_ops.py::TestCommonCPU::test_out_outer_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1250959Z test_ops.py::TestCommonCPU::test_out_permute_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1251100Z test_ops.py::TestCommonCPU::test_out_polar_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1251303Z test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_4_cpu_float32 SKIPPED (Skipped!) [ 17%] 2022-12-01T10:39:42.1251448Z test_ops.py::TestCommonCPU::test_out_positive_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1251586Z test_ops.py::TestCommonCPU::test_out_put_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1251729Z test_ops.py::TestCommonCPU::test_out_quantile_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1251872Z test_ops.py::TestCommonCPU::test_out_rand_like_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1252016Z test_ops.py::TestCommonCPU::test_out_randn_cpu_float32 XFAIL [ 17%] 2022-12-01T10:39:42.1252141Z test_ops.py::TestCommonCPU::test_out_ravel_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1252279Z test_ops.py::TestCommonCPU::test_out_real_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1252422Z test_ops.py::TestCommonCPU::test_out_remainder_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1252567Z test_ops.py::TestCommonCPU::test_out_repeat_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1252723Z test_ops.py::TestCommonCPU::test_out_repeat_interleave_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1252865Z test_ops.py::TestCommonCPU::test_out_reshape_as_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1253002Z test_ops.py::TestCommonCPU::test_out_reshape_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1253143Z test_ops.py::TestCommonCPU::test_out_resize__cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1253273Z test_ops.py::TestCommonCPU::test_out_resolve_conj_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1253421Z test_ops.py::TestCommonCPU::test_out_resolve_neg_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1253565Z test_ops.py::TestCommonCPU::test_out_round_decimals_0_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1253727Z test_ops.py::TestCommonCPU::test_out_round_decimals_3_cpu_float32 SKIPPED (Skipped!) [ 17%] 2022-12-01T10:39:42.1253863Z test_ops.py::TestCommonCPU::test_out_rsqrt_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1254002Z test_ops.py::TestCommonCPU::test_out_rsub_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1254144Z test_ops.py::TestCommonCPU::test_out_scatter_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1254299Z test_ops.py::TestCommonCPU::test_out_scatter_reduce_amax_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1254434Z test_ops.py::TestCommonCPU::test_out_scatter_reduce_amin_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1254587Z test_ops.py::TestCommonCPU::test_out_scatter_reduce_prod_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1254741Z test_ops.py::TestCommonCPU::test_out_scatter_reduce_sum_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1254899Z test_ops.py::TestCommonCPU::test_out_segment_reduce_offsets_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1255039Z test_ops.py::TestCommonCPU::test_out_sgn_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1255181Z test_ops.py::TestCommonCPU::test_out_short_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1255324Z test_ops.py::TestCommonCPU::test_out_sign_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1255460Z test_ops.py::TestCommonCPU::test_out_sin_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1255583Z test_ops.py::TestCommonCPU::test_out_sinc_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1255723Z test_ops.py::TestCommonCPU::test_out_slice_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1255873Z test_ops.py::TestCommonCPU::test_out_softmax_with_dtype_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1256086Z test_ops.py::TestCommonCPU::test_out_sparse_sampled_addmm_cpu_float32 SKIPPED (Skipped!) [ 17%] 2022-12-01T10:39:42.1256234Z test_ops.py::TestCommonCPU::test_out_special_airy_ai_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1256384Z test_ops.py::TestCommonCPU::test_out_special_bessel_j1_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1256534Z test_ops.py::TestCommonCPU::test_out_special_bessel_y0_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1256721Z test_ops.py::TestCommonCPU::test_out_special_bessel_y1_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1256877Z test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_u_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1257532Z 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:39:42.1257814Z test_ops.py::TestCommonCPU::test_out_special_entr_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1258105Z test_ops.py::TestCommonCPU::test_out_special_erfcx_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1258340Z test_ops.py::TestCommonCPU::test_out_special_i1_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1258690Z 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:39:42.1258836Z test_ops.py::TestCommonCPU::test_out_special_log_ndtr_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1258998Z test_ops.py::TestCommonCPU::test_out_special_modified_bessel_i0_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1259181Z test_ops.py::TestCommonCPU::test_out_special_ndtri_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1259339Z test_ops.py::TestCommonCPU::test_out_special_scaled_modified_bessel_k0_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1259694Z 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:39:42.1260038Z 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:39:42.1260199Z test_ops.py::TestCommonCPU::test_out_special_spherical_bessel_j0_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1260347Z test_ops.py::TestCommonCPU::test_out_special_xlog1py_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1260532Z test_ops.py::TestCommonCPU::test_out_split_list_args_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1260672Z test_ops.py::TestCommonCPU::test_out_sqrt_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1260809Z test_ops.py::TestCommonCPU::test_out_squeeze_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1260945Z test_ops.py::TestCommonCPU::test_out_stack_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1261070Z test_ops.py::TestCommonCPU::test_out_std_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1261209Z test_ops.py::TestCommonCPU::test_out_std_mean_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1261345Z test_ops.py::TestCommonCPU::test_out_sub_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1261481Z test_ops.py::TestCommonCPU::test_out_symeig_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1261625Z test_ops.py::TestCommonCPU::test_out_take_along_dim_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1261759Z test_ops.py::TestCommonCPU::test_out_take_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1261896Z test_ops.py::TestCommonCPU::test_out_tan_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:42.1262030Z test_ops.py::TestCommonCPU::test_out_tanh_cpu_float32 PASSED [ 18%] 2022-12-01T10:39:42.1262313Z test_ops.py::TestCommonCPU::test_out_tensor_split_cpu_float32 PASSED [ 18%] 2022-12-01T10:39:42.1262502Z test_ops.py::TestCommonCPU::test_out_to_cpu_float32 PASSED [ 18%] 2022-12-01T10:39:42.1262645Z test_ops.py::TestCommonCPU::test_out_to_sparse_cpu_float32 PASSED [ 18%] 2022-12-01T10:39:42.1262888Z test_ops.py::TestCommonCPU::test_out_triangular_solve_cpu_float32 XFAIL [ 18%] 2022-12-01T10:39:42.1263025Z test_ops.py::TestCommonCPU::test_out_tril_cpu_float32 PASSED [ 18%] 2022-12-01T10:39:42.1263162Z test_ops.py::TestCommonCPU::test_out_triu_cpu_float32 PASSED [ 18%] 2022-12-01T10:39:42.1263298Z test_ops.py::TestCommonCPU::test_out_unbind_cpu_float32 PASSED [ 18%] 2022-12-01T10:39:42.1263472Z test_ops.py::TestCommonCPU::test_out_unfold_cpu_float32 PASSED [ 18%] 2022-12-01T10:39:42.1263598Z test_ops.py::TestCommonCPU::test_out_unique_cpu_float32 PASSED [ 18%] 2022-12-01T10:39:42.1263735Z test_ops.py::TestCommonCPU::test_out_view_as_cpu_float32 PASSED [ 18%] 2022-12-01T10:39:42.1263877Z test_ops.py::TestCommonCPU::test_out_view_as_real_cpu_complex64 PASSED [ 18%] 2022-12-01T10:39:42.1264010Z test_ops.py::TestCommonCPU::test_out_view_cpu_float32 PASSED [ 18%] 2022-12-01T10:39:42.1264150Z test_ops.py::TestCommonCPU::test_out_vsplit_cpu_float32 PASSED [ 18%] 2022-12-01T10:39:42.1264287Z test_ops.py::TestCommonCPU::test_out_vstack_cpu_float32 PASSED [ 18%] 2022-12-01T10:39:42.1264421Z test_ops.py::TestCommonCPU::test_out_warning_H_cpu PASSED [ 18%] 2022-12-01T10:39:42.1264556Z test_ops.py::TestCommonCPU::test_out_warning_T_cpu PASSED [ 18%] 2022-12-01T10:39:42.1264682Z test_ops.py::TestCommonCPU::test_out_warning___getitem___cpu PASSED [ 18%] 2022-12-01T10:39:42.1264819Z test_ops.py::TestCommonCPU::test_out_warning___radd___cpu PASSED [ 18%] 2022-12-01T10:39:42.1264953Z test_ops.py::TestCommonCPU::test_out_warning___rand___cpu PASSED [ 18%] 2022-12-01T10:39:42.1265088Z test_ops.py::TestCommonCPU::test_out_warning___rdiv___cpu PASSED [ 18%] 2022-12-01T10:39:42.1265226Z test_ops.py::TestCommonCPU::test_out_warning___rmatmul___cpu PASSED [ 18%] 2022-12-01T10:39:42.1265364Z test_ops.py::TestCommonCPU::test_out_warning___rpow___cpu PASSED [ 18%] 2022-12-01T10:39:42.1265502Z test_ops.py::TestCommonCPU::test_out_warning___rxor___cpu PASSED [ 18%] 2022-12-01T10:39:42.1265639Z test_ops.py::TestCommonCPU::test_out_warning__refs_add_cpu PASSED [ 18%] 2022-12-01T10:39:42.1265766Z test_ops.py::TestCommonCPU::test_out_warning__refs_addcdiv_cpu PASSED [ 18%] 2022-12-01T10:39:42.1265998Z 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:39:42.1266137Z test_ops.py::TestCommonCPU::test_out_warning__refs_any_cpu PASSED [ 18%] 2022-12-01T10:39:42.1266274Z test_ops.py::TestCommonCPU::test_out_warning__refs_asin_cpu PASSED [ 18%] 2022-12-01T10:39:42.1266410Z test_ops.py::TestCommonCPU::test_out_warning__refs_atan_cpu PASSED [ 18%] 2022-12-01T10:39:42.1266549Z test_ops.py::TestCommonCPU::test_out_warning__refs_atanh_cpu PASSED [ 18%] 2022-12-01T10:39:42.1266695Z test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_and_cpu PASSED [ 18%] 2022-12-01T10:39:42.1266848Z test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_not_cpu PASSED [ 18%] 2022-12-01T10:39:42.1266989Z test_ops.py::TestCommonCPU::test_out_warning__refs_cat_cpu PASSED [ 18%] 2022-12-01T10:39:42.1267117Z test_ops.py::TestCommonCPU::test_out_warning__refs_ceil_cpu PASSED [ 18%] 2022-12-01T10:39:42.1267257Z test_ops.py::TestCommonCPU::test_out_warning__refs_clamp_cpu PASSED [ 18%] 2022-12-01T10:39:42.1267400Z test_ops.py::TestCommonCPU::test_out_warning__refs_clamp_max_cpu PASSED [ 18%] 2022-12-01T10:39:42.1267550Z test_ops.py::TestCommonCPU::test_out_warning__refs_column_stack_cpu PASSED [ 18%] 2022-12-01T10:39:42.1267690Z test_ops.py::TestCommonCPU::test_out_warning__refs_conj_cpu PASSED [ 18%] 2022-12-01T10:39:42.1267836Z test_ops.py::TestCommonCPU::test_out_warning__refs_contiguous_cpu PASSED [ 18%] 2022-12-01T10:39:42.1267977Z test_ops.py::TestCommonCPU::test_out_warning__refs_cosh_cpu PASSED [ 18%] 2022-12-01T10:39:42.1268166Z test_ops.py::TestCommonCPU::test_out_warning__refs_diag_embed_cpu PASSED [ 18%] 2022-12-01T10:39:42.1268295Z test_ops.py::TestCommonCPU::test_out_warning__refs_diagonal_cpu PASSED [ 18%] 2022-12-01T10:39:42.1268438Z test_ops.py::TestCommonCPU::test_out_warning__refs_digamma_cpu PASSED [ 18%] 2022-12-01T10:39:42.1268597Z test_ops.py::TestCommonCPU::test_out_warning__refs_div_floor_rounding_cpu PASSED [ 18%] 2022-12-01T10:39:42.1268785Z test_ops.py::TestCommonCPU::test_out_warning__refs_div_no_rounding_mode_cpu PASSED [ 18%] 2022-12-01T10:39:42.1268926Z test_ops.py::TestCommonCPU::test_out_warning__refs_dstack_cpu PASSED [ 18%] 2022-12-01T10:39:42.1269119Z test_ops.py::TestCommonCPU::test_out_warning__refs_empty_like_cpu SKIPPED (Expected: empty is not comparable) [ 18%] 2022-12-01T10:39:42.1269261Z test_ops.py::TestCommonCPU::test_out_warning__refs_erf_cpu PASSED [ 18%] 2022-12-01T10:39:42.1269401Z test_ops.py::TestCommonCPU::test_out_warning__refs_erfc_cpu PASSED [ 18%] 2022-12-01T10:39:42.1269533Z test_ops.py::TestCommonCPU::test_out_warning__refs_expand_cpu PASSED [ 18%] 2022-12-01T10:39:42.1269675Z test_ops.py::TestCommonCPU::test_out_warning__refs_expm1_cpu PASSED [ 18%] 2022-12-01T10:39:42.1269817Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fftn_cpu PASSED [ 18%] 2022-12-01T10:39:42.1269958Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_hfftn_cpu PASSED [ 18%] 2022-12-01T10:39:42.1270102Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifft2_cpu PASSED [ 18%] 2022-12-01T10:39:42.1270244Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifftn_cpu PASSED [ 18%] 2022-12-01T10:39:42.1270385Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ihfft_cpu PASSED [ 18%] 2022-12-01T10:39:42.1270525Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_irfft2_cpu PASSED [ 18%] 2022-12-01T10:39:42.1270655Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_irfftn_cpu PASSED [ 18%] 2022-12-01T10:39:42.1270798Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_rfft2_cpu PASSED [ 18%] 2022-12-01T10:39:42.1270940Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_rfftn_cpu PASSED [ 18%] 2022-12-01T10:39:42.1271077Z test_ops.py::TestCommonCPU::test_out_warning__refs_fill_cpu PASSED [ 18%] 2022-12-01T10:39:42.1271217Z test_ops.py::TestCommonCPU::test_out_warning__refs_flatten_cpu PASSED [ 18%] 2022-12-01T10:39:42.1271357Z test_ops.py::TestCommonCPU::test_out_warning__refs_flip_cpu PASSED [ 18%] 2022-12-01T10:39:42.1271494Z test_ops.py::TestCommonCPU::test_out_warning__refs_fliplr_cpu PASSED [ 18%] 2022-12-01T10:39:42.1271633Z test_ops.py::TestCommonCPU::test_out_warning__refs_flipud_cpu PASSED [ 18%] 2022-12-01T10:39:42.1271759Z test_ops.py::TestCommonCPU::test_out_warning__refs_frac_cpu PASSED [ 18%] 2022-12-01T10:39:42.1271898Z test_ops.py::TestCommonCPU::test_out_warning__refs_gcd_cpu PASSED [ 18%] 2022-12-01T10:39:42.1272033Z test_ops.py::TestCommonCPU::test_out_warning__refs_ge_cpu PASSED [ 18%] 2022-12-01T10:39:42.1272174Z test_ops.py::TestCommonCPU::test_out_warning__refs_hsplit_cpu PASSED [ 18%] 2022-12-01T10:39:42.1272314Z test_ops.py::TestCommonCPU::test_out_warning__refs_hypot_cpu PASSED [ 18%] 2022-12-01T10:39:42.1272451Z test_ops.py::TestCommonCPU::test_out_warning__refs_igamma_cpu PASSED [ 18%] 2022-12-01T10:39:42.1272600Z test_ops.py::TestCommonCPU::test_out_warning__refs_igammac_cpu PASSED [ 18%] 2022-12-01T10:39:42.1272806Z test_ops.py::TestCommonCPU::test_out_warning__refs_imag_cpu PASSED [ 18%] 2022-12-01T10:39:42.1272937Z test_ops.py::TestCommonCPU::test_out_warning__refs_index_copy_cpu PASSED [ 18%] 2022-12-01T10:39:42.1273083Z test_ops.py::TestCommonCPU::test_out_warning__refs_index_fill_cpu PASSED [ 18%] 2022-12-01T10:39:42.1273232Z test_ops.py::TestCommonCPU::test_out_warning__refs_index_select_cpu PASSED [ 18%] 2022-12-01T10:39:42.1273371Z test_ops.py::TestCommonCPU::test_out_warning__refs_isinf_cpu PASSED [ 18%] 2022-12-01T10:39:42.1273551Z test_ops.py::TestCommonCPU::test_out_warning__refs_isnan_cpu PASSED [ 18%] 2022-12-01T10:39:42.1273694Z test_ops.py::TestCommonCPU::test_out_warning__refs_isposinf_cpu PASSED [ 18%] 2022-12-01T10:39:42.1273832Z test_ops.py::TestCommonCPU::test_out_warning__refs_isreal_cpu PASSED [ 18%] 2022-12-01T10:39:42.1273968Z test_ops.py::TestCommonCPU::test_out_warning__refs_le_cpu PASSED [ 18%] 2022-12-01T10:39:42.1274163Z test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_matrix_norm_cpu PASSED [ 18%] 2022-12-01T10:39:42.1274304Z test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_svdvals_cpu PASSED [ 18%] 2022-12-01T10:39:42.1274439Z test_ops.py::TestCommonCPU::test_out_warning__refs_log2_cpu PASSED [ 18%] 2022-12-01T10:39:42.1274594Z test_ops.py::TestCommonCPU::test_out_warning__refs_logical_and_cpu PASSED [ 18%] 2022-12-01T10:39:42.1274736Z test_ops.py::TestCommonCPU::test_out_warning__refs_logical_or_cpu PASSED [ 18%] 2022-12-01T10:39:42.1274879Z test_ops.py::TestCommonCPU::test_out_warning__refs_logspace_cpu PASSED [ 18%] 2022-12-01T10:39:42.1275017Z test_ops.py::TestCommonCPU::test_out_warning__refs_lt_cpu PASSED [ 18%] 2022-12-01T10:39:42.1275164Z test_ops.py::TestCommonCPU::test_out_warning__refs_masked_fill_cpu PASSED [ 18%] 2022-12-01T10:39:42.1275305Z test_ops.py::TestCommonCPU::test_out_warning__refs_maximum_cpu PASSED [ 18%] 2022-12-01T10:39:42.1275432Z test_ops.py::TestCommonCPU::test_out_warning__refs_mean_cpu PASSED [ 18%] 2022-12-01T10:39:42.1275597Z test_ops.py::TestCommonCPU::test_out_warning__refs_meshgrid_list_of_tensors_cpu PASSED [ 18%] 2022-12-01T10:39:42.1275735Z test_ops.py::TestCommonCPU::test_out_warning__refs_minimum_cpu PASSED [ 18%] 2022-12-01T10:39:42.1275878Z test_ops.py::TestCommonCPU::test_out_warning__refs_movedim_cpu PASSED [ 18%] 2022-12-01T10:39:42.1276018Z test_ops.py::TestCommonCPU::test_out_warning__refs_narrow_cpu PASSED [ 18%] 2022-12-01T10:39:42.1276155Z test_ops.py::TestCommonCPU::test_out_warning__refs_ne_cpu PASSED [ 18%] 2022-12-01T10:39:42.1276313Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_celu_cpu PASSED [ 18%] 2022-12-01T10:39:42.1276467Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_elu_cpu PASSED [ 18%] 2022-12-01T10:39:42.1276610Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_gelu_cpu PASSED [ 18%] 2022-12-01T10:39:42.1276768Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_glu_cpu PASSED [ 18%] 2022-12-01T10:39:42.1276933Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_hardshrink_cpu PASSED [ 18%] 2022-12-01T10:39:42.1277095Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_hardtanh_cpu PASSED [ 18%] 2022-12-01T10:39:42.1277254Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_layer_norm_cpu PASSED [ 18%] 2022-12-01T10:39:42.1277431Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_margin_ranking_loss_cpu PASSED [ 18%] 2022-12-01T10:39:42.1277589Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_mish_cpu PASSED [ 18%] 2022-12-01T10:39:42.1277765Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_pairwise_distance_cpu PASSED [ 18%] 2022-12-01T10:39:42.1277911Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_pdist_cpu PASSED [ 18%] 2022-12-01T10:39:42.1278068Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_relu_cpu PASSED [ 18%] 2022-12-01T10:39:42.1278231Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_softshrink_cpu PASSED [ 18%] 2022-12-01T10:39:42.1278376Z test_ops.py::TestCommonCPU::test_out_warning__refs_norm_cpu PASSED [ 18%] 2022-12-01T10:39:42.1278517Z test_ops.py::TestCommonCPU::test_out_warning__refs_ones_cpu PASSED [ 18%] 2022-12-01T10:39:42.1278663Z test_ops.py::TestCommonCPU::test_out_warning__refs_positive_cpu PASSED [ 18%] 2022-12-01T10:39:42.1278805Z test_ops.py::TestCommonCPU::test_out_warning__refs_pow_cpu PASSED [ 18%] 2022-12-01T10:39:42.1278976Z test_ops.py::TestCommonCPU::test_out_warning__refs_randn_cpu PASSED [ 18%] 2022-12-01T10:39:42.1279116Z test_ops.py::TestCommonCPU::test_out_warning__refs_roll_cpu PASSED [ 18%] 2022-12-01T10:39:42.1279245Z test_ops.py::TestCommonCPU::test_out_warning__refs_rsqrt_cpu PASSED [ 18%] 2022-12-01T10:39:42.1279388Z test_ops.py::TestCommonCPU::test_out_warning__refs_rsub_cpu PASSED [ 18%] 2022-12-01T10:39:42.1279561Z test_ops.py::TestCommonCPU::test_out_warning__refs_sgn_cpu PASSED [ 18%] 2022-12-01T10:39:42.1279702Z test_ops.py::TestCommonCPU::test_out_warning__refs_sigmoid_cpu PASSED [ 18%] 2022-12-01T10:39:42.1279842Z test_ops.py::TestCommonCPU::test_out_warning__refs_sign_cpu PASSED [ 18%] 2022-12-01T10:39:42.1279982Z test_ops.py::TestCommonCPU::test_out_warning__refs_signbit_cpu PASSED [ 18%] 2022-12-01T10:39:42.1280120Z test_ops.py::TestCommonCPU::test_out_warning__refs_sinc_cpu PASSED [ 18%] 2022-12-01T10:39:42.1280261Z test_ops.py::TestCommonCPU::test_out_warning__refs_sinh_cpu PASSED [ 18%] 2022-12-01T10:39:42.1280392Z test_ops.py::TestCommonCPU::test_out_warning__refs_softmax_cpu PASSED [ 18%] 2022-12-01T10:39:42.1280551Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_bessel_j0_cpu PASSED [ 18%] 2022-12-01T10:39:42.1280705Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_i1e_cpu PASSED [ 18%] 2022-12-01T10:39:42.1280889Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_multigammaln_mvlgamma_p_1_cpu PASSED [ 18%] 2022-12-01T10:39:42.1281063Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_spherical_bessel_j0_cpu PASSED [ 18%] 2022-12-01T10:39:42.1281215Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_zeta_cpu PASSED [ 18%] 2022-12-01T10:39:42.1281360Z test_ops.py::TestCommonCPU::test_out_warning__refs_square_cpu PASSED [ 18%] 2022-12-01T10:39:42.1281499Z test_ops.py::TestCommonCPU::test_out_warning__refs_std_cpu PASSED [ 18%] 2022-12-01T10:39:42.1281628Z test_ops.py::TestCommonCPU::test_out_warning__refs_sub_cpu PASSED [ 19%] 2022-12-01T10:39:42.1281767Z test_ops.py::TestCommonCPU::test_out_warning__refs_t_cpu PASSED [ 19%] 2022-12-01T10:39:42.1281911Z test_ops.py::TestCommonCPU::test_out_warning__refs_transpose_cpu PASSED [ 19%] 2022-12-01T10:39:42.1282055Z test_ops.py::TestCommonCPU::test_out_warning__refs_tril_cpu PASSED [ 19%] 2022-12-01T10:39:42.1282205Z test_ops.py::TestCommonCPU::test_out_warning__refs_triu_indices_cpu PASSED [ 19%] 2022-12-01T10:39:42.1282348Z test_ops.py::TestCommonCPU::test_out_warning__refs_unbind_cpu PASSED [ 19%] 2022-12-01T10:39:42.1282485Z test_ops.py::TestCommonCPU::test_out_warning__refs_var_cpu PASSED [ 19%] 2022-12-01T10:39:42.1282627Z test_ops.py::TestCommonCPU::test_out_warning__refs_var_mean_cpu PASSED [ 19%] 2022-12-01T10:39:42.1282754Z test_ops.py::TestCommonCPU::test_out_warning__refs_where_cpu PASSED [ 19%] 2022-12-01T10:39:42.1282895Z test_ops.py::TestCommonCPU::test_out_warning__refs_zeros_cpu PASSED [ 19%] 2022-12-01T10:39:42.1283032Z test_ops.py::TestCommonCPU::test_out_warning_abs_cpu PASSED [ 19%] 2022-12-01T10:39:42.1283171Z test_ops.py::TestCommonCPU::test_out_warning_addcdiv_cpu PASSED [ 19%] 2022-12-01T10:39:42.1283309Z test_ops.py::TestCommonCPU::test_out_warning_addmm_cpu PASSED [ 19%] 2022-12-01T10:39:42.1283453Z test_ops.py::TestCommonCPU::test_out_warning_addmm_decomposed_cpu PASSED [ 19%] 2022-12-01T10:39:42.1283591Z test_ops.py::TestCommonCPU::test_out_warning_all_cpu PASSED [ 19%] 2022-12-01T10:39:42.1283724Z test_ops.py::TestCommonCPU::test_out_warning_amax_cpu PASSED [ 19%] 2022-12-01T10:39:42.1283848Z test_ops.py::TestCommonCPU::test_out_warning_aminmax_cpu PASSED [ 19%] 2022-12-01T10:39:42.1283983Z test_ops.py::TestCommonCPU::test_out_warning_angle_cpu PASSED [ 19%] 2022-12-01T10:39:42.1284116Z test_ops.py::TestCommonCPU::test_out_warning_any_cpu PASSED [ 19%] 2022-12-01T10:39:42.1284288Z test_ops.py::TestCommonCPU::test_out_warning_arange_cpu XFAIL [ 19%] 2022-12-01T10:39:42.1284425Z test_ops.py::TestCommonCPU::test_out_warning_argmin_cpu PASSED [ 19%] 2022-12-01T10:39:42.1284647Z test_ops.py::TestCommonCPU::test_out_warning_argwhere_cpu PASSED [ 19%] 2022-12-01T10:39:42.1284790Z test_ops.py::TestCommonCPU::test_out_warning_as_strided_cpu PASSED [ 19%] 2022-12-01T10:39:42.1285003Z test_ops.py::TestCommonCPU::test_out_warning_as_strided_scatter_cpu PASSED [ 19%] 2022-12-01T10:39:42.1285130Z test_ops.py::TestCommonCPU::test_out_warning_atan2_cpu PASSED [ 19%] 2022-12-01T10:39:42.1285269Z test_ops.py::TestCommonCPU::test_out_warning_atanh_cpu PASSED [ 19%] 2022-12-01T10:39:42.1285412Z test_ops.py::TestCommonCPU::test_out_warning_bernoulli_cpu XFAIL [ 19%] 2022-12-01T10:39:42.1285551Z test_ops.py::TestCommonCPU::test_out_warning_bfloat16_cpu PASSED [ 19%] 2022-12-01T10:39:42.1285698Z test_ops.py::TestCommonCPU::test_out_warning_bitwise_and_cpu PASSED [ 19%] 2022-12-01T10:39:42.1285840Z test_ops.py::TestCommonCPU::test_out_warning_bitwise_or_cpu PASSED [ 19%] 2022-12-01T10:39:42.1285973Z test_ops.py::TestCommonCPU::test_out_warning_bmm_cpu PASSED [ 19%] 2022-12-01T10:39:42.1286119Z test_ops.py::TestCommonCPU::test_out_warning_broadcast_shapes_cpu PASSED [ 19%] 2022-12-01T10:39:42.1286257Z test_ops.py::TestCommonCPU::test_out_warning_bucketize_cpu PASSED [ 19%] 2022-12-01T10:39:42.1286390Z test_ops.py::TestCommonCPU::test_out_warning_cartesian_prod_cpu PASSED [ 19%] 2022-12-01T10:39:42.1286526Z test_ops.py::TestCommonCPU::test_out_warning_cdist_cpu PASSED [ 19%] 2022-12-01T10:39:42.1286666Z test_ops.py::TestCommonCPU::test_out_warning_chalf_cpu PASSED [ 19%] 2022-12-01T10:39:42.1286801Z test_ops.py::TestCommonCPU::test_out_warning_char_cpu PASSED [ 19%] 2022-12-01T10:39:42.1286942Z test_ops.py::TestCommonCPU::test_out_warning_cholesky_solve_cpu PASSED [ 19%] 2022-12-01T10:39:42.1287080Z test_ops.py::TestCommonCPU::test_out_warning_clamp_cpu PASSED [ 19%] 2022-12-01T10:39:42.1287219Z test_ops.py::TestCommonCPU::test_out_warning_clamp_max_cpu PASSED [ 19%] 2022-12-01T10:39:42.1287361Z test_ops.py::TestCommonCPU::test_out_warning_clamp_min_cpu PASSED [ 19%] 2022-12-01T10:39:42.1287489Z test_ops.py::TestCommonCPU::test_out_warning_column_stack_cpu PASSED [ 19%] 2022-12-01T10:39:42.1287635Z test_ops.py::TestCommonCPU::test_out_warning_combinations_cpu PASSED [ 19%] 2022-12-01T10:39:42.1287772Z test_ops.py::TestCommonCPU::test_out_warning_complex_cpu PASSED [ 19%] 2022-12-01T10:39:42.1287910Z test_ops.py::TestCommonCPU::test_out_warning_copysign_cpu PASSED [ 19%] 2022-12-01T10:39:42.1288049Z test_ops.py::TestCommonCPU::test_out_warning_corrcoef_cpu PASSED [ 19%] 2022-12-01T10:39:42.1288183Z test_ops.py::TestCommonCPU::test_out_warning_cos_cpu PASSED [ 19%] 2022-12-01T10:39:42.1288320Z test_ops.py::TestCommonCPU::test_out_warning_cosh_cpu PASSED [ 19%] 2022-12-01T10:39:42.1288453Z test_ops.py::TestCommonCPU::test_out_warning_cov_cpu PASSED [ 19%] 2022-12-01T10:39:42.1288579Z test_ops.py::TestCommonCPU::test_out_warning_cumsum_cpu PASSED [ 19%] 2022-12-01T10:39:42.1288741Z test_ops.py::TestCommonCPU::test_out_warning_cumulative_trapezoid_cpu PASSED [ 19%] 2022-12-01T10:39:42.1288938Z test_ops.py::TestCommonCPU::test_out_warning_diag_embed_cpu PASSED [ 19%] 2022-12-01T10:39:42.1289077Z test_ops.py::TestCommonCPU::test_out_warning_diagonal_cpu PASSED [ 19%] 2022-12-01T10:39:42.1289221Z test_ops.py::TestCommonCPU::test_out_warning_diagonal_scatter_cpu PASSED [ 19%] 2022-12-01T10:39:42.1289370Z test_ops.py::TestCommonCPU::test_out_warning_div_trunc_rounding_cpu PASSED [ 19%] 2022-12-01T10:39:42.1289504Z test_ops.py::TestCommonCPU::test_out_warning_dot_cpu PASSED [ 19%] 2022-12-01T10:39:42.1289640Z test_ops.py::TestCommonCPU::test_out_warning_dsplit_cpu PASSED [ 19%] 2022-12-01T10:39:42.1289853Z test_ops.py::TestCommonCPU::test_out_warning_empty_cpu SKIPPED (Expected: empty is not comparable) [ 19%] 2022-12-01T10:39:42.1290036Z test_ops.py::TestCommonCPU::test_out_warning_empty_like_cpu PASSED [ 19%] 2022-12-01T10:39:42.1290218Z test_ops.py::TestCommonCPU::test_out_warning_eq_cpu PASSED [ 19%] 2022-12-01T10:39:42.1290385Z test_ops.py::TestCommonCPU::test_out_warning_erf_cpu PASSED [ 19%] 2022-12-01T10:39:42.1290519Z test_ops.py::TestCommonCPU::test_out_warning_exp_cpu PASSED [ 19%] 2022-12-01T10:39:42.1290654Z test_ops.py::TestCommonCPU::test_out_warning_eye_cpu XFAIL [ 19%] 2022-12-01T10:39:42.1290843Z test_ops.py::TestCommonCPU::test_out_warning_fft_fft2_cpu PASSED [ 19%] 2022-12-01T10:39:42.1290996Z test_ops.py::TestCommonCPU::test_out_warning_fft_fftn_cpu PASSED [ 19%] 2022-12-01T10:39:42.1291123Z test_ops.py::TestCommonCPU::test_out_warning_fft_hfftn_cpu PASSED [ 19%] 2022-12-01T10:39:42.1291263Z test_ops.py::TestCommonCPU::test_out_warning_fft_ifft2_cpu PASSED [ 19%] 2022-12-01T10:39:42.1291398Z test_ops.py::TestCommonCPU::test_out_warning_fft_ifft_cpu PASSED [ 19%] 2022-12-01T10:39:42.1291536Z test_ops.py::TestCommonCPU::test_out_warning_fft_ihfftn_cpu XFAIL [ 19%] 2022-12-01T10:39:42.1291675Z test_ops.py::TestCommonCPU::test_out_warning_fft_irfftn_cpu PASSED [ 19%] 2022-12-01T10:39:42.1291816Z test_ops.py::TestCommonCPU::test_out_warning_fft_rfft2_cpu PASSED [ 19%] 2022-12-01T10:39:42.1291952Z test_ops.py::TestCommonCPU::test_out_warning_fft_rfft_cpu PASSED [ 19%] 2022-12-01T10:39:42.1292086Z test_ops.py::TestCommonCPU::test_out_warning_fill_cpu PASSED [ 19%] 2022-12-01T10:39:42.1292211Z test_ops.py::TestCommonCPU::test_out_warning_flatten_cpu PASSED [ 19%] 2022-12-01T10:39:42.1292348Z test_ops.py::TestCommonCPU::test_out_warning_float_cpu PASSED [ 19%] 2022-12-01T10:39:42.1292491Z test_ops.py::TestCommonCPU::test_out_warning_float_power_cpu PASSED [ 19%] 2022-12-01T10:39:42.1292627Z test_ops.py::TestCommonCPU::test_out_warning_fmod_cpu PASSED [ 19%] 2022-12-01T10:39:42.1292762Z test_ops.py::TestCommonCPU::test_out_warning_frac_cpu PASSED [ 19%] 2022-12-01T10:39:42.1292899Z test_ops.py::TestCommonCPU::test_out_warning_frexp_cpu PASSED [ 19%] 2022-12-01T10:39:42.1293066Z test_ops.py::TestCommonCPU::test_out_warning_ge_cpu PASSED [ 19%] 2022-12-01T10:39:42.1293233Z test_ops.py::TestCommonCPU::test_out_warning_gt_cpu PASSED [ 19%] 2022-12-01T10:39:42.1293358Z test_ops.py::TestCommonCPU::test_out_warning_half_cpu PASSED [ 19%] 2022-12-01T10:39:42.1293494Z test_ops.py::TestCommonCPU::test_out_warning_histc_cpu PASSED [ 19%] 2022-12-01T10:39:42.1293631Z test_ops.py::TestCommonCPU::test_out_warning_hsplit_cpu PASSED [ 19%] 2022-12-01T10:39:42.1293769Z test_ops.py::TestCommonCPU::test_out_warning_igamma_cpu PASSED [ 19%] 2022-12-01T10:39:42.1293908Z test_ops.py::TestCommonCPU::test_out_warning_index_add_cpu PASSED [ 19%] 2022-12-01T10:39:42.1294048Z test_ops.py::TestCommonCPU::test_out_warning_index_fill_cpu PASSED [ 19%] 2022-12-01T10:39:42.1294191Z test_ops.py::TestCommonCPU::test_out_warning_index_put_cpu PASSED [ 19%] 2022-12-01T10:39:42.1294328Z test_ops.py::TestCommonCPU::test_out_warning_inner_cpu PASSED [ 19%] 2022-12-01T10:39:42.1294454Z test_ops.py::TestCommonCPU::test_out_warning_int_cpu PASSED [ 19%] 2022-12-01T10:39:42.1294593Z test_ops.py::TestCommonCPU::test_out_warning_isclose_cpu PASSED [ 19%] 2022-12-01T10:39:42.1294734Z test_ops.py::TestCommonCPU::test_out_warning_isfinite_cpu PASSED [ 19%] 2022-12-01T10:39:42.1294885Z test_ops.py::TestCommonCPU::test_out_warning_isinf_cpu PASSED [ 19%] 2022-12-01T10:39:42.1295076Z test_ops.py::TestCommonCPU::test_out_warning_isnan_cpu PASSED [ 19%] 2022-12-01T10:39:42.1295254Z test_ops.py::TestCommonCPU::test_out_warning_isreal_cpu PASSED [ 19%] 2022-12-01T10:39:42.1295391Z test_ops.py::TestCommonCPU::test_out_warning_istft_cpu PASSED [ 19%] 2022-12-01T10:39:42.1295577Z test_ops.py::TestCommonCPU::test_out_warning_jiterator_2inputs_2outputs_cpu SKIPPED (Only runs on cuda) [ 19%] 2022-12-01T10:39:42.1295752Z test_ops.py::TestCommonCPU::test_out_warning_jiterator_binary_cpu SKIPPED (Only runs on cuda) [ 19%] 2022-12-01T10:39:42.1295956Z test_ops.py::TestCommonCPU::test_out_warning_jiterator_binary_return_by_ref_cpu SKIPPED (Only runs on cuda) [ 19%] 2022-12-01T10:39:42.1296097Z test_ops.py::TestCommonCPU::test_out_warning_lcm_cpu PASSED [ 19%] 2022-12-01T10:39:42.1296281Z test_ops.py::TestCommonCPU::test_out_warning_lerp_cpu PASSED [ 19%] 2022-12-01T10:39:42.1296437Z test_ops.py::TestCommonCPU::test_out_warning_lgamma_cpu PASSED [ 19%] 2022-12-01T10:39:42.1296583Z test_ops.py::TestCommonCPU::test_out_warning_linalg_cross_cpu PASSED [ 19%] 2022-12-01T10:39:42.1296723Z test_ops.py::TestCommonCPU::test_out_warning_linalg_eig_cpu PASSED [ 19%] 2022-12-01T10:39:42.1296868Z test_ops.py::TestCommonCPU::test_out_warning_linalg_eigvals_cpu PASSED [ 19%] 2022-12-01T10:39:42.1297036Z test_ops.py::TestCommonCPU::test_out_warning_linalg_householder_product_cpu PASSED [ 19%] 2022-12-01T10:39:42.1297164Z test_ops.py::TestCommonCPU::test_out_warning_linalg_inv_cpu PASSED [ 19%] 2022-12-01T10:39:42.1297322Z test_ops.py::TestCommonCPU::test_out_warning_linalg_ldl_factor_ex_cpu PASSED [ 19%] 2022-12-01T10:39:42.1297468Z test_ops.py::TestCommonCPU::test_out_warning_linalg_ldl_solve_cpu PASSED [ 19%] 2022-12-01T10:39:42.1297613Z test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_factor_cpu PASSED [ 19%] 2022-12-01T10:39:42.1297765Z test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_rank_cpu PASSED [ 19%] 2022-12-01T10:39:42.1297930Z test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_rank_hermitian_cpu PASSED [ 19%] 2022-12-01T10:39:42.1298074Z test_ops.py::TestCommonCPU::test_out_warning_linalg_multi_dot_cpu PASSED [ 19%] 2022-12-01T10:39:42.1298232Z test_ops.py::TestCommonCPU::test_out_warning_linalg_pinv_hermitian_cpu PASSED [ 19%] 2022-12-01T10:39:42.1298440Z 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:39:42.1298593Z test_ops.py::TestCommonCPU::test_out_warning_linalg_slogdet_cpu PASSED [ 19%] 2022-12-01T10:39:42.1298736Z test_ops.py::TestCommonCPU::test_out_warning_linalg_solve_cpu PASSED [ 19%] 2022-12-01T10:39:42.1298881Z test_ops.py::TestCommonCPU::test_out_warning_linalg_solve_ex_cpu PASSED [ 19%] 2022-12-01T10:39:42.1299025Z test_ops.py::TestCommonCPU::test_out_warning_linalg_svdvals_cpu PASSED [ 19%] 2022-12-01T10:39:42.1299180Z test_ops.py::TestCommonCPU::test_out_warning_linalg_tensorsolve_cpu PASSED [ 19%] 2022-12-01T10:39:42.1299327Z test_ops.py::TestCommonCPU::test_out_warning_linalg_vander_cpu PASSED [ 19%] 2022-12-01T10:39:42.1299479Z test_ops.py::TestCommonCPU::test_out_warning_linalg_vector_norm_cpu PASSED [ 19%] 2022-12-01T10:39:42.1299620Z test_ops.py::TestCommonCPU::test_out_warning_linspace_cpu XFAIL [ 19%] 2022-12-01T10:39:42.1299744Z test_ops.py::TestCommonCPU::test_out_warning_log10_cpu PASSED [ 19%] 2022-12-01T10:39:42.1299899Z test_ops.py::TestCommonCPU::test_out_warning_log_softmax_dtype_cpu PASSED [ 19%] 2022-12-01T10:39:42.1300036Z test_ops.py::TestCommonCPU::test_out_warning_logdet_cpu PASSED [ 19%] 2022-12-01T10:39:42.1300177Z test_ops.py::TestCommonCPU::test_out_warning_logical_or_cpu PASSED [ 19%] 2022-12-01T10:39:42.1300317Z test_ops.py::TestCommonCPU::test_out_warning_logspace_cpu XFAIL [ 19%] 2022-12-01T10:39:42.1300461Z test_ops.py::TestCommonCPU::test_out_warning_logsumexp_cpu PASSED [ 19%] 2022-12-01T10:39:42.1300601Z test_ops.py::TestCommonCPU::test_out_warning_long_cpu PASSED [ 19%] 2022-12-01T10:39:42.1300789Z test_ops.py::TestCommonCPU::test_out_warning_lt_cpu PASSED [ 19%] 2022-12-01T10:39:42.1300916Z test_ops.py::TestCommonCPU::test_out_warning_lu_solve_cpu PASSED [ 20%] 2022-12-01T10:39:42.1301052Z test_ops.py::TestCommonCPU::test_out_warning_mH_cpu PASSED [ 20%] 2022-12-01T10:39:42.1301195Z test_ops.py::TestCommonCPU::test_out_warning_masked_amax_cpu PASSED [ 20%] 2022-12-01T10:39:42.1301371Z test_ops.py::TestCommonCPU::test_out_warning_masked_argmax_cpu PASSED [ 20%] 2022-12-01T10:39:42.1301518Z test_ops.py::TestCommonCPU::test_out_warning_masked_argmin_cpu PASSED [ 20%] 2022-12-01T10:39:42.1301660Z test_ops.py::TestCommonCPU::test_out_warning_masked_cumsum_cpu PASSED [ 20%] 2022-12-01T10:39:42.1301806Z test_ops.py::TestCommonCPU::test_out_warning_masked_fill_cpu PASSED [ 20%] 2022-12-01T10:39:42.1301958Z test_ops.py::TestCommonCPU::test_out_warning_masked_log_softmax_cpu PASSED [ 20%] 2022-12-01T10:39:42.1302094Z test_ops.py::TestCommonCPU::test_out_warning_masked_logaddexp_cpu PASSED [ 20%] 2022-12-01T10:39:42.1302389Z test_ops.py::TestCommonCPU::test_out_warning_masked_median_cpu PASSED [ 20%] 2022-12-01T10:39:42.1302534Z test_ops.py::TestCommonCPU::test_out_warning_masked_normalize_cpu PASSED [ 20%] 2022-12-01T10:39:42.1302674Z test_ops.py::TestCommonCPU::test_out_warning_masked_prod_cpu PASSED [ 20%] 2022-12-01T10:39:42.1302819Z test_ops.py::TestCommonCPU::test_out_warning_masked_scatter_cpu PASSED [ 20%] 2022-12-01T10:39:42.1302960Z test_ops.py::TestCommonCPU::test_out_warning_masked_std_cpu PASSED [ 20%] 2022-12-01T10:39:42.1303099Z test_ops.py::TestCommonCPU::test_out_warning_masked_var_cpu PASSED [ 20%] 2022-12-01T10:39:42.1303238Z test_ops.py::TestCommonCPU::test_out_warning_matrix_exp_cpu PASSED [ 20%] 2022-12-01T10:39:42.1303366Z test_ops.py::TestCommonCPU::test_out_warning_max_binary_cpu PASSED [ 20%] 2022-12-01T10:39:42.1303523Z test_ops.py::TestCommonCPU::test_out_warning_max_reduction_no_dim_cpu PASSED [ 20%] 2022-12-01T10:39:42.1303723Z test_ops.py::TestCommonCPU::test_out_warning_maximum_cpu PASSED [ 20%] 2022-12-01T10:39:42.1303991Z test_ops.py::TestCommonCPU::test_out_warning_mean_cpu PASSED [ 20%] 2022-12-01T10:39:42.1304236Z test_ops.py::TestCommonCPU::test_out_warning_median_cpu PASSED [ 20%] 2022-12-01T10:39:42.1304543Z test_ops.py::TestCommonCPU::test_out_warning_meshgrid_list_of_tensors_cpu PASSED [ 20%] 2022-12-01T10:39:42.1304855Z test_ops.py::TestCommonCPU::test_out_warning_meshgrid_variadic_tensors_cpu PASSED [ 20%] 2022-12-01T10:39:42.1305024Z test_ops.py::TestCommonCPU::test_out_warning_min_reduction_no_dim_cpu PASSED [ 20%] 2022-12-01T10:39:42.1305167Z test_ops.py::TestCommonCPU::test_out_warning_min_reduction_with_dim_cpu PASSED [ 20%] 2022-12-01T10:39:42.1305305Z test_ops.py::TestCommonCPU::test_out_warning_minimum_cpu PASSED [ 20%] 2022-12-01T10:39:42.1305442Z test_ops.py::TestCommonCPU::test_out_warning_mm_cpu PASSED [ 20%] 2022-12-01T10:39:42.1305616Z test_ops.py::TestCommonCPU::test_out_warning_mode_cpu XFAIL [ 20%] 2022-12-01T10:39:42.1305758Z test_ops.py::TestCommonCPU::test_out_warning_msort_cpu PASSED [ 20%] 2022-12-01T10:39:42.1305893Z test_ops.py::TestCommonCPU::test_out_warning_mul_cpu PASSED [ 20%] 2022-12-01T10:39:42.1306027Z test_ops.py::TestCommonCPU::test_out_warning_mv_cpu PASSED [ 20%] 2022-12-01T10:39:42.1306187Z test_ops.py::TestCommonCPU::test_out_warning_mvlgamma_mvlgamma_p_1_cpu PASSED [ 20%] 2022-12-01T10:39:42.1306327Z test_ops.py::TestCommonCPU::test_out_warning_mvlgamma_mvlgamma_p_3_cpu PASSED [ 20%] 2022-12-01T10:39:42.1306474Z test_ops.py::TestCommonCPU::test_out_warning_mvlgamma_mvlgamma_p_5_cpu PASSED [ 20%] 2022-12-01T10:39:42.1306615Z test_ops.py::TestCommonCPU::test_out_warning_nan_to_num_cpu PASSED [ 20%] 2022-12-01T10:39:42.1306752Z test_ops.py::TestCommonCPU::test_out_warning_nanmean_cpu PASSED [ 20%] 2022-12-01T10:39:42.1307013Z test_ops.py::TestCommonCPU::test_out_warning_nanmedian_cpu PASSED [ 20%] 2022-12-01T10:39:42.1307157Z test_ops.py::TestCommonCPU::test_out_warning_nanquantile_cpu PASSED [ 20%] 2022-12-01T10:39:42.1307296Z test_ops.py::TestCommonCPU::test_out_warning_narrow_cpu PASSED [ 20%] 2022-12-01T10:39:42.1307442Z test_ops.py::TestCommonCPU::test_out_warning_native_batch_norm_cpu XFAIL [ 20%] 2022-12-01T10:39:42.1307606Z test_ops.py::TestCommonCPU::test_out_warning_neg_cpu PASSED [ 20%] 2022-12-01T10:39:42.1307747Z test_ops.py::TestCommonCPU::test_out_warning_new_ones_cpu PASSED [ 20%] 2022-12-01T10:39:42.1307886Z test_ops.py::TestCommonCPU::test_out_warning_nextafter_cpu PASSED [ 20%] 2022-12-01T10:39:42.1308075Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional__scaled_dot_product_attention_cpu PASSED [ 20%] 2022-12-01T10:39:42.1308247Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_avg_pool1d_cpu PASSED [ 20%] 2022-12-01T10:39:42.1308423Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_avg_pool2d_cpu PASSED [ 20%] 2022-12-01T10:39:42.1308591Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_avg_pool3d_cpu PASSED [ 20%] 2022-12-01T10:39:42.1308758Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_max_pool2d_cpu PASSED [ 20%] 2022-12-01T10:39:42.1308929Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_max_pool3d_cpu PASSED [ 20%] 2022-12-01T10:39:42.1309076Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_avg_pool1d_cpu PASSED [ 20%] 2022-12-01T10:39:42.1309272Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_batch_norm_without_cudnn_cpu SKIPPED (Only runs on cuda) [ 20%] 2022-12-01T10:39:42.1309441Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_binary_cross_entropy_cpu PASSED [ 20%] 2022-12-01T10:39:42.1309594Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_celu_cpu PASSED [ 20%] 2022-12-01T10:39:42.1309750Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv2d_cpu PASSED [ 20%] 2022-12-01T10:39:42.1309916Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv_transpose2d_cpu PASSED [ 20%] 2022-12-01T10:39:42.1310088Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_cosine_embedding_loss_cpu PASSED [ 20%] 2022-12-01T10:39:42.1310252Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_cross_entropy_cpu PASSED [ 20%] 2022-12-01T10:39:42.1310410Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_dropout2d_cpu PASSED [ 20%] 2022-12-01T10:39:42.1310555Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_dropout_cpu PASSED [ 20%] 2022-12-01T10:39:42.1310706Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_elu_cpu PASSED [ 20%] 2022-12-01T10:39:42.1310872Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_embedding_bag_cpu PASSED [ 20%] 2022-12-01T10:39:42.1311030Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_embedding_cpu PASSED [ 20%] 2022-12-01T10:39:42.1311222Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_feature_alpha_dropout_without_train_cpu PASSED [ 20%] 2022-12-01T10:39:42.1311394Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_fractional_max_pool2d_cpu PASSED [ 20%] 2022-12-01T10:39:42.1311560Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_gaussian_nll_loss_cpu PASSED [ 20%] 2022-12-01T10:39:42.1311714Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_gelu_cpu PASSED [ 20%] 2022-12-01T10:39:42.1311851Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_glu_cpu PASSED [ 20%] 2022-12-01T10:39:42.1312008Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_group_norm_cpu PASSED [ 20%] 2022-12-01T10:39:42.1312166Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardshrink_cpu PASSED [ 20%] 2022-12-01T10:39:42.1312327Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardsigmoid_cpu PASSED [ 20%] 2022-12-01T10:39:42.1312521Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardswish_cpu PASSED [ 20%] 2022-12-01T10:39:42.1312679Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardtanh_cpu PASSED [ 20%] 2022-12-01T10:39:42.1312849Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hinge_embedding_loss_cpu PASSED [ 20%] 2022-12-01T10:39:42.1313018Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_bicubic_cpu PASSED [ 20%] 2022-12-01T10:39:42.1313215Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_nearest_cpu PASSED [ 20%] 2022-12-01T10:39:42.1313378Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_trilinear_cpu PASSED [ 20%] 2022-12-01T10:39:42.1313531Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_kl_div_cpu PASSED [ 20%] 2022-12-01T10:39:42.1313687Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_l1_loss_cpu PASSED [ 20%] 2022-12-01T10:39:42.1313836Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_linear_cpu PASSED [ 20%] 2022-12-01T10:39:42.1314005Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_local_response_norm_cpu PASSED [ 20%] 2022-12-01T10:39:42.1314163Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_pool1d_cpu PASSED [ 20%] 2022-12-01T10:39:42.1314316Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_pool3d_cpu PASSED [ 20%] 2022-12-01T10:39:42.1314478Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool1d_cpu PASSED [ 20%] 2022-12-01T10:39:42.1314626Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool2d_cpu PASSED [ 20%] 2022-12-01T10:39:42.1314785Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool3d_cpu PASSED [ 20%] 2022-12-01T10:39:42.1314937Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_mish_cpu PASSED [ 20%] 2022-12-01T10:39:42.1315091Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_mse_loss_cpu PASSED [ 20%] 2022-12-01T10:39:42.1315259Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_multi_margin_loss_cpu PASSED [ 20%] 2022-12-01T10:39:42.1315414Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_normalize_cpu PASSED [ 20%] 2022-12-01T10:39:42.1315571Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_constant_cpu PASSED [ 20%] 2022-12-01T10:39:42.1315733Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_replicate_cpu PASSED [ 20%] 2022-12-01T10:39:42.1315885Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pixel_shuffle_cpu PASSED [ 20%] 2022-12-01T10:39:42.1316050Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_poisson_nll_loss_cpu PASSED [ 20%] 2022-12-01T10:39:42.1316204Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_prelu_cpu PASSED [ 20%] 2022-12-01T10:39:42.1316354Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_relu_cpu PASSED [ 20%] 2022-12-01T10:39:42.1316507Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_rrelu_cpu PASSED [ 20%] 2022-12-01T10:39:42.1316665Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softmin_cpu PASSED [ 20%] 2022-12-01T10:39:42.1316832Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softmin_with_dtype_cpu PASSED [ 20%] 2022-12-01T10:39:42.1316988Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softplus_cpu PASSED [ 20%] 2022-12-01T10:39:42.1317143Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softshrink_cpu PASSED [ 20%] 2022-12-01T10:39:42.1317301Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_triplet_margin_loss_cpu PASSED [ 20%] 2022-12-01T10:39:42.1317490Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_triplet_margin_with_distance_loss_cpu PASSED [ 20%] 2022-12-01T10:39:42.1317644Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_unfold_cpu PASSED [ 20%] 2022-12-01T10:39:42.1317809Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_upsample_bilinear_cpu PASSED [ 20%] 2022-12-01T10:39:42.1317976Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_upsample_nearest_cpu PASSED [ 20%] 2022-12-01T10:39:42.1318150Z test_ops.py::TestCommonCPU::test_out_warning_nonzero_cpu XFAIL [ 20%] 2022-12-01T10:39:42.1318291Z test_ops.py::TestCommonCPU::test_out_warning_norm_cpu PASSED [ 20%] 2022-12-01T10:39:42.1318430Z test_ops.py::TestCommonCPU::test_out_warning_norm_fro_cpu PASSED [ 20%] 2022-12-01T10:39:42.1318598Z test_ops.py::TestCommonCPU::test_out_warning_norm_inf_cpu PASSED [ 20%] 2022-12-01T10:39:42.1318905Z test_ops.py::TestCommonCPU::test_out_warning_norm_nuc_cpu PASSED [ 20%] 2022-12-01T10:39:42.1319170Z test_ops.py::TestCommonCPU::test_out_warning_normal_cpu XFAIL [ 20%] 2022-12-01T10:39:42.1319462Z test_ops.py::TestCommonCPU::test_out_warning_normal_number_mean_cpu PASSED [ 20%] 2022-12-01T10:39:42.1319721Z test_ops.py::TestCommonCPU::test_out_warning_ones_like_cpu PASSED [ 20%] 2022-12-01T10:39:42.1319886Z test_ops.py::TestCommonCPU::test_out_warning_ops_nvprims_native_batch_norm_cpu PASSED [ 20%] 2022-12-01T10:39:42.1320030Z test_ops.py::TestCommonCPU::test_out_warning_ormqr_cpu PASSED [ 20%] 2022-12-01T10:39:42.1320172Z test_ops.py::TestCommonCPU::test_out_warning_pca_lowrank_cpu PASSED [ 20%] 2022-12-01T10:39:42.1320302Z test_ops.py::TestCommonCPU::test_out_warning_permute_cpu PASSED [ 20%] 2022-12-01T10:39:42.1320480Z test_ops.py::TestCommonCPU::test_out_warning_polar_cpu PASSED [ 20%] 2022-12-01T10:39:42.1320655Z test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_1_cpu SKIPPED (Skipped!) [ 20%] 2022-12-01T10:39:42.1320821Z test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_2_cpu SKIPPED (Skipped!) [ 20%] 2022-12-01T10:39:42.1320988Z test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_3_cpu SKIPPED (Skipped!) [ 20%] 2022-12-01T10:39:42.1321125Z test_ops.py::TestCommonCPU::test_out_warning_prod_cpu PASSED [ 20%] 2022-12-01T10:39:42.1321261Z test_ops.py::TestCommonCPU::test_out_warning_qr_cpu PASSED [ 20%] 2022-12-01T10:39:42.1321403Z test_ops.py::TestCommonCPU::test_out_warning_rand_like_cpu PASSED [ 20%] 2022-12-01T10:39:42.1321543Z test_ops.py::TestCommonCPU::test_out_warning_randint_like_cpu PASSED [ 20%] 2022-12-01T10:39:42.1321692Z test_ops.py::TestCommonCPU::test_out_warning_randn_cpu XFAIL [ 20%] 2022-12-01T10:39:42.1321848Z test_ops.py::TestCommonCPU::test_out_warning_randn_like_cpu PASSED [ 20%] 2022-12-01T10:39:42.1321990Z test_ops.py::TestCommonCPU::test_out_warning_real_cpu PASSED [ 20%] 2022-12-01T10:39:42.1322131Z test_ops.py::TestCommonCPU::test_out_warning_reciprocal_cpu PASSED [ 20%] 2022-12-01T10:39:42.1322272Z test_ops.py::TestCommonCPU::test_out_warning_remainder_cpu PASSED [ 20%] 2022-12-01T10:39:42.1322426Z test_ops.py::TestCommonCPU::test_out_warning_repeat_interleave_cpu PASSED [ 20%] 2022-12-01T10:39:42.1322569Z test_ops.py::TestCommonCPU::test_out_warning_reshape_as_cpu PASSED [ 21%] 2022-12-01T10:39:42.1322712Z test_ops.py::TestCommonCPU::test_out_warning_reshape_cpu PASSED [ 21%] 2022-12-01T10:39:42.1322839Z test_ops.py::TestCommonCPU::test_out_warning_resolve_neg_cpu PASSED [ 21%] 2022-12-01T10:39:42.1323016Z test_ops.py::TestCommonCPU::test_out_warning_roll_cpu PASSED [ 21%] 2022-12-01T10:39:42.1323153Z test_ops.py::TestCommonCPU::test_out_warning_rot90_cpu PASSED [ 21%] 2022-12-01T10:39:42.1323293Z test_ops.py::TestCommonCPU::test_out_warning_round_cpu PASSED [ 21%] 2022-12-01T10:39:42.1323454Z test_ops.py::TestCommonCPU::test_out_warning_round_decimals_3_cpu SKIPPED (Skipped!) [ 21%] 2022-12-01T10:39:42.1323626Z test_ops.py::TestCommonCPU::test_out_warning_round_decimals_neg_3_cpu SKIPPED (Skipped!) [ 21%] 2022-12-01T10:39:42.1323765Z test_ops.py::TestCommonCPU::test_out_warning_scatter_cpu PASSED [ 21%] 2022-12-01T10:39:42.1323917Z test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_amax_cpu PASSED [ 21%] 2022-12-01T10:39:42.1324093Z test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_mean_cpu PASSED [ 21%] 2022-12-01T10:39:42.1324242Z test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_prod_cpu PASSED [ 21%] 2022-12-01T10:39:42.1324400Z test_ops.py::TestCommonCPU::test_out_warning_segment_reduce_offsets_cpu PASSED [ 21%] 2022-12-01T10:39:42.1324540Z test_ops.py::TestCommonCPU::test_out_warning_short_cpu PASSED [ 21%] 2022-12-01T10:39:42.1324906Z test_ops.py::TestCommonCPU::test_out_warning_signbit_cpu PASSED [ 21%] 2022-12-01T10:39:42.1325046Z test_ops.py::TestCommonCPU::test_out_warning_sin_cpu PASSED [ 21%] 2022-12-01T10:39:42.1325183Z test_ops.py::TestCommonCPU::test_out_warning_sinc_cpu PASSED [ 21%] 2022-12-01T10:39:42.1325320Z test_ops.py::TestCommonCPU::test_out_warning_sinh_cpu PASSED [ 21%] 2022-12-01T10:39:42.1325448Z test_ops.py::TestCommonCPU::test_out_warning_softmax_cpu PASSED [ 21%] 2022-12-01T10:39:42.1325601Z test_ops.py::TestCommonCPU::test_out_warning_softmax_with_dtype_cpu PASSED [ 21%] 2022-12-01T10:39:42.1325772Z test_ops.py::TestCommonCPU::test_out_warning_sparse_sampled_addmm_cpu SKIPPED (Skipped!) [ 21%] 2022-12-01T10:39:42.1325921Z test_ops.py::TestCommonCPU::test_out_warning_special_bessel_j1_cpu PASSED [ 21%] 2022-12-01T10:39:42.1326070Z test_ops.py::TestCommonCPU::test_out_warning_special_bessel_y1_cpu PASSED [ 21%] 2022-12-01T10:39:42.1326242Z test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_t_cpu PASSED [ 21%] 2022-12-01T10:39:42.1326410Z test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_u_cpu PASSED [ 21%] 2022-12-01T10:39:42.1326860Z 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:39:42.1327010Z test_ops.py::TestCommonCPU::test_out_warning_special_erfcx_cpu PASSED [ 21%] 2022-12-01T10:39:42.1327161Z test_ops.py::TestCommonCPU::test_out_warning_special_hermite_polynomial_h_cpu PASSED [ 21%] 2022-12-01T10:39:42.1327333Z test_ops.py::TestCommonCPU::test_out_warning_special_hermite_polynomial_he_cpu PASSED [ 21%] 2022-12-01T10:39:42.1327478Z test_ops.py::TestCommonCPU::test_out_warning_special_i0e_cpu PASSED [ 21%] 2022-12-01T10:39:42.1327622Z test_ops.py::TestCommonCPU::test_out_warning_special_i1_cpu PASSED [ 21%] 2022-12-01T10:39:42.1327765Z test_ops.py::TestCommonCPU::test_out_warning_special_i1e_cpu PASSED [ 21%] 2022-12-01T10:39:42.1327932Z test_ops.py::TestCommonCPU::test_out_warning_special_laguerre_polynomial_l_cpu PASSED [ 21%] 2022-12-01T10:39:42.1328275Z 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:39:42.1328437Z test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_i1_cpu PASSED [ 21%] 2022-12-01T10:39:42.1328595Z test_ops.py::TestCommonCPU::test_out_warning_special_scaled_modified_bessel_k0_cpu PASSED [ 21%] 2022-12-01T10:39:42.1328952Z 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:39:42.1329308Z 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:39:42.1329474Z test_ops.py::TestCommonCPU::test_out_warning_special_spherical_bessel_j0_cpu PASSED [ 21%] 2022-12-01T10:39:42.1329619Z test_ops.py::TestCommonCPU::test_out_warning_special_zeta_cpu PASSED [ 21%] 2022-12-01T10:39:42.1329760Z test_ops.py::TestCommonCPU::test_out_warning_split_cpu PASSED [ 21%] 2022-12-01T10:39:42.1329905Z test_ops.py::TestCommonCPU::test_out_warning_split_list_args_cpu PASSED [ 21%] 2022-12-01T10:39:42.1330042Z test_ops.py::TestCommonCPU::test_out_warning_stack_cpu PASSED [ 21%] 2022-12-01T10:39:42.1330220Z test_ops.py::TestCommonCPU::test_out_warning_std_cpu PASSED [ 21%] 2022-12-01T10:39:42.1330344Z test_ops.py::TestCommonCPU::test_out_warning_t_cpu PASSED [ 21%] 2022-12-01T10:39:42.1330488Z test_ops.py::TestCommonCPU::test_out_warning_take_along_dim_cpu PASSED [ 21%] 2022-12-01T10:39:42.1330628Z test_ops.py::TestCommonCPU::test_out_warning_take_cpu PASSED [ 21%] 2022-12-01T10:39:42.1330763Z test_ops.py::TestCommonCPU::test_out_warning_tan_cpu PASSED [ 21%] 2022-12-01T10:39:42.1330931Z test_ops.py::TestCommonCPU::test_out_warning_tensordot_cpu PASSED [ 21%] 2022-12-01T10:39:42.1331072Z test_ops.py::TestCommonCPU::test_out_warning_transpose_cpu PASSED [ 21%] 2022-12-01T10:39:42.1331219Z test_ops.py::TestCommonCPU::test_out_warning_triangular_solve_cpu PASSED [ 21%] 2022-12-01T10:39:42.1331357Z test_ops.py::TestCommonCPU::test_out_warning_tril_cpu PASSED [ 21%] 2022-12-01T10:39:42.1331487Z test_ops.py::TestCommonCPU::test_out_warning_tril_indices_cpu PASSED [ 21%] 2022-12-01T10:39:42.1331626Z test_ops.py::TestCommonCPU::test_out_warning_triu_cpu PASSED [ 21%] 2022-12-01T10:39:42.1331765Z test_ops.py::TestCommonCPU::test_out_warning_true_divide_cpu PASSED [ 21%] 2022-12-01T10:39:42.1331901Z test_ops.py::TestCommonCPU::test_out_warning_unbind_cpu PASSED [ 21%] 2022-12-01T10:39:42.1332040Z test_ops.py::TestCommonCPU::test_out_warning_unflatten_cpu PASSED [ 21%] 2022-12-01T10:39:42.1332183Z test_ops.py::TestCommonCPU::test_out_warning_uniform_cpu PASSED [ 21%] 2022-12-01T10:39:42.1332320Z test_ops.py::TestCommonCPU::test_out_warning_unique_cpu PASSED [ 21%] 2022-12-01T10:39:42.1332528Z test_ops.py::TestCommonCPU::test_out_warning_unsqueeze_cpu PASSED [ 21%] 2022-12-01T10:39:42.1332795Z test_ops.py::TestCommonCPU::test_out_warning_var_mean_cpu PASSED [ 21%] 2022-12-01T10:39:42.1333041Z test_ops.py::TestCommonCPU::test_out_warning_vdot_cpu PASSED [ 21%] 2022-12-01T10:39:42.1333315Z test_ops.py::TestCommonCPU::test_out_warning_view_as_complex_cpu PASSED [ 21%] 2022-12-01T10:39:42.1333589Z test_ops.py::TestCommonCPU::test_out_warning_view_as_real_cpu PASSED [ 21%] 2022-12-01T10:39:42.1333845Z test_ops.py::TestCommonCPU::test_out_warning_view_cpu PASSED [ 21%] 2022-12-01T10:39:42.1333990Z test_ops.py::TestCommonCPU::test_out_warning_vstack_cpu PASSED [ 21%] 2022-12-01T10:39:42.1334130Z test_ops.py::TestCommonCPU::test_out_warning_where_cpu PASSED [ 21%] 2022-12-01T10:39:42.1334263Z test_ops.py::TestCommonCPU::test_out_warning_zero__cpu PASSED [ 21%] 2022-12-01T10:39:42.1334401Z test_ops.py::TestCommonCPU::test_out_where_cpu_float32 PASSED [ 21%] 2022-12-01T10:39:42.1334561Z test_ops.py::TestCommonCPU::test_out_xlogy_cpu_float32 PASSED [ 21%] 2022-12-01T10:39:42.1334699Z test_ops.py::TestCommonCPU::test_out_zero__cpu_float32 PASSED [ 21%] 2022-12-01T10:39:42.1334834Z test_ops.py::TestCommonCPU::test_out_zeros_cpu_float32 PASSED [ 21%] 2022-12-01T10:39:42.1334986Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_complex64 PASSED [ 21%] 2022-12-01T10:39:42.1335127Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_float64 PASSED [ 21%] 2022-12-01T10:39:42.1335266Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int64 PASSED [ 21%] 2022-12-01T10:39:42.1335420Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_complex128 PASSED [ 21%] 2022-12-01T10:39:42.1335572Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_float32 PASSED [ 21%] 2022-12-01T10:39:42.1335708Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_float64 PASSED [ 21%] 2022-12-01T10:39:42.1335854Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int32 PASSED [ 21%] 2022-12-01T10:39:42.1336031Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int64 PASSED [ 21%] 2022-12-01T10:39:42.1336179Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_uint8 PASSED [ 21%] 2022-12-01T10:39:42.1336367Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_bfloat16 PASSED [ 21%] 2022-12-01T10:39:42.1336514Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_bool PASSED [ 21%] 2022-12-01T10:39:42.1336661Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_float32 PASSED [ 21%] 2022-12-01T10:39:42.1336804Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int16 PASSED [ 21%] 2022-12-01T10:39:42.1336968Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_bfloat16 PASSED [ 21%] 2022-12-01T10:39:42.1337116Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_complex32 PASSED [ 21%] 2022-12-01T10:39:42.1337261Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_float16 PASSED [ 21%] 2022-12-01T10:39:42.1337405Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_float32 PASSED [ 21%] 2022-12-01T10:39:42.1337547Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int32 PASSED [ 21%] 2022-12-01T10:39:42.1337693Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int64 PASSED [ 21%] 2022-12-01T10:39:42.1337881Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_uint8 PASSED [ 21%] 2022-12-01T10:39:42.1338039Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_complex64 PASSED [ 21%] 2022-12-01T10:39:42.1338177Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_float32 PASSED [ 21%] 2022-12-01T10:39:42.1338328Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_float64 PASSED [ 21%] 2022-12-01T10:39:42.1338477Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_bfloat16 XFAIL [ 21%] 2022-12-01T10:39:42.1338618Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_bool XFAIL [ 21%] 2022-12-01T10:39:42.1338768Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_complex128 XFAIL [ 21%] 2022-12-01T10:39:42.1338917Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_complex64 XFAIL [ 21%] 2022-12-01T10:39:42.1339063Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_float16 XFAIL [ 21%] 2022-12-01T10:39:42.1339206Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_float64 XFAIL [ 21%] 2022-12-01T10:39:42.1339333Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int16 XFAIL [ 21%] 2022-12-01T10:39:42.1339524Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int32 XFAIL [ 21%] 2022-12-01T10:39:42.1339799Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int64 XFAIL [ 21%] 2022-12-01T10:39:42.1340074Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int8 XFAIL [ 21%] 2022-12-01T10:39:42.1340294Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_bfloat16 PASSED [ 21%] 2022-12-01T10:39:42.1340446Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_complex128 PASSED [ 21%] 2022-12-01T10:39:42.1340595Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_complex64 PASSED [ 21%] 2022-12-01T10:39:42.1340737Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_float64 PASSED [ 21%] 2022-12-01T10:39:42.1340886Z test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_complex128 PASSED [ 21%] 2022-12-01T10:39:42.1341040Z test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_float16 PASSED [ 21%] 2022-12-01T10:39:42.1341191Z test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_float32 PASSED [ 21%] 2022-12-01T10:39:42.1341339Z test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_float64 PASSED [ 21%] 2022-12-01T10:39:42.1341492Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_bfloat16 PASSED [ 21%] 2022-12-01T10:39:42.1341634Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_bool PASSED [ 21%] 2022-12-01T10:39:42.1341785Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_float16 PASSED [ 21%] 2022-12-01T10:39:42.1341933Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_float32 PASSED [ 21%] 2022-12-01T10:39:42.1342081Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int64 PASSED [ 21%] 2022-12-01T10:39:42.1342523Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_bool PASSED [ 21%] 2022-12-01T10:39:42.1342675Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_float64 PASSED [ 21%] 2022-12-01T10:39:42.1342818Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int32 PASSED [ 21%] 2022-12-01T10:39:42.1342960Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int64 PASSED [ 21%] 2022-12-01T10:39:42.1343174Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_uint8 PASSED [ 21%] 2022-12-01T10:39:42.1343334Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_complex64 PASSED [ 21%] 2022-12-01T10:39:42.1343480Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_float16 PASSED [ 21%] 2022-12-01T10:39:42.1343623Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int16 PASSED [ 21%] 2022-12-01T10:39:42.1343756Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int32 PASSED [ 21%] 2022-12-01T10:39:42.1343903Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int8 PASSED [ 21%] 2022-12-01T10:39:42.1344057Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_bfloat16 PASSED [ 21%] 2022-12-01T10:39:42.1344209Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_float16 PASSED [ 21%] 2022-12-01T10:39:42.1344355Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int8 PASSED [ 21%] 2022-12-01T10:39:42.1344508Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_uint8 PASSED [ 21%] 2022-12-01T10:39:42.1344667Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:39:42.1344822Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_bool PASSED [ 22%] 2022-12-01T10:39:42.1344964Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_float16 PASSED [ 22%] 2022-12-01T10:39:42.1345119Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int32 PASSED [ 22%] 2022-12-01T10:39:42.1345272Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int64 PASSED [ 22%] 2022-12-01T10:39:42.1345423Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:39:42.1345578Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_complex128 PASSED [ 22%] 2022-12-01T10:39:42.1345731Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_complex64 PASSED [ 22%] 2022-12-01T10:39:42.1345879Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int16 PASSED [ 22%] 2022-12-01T10:39:42.1346032Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:39:42.1346175Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_complex128 PASSED [ 22%] 2022-12-01T10:39:42.1346326Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_float64 PASSED [ 22%] 2022-12-01T10:39:42.1346474Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int32 PASSED [ 22%] 2022-12-01T10:39:42.1346618Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int8 PASSED [ 22%] 2022-12-01T10:39:42.1346767Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_uint8 PASSED [ 22%] 2022-12-01T10:39:42.1346916Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_float64 PASSED [ 22%] 2022-12-01T10:39:42.1347062Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int16 PASSED [ 22%] 2022-12-01T10:39:42.1347209Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int32 PASSED [ 22%] 2022-12-01T10:39:42.1347341Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int64 PASSED [ 22%] 2022-12-01T10:39:42.1347486Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int8 PASSED [ 22%] 2022-12-01T10:39:42.1347637Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:39:42.1347782Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_bool PASSED [ 22%] 2022-12-01T10:39:42.1347982Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_float64 PASSED [ 22%] 2022-12-01T10:39:42.1348205Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int32 PASSED [ 22%] 2022-12-01T10:39:42.1348385Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int64 PASSED [ 22%] 2022-12-01T10:39:42.1348580Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_bool PASSED [ 22%] 2022-12-01T10:39:42.1348717Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_float32 PASSED [ 22%] 2022-12-01T10:39:42.1349224Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int64 PASSED [ 22%] 2022-12-01T10:39:42.1349530Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_uint8 PASSED [ 22%] 2022-12-01T10:39:42.1349849Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_complex32 PASSED [ 22%] 2022-12-01T10:39:42.1350121Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_float16 PASSED [ 22%] 2022-12-01T10:39:42.1350398Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_float32 PASSED [ 22%] 2022-12-01T10:39:42.1350619Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int32 PASSED [ 22%] 2022-12-01T10:39:42.1350937Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_complex128 PASSED [ 22%] 2022-12-01T10:39:42.1351261Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_float16 PASSED [ 22%] 2022-12-01T10:39:42.1351587Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_float32 PASSED [ 22%] 2022-12-01T10:39:42.1351947Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_float64 PASSED [ 22%] 2022-12-01T10:39:42.1352275Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int32 PASSED [ 22%] 2022-12-01T10:39:42.1352535Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_bool PASSED [ 22%] 2022-12-01T10:39:42.1352819Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_complex128 PASSED [ 22%] 2022-12-01T10:39:42.1353136Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_complex32 PASSED [ 22%] 2022-12-01T10:39:42.1353406Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_float16 PASSED [ 22%] 2022-12-01T10:39:42.1353694Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_float32 PASSED [ 22%] 2022-12-01T10:39:42.1353980Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_float64 PASSED [ 22%] 2022-12-01T10:39:42.1354306Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int8 PASSED [ 22%] 2022-12-01T10:39:42.1354680Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int64 PASSED [ 22%] 2022-12-01T10:39:42.1354993Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int8 PASSED [ 22%] 2022-12-01T10:39:42.1355277Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_uint8 PASSED [ 22%] 2022-12-01T10:39:42.1355566Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int64 PASSED [ 22%] 2022-12-01T10:39:42.1355803Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_bool PASSED [ 22%] 2022-12-01T10:39:42.1356106Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int32 PASSED [ 22%] 2022-12-01T10:39:42.1356425Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int16 PASSED [ 22%] 2022-12-01T10:39:42.1356697Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int64 PASSED [ 22%] 2022-12-01T10:39:42.1356998Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int8 PASSED [ 22%] 2022-12-01T10:39:42.1357354Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_float16 PASSED [ 22%] 2022-12-01T10:39:42.1357685Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_float32 PASSED [ 22%] 2022-12-01T10:39:42.1357943Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int32 PASSED [ 22%] 2022-12-01T10:39:42.1358214Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int64 PASSED [ 22%] 2022-12-01T10:39:42.1358586Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int8 PASSED [ 22%] 2022-12-01T10:39:42.1358862Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_uint8 PASSED [ 22%] 2022-12-01T10:39:42.1359145Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:39:42.1359454Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_bool PASSED [ 22%] 2022-12-01T10:39:42.1359839Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_complex128 PASSED [ 22%] 2022-12-01T10:39:42.1360203Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_float16 PASSED [ 22%] 2022-12-01T10:39:42.1360554Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_float32 PASSED [ 22%] 2022-12-01T10:39:42.1360897Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_float64 PASSED [ 22%] 2022-12-01T10:39:42.1361121Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int16 PASSED [ 22%] 2022-12-01T10:39:42.1361315Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int32 PASSED [ 22%] 2022-12-01T10:39:42.1361501Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int64 PASSED [ 22%] 2022-12-01T10:39:42.1361727Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int8 PASSED [ 22%] 2022-12-01T10:39:42.1361908Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_complex32 PASSED [ 22%] 2022-12-01T10:39:42.1362090Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_float16 PASSED [ 22%] 2022-12-01T10:39:42.1362303Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int32 PASSED [ 22%] 2022-12-01T10:39:42.1362478Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int8 PASSED [ 22%] 2022-12-01T10:39:42.1362615Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_float32 PASSED [ 22%] 2022-12-01T10:39:42.1362789Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int32 PASSED [ 22%] 2022-12-01T10:39:42.1362971Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:39:42.1363154Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_complex32 PASSED [ 22%] 2022-12-01T10:39:42.1363338Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_float64 PASSED [ 22%] 2022-12-01T10:39:42.1363510Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int16 PASSED [ 22%] 2022-12-01T10:39:42.1363692Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int64 PASSED [ 22%] 2022-12-01T10:39:42.1363894Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:39:42.1364031Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_float32 PASSED [ 22%] 2022-12-01T10:39:42.1364210Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int32 PASSED [ 22%] 2022-12-01T10:39:42.1364383Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_uint8 PASSED [ 22%] 2022-12-01T10:39:42.1364676Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:39:42.1364874Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_float32 PASSED [ 22%] 2022-12-01T10:39:42.1365093Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int32 PASSED [ 22%] 2022-12-01T10:39:42.1365280Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int8 PASSED [ 22%] 2022-12-01T10:39:42.1365459Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_bool PASSED [ 22%] 2022-12-01T10:39:42.1365602Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_float64 PASSED [ 22%] 2022-12-01T10:39:42.1365806Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int32 PASSED [ 22%] 2022-12-01T10:39:42.1365982Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_uint8 PASSED [ 22%] 2022-12-01T10:39:42.1366167Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_complex128 PASSED [ 22%] 2022-12-01T10:39:42.1366404Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_complex32 PASSED [ 22%] 2022-12-01T10:39:42.1366589Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_complex64 PASSED [ 22%] 2022-12-01T10:39:42.1366776Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_float16 PASSED [ 22%] 2022-12-01T10:39:42.1366949Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int16 PASSED [ 22%] 2022-12-01T10:39:42.1367161Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:39:42.1367310Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_complex64 PASSED [ 22%] 2022-12-01T10:39:42.1367517Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_float16 PASSED [ 22%] 2022-12-01T10:39:42.1367703Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_float32 PASSED [ 22%] 2022-12-01T10:39:42.1367889Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_float64 PASSED [ 22%] 2022-12-01T10:39:42.1368115Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int16 PASSED [ 22%] 2022-12-01T10:39:42.1368302Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_uint8 PASSED [ 22%] 2022-12-01T10:39:42.1368480Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:39:42.1368656Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_bool PASSED [ 22%] 2022-12-01T10:39:42.1368799Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_complex64 PASSED [ 22%] 2022-12-01T10:39:42.1368977Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_float32 PASSED [ 22%] 2022-12-01T10:39:42.1369176Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_float64 PASSED [ 22%] 2022-12-01T10:39:42.1369351Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int16 PASSED [ 22%] 2022-12-01T10:39:42.1369532Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int32 PASSED [ 22%] 2022-12-01T10:39:42.1369707Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int8 PASSED [ 22%] 2022-12-01T10:39:42.1369960Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_uint8 PASSED [ 22%] 2022-12-01T10:39:42.1370225Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:39:42.1370501Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_float16 PASSED [ 22%] 2022-12-01T10:39:42.1370853Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_float32 PASSED [ 22%] 2022-12-01T10:39:42.1371129Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int16 PASSED [ 22%] 2022-12-01T10:39:42.1371347Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int64 PASSED [ 22%] 2022-12-01T10:39:42.1371546Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_uint8 PASSED [ 22%] 2022-12-01T10:39:42.1371775Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:39:42.1372018Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_bool PASSED [ 22%] 2022-12-01T10:39:42.1372216Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_complex128 PASSED [ 22%] 2022-12-01T10:39:42.1372406Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_complex64 PASSED [ 22%] 2022-12-01T10:39:42.1372551Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int32 PASSED [ 22%] 2022-12-01T10:39:42.1372737Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_bool PASSED [ 22%] 2022-12-01T10:39:42.1372923Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_complex32 PASSED [ 22%] 2022-12-01T10:39:42.1373174Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_complex64 PASSED [ 22%] 2022-12-01T10:39:42.1373393Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_float16 PASSED [ 22%] 2022-12-01T10:39:42.1373621Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_float32 PASSED [ 22%] 2022-12-01T10:39:42.1373860Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_float64 PASSED [ 22%] 2022-12-01T10:39:42.1374041Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int64 PASSED [ 23%] 2022-12-01T10:39:42.1374184Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_uint8 PASSED [ 23%] 2022-12-01T10:39:42.1374350Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:39:42.1374592Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_bool PASSED [ 23%] 2022-12-01T10:39:42.1374777Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_float16 PASSED [ 23%] 2022-12-01T10:39:42.1374960Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_float32 PASSED [ 23%] 2022-12-01T10:39:42.1375136Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_float64 PASSED [ 23%] 2022-12-01T10:39:42.1375360Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int16 PASSED [ 23%] 2022-12-01T10:39:42.1375541Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:39:42.1375680Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_complex128 PASSED [ 23%] 2022-12-01T10:39:42.1375857Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_float64 PASSED [ 23%] 2022-12-01T10:39:42.1376037Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int64 PASSED [ 23%] 2022-12-01T10:39:42.1376230Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int8 PASSED [ 23%] 2022-12-01T10:39:42.1376409Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_float64 PASSED [ 23%] 2022-12-01T10:39:42.1376582Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int64 PASSED [ 23%] 2022-12-01T10:39:42.1376762Z test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:39:42.1376941Z test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_complex64 PASSED [ 23%] 2022-12-01T10:39:42.1377079Z test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_int16 PASSED [ 23%] 2022-12-01T10:39:42.1377255Z test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_int32 PASSED [ 23%] 2022-12-01T10:39:42.1377441Z test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_int64 PASSED [ 23%] 2022-12-01T10:39:42.1377617Z test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_uint8 PASSED [ 23%] 2022-12-01T10:39:42.1377833Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_complex32 PASSED [ 23%] 2022-12-01T10:39:42.1378023Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_complex64 PASSED [ 23%] 2022-12-01T10:39:42.1378209Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_float64 PASSED [ 23%] 2022-12-01T10:39:42.1378421Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int16 PASSED [ 23%] 2022-12-01T10:39:42.1378602Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int32 PASSED [ 23%] 2022-12-01T10:39:42.1378743Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int64 PASSED [ 23%] 2022-12-01T10:39:42.1378926Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_uint8 PASSED [ 23%] 2022-12-01T10:39:42.1379112Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_complex64 PASSED [ 23%] 2022-12-01T10:39:42.1379293Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_float16 PASSED [ 23%] 2022-12-01T10:39:42.1379493Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_float32 PASSED [ 23%] 2022-12-01T10:39:42.1379677Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int32 PASSED [ 23%] 2022-12-01T10:39:42.1379855Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_uint8 PASSED [ 23%] 2022-12-01T10:39:42.1380038Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_float64 PASSED [ 23%] 2022-12-01T10:39:42.1380175Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int64 PASSED [ 23%] 2022-12-01T10:39:42.1380389Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_uint8 PASSED [ 23%] 2022-12-01T10:39:42.1380582Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:39:42.1380776Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_float64 PASSED [ 23%] 2022-12-01T10:39:42.1380965Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int16 PASSED [ 23%] 2022-12-01T10:39:42.1381204Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int32 PASSED [ 23%] 2022-12-01T10:39:42.1381391Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int64 PASSED [ 23%] 2022-12-01T10:39:42.1381627Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:39:42.1381786Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_complex64 PASSED [ 23%] 2022-12-01T10:39:42.1381980Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_float16 PASSED [ 23%] 2022-12-01T10:39:42.1382305Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_float32 PASSED [ 23%] 2022-12-01T10:39:42.1382502Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int16 PASSED [ 23%] 2022-12-01T10:39:42.1382694Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int32 PASSED [ 23%] 2022-12-01T10:39:42.1382887Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int64 PASSED [ 23%] 2022-12-01T10:39:42.1383108Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:39:42.1383307Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int64 PASSED [ 23%] 2022-12-01T10:39:42.1383497Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_uint8 PASSED [ 23%] 2022-12-01T10:39:42.1383639Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:39:42.1383825Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_complex128 PASSED [ 23%] 2022-12-01T10:39:42.1384004Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int8 PASSED [ 23%] 2022-12-01T10:39:42.1384182Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:39:42.1384359Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_bool PASSED [ 23%] 2022-12-01T10:39:42.1384539Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_float16 PASSED [ 23%] 2022-12-01T10:39:42.1384742Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_float32 PASSED [ 23%] 2022-12-01T10:39:42.1384952Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int16 PASSED [ 23%] 2022-12-01T10:39:42.1385087Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int32 PASSED [ 23%] 2022-12-01T10:39:42.1385262Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_uint8 PASSED [ 23%] 2022-12-01T10:39:42.1385485Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_bool SKIPPED (Expected: empty is not comparable) [ 23%] 2022-12-01T10:39:42.1385710Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_complex128 SKIPPED (Expected: empty is not comparable) [ 23%] 2022-12-01T10:39:42.1385937Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_complex32 SKIPPED (Expected: empty is not comparable) [ 23%] 2022-12-01T10:39:42.1386159Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int32 SKIPPED (Expected: empty is not comparable) [ 23%] 2022-12-01T10:39:42.1386383Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int8 SKIPPED (Expected: empty is not comparable) [ 23%] 2022-12-01T10:39:42.1386628Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_bfloat16 SKIPPED (Expected: empty is not comparable) [ 23%] 2022-12-01T10:39:42.1386849Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_bool SKIPPED (Expected: empty is not comparable) [ 23%] 2022-12-01T10:39:42.1387148Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_complex128 SKIPPED (Expected: empty is not comparable) [ 23%] 2022-12-01T10:39:42.1387333Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_complex32 SKIPPED (Expected: empty is not comparable) [ 23%] 2022-12-01T10:39:42.1387556Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_float16 SKIPPED (Expected: empty is not comparable) [ 23%] 2022-12-01T10:39:42.1387817Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_float32 SKIPPED (Expected: empty is not comparable) [ 23%] 2022-12-01T10:39:42.1388050Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int64 SKIPPED (Expected: empty is not comparable) [ 23%] 2022-12-01T10:39:42.1388270Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int8 SKIPPED (Expected: empty is not comparable) [ 23%] 2022-12-01T10:39:42.1388449Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:39:42.1388679Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_bool PASSED [ 23%] 2022-12-01T10:39:42.1388864Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_complex128 PASSED [ 23%] 2022-12-01T10:39:42.1389044Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_complex64 PASSED [ 23%] 2022-12-01T10:39:42.1389177Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_float32 PASSED [ 23%] 2022-12-01T10:39:42.1389354Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_float64 PASSED [ 23%] 2022-12-01T10:39:42.1389538Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int64 PASSED [ 23%] 2022-12-01T10:39:42.1389710Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_uint8 PASSED [ 23%] 2022-12-01T10:39:42.1389883Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_bool PASSED [ 23%] 2022-12-01T10:39:42.1390053Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int16 PASSED [ 23%] 2022-12-01T10:39:42.1390246Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int8 PASSED [ 23%] 2022-12-01T10:39:42.1390426Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:39:42.1390557Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_bool PASSED [ 23%] 2022-12-01T10:39:42.1390735Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_float32 PASSED [ 23%] 2022-12-01T10:39:42.1390922Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_float64 PASSED [ 23%] 2022-12-01T10:39:42.1391100Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int16 PASSED [ 23%] 2022-12-01T10:39:42.1391270Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int64 PASSED [ 23%] 2022-12-01T10:39:42.1391441Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_uint8 PASSED [ 23%] 2022-12-01T10:39:42.1391649Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_float32 PASSED [ 23%] 2022-12-01T10:39:42.1391850Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int32 PASSED [ 23%] 2022-12-01T10:39:42.1391985Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int8 PASSED [ 23%] 2022-12-01T10:39:42.1392167Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:39:42.1392352Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_float64 PASSED [ 23%] 2022-12-01T10:39:42.1392529Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int16 PASSED [ 23%] 2022-12-01T10:39:42.1392705Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int32 PASSED [ 23%] 2022-12-01T10:39:42.1392875Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int8 PASSED [ 23%] 2022-12-01T10:39:42.1393050Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_uint8 PASSED [ 23%] 2022-12-01T10:39:42.1393228Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:39:42.1393370Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_complex128 PASSED [ 23%] 2022-12-01T10:39:42.1393603Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_complex64 PASSED [ 23%] 2022-12-01T10:39:42.1393786Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_float64 PASSED [ 23%] 2022-12-01T10:39:42.1393957Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int16 PASSED [ 23%] 2022-12-01T10:39:42.1394134Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_uint8 PASSED [ 23%] 2022-12-01T10:39:42.1394345Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:39:42.1394527Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_bool PASSED [ 23%] 2022-12-01T10:39:42.1394741Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_complex128 PASSED [ 23%] 2022-12-01T10:39:42.1394886Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_complex64 PASSED [ 23%] 2022-12-01T10:39:42.1395077Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_float32 PASSED [ 23%] 2022-12-01T10:39:42.1395285Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_float64 PASSED [ 23%] 2022-12-01T10:39:42.1395470Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int32 PASSED [ 23%] 2022-12-01T10:39:42.1395645Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int64 PASSED [ 23%] 2022-12-01T10:39:42.1395823Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int8 PASSED [ 23%] 2022-12-01T10:39:42.1396002Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_uint8 PASSED [ 23%] 2022-12-01T10:39:42.1396185Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:39:42.1396402Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_bool PASSED [ 23%] 2022-12-01T10:39:42.1396588Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_complex128 PASSED [ 23%] 2022-12-01T10:39:42.1396768Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_float32 PASSED [ 23%] 2022-12-01T10:39:42.1396968Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int32 PASSED [ 23%] 2022-12-01T10:39:42.1397147Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int64 PASSED [ 23%] 2022-12-01T10:39:42.1397323Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int8 PASSED [ 23%] 2022-12-01T10:39:42.1397498Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_uint8 PASSED [ 23%] 2022-12-01T10:39:42.1397721Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:39:42.1397900Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_float32 PASSED [ 23%] 2022-12-01T10:39:42.1398038Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_float64 PASSED [ 23%] 2022-12-01T10:39:42.1398210Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int8 PASSED [ 23%] 2022-12-01T10:39:42.1398386Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_bool PASSED [ 23%] 2022-12-01T10:39:42.1398591Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_complex64 PASSED [ 23%] 2022-12-01T10:39:42.1398765Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_float64 PASSED [ 24%] 2022-12-01T10:39:42.1398937Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int16 PASSED [ 24%] 2022-12-01T10:39:42.1399118Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int32 PASSED [ 24%] 2022-12-01T10:39:42.1399291Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int8 PASSED [ 24%] 2022-12-01T10:39:42.1399424Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_uint8 PASSED [ 24%] 2022-12-01T10:39:42.1399610Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_float32 PASSED [ 24%] 2022-12-01T10:39:42.1399788Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int16 PASSED [ 24%] 2022-12-01T10:39:42.1399983Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int64 PASSED [ 24%] 2022-12-01T10:39:42.1400181Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_bool PASSED [ 24%] 2022-12-01T10:39:42.1400388Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int8 PASSED [ 24%] 2022-12-01T10:39:42.1400587Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_complex128 PASSED [ 24%] 2022-12-01T10:39:42.1400800Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_float64 PASSED [ 24%] 2022-12-01T10:39:42.1400937Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int32 PASSED [ 24%] 2022-12-01T10:39:42.1401142Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int64 PASSED [ 24%] 2022-12-01T10:39:42.1401327Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int8 PASSED [ 24%] 2022-12-01T10:39:42.1401512Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_float16 PASSED [ 24%] 2022-12-01T10:39:42.1401697Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_float64 PASSED [ 24%] 2022-12-01T10:39:42.1401909Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int16 PASSED [ 24%] 2022-12-01T10:39:42.1402096Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int64 PASSED [ 24%] 2022-12-01T10:39:42.1402282Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int8 PASSED [ 24%] 2022-12-01T10:39:42.1402425Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_uint8 PASSED [ 24%] 2022-12-01T10:39:42.1402606Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_bool PASSED [ 24%] 2022-12-01T10:39:42.1402794Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_complex64 PASSED [ 24%] 2022-12-01T10:39:42.1402977Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_float64 PASSED [ 24%] 2022-12-01T10:39:42.1403154Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int16 PASSED [ 24%] 2022-12-01T10:39:42.1403337Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int32 PASSED [ 24%] 2022-12-01T10:39:42.1403531Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int64 PASSED [ 24%] 2022-12-01T10:39:42.1403711Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int8 PASSED [ 24%] 2022-12-01T10:39:42.1403935Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_complex128 PASSED [ 24%] 2022-12-01T10:39:42.1404079Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_complex64 PASSED [ 24%] 2022-12-01T10:39:42.1404259Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_float32 PASSED [ 24%] 2022-12-01T10:39:42.1404438Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int32 PASSED [ 24%] 2022-12-01T10:39:42.1404716Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int8 PASSED [ 24%] 2022-12-01T10:39:42.1404905Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_uint8 PASSED [ 24%] 2022-12-01T10:39:42.1405091Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_complex64 PASSED [ 24%] 2022-12-01T10:39:42.1405300Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_float32 PASSED [ 24%] 2022-12-01T10:39:42.1405482Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int16 PASSED [ 24%] 2022-12-01T10:39:42.1405616Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int32 PASSED [ 24%] 2022-12-01T10:39:42.1405793Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int64 PASSED [ 24%] 2022-12-01T10:39:42.1405968Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int8 PASSED [ 24%] 2022-12-01T10:39:42.1406152Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_complex64 PASSED [ 24%] 2022-12-01T10:39:42.1406340Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_float32 PASSED [ 24%] 2022-12-01T10:39:42.1406517Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_float64 PASSED [ 24%] 2022-12-01T10:39:42.1406695Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int8 PASSED [ 24%] 2022-12-01T10:39:42.1406896Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_uint8 PASSED [ 24%] 2022-12-01T10:39:42.1407074Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_bool PASSED [ 24%] 2022-12-01T10:39:42.1407292Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_complex128 PASSED [ 24%] 2022-12-01T10:39:42.1407474Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_float32 PASSED [ 24%] 2022-12-01T10:39:42.1407650Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int16 PASSED [ 24%] 2022-12-01T10:39:42.1407864Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int32 PASSED [ 24%] 2022-12-01T10:39:42.1408045Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_uint8 PASSED [ 24%] 2022-12-01T10:39:42.1408223Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_bool PASSED [ 24%] 2022-12-01T10:39:42.1408406Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_complex64 PASSED [ 24%] 2022-12-01T10:39:42.1408547Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_float32 PASSED [ 24%] 2022-12-01T10:39:42.1408749Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_float64 PASSED [ 24%] 2022-12-01T10:39:42.1408929Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int64 PASSED [ 24%] 2022-12-01T10:39:42.1409114Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_uint8 PASSED [ 24%] 2022-12-01T10:39:42.1409300Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_bfloat16 PASSED [ 24%] 2022-12-01T10:39:42.1409486Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_bool PASSED [ 24%] 2022-12-01T10:39:42.1409676Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_complex128 PASSED [ 24%] 2022-12-01T10:39:42.1409866Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_complex32 PASSED [ 24%] 2022-12-01T10:39:42.1410051Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_float16 PASSED [ 24%] 2022-12-01T10:39:42.1410200Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_float32 PASSED [ 24%] 2022-12-01T10:39:42.1410428Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_float64 PASSED [ 24%] 2022-12-01T10:39:42.1410613Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int32 PASSED [ 24%] 2022-12-01T10:39:42.1410795Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_uint8 PASSED [ 24%] 2022-12-01T10:39:42.1410971Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int16 PASSED [ 24%] 2022-12-01T10:39:42.1411143Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int32 PASSED [ 24%] 2022-12-01T10:39:42.1411317Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_bool PASSED [ 24%] 2022-12-01T10:39:42.1411494Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_float32 PASSED [ 24%] 2022-12-01T10:39:42.1411630Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_float64 PASSED [ 24%] 2022-12-01T10:39:42.1411810Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_uint8 PASSED [ 24%] 2022-12-01T10:39:42.1412014Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_bool PASSED [ 24%] 2022-12-01T10:39:42.1412196Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_float32 PASSED [ 24%] 2022-12-01T10:39:42.1412374Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_float64 PASSED [ 24%] 2022-12-01T10:39:42.1412550Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int16 PASSED [ 24%] 2022-12-01T10:39:42.1412720Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int32 PASSED [ 24%] 2022-12-01T10:39:42.1412893Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int8 PASSED [ 24%] 2022-12-01T10:39:42.1413068Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_uint8 PASSED [ 24%] 2022-12-01T10:39:42.1413205Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_bool PASSED [ 24%] 2022-12-01T10:39:42.1413455Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_complex64 PASSED [ 24%] 2022-12-01T10:39:42.1413658Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_float64 PASSED [ 24%] 2022-12-01T10:39:42.1413833Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int8 PASSED [ 24%] 2022-12-01T10:39:42.1414007Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_uint8 PASSED [ 24%] 2022-12-01T10:39:42.1414208Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_bool PASSED [ 24%] 2022-12-01T10:39:42.1414390Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_complex128 PASSED [ 24%] 2022-12-01T10:39:42.1414567Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int64 PASSED [ 24%] 2022-12-01T10:39:42.1414713Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_complex128 PASSED [ 24%] 2022-12-01T10:39:42.1414900Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_complex64 PASSED [ 24%] 2022-12-01T10:39:42.1415080Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_float64 PASSED [ 24%] 2022-12-01T10:39:42.1415274Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int64 PASSED [ 24%] 2022-12-01T10:39:42.1415446Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int8 PASSED [ 24%] 2022-12-01T10:39:42.1415622Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_uint8 PASSED [ 24%] 2022-12-01T10:39:42.1415797Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_bool PASSED [ 24%] 2022-12-01T10:39:42.1415982Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_float64 PASSED [ 24%] 2022-12-01T10:39:42.1416119Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int32 PASSED [ 24%] 2022-12-01T10:39:42.1416292Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_uint8 PASSED [ 24%] 2022-12-01T10:39:42.1416488Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_float64 PASSED [ 24%] 2022-12-01T10:39:42.1416664Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int16 PASSED [ 24%] 2022-12-01T10:39:42.1416858Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int32 PASSED [ 24%] 2022-12-01T10:39:42.1417030Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int64 PASSED [ 24%] 2022-12-01T10:39:42.1417204Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int8 PASSED [ 24%] 2022-12-01T10:39:42.1417391Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_bool PASSED [ 24%] 2022-12-01T10:39:42.1417533Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_float32 PASSED [ 24%] 2022-12-01T10:39:42.1417708Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int16 PASSED [ 24%] 2022-12-01T10:39:42.1417881Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int64 PASSED [ 24%] 2022-12-01T10:39:42.1418053Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int8 PASSED [ 24%] 2022-12-01T10:39:42.1418231Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_bfloat16 PASSED [ 24%] 2022-12-01T10:39:42.1418424Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_bool PASSED [ 24%] 2022-12-01T10:39:42.1418601Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_float64 PASSED [ 24%] 2022-12-01T10:39:42.1418781Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int32 PASSED [ 24%] 2022-12-01T10:39:42.1418957Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_uint8 PASSED [ 24%] 2022-12-01T10:39:42.1419100Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_bfloat16 PASSED [ 24%] 2022-12-01T10:39:42.1419271Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_bool PASSED [ 24%] 2022-12-01T10:39:42.1419457Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_complex128 PASSED [ 24%] 2022-12-01T10:39:42.1419657Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_float32 PASSED [ 24%] 2022-12-01T10:39:42.1419858Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_float64 PASSED [ 24%] 2022-12-01T10:39:42.1420054Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int16 PASSED [ 24%] 2022-12-01T10:39:42.1420236Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_bfloat16 PASSED [ 24%] 2022-12-01T10:39:42.1420416Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_complex128 PASSED [ 24%] 2022-12-01T10:39:42.1420593Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_float16 PASSED [ 24%] 2022-12-01T10:39:42.1420765Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int16 PASSED [ 24%] 2022-12-01T10:39:42.1420937Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int32 PASSED [ 24%] 2022-12-01T10:39:42.1421108Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int64 PASSED [ 24%] 2022-12-01T10:39:42.1421289Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_complex128 PASSED [ 24%] 2022-12-01T10:39:42.1421476Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_complex64 PASSED [ 24%] 2022-12-01T10:39:42.1421675Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_float16 PASSED [ 24%] 2022-12-01T10:39:42.1421852Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_float32 PASSED [ 24%] 2022-12-01T10:39:42.1421985Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_float64 PASSED [ 24%] 2022-12-01T10:39:42.1422303Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int32 PASSED [ 24%] 2022-12-01T10:39:42.1422545Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int64 PASSED [ 24%] 2022-12-01T10:39:42.1422738Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int8 PASSED [ 25%] 2022-12-01T10:39:42.1422910Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_bool PASSED [ 25%] 2022-12-01T10:39:42.1423098Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_complex64 PASSED [ 25%] 2022-12-01T10:39:42.1423276Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_float16 PASSED [ 25%] 2022-12-01T10:39:42.1423482Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_float32 PASSED [ 25%] 2022-12-01T10:39:42.1423618Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_float64 PASSED [ 25%] 2022-12-01T10:39:42.1423793Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int16 PASSED [ 25%] 2022-12-01T10:39:42.1423970Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int32 PASSED [ 25%] 2022-12-01T10:39:42.1424144Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int64 PASSED [ 25%] 2022-12-01T10:39:42.1424318Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_uint8 PASSED [ 25%] 2022-12-01T10:39:42.1424511Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_bfloat16 PASSED [ 25%] 2022-12-01T10:39:42.1424690Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_float64 PASSED [ 25%] 2022-12-01T10:39:42.1424869Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int16 PASSED [ 25%] 2022-12-01T10:39:42.1425008Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int64 PASSED [ 25%] 2022-12-01T10:39:42.1425203Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_uint8 PASSED [ 25%] 2022-12-01T10:39:42.1425384Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_bfloat16 PASSED [ 25%] 2022-12-01T10:39:42.1425556Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_float32 PASSED [ 25%] 2022-12-01T10:39:42.1425731Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int8 PASSED [ 25%] 2022-12-01T10:39:42.1425944Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_float16 PASSED [ 25%] 2022-12-01T10:39:42.1426129Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_float32 PASSED [ 25%] 2022-12-01T10:39:42.1426307Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int32 PASSED [ 25%] 2022-12-01T10:39:42.1426483Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int64 PASSED [ 25%] 2022-12-01T10:39:42.1426686Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int8 PASSED [ 25%] 2022-12-01T10:39:42.1426887Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_uint8 PASSED [ 25%] 2022-12-01T10:39:42.1427061Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_float16 PASSED [ 25%] 2022-12-01T10:39:42.1427236Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int16 PASSED [ 25%] 2022-12-01T10:39:42.1427582Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int32 PASSED [ 25%] 2022-12-01T10:39:42.1427755Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_uint8 PASSED [ 25%] 2022-12-01T10:39:42.1427925Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_bool PASSED [ 25%] 2022-12-01T10:39:42.1428080Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_float32 PASSED [ 25%] 2022-12-01T10:39:42.1445576Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int16 PASSED [ 25%] 2022-12-01T10:39:42.1445840Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int32 PASSED [ 25%] 2022-12-01T10:39:42.1445999Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_float32 PASSED [ 25%] 2022-12-01T10:39:42.1446152Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int16 PASSED [ 25%] 2022-12-01T10:39:42.1446301Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int32 PASSED [ 25%] 2022-12-01T10:39:42.1446439Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int64 PASSED [ 25%] 2022-12-01T10:39:42.1446586Z test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int32 PASSED [ 25%] 2022-12-01T10:39:42.1446733Z test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int8 PASSED [ 25%] 2022-12-01T10:39:42.1446876Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_bfloat16 PASSED [ 25%] 2022-12-01T10:39:42.1447019Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_float64 PASSED [ 25%] 2022-12-01T10:39:42.1447163Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int16 PASSED [ 25%] 2022-12-01T10:39:42.1447304Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int32 PASSED [ 25%] 2022-12-01T10:39:42.1447446Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_uint8 PASSED [ 25%] 2022-12-01T10:39:42.1447574Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_bool PASSED [ 25%] 2022-12-01T10:39:42.1447716Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_uint8 PASSED [ 25%] 2022-12-01T10:39:42.1447877Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_bfloat16 PASSED [ 25%] 2022-12-01T10:39:42.1448031Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_bool PASSED [ 25%] 2022-12-01T10:39:42.1448189Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_float16 PASSED [ 25%] 2022-12-01T10:39:42.1448340Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_float32 PASSED [ 25%] 2022-12-01T10:39:42.1448492Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int32 PASSED [ 25%] 2022-12-01T10:39:42.1448643Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int64 PASSED [ 25%] 2022-12-01T10:39:42.1448783Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int8 PASSED [ 25%] 2022-12-01T10:39:42.1448936Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_bfloat16 PASSED [ 25%] 2022-12-01T10:39:42.1449087Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_bool PASSED [ 25%] 2022-12-01T10:39:42.1449246Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_complex64 PASSED [ 25%] 2022-12-01T10:39:42.1449399Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_float32 PASSED [ 25%] 2022-12-01T10:39:42.1449547Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int32 PASSED [ 25%] 2022-12-01T10:39:42.1449694Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int8 PASSED [ 25%] 2022-12-01T10:39:42.1449843Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_uint8 PASSED [ 25%] 2022-12-01T10:39:42.1450103Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_bfloat16 PASSED [ 25%] 2022-12-01T10:39:42.1450258Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_complex128 PASSED [ 25%] 2022-12-01T10:39:42.1450414Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_complex64 PASSED [ 25%] 2022-12-01T10:39:42.1450565Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_float32 PASSED [ 25%] 2022-12-01T10:39:42.1450746Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int16 PASSED [ 25%] 2022-12-01T10:39:42.1450899Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_uint8 PASSED [ 25%] 2022-12-01T10:39:42.1451050Z test_ops.py::TestCommonCPU::test_python_ref__refs_hypot_cpu_bfloat16 PASSED [ 25%] 2022-12-01T10:39:42.1451202Z test_ops.py::TestCommonCPU::test_python_ref__refs_hypot_cpu_float64 PASSED [ 25%] 2022-12-01T10:39:42.1451336Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_float32 PASSED [ 25%] 2022-12-01T10:39:42.1451485Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_float64 PASSED [ 25%] 2022-12-01T10:39:42.1451629Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int64 PASSED [ 25%] 2022-12-01T10:39:42.1451771Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int8 PASSED [ 25%] 2022-12-01T10:39:42.1451926Z test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_float16 PASSED [ 25%] 2022-12-01T10:39:42.1452077Z test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_float32 PASSED [ 25%] 2022-12-01T10:39:42.1452224Z test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_float64 PASSED [ 25%] 2022-12-01T10:39:42.1452379Z test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_float16 PASSED [ 25%] 2022-12-01T10:39:42.1452533Z test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_float64 PASSED [ 25%] 2022-12-01T10:39:42.1452670Z test_ops.py::TestCommonCPU::test_python_ref__refs_imag_cpu_complex128 PASSED [ 25%] 2022-12-01T10:39:42.1452826Z test_ops.py::TestCommonCPU::test_python_ref__refs_imag_cpu_complex32 PASSED [ 25%] 2022-12-01T10:39:42.1452973Z test_ops.py::TestCommonCPU::test_python_ref__refs_imag_cpu_complex64 PASSED [ 25%] 2022-12-01T10:39:42.1453128Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_bfloat16 XFAIL [ 25%] 2022-12-01T10:39:42.1453278Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_bool XFAIL [ 25%] 2022-12-01T10:39:42.1453435Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_complex64 XFAIL [ 25%] 2022-12-01T10:39:42.1453589Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_float32 XFAIL [ 25%] 2022-12-01T10:39:42.1453738Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_float64 XFAIL [ 25%] 2022-12-01T10:39:42.1453875Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int64 XFAIL [ 25%] 2022-12-01T10:39:42.1454021Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_uint8 XFAIL [ 25%] 2022-12-01T10:39:42.1454179Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_bfloat16 XFAIL [ 25%] 2022-12-01T10:39:42.1454327Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_bool XFAIL [ 25%] 2022-12-01T10:39:42.1454485Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_complex64 XFAIL [ 25%] 2022-12-01T10:39:42.1454634Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int32 XFAIL [ 25%] 2022-12-01T10:39:42.1454783Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int64 XFAIL [ 25%] 2022-12-01T10:39:42.1454938Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_bfloat16 XFAIL [ 25%] 2022-12-01T10:39:42.1455082Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_complex128 XFAIL [ 25%] 2022-12-01T10:39:42.1455239Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_float32 XFAIL [ 25%] 2022-12-01T10:39:42.1455389Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_float64 XFAIL [ 25%] 2022-12-01T10:39:42.1455569Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int32 XFAIL [ 25%] 2022-12-01T10:39:42.1455717Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_uint8 XFAIL [ 25%] 2022-12-01T10:39:42.1455871Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_bool XFAIL [ 25%] 2022-12-01T10:39:42.1456031Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_complex128 XFAIL [ 25%] 2022-12-01T10:39:42.1456218Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_complex32 XFAIL [ 25%] 2022-12-01T10:39:42.1456374Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_float32 XFAIL [ 25%] 2022-12-01T10:39:42.1456517Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_float64 XFAIL [ 25%] 2022-12-01T10:39:42.1456668Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int16 XFAIL [ 25%] 2022-12-01T10:39:42.1456825Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_complex128 PASSED [ 25%] 2022-12-01T10:39:42.1456978Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_float16 PASSED [ 25%] 2022-12-01T10:39:42.1457130Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int64 PASSED [ 25%] 2022-12-01T10:39:42.1457281Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_uint8 PASSED [ 25%] 2022-12-01T10:39:42.1457434Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_bool PASSED [ 25%] 2022-12-01T10:39:42.1457594Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_complex64 PASSED [ 25%] 2022-12-01T10:39:42.1457736Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_float16 PASSED [ 25%] 2022-12-01T10:39:42.1457889Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int32 PASSED [ 25%] 2022-12-01T10:39:42.1458035Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int64 PASSED [ 25%] 2022-12-01T10:39:42.1458188Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int8 PASSED [ 25%] 2022-12-01T10:39:42.1458341Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_bfloat16 PASSED [ 25%] 2022-12-01T10:39:42.1458489Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_bool PASSED [ 25%] 2022-12-01T10:39:42.1458642Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_complex128 PASSED [ 25%] 2022-12-01T10:39:42.1458797Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_complex32 PASSED [ 25%] 2022-12-01T10:39:42.1458936Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_complex64 PASSED [ 25%] 2022-12-01T10:39:42.1459090Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_float32 PASSED [ 25%] 2022-12-01T10:39:42.1459236Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int16 PASSED [ 25%] 2022-12-01T10:39:42.1459382Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int32 PASSED [ 25%] 2022-12-01T10:39:42.1459530Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int64 PASSED [ 25%] 2022-12-01T10:39:42.1459677Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int8 PASSED [ 25%] 2022-12-01T10:39:42.1459833Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_complex128 PASSED [ 25%] 2022-12-01T10:39:42.1459987Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_complex64 PASSED [ 25%] 2022-12-01T10:39:42.1460124Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_float16 PASSED [ 25%] 2022-12-01T10:39:42.1460275Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int16 PASSED [ 25%] 2022-12-01T10:39:42.1460419Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int8 PASSED [ 25%] 2022-12-01T10:39:42.1460565Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_uint8 PASSED [ 25%] 2022-12-01T10:39:42.1460718Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int32 PASSED [ 25%] 2022-12-01T10:39:42.1460874Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_bfloat16 PASSED [ 25%] 2022-12-01T10:39:42.1461054Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_bool PASSED [ 25%] 2022-12-01T10:39:42.1461211Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_float16 PASSED [ 26%] 2022-12-01T10:39:42.1461352Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_float64 PASSED [ 26%] 2022-12-01T10:39:42.1461503Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int32 PASSED [ 26%] 2022-12-01T10:39:42.1461676Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int64 PASSED [ 26%] 2022-12-01T10:39:42.1461827Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int8 PASSED [ 26%] 2022-12-01T10:39:42.1461980Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_uint8 PASSED [ 26%] 2022-12-01T10:39:42.1462135Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_complex128 PASSED [ 26%] 2022-12-01T10:39:42.1462568Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_float32 PASSED [ 26%] 2022-12-01T10:39:42.1462719Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int16 PASSED [ 26%] 2022-12-01T10:39:42.1462871Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int64 PASSED [ 26%] 2022-12-01T10:39:42.1463005Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int8 PASSED [ 26%] 2022-12-01T10:39:42.1463151Z test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int16 PASSED [ 26%] 2022-12-01T10:39:42.1463296Z test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int32 PASSED [ 26%] 2022-12-01T10:39:42.1463441Z test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int8 PASSED [ 26%] 2022-12-01T10:39:42.1463585Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_bool PASSED [ 26%] 2022-12-01T10:39:42.1463728Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_float16 PASSED [ 26%] 2022-12-01T10:39:42.1463873Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_float32 PASSED [ 26%] 2022-12-01T10:39:42.1464017Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_float64 PASSED [ 26%] 2022-12-01T10:39:42.1464148Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int16 PASSED [ 26%] 2022-12-01T10:39:42.1464294Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int64 PASSED [ 26%] 2022-12-01T10:39:42.1464434Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int8 PASSED [ 26%] 2022-12-01T10:39:42.1464576Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_uint8 PASSED [ 26%] 2022-12-01T10:39:42.1464726Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int16 PASSED [ 26%] 2022-12-01T10:39:42.1464875Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int32 PASSED [ 26%] 2022-12-01T10:39:42.1465025Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int64 PASSED [ 26%] 2022-12-01T10:39:42.1465170Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int8 PASSED [ 26%] 2022-12-01T10:39:42.1465326Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:39:42.1465501Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_complex128 PASSED [ 26%] 2022-12-01T10:39:42.1465671Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_float16 PASSED [ 26%] 2022-12-01T10:39:42.1465834Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_float32 PASSED [ 26%] 2022-12-01T10:39:42.1465994Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_complex64 PASSED [ 26%] 2022-12-01T10:39:42.1466151Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_float16 PASSED [ 26%] 2022-12-01T10:39:42.1466310Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_complex128 PASSED [ 26%] 2022-12-01T10:39:42.1466468Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_float64 PASSED [ 26%] 2022-12-01T10:39:42.1466620Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_complex128 PASSED [ 26%] 2022-12-01T10:39:42.1466784Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_complex64 PASSED [ 26%] 2022-12-01T10:39:42.1467035Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_float64 PASSED [ 26%] 2022-12-01T10:39:42.1467201Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:39:42.1467369Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_complex128 PASSED [ 26%] 2022-12-01T10:39:42.1467564Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_complex64 PASSED [ 26%] 2022-12-01T10:39:42.1467722Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_float16 PASSED [ 26%] 2022-12-01T10:39:42.1467875Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_float64 PASSED [ 26%] 2022-12-01T10:39:42.1468027Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int32 XFAIL [ 26%] 2022-12-01T10:39:42.1468164Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int64 XFAIL [ 26%] 2022-12-01T10:39:42.1468318Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int8 PASSED [ 26%] 2022-12-01T10:39:42.1468471Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_complex128 PASSED [ 26%] 2022-12-01T10:39:42.1468619Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_float32 PASSED [ 26%] 2022-12-01T10:39:42.1468765Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_float64 PASSED [ 26%] 2022-12-01T10:39:42.1468914Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int32 PASSED [ 26%] 2022-12-01T10:39:42.1469060Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int64 PASSED [ 26%] 2022-12-01T10:39:42.1469205Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_uint8 PASSED [ 26%] 2022-12-01T10:39:42.1469343Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:39:42.1469489Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_bool PASSED [ 26%] 2022-12-01T10:39:42.1469637Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_float32 PASSED [ 26%] 2022-12-01T10:39:42.1469788Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_float64 PASSED [ 26%] 2022-12-01T10:39:42.1469935Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int16 PASSED [ 26%] 2022-12-01T10:39:42.1470077Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_uint8 PASSED [ 26%] 2022-12-01T10:39:42.1470223Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:39:42.1470380Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_complex128 PASSED [ 26%] 2022-12-01T10:39:42.1470518Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_complex64 PASSED [ 26%] 2022-12-01T10:39:42.1470667Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_float64 PASSED [ 26%] 2022-12-01T10:39:42.1470810Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int32 PASSED [ 26%] 2022-12-01T10:39:42.1470953Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int8 PASSED [ 26%] 2022-12-01T10:39:42.1471101Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_bool PASSED [ 26%] 2022-12-01T10:39:42.1471251Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_complex128 PASSED [ 26%] 2022-12-01T10:39:42.1471390Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int8 PASSED [ 26%] 2022-12-01T10:39:42.1471528Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_uint8 PASSED [ 26%] 2022-12-01T10:39:42.1471672Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_bool PASSED [ 26%] 2022-12-01T10:39:42.1471829Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_complex64 PASSED [ 26%] 2022-12-01T10:39:42.1471983Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_float32 PASSED [ 26%] 2022-12-01T10:39:42.1472136Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_float64 PASSED [ 26%] 2022-12-01T10:39:42.1472288Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int16 PASSED [ 26%] 2022-12-01T10:39:42.1472495Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int32 PASSED [ 26%] 2022-12-01T10:39:42.1472644Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int64 PASSED [ 26%] 2022-12-01T10:39:42.1472804Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:39:42.1472962Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_bool PASSED [ 26%] 2022-12-01T10:39:42.1473138Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_complex128 PASSED [ 26%] 2022-12-01T10:39:42.1473299Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_complex64 PASSED [ 26%] 2022-12-01T10:39:42.1473454Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_float32 PASSED [ 26%] 2022-12-01T10:39:42.1473609Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int16 PASSED [ 26%] 2022-12-01T10:39:42.1473761Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int32 PASSED [ 26%] 2022-12-01T10:39:42.1473922Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_complex64 PASSED [ 26%] 2022-12-01T10:39:42.1474075Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int16 PASSED [ 26%] 2022-12-01T10:39:42.1474230Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int32 PASSED [ 26%] 2022-12-01T10:39:42.1474369Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int8 PASSED [ 26%] 2022-12-01T10:39:42.1474521Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_uint8 PASSED [ 26%] 2022-12-01T10:39:42.1474675Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_bool PASSED [ 26%] 2022-12-01T10:39:42.1474834Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_complex128 PASSED [ 26%] 2022-12-01T10:39:42.1474990Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_float16 PASSED [ 26%] 2022-12-01T10:39:42.1475144Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int16 PASSED [ 26%] 2022-12-01T10:39:42.1475297Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int32 PASSED [ 26%] 2022-12-01T10:39:42.1475452Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int8 PASSED [ 26%] 2022-12-01T10:39:42.1475591Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:39:42.1475750Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_complex64 PASSED [ 26%] 2022-12-01T10:39:42.1475904Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_float32 PASSED [ 26%] 2022-12-01T10:39:42.1476057Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_float64 PASSED [ 26%] 2022-12-01T10:39:42.1476209Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int16 PASSED [ 26%] 2022-12-01T10:39:42.1476360Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_uint8 PASSED [ 26%] 2022-12-01T10:39:42.1476515Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:39:42.1476668Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_bool PASSED [ 26%] 2022-12-01T10:39:42.1476823Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_float64 PASSED [ 26%] 2022-12-01T10:39:42.1476962Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int16 PASSED [ 26%] 2022-12-01T10:39:42.1477117Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_uint8 PASSED [ 26%] 2022-12-01T10:39:42.1477263Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_bool PASSED [ 26%] 2022-12-01T10:39:42.1477410Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_float32 PASSED [ 26%] 2022-12-01T10:39:42.1477554Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_float64 PASSED [ 26%] 2022-12-01T10:39:42.1477698Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int16 PASSED [ 26%] 2022-12-01T10:39:42.1477864Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int64 PASSED [ 26%] 2022-12-01T10:39:42.1478034Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int8 PASSED [ 26%] 2022-12-01T10:39:42.1478179Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_float16 PASSED [ 26%] 2022-12-01T10:39:42.1478332Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int16 PASSED [ 26%] 2022-12-01T10:39:42.1478484Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int32 PASSED [ 26%] 2022-12-01T10:39:42.1478658Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int64 PASSED [ 26%] 2022-12-01T10:39:42.1478805Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_uint8 PASSED [ 26%] 2022-12-01T10:39:42.1478959Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:39:42.1479110Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_bool PASSED [ 26%] 2022-12-01T10:39:42.1479258Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int16 PASSED [ 26%] 2022-12-01T10:39:42.1479397Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int8 PASSED [ 26%] 2022-12-01T10:39:42.1479546Z test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:39:42.1479698Z test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_complex128 PASSED [ 26%] 2022-12-01T10:39:42.1479850Z test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_complex64 PASSED [ 26%] 2022-12-01T10:39:42.1480001Z test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_float16 PASSED [ 26%] 2022-12-01T10:39:42.1480146Z test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_float64 PASSED [ 26%] 2022-12-01T10:39:42.1480317Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_bool PASSED [ 26%] 2022-12-01T10:39:42.1480497Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_complex128 PASSED [ 26%] 2022-12-01T10:39:42.1480671Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_float16 PASSED [ 26%] 2022-12-01T10:39:42.1480835Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_float64 PASSED [ 26%] 2022-12-01T10:39:42.1481004Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int16 PASSED [ 26%] 2022-12-01T10:39:42.1481169Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int64 PASSED [ 26%] 2022-12-01T10:39:42.1481339Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int8 PASSED [ 26%] 2022-12-01T10:39:42.1481512Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_bool PASSED [ 26%] 2022-12-01T10:39:42.1481692Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_complex128 PASSED [ 27%] 2022-12-01T10:39:42.1481868Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_float64 PASSED [ 27%] 2022-12-01T10:39:42.1482037Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int16 PASSED [ 27%] 2022-12-01T10:39:42.1482192Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int64 PASSED [ 27%] 2022-12-01T10:39:42.1482348Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:39:42.1482503Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_float16 PASSED [ 27%] 2022-12-01T10:39:42.1482655Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_float32 PASSED [ 27%] 2022-12-01T10:39:42.1482803Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_float64 PASSED [ 27%] 2022-12-01T10:39:42.1482955Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int32 PASSED [ 27%] 2022-12-01T10:39:42.1483104Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_uint8 PASSED [ 27%] 2022-12-01T10:39:42.1483260Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:39:42.1483441Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_bool PASSED [ 27%] 2022-12-01T10:39:42.1483586Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_complex128 PASSED [ 27%] 2022-12-01T10:39:42.1483743Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_complex32 PASSED [ 27%] 2022-12-01T10:39:42.1483895Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_complex64 PASSED [ 27%] 2022-12-01T10:39:42.1484075Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_float16 PASSED [ 27%] 2022-12-01T10:39:42.1484226Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_float32 PASSED [ 27%] 2022-12-01T10:39:42.1484373Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int16 PASSED [ 27%] 2022-12-01T10:39:42.1484523Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_uint8 PASSED [ 27%] 2022-12-01T10:39:42.1484766Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_complex128 PASSED [ 27%] 2022-12-01T10:39:42.1484909Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_complex32 PASSED [ 27%] 2022-12-01T10:39:42.1485061Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_complex64 PASSED [ 27%] 2022-12-01T10:39:42.1485211Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_float32 PASSED [ 27%] 2022-12-01T10:39:42.1485359Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_float64 PASSED [ 27%] 2022-12-01T10:39:42.1485508Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int32 PASSED [ 27%] 2022-12-01T10:39:42.1485655Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int8 PASSED [ 27%] 2022-12-01T10:39:42.1485800Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_uint8 PASSED [ 27%] 2022-12-01T10:39:42.1485957Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_float32 PASSED [ 27%] 2022-12-01T10:39:42.1486095Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int16 PASSED [ 27%] 2022-12-01T10:39:42.1486251Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:39:42.1486407Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_complex64 PASSED [ 27%] 2022-12-01T10:39:42.1486559Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_float64 PASSED [ 27%] 2022-12-01T10:39:42.1486707Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int16 PASSED [ 27%] 2022-12-01T10:39:42.1486857Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_uint8 PASSED [ 27%] 2022-12-01T10:39:42.1487024Z test_ops.py::TestCommonCPU::test_python_ref__refs_native_layer_norm_cpu_float32 PASSED [ 27%] 2022-12-01T10:39:42.1487188Z test_ops.py::TestCommonCPU::test_python_ref__refs_native_layer_norm_cpu_float64 PASSED [ 27%] 2022-12-01T10:39:42.1487318Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_bool PASSED [ 27%] 2022-12-01T10:39:42.1487473Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_complex128 PASSED [ 27%] 2022-12-01T10:39:42.1487622Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_complex64 PASSED [ 27%] 2022-12-01T10:39:42.1487769Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_float16 PASSED [ 27%] 2022-12-01T10:39:42.1487914Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_float64 PASSED [ 27%] 2022-12-01T10:39:42.1488057Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int16 PASSED [ 27%] 2022-12-01T10:39:42.1488199Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int64 PASSED [ 27%] 2022-12-01T10:39:42.1488341Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int8 PASSED [ 27%] 2022-12-01T10:39:42.1488485Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_uint8 PASSED [ 27%] 2022-12-01T10:39:42.1488614Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int16 PASSED [ 27%] 2022-12-01T10:39:42.1488756Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int32 PASSED [ 27%] 2022-12-01T10:39:42.1488959Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_bfloat16 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-12-01T10:39:42.1489199Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_complex128 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-12-01T10:39:42.1489399Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_complex64 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-12-01T10:39:42.1489598Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_float32 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-12-01T10:39:42.1489828Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_float64 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-12-01T10:39:42.1490025Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int32 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-12-01T10:39:42.1490218Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int64 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-12-01T10:39:42.1490395Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int8 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-12-01T10:39:42.1490609Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_bool SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-12-01T10:39:42.1490829Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_complex128 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-12-01T10:39:42.1491046Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_float32 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-12-01T10:39:42.1491258Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_uint8 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-12-01T10:39:42.1491418Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_complex128 PASSED [ 27%] 2022-12-01T10:39:42.1491576Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_complex32 PASSED [ 27%] 2022-12-01T10:39:42.1491734Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_float16 PASSED [ 27%] 2022-12-01T10:39:42.1491884Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_float64 PASSED [ 27%] 2022-12-01T10:39:42.1492022Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int64 PASSED [ 27%] 2022-12-01T10:39:42.1492172Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int8 PASSED [ 27%] 2022-12-01T10:39:42.1492333Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:39:42.1492483Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_bool PASSED [ 27%] 2022-12-01T10:39:42.1492639Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_complex64 PASSED [ 27%] 2022-12-01T10:39:42.1492793Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_float16 PASSED [ 27%] 2022-12-01T10:39:42.1492942Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int16 PASSED [ 27%] 2022-12-01T10:39:42.1493096Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_uint8 PASSED [ 27%] 2022-12-01T10:39:42.1493232Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_bool PASSED [ 27%] 2022-12-01T10:39:42.1493391Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_complex32 PASSED [ 27%] 2022-12-01T10:39:42.1493547Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_float32 PASSED [ 27%] 2022-12-01T10:39:42.1493699Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_float64 PASSED [ 27%] 2022-12-01T10:39:42.1493856Z test_ops.py::TestCommonCPU::test_python_ref__refs_nextafter_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:39:42.1494009Z test_ops.py::TestCommonCPU::test_python_ref__refs_nextafter_cpu_float32 PASSED [ 27%] 2022-12-01T10:39:42.1494159Z test_ops.py::TestCommonCPU::test_python_ref__refs_nextafter_cpu_float64 PASSED [ 27%] 2022-12-01T10:39:42.1494327Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_celu_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:39:42.1494530Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_celu_cpu_float64 PASSED [ 27%] 2022-12-01T10:39:42.1494732Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_dropout_cpu_bfloat16 SKIPPED (Expected: dropout is not comparable) [ 27%] 2022-12-01T10:39:42.1494946Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_dropout_cpu_float32 SKIPPED (Expected: dropout is not comparable) [ 27%] 2022-12-01T10:39:42.1495142Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_elu_cpu_float64 PASSED [ 27%] 2022-12-01T10:39:42.1495310Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_gelu_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:39:42.1495476Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_gelu_cpu_float32 PASSED [ 27%] 2022-12-01T10:39:42.1495638Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_gelu_cpu_float64 PASSED [ 27%] 2022-12-01T10:39:42.1495799Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_glu_cpu_float64 PASSED [ 27%] 2022-12-01T10:39:42.1495976Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardshrink_cpu_float32 PASSED [ 27%] 2022-12-01T10:39:42.1496148Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardshrink_cpu_float64 PASSED [ 27%] 2022-12-01T10:39:42.1496306Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_float32 PASSED [ 27%] 2022-12-01T10:39:42.1496475Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_float64 PASSED [ 27%] 2022-12-01T10:39:42.1496642Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int32 PASSED [ 27%] 2022-12-01T10:39:42.1496809Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int64 PASSED [ 27%] 2022-12-01T10:39:42.1496995Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hinge_embedding_loss_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:39:42.1497182Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 27%] 2022-12-01T10:39:42.1497368Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hinge_embedding_loss_cpu_float64 PASSED [ 27%] 2022-12-01T10:39:42.1497540Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_huber_loss_cpu_float16 PASSED [ 27%] 2022-12-01T10:39:42.1497711Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_complex128 PASSED [ 27%] 2022-12-01T10:39:42.1497870Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_complex64 PASSED [ 27%] 2022-12-01T10:39:42.1498038Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_float32 PASSED [ 27%] 2022-12-01T10:39:42.1498204Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_float64 PASSED [ 27%] 2022-12-01T10:39:42.1498380Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_leaky_relu_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:39:42.1498551Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_leaky_relu_cpu_float64 PASSED [ 27%] 2022-12-01T10:39:42.1498735Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 27%] 2022-12-01T10:39:42.1498917Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int16 PASSED [ 27%] 2022-12-01T10:39:42.1499098Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int32 PASSED [ 27%] 2022-12-01T10:39:42.1499280Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_uint8 PASSED [ 27%] 2022-12-01T10:39:42.1499433Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mish_cpu_float64 PASSED [ 27%] 2022-12-01T10:39:42.1499599Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mse_loss_cpu_float16 PASSED [ 27%] 2022-12-01T10:39:42.1499765Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mse_loss_cpu_float32 PASSED [ 27%] 2022-12-01T10:39:42.1499964Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mse_loss_cpu_float64 PASSED [ 27%] 2022-12-01T10:39:42.1500149Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_complex128 PASSED [ 27%] 2022-12-01T10:39:42.1500331Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_complex64 PASSED [ 27%] 2022-12-01T10:39:42.1500535Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_float32 PASSED [ 27%] 2022-12-01T10:39:42.1500716Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_float64 PASSED [ 27%] 2022-12-01T10:39:42.1500894Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int16 PASSED [ 27%] 2022-12-01T10:39:42.1501054Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int32 PASSED [ 27%] 2022-12-01T10:39:42.1501234Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int8 PASSED [ 27%] 2022-12-01T10:39:42.1501402Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pdist_cpu_float32 XFAIL [ 27%] 2022-12-01T10:39:42.1501581Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 27%] 2022-12-01T10:39:42.1501757Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int16 PASSED [ 27%] 2022-12-01T10:39:42.1501933Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int32 PASSED [ 27%] 2022-12-01T10:39:42.1502106Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int64 PASSED [ 27%] 2022-12-01T10:39:42.1502425Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int8 PASSED [ 27%] 2022-12-01T10:39:42.1502600Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_uint8 PASSED [ 27%] 2022-12-01T10:39:42.1502756Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_prelu_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:39:42.1502925Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_float64 PASSED [ 27%] 2022-12-01T10:39:42.1503087Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int16 PASSED [ 27%] 2022-12-01T10:39:42.1503249Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_uint8 PASSED [ 27%] 2022-12-01T10:39:42.1503417Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_float32 PASSED [ 27%] 2022-12-01T10:39:42.1503582Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_float64 PASSED [ 27%] 2022-12-01T10:39:42.1503746Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int64 PASSED [ 28%] 2022-12-01T10:39:42.1503914Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_selu_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:39:42.1504063Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_selu_cpu_float32 PASSED [ 28%] 2022-12-01T10:39:42.1504231Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_selu_cpu_float64 PASSED [ 28%] 2022-12-01T10:39:42.1504401Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softplus_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:39:42.1504578Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softplus_cpu_float64 PASSED [ 28%] 2022-12-01T10:39:42.1504753Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softshrink_cpu_float32 PASSED [ 28%] 2022-12-01T10:39:42.1504926Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:39:42.1505102Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_complex128 PASSED [ 28%] 2022-12-01T10:39:42.1505278Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_complex64 PASSED [ 28%] 2022-12-01T10:39:42.1505448Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_float32 PASSED [ 28%] 2022-12-01T10:39:42.1505682Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_float64 PASSED [ 28%] 2022-12-01T10:39:42.1505852Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int64 PASSED [ 28%] 2022-12-01T10:39:42.1506017Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_uint8 PASSED [ 28%] 2022-12-01T10:39:42.1506228Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:39:42.1506402Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_float64 PASSED [ 28%] 2022-12-01T10:39:42.1506569Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int16 PASSED [ 28%] 2022-12-01T10:39:42.1506736Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int32 PASSED [ 28%] 2022-12-01T10:39:42.1506903Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int8 PASSED [ 28%] 2022-12-01T10:39:42.1507074Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_uint8 PASSED [ 28%] 2022-12-01T10:39:42.1507213Z test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:39:42.1507371Z test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_complex64 PASSED [ 28%] 2022-12-01T10:39:42.1507522Z test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_float16 PASSED [ 28%] 2022-12-01T10:39:42.1507675Z test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_float64 PASSED [ 28%] 2022-12-01T10:39:42.1507829Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_complex64 PASSED [ 28%] 2022-12-01T10:39:42.1507980Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_float32 PASSED [ 28%] 2022-12-01T10:39:42.1508126Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_float64 PASSED [ 28%] 2022-12-01T10:39:42.1508272Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int16 PASSED [ 28%] 2022-12-01T10:39:42.1508408Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int32 PASSED [ 28%] 2022-12-01T10:39:42.1508556Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int8 PASSED [ 28%] 2022-12-01T10:39:42.1508704Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_uint8 PASSED [ 28%] 2022-12-01T10:39:42.1508855Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_bool PASSED [ 28%] 2022-12-01T10:39:42.1509016Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_complex128 PASSED [ 28%] 2022-12-01T10:39:42.1509174Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_complex32 PASSED [ 28%] 2022-12-01T10:39:42.1509327Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_complex64 PASSED [ 28%] 2022-12-01T10:39:42.1509481Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_float16 PASSED [ 28%] 2022-12-01T10:39:42.1509616Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_float32 PASSED [ 28%] 2022-12-01T10:39:42.1509774Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int32 PASSED [ 28%] 2022-12-01T10:39:42.1509923Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int8 PASSED [ 28%] 2022-12-01T10:39:42.1510073Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_uint8 PASSED [ 28%] 2022-12-01T10:39:42.1510230Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_complex128 PASSED [ 28%] 2022-12-01T10:39:42.1510389Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_complex32 PASSED [ 28%] 2022-12-01T10:39:42.1510548Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_complex64 PASSED [ 28%] 2022-12-01T10:39:42.1510701Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_float16 PASSED [ 28%] 2022-12-01T10:39:42.1510856Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_float32 PASSED [ 28%] 2022-12-01T10:39:42.1510996Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int16 PASSED [ 28%] 2022-12-01T10:39:42.1511187Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int32 PASSED [ 28%] 2022-12-01T10:39:42.1511339Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int8 PASSED [ 28%] 2022-12-01T10:39:42.1511490Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_uint8 PASSED [ 28%] 2022-12-01T10:39:42.1511638Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:39:42.1511812Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_float64 PASSED [ 28%] 2022-12-01T10:39:42.1511960Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int32 PASSED [ 28%] 2022-12-01T10:39:42.1512106Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int64 PASSED [ 28%] 2022-12-01T10:39:42.1512238Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_bool PASSED [ 28%] 2022-12-01T10:39:42.1512392Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_float64 PASSED [ 28%] 2022-12-01T10:39:42.1512540Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int16 PASSED [ 28%] 2022-12-01T10:39:42.1512683Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int8 PASSED [ 28%] 2022-12-01T10:39:42.1512826Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_uint8 PASSED [ 28%] 2022-12-01T10:39:42.1512977Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:39:42.1513133Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_complex32 PASSED [ 28%] 2022-12-01T10:39:42.1513283Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_float16 PASSED [ 28%] 2022-12-01T10:39:42.1513417Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_float32 PASSED [ 28%] 2022-12-01T10:39:42.1513567Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_float64 PASSED [ 28%] 2022-12-01T10:39:42.1513712Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_bool PASSED [ 28%] 2022-12-01T10:39:42.1513868Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_complex128 PASSED [ 28%] 2022-12-01T10:39:42.1514020Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_complex32 PASSED [ 28%] 2022-12-01T10:39:42.1514169Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_complex64 PASSED [ 28%] 2022-12-01T10:39:42.1514314Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_float64 PASSED [ 28%] 2022-12-01T10:39:42.1514460Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int32 PASSED [ 28%] 2022-12-01T10:39:42.1514592Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int64 PASSED [ 28%] 2022-12-01T10:39:42.1514737Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int8 PASSED [ 28%] 2022-12-01T10:39:42.1514880Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_uint8 PASSED [ 28%] 2022-12-01T10:39:42.1515027Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:39:42.1515176Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_float16 PASSED [ 28%] 2022-12-01T10:39:42.1515325Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_float64 PASSED [ 28%] 2022-12-01T10:39:42.1515468Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int32 PASSED [ 28%] 2022-12-01T10:39:42.1515611Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_uint8 PASSED [ 28%] 2022-12-01T10:39:42.1515751Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_bool PASSED [ 28%] 2022-12-01T10:39:42.1515918Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_complex128 PASSED [ 28%] 2022-12-01T10:39:42.1516078Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_float16 PASSED [ 28%] 2022-12-01T10:39:42.1516234Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_float32 PASSED [ 28%] 2022-12-01T10:39:42.1516392Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_float64 PASSED [ 28%] 2022-12-01T10:39:42.1516546Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int16 PASSED [ 28%] 2022-12-01T10:39:42.1516733Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int32 PASSED [ 28%] 2022-12-01T10:39:42.1516884Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int64 PASSED [ 28%] 2022-12-01T10:39:42.1517041Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int8 PASSED [ 28%] 2022-12-01T10:39:42.1517184Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_float32 PASSED [ 28%] 2022-12-01T10:39:42.1517363Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_float64 PASSED [ 28%] 2022-12-01T10:39:42.1517515Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int32 PASSED [ 28%] 2022-12-01T10:39:42.1517664Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:39:42.1517810Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_bool PASSED [ 28%] 2022-12-01T10:39:42.1517966Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_complex128 PASSED [ 28%] 2022-12-01T10:39:42.1518118Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_float16 PASSED [ 28%] 2022-12-01T10:39:42.1518267Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_float32 PASSED [ 28%] 2022-12-01T10:39:42.1518404Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int16 PASSED [ 28%] 2022-12-01T10:39:42.1518554Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int64 PASSED [ 28%] 2022-12-01T10:39:42.1518702Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int8 PASSED [ 28%] 2022-12-01T10:39:42.1518847Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_uint8 PASSED [ 28%] 2022-12-01T10:39:42.1519008Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_complex128 PASSED [ 28%] 2022-12-01T10:39:42.1519172Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_complex32 PASSED [ 28%] 2022-12-01T10:39:42.1519328Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_float16 PASSED [ 28%] 2022-12-01T10:39:42.1519486Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_float32 PASSED [ 28%] 2022-12-01T10:39:42.1519625Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int16 PASSED [ 28%] 2022-12-01T10:39:42.1519778Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int8 PASSED [ 28%] 2022-12-01T10:39:42.1519930Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:39:42.1520082Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_float16 PASSED [ 28%] 2022-12-01T10:39:42.1520231Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_float64 PASSED [ 28%] 2022-12-01T10:39:42.1520380Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int64 PASSED [ 28%] 2022-12-01T10:39:42.1520530Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_uint8 PASSED [ 28%] 2022-12-01T10:39:42.1520676Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_bool PASSED [ 28%] 2022-12-01T10:39:42.1520815Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_complex128 PASSED [ 28%] 2022-12-01T10:39:42.1520973Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_complex32 PASSED [ 28%] 2022-12-01T10:39:42.1521120Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_complex64 PASSED [ 28%] 2022-12-01T10:39:42.1521268Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_float32 PASSED [ 28%] 2022-12-01T10:39:42.1521417Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int8 PASSED [ 28%] 2022-12-01T10:39:42.1521561Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_uint8 PASSED [ 28%] 2022-12-01T10:39:42.1521706Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_bool PASSED [ 28%] 2022-12-01T10:39:42.1521861Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_complex128 PASSED [ 28%] 2022-12-01T10:39:42.1521998Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_complex64 PASSED [ 28%] 2022-12-01T10:39:42.1522175Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int32 PASSED [ 28%] 2022-12-01T10:39:42.1522315Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int8 PASSED [ 28%] 2022-12-01T10:39:42.1522456Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_uint8 PASSED [ 28%] 2022-12-01T10:39:42.1522605Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_float64 PASSED [ 28%] 2022-12-01T10:39:42.1522778Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int64 PASSED [ 28%] 2022-12-01T10:39:42.1522922Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int8 PASSED [ 28%] 2022-12-01T10:39:42.1523067Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_bool PASSED [ 28%] 2022-12-01T10:39:42.1523224Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_complex128 PASSED [ 28%] 2022-12-01T10:39:42.1523361Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_float32 PASSED [ 28%] 2022-12-01T10:39:42.1523512Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_float64 PASSED [ 28%] 2022-12-01T10:39:42.1523659Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int16 PASSED [ 28%] 2022-12-01T10:39:42.1523807Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int32 PASSED [ 28%] 2022-12-01T10:39:42.1523951Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int8 PASSED [ 28%] 2022-12-01T10:39:42.1524099Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:39:42.1524251Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_float32 PASSED [ 29%] 2022-12-01T10:39:42.1524395Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int16 PASSED [ 29%] 2022-12-01T10:39:42.1524530Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:39:42.1524752Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_bool PASSED [ 29%] 2022-12-01T10:39:42.1524909Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_complex128 PASSED [ 29%] 2022-12-01T10:39:42.1525062Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_complex32 PASSED [ 29%] 2022-12-01T10:39:42.1525209Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_float16 PASSED [ 29%] 2022-12-01T10:39:42.1525351Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_float64 PASSED [ 29%] 2022-12-01T10:39:42.1525496Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int16 PASSED [ 29%] 2022-12-01T10:39:42.1525642Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int64 PASSED [ 29%] 2022-12-01T10:39:42.1525772Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int8 PASSED [ 29%] 2022-12-01T10:39:42.1525915Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_uint8 PASSED [ 29%] 2022-12-01T10:39:42.1526070Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:39:42.1526219Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_bool PASSED [ 29%] 2022-12-01T10:39:42.1526378Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_complex64 PASSED [ 29%] 2022-12-01T10:39:42.1526532Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_float64 PASSED [ 29%] 2022-12-01T10:39:42.1526682Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int16 PASSED [ 29%] 2022-12-01T10:39:42.1526834Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int32 PASSED [ 29%] 2022-12-01T10:39:42.1526970Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:39:42.1527118Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_bool PASSED [ 29%] 2022-12-01T10:39:42.1527260Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int64 PASSED [ 29%] 2022-12-01T10:39:42.1527405Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int8 PASSED [ 29%] 2022-12-01T10:39:42.1527550Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_uint8 PASSED [ 29%] 2022-12-01T10:39:42.1527751Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:39:42.1527900Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_bool PASSED [ 29%] 2022-12-01T10:39:42.1528053Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_float16 PASSED [ 29%] 2022-12-01T10:39:42.1528190Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_float32 PASSED [ 29%] 2022-12-01T10:39:42.1528374Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int32 PASSED [ 29%] 2022-12-01T10:39:42.1528524Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int64 PASSED [ 29%] 2022-12-01T10:39:42.1528670Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int8 PASSED [ 29%] 2022-12-01T10:39:42.1528824Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_complex128 PASSED [ 29%] 2022-12-01T10:39:42.1528972Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_complex64 PASSED [ 29%] 2022-12-01T10:39:42.1529122Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_float64 PASSED [ 29%] 2022-12-01T10:39:42.1529266Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int32 PASSED [ 29%] 2022-12-01T10:39:42.1529394Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int64 PASSED [ 29%] 2022-12-01T10:39:42.1529542Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:39:42.1529685Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_bool PASSED [ 29%] 2022-12-01T10:39:42.1529841Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_complex128 PASSED [ 29%] 2022-12-01T10:39:42.1529993Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_complex64 PASSED [ 29%] 2022-12-01T10:39:42.1530135Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int8 PASSED [ 29%] 2022-12-01T10:39:42.1530281Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_uint8 PASSED [ 29%] 2022-12-01T10:39:42.1530434Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_complex128 PASSED [ 29%] 2022-12-01T10:39:42.1530591Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_complex64 PASSED [ 29%] 2022-12-01T10:39:42.1530728Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_float32 PASSED [ 29%] 2022-12-01T10:39:42.1530874Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_float64 PASSED [ 29%] 2022-12-01T10:39:42.1531020Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int16 PASSED [ 29%] 2022-12-01T10:39:42.1531168Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int64 PASSED [ 29%] 2022-12-01T10:39:42.1531312Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int8 PASSED [ 29%] 2022-12-01T10:39:42.1531466Z test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_cpu_float32 PASSED [ 29%] 2022-12-01T10:39:42.1531631Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_float32 PASSED [ 29%] 2022-12-01T10:39:42.1531794Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_float64 PASSED [ 29%] 2022-12-01T10:39:42.1531945Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_int16 PASSED [ 29%] 2022-12-01T10:39:42.1532104Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_int64 PASSED [ 29%] 2022-12-01T10:39:42.1532262Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_bool PASSED [ 29%] 2022-12-01T10:39:42.1532424Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_float32 PASSED [ 29%] 2022-12-01T10:39:42.1532584Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_int16 PASSED [ 29%] 2022-12-01T10:39:42.1532743Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:39:42.1532896Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_bool PASSED [ 29%] 2022-12-01T10:39:42.1533055Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_float32 PASSED [ 29%] 2022-12-01T10:39:42.1533256Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_float64 PASSED [ 29%] 2022-12-01T10:39:42.1533412Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int32 PASSED [ 29%] 2022-12-01T10:39:42.1533560Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_uint8 PASSED [ 29%] 2022-12-01T10:39:42.1533714Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_float64 PASSED [ 29%] 2022-12-01T10:39:42.1533897Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int32 PASSED [ 29%] 2022-12-01T10:39:42.1534051Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int8 PASSED [ 29%] 2022-12-01T10:39:42.1534200Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_uint8 PASSED [ 29%] 2022-12-01T10:39:42.1534354Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_float32 PASSED [ 29%] 2022-12-01T10:39:42.1534506Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_float64 PASSED [ 29%] 2022-12-01T10:39:42.1534658Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:39:42.1534818Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_float64 PASSED [ 29%] 2022-12-01T10:39:42.1534970Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int32 PASSED [ 29%] 2022-12-01T10:39:42.1535127Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int64 PASSED [ 29%] 2022-12-01T10:39:42.1535314Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 PASSED [ 29%] 2022-12-01T10:39:42.1535494Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int16 PASSED [ 29%] 2022-12-01T10:39:42.1535676Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int64 PASSED [ 29%] 2022-12-01T10:39:42.1535859Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:39:42.1536030Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_float64 PASSED [ 29%] 2022-12-01T10:39:42.1536212Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:39:42.1536388Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 PASSED [ 29%] 2022-12-01T10:39:42.1536572Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_float64 PASSED [ 29%] 2022-12-01T10:39:42.1536752Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int16 PASSED [ 29%] 2022-12-01T10:39:42.1536930Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int32 PASSED [ 29%] 2022-12-01T10:39:42.1537108Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int64 PASSED [ 29%] 2022-12-01T10:39:42.1537287Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_uint8 PASSED [ 29%] 2022-12-01T10:39:42.1537465Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_float64 PASSED [ 29%] 2022-12-01T10:39:42.1537639Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_int64 PASSED [ 29%] 2022-12-01T10:39:42.1537795Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_uint8 PASSED [ 29%] 2022-12-01T10:39:42.1537958Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_float32 PASSED [ 29%] 2022-12-01T10:39:42.1538114Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int64 PASSED [ 29%] 2022-12-01T10:39:42.1538269Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int8 PASSED [ 29%] 2022-12-01T10:39:42.1538417Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_bool PASSED [ 29%] 2022-12-01T10:39:42.1538564Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int32 PASSED [ 29%] 2022-12-01T10:39:42.1538750Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int8 PASSED [ 29%] 2022-12-01T10:39:42.1538897Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_bool PASSED [ 29%] 2022-12-01T10:39:42.1539037Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_float16 PASSED [ 29%] 2022-12-01T10:39:42.1539186Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int16 PASSED [ 29%] 2022-12-01T10:39:42.1539363Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int32 PASSED [ 29%] 2022-12-01T10:39:42.1539514Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int8 PASSED [ 29%] 2022-12-01T10:39:42.1539661Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_uint8 PASSED [ 29%] 2022-12-01T10:39:42.1539819Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:39:42.1539977Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_complex128 PASSED [ 29%] 2022-12-01T10:39:42.1540137Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_complex64 PASSED [ 29%] 2022-12-01T10:39:42.1540276Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_float16 PASSED [ 29%] 2022-12-01T10:39:42.1540426Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_float32 PASSED [ 29%] 2022-12-01T10:39:42.1540577Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int16 PASSED [ 29%] 2022-12-01T10:39:42.1540728Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int32 PASSED [ 29%] 2022-12-01T10:39:42.1540877Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int64 PASSED [ 29%] 2022-12-01T10:39:42.1541025Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int8 PASSED [ 29%] 2022-12-01T10:39:42.1541172Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_bool PASSED [ 29%] 2022-12-01T10:39:42.1541325Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_complex32 PASSED [ 29%] 2022-12-01T10:39:42.1541464Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_complex64 PASSED [ 29%] 2022-12-01T10:39:42.1541611Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_float32 PASSED [ 29%] 2022-12-01T10:39:42.1541757Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int64 PASSED [ 29%] 2022-12-01T10:39:42.1541904Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int8 PASSED [ 29%] 2022-12-01T10:39:42.1542052Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_uint8 PASSED [ 29%] 2022-12-01T10:39:42.1542403Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_complex128 PASSED [ 29%] 2022-12-01T10:39:42.1542595Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_float16 PASSED [ 29%] 2022-12-01T10:39:42.1542742Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_float32 PASSED [ 29%] 2022-12-01T10:39:42.1542873Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_float64 PASSED [ 29%] 2022-12-01T10:39:42.1543033Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_complex64 PASSED [ 29%] 2022-12-01T10:39:42.1543189Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_float32 PASSED [ 29%] 2022-12-01T10:39:42.1543342Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_complex128 PASSED [ 29%] 2022-12-01T10:39:42.1543489Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_float16 PASSED [ 29%] 2022-12-01T10:39:42.1543634Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int32 PASSED [ 29%] 2022-12-01T10:39:42.1543780Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_uint8 PASSED [ 29%] 2022-12-01T10:39:42.1543924Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_float16 PASSED [ 29%] 2022-12-01T10:39:42.1544070Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_float64 PASSED [ 29%] 2022-12-01T10:39:42.1544198Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int32 PASSED [ 29%] 2022-12-01T10:39:42.1544343Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int8 PASSED [ 29%] 2022-12-01T10:39:42.1544586Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:39:42.1544738Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_bool PASSED [ 30%] 2022-12-01T10:39:42.1544898Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_complex64 PASSED [ 30%] 2022-12-01T10:39:42.1545055Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_float16 PASSED [ 30%] 2022-12-01T10:39:42.1545249Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_float64 PASSED [ 30%] 2022-12-01T10:39:42.1545403Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int16 PASSED [ 30%] 2022-12-01T10:39:42.1545538Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_uint8 PASSED [ 30%] 2022-12-01T10:39:42.1545692Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_complex128 PASSED [ 30%] 2022-12-01T10:39:42.1545838Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_complex64 PASSED [ 30%] 2022-12-01T10:39:42.1545985Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_float16 PASSED [ 30%] 2022-12-01T10:39:42.1546128Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_float64 PASSED [ 30%] 2022-12-01T10:39:42.1546272Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int16 PASSED [ 30%] 2022-12-01T10:39:42.1546411Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int32 PASSED [ 30%] 2022-12-01T10:39:42.1546554Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int64 PASSED [ 30%] 2022-12-01T10:39:42.1546682Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int8 PASSED [ 30%] 2022-12-01T10:39:42.1546825Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_uint8 PASSED [ 30%] 2022-12-01T10:39:42.1546967Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int16 PASSED [ 30%] 2022-12-01T10:39:42.1547107Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int64 PASSED [ 30%] 2022-12-01T10:39:42.1547253Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int8 PASSED [ 30%] 2022-12-01T10:39:42.1547394Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_bool PASSED [ 30%] 2022-12-01T10:39:42.1547548Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_complex128 PASSED [ 30%] 2022-12-01T10:39:42.1547703Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_complex64 PASSED [ 30%] 2022-12-01T10:39:42.1547840Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_float32 PASSED [ 30%] 2022-12-01T10:39:42.1547990Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_float64 PASSED [ 30%] 2022-12-01T10:39:42.1548135Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int64 PASSED [ 30%] 2022-12-01T10:39:42.1548280Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_uint8 PASSED [ 30%] 2022-12-01T10:39:42.1548445Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_complex128 XFAIL [ 30%] 2022-12-01T10:39:42.1548602Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_float16 XFAIL [ 30%] 2022-12-01T10:39:42.1548758Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int16 XFAIL [ 30%] 2022-12-01T10:39:42.1548909Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int64 XFAIL [ 30%] 2022-12-01T10:39:42.1549046Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int8 XFAIL [ 30%] 2022-12-01T10:39:42.1549200Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_uint8 XFAIL [ 30%] 2022-12-01T10:39:42.1549346Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_bfloat16 PASSED [ 30%] 2022-12-01T10:39:42.1549488Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_bool PASSED [ 30%] 2022-12-01T10:39:42.1549636Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_complex64 PASSED [ 30%] 2022-12-01T10:39:42.1549779Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_float16 PASSED [ 30%] 2022-12-01T10:39:42.1549921Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_float64 PASSED [ 30%] 2022-12-01T10:39:42.1550102Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int32 PASSED [ 30%] 2022-12-01T10:39:42.1550246Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int64 PASSED [ 30%] 2022-12-01T10:39:42.1550373Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int8 PASSED [ 30%] 2022-12-01T10:39:42.1550526Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_complex128 XFAIL [ 30%] 2022-12-01T10:39:42.1550706Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_complex64 XFAIL [ 30%] 2022-12-01T10:39:42.1550851Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int16 XFAIL [ 30%] 2022-12-01T10:39:42.1550996Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int32 XFAIL [ 30%] 2022-12-01T10:39:42.1551137Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int8 XFAIL [ 30%] 2022-12-01T10:39:42.1551281Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_uint8 XFAIL [ 30%] 2022-12-01T10:39:42.1551444Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_bfloat16 PASSED [ 30%] 2022-12-01T10:39:42.1551583Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_bool PASSED [ 30%] 2022-12-01T10:39:42.1551742Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_complex32 PASSED [ 30%] 2022-12-01T10:39:42.1551899Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_complex64 PASSED [ 30%] 2022-12-01T10:39:42.1552055Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_float16 PASSED [ 30%] 2022-12-01T10:39:42.1552207Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_float32 PASSED [ 30%] 2022-12-01T10:39:42.1552364Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int16 PASSED [ 30%] 2022-12-01T10:39:42.1552516Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int32 PASSED [ 30%] 2022-12-01T10:39:42.1552665Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int64 PASSED [ 30%] 2022-12-01T10:39:42.1552806Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int8 PASSED [ 30%] 2022-12-01T10:39:42.1552959Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_uint8 PASSED [ 30%] 2022-12-01T10:39:42.1553108Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_bfloat16 PASSED [ 30%] 2022-12-01T10:39:42.1553262Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_complex128 PASSED [ 30%] 2022-12-01T10:39:42.1553412Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_float32 PASSED [ 30%] 2022-12-01T10:39:42.1553556Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int16 PASSED [ 30%] 2022-12-01T10:39:42.1553700Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int32 PASSED [ 30%] 2022-12-01T10:39:42.1553843Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int64 PASSED [ 30%] 2022-12-01T10:39:42.1553988Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_indices_cpu_int32 PASSED [ 30%] 2022-12-01T10:39:42.1554146Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_indices_cpu_int64 PASSED [ 30%] 2022-12-01T10:39:42.1554297Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_bfloat16 PASSED [ 30%] 2022-12-01T10:39:42.1554451Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_complex128 PASSED [ 30%] 2022-12-01T10:39:42.1554603Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_complex64 PASSED [ 30%] 2022-12-01T10:39:42.1554754Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_float16 PASSED [ 30%] 2022-12-01T10:39:42.1554899Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int16 PASSED [ 30%] 2022-12-01T10:39:42.1555046Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int64 PASSED [ 30%] 2022-12-01T10:39:42.1555177Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int8 PASSED [ 30%] 2022-12-01T10:39:42.1555320Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_uint8 PASSED [ 30%] 2022-12-01T10:39:42.1555506Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_indices_cpu_int64 PASSED [ 30%] 2022-12-01T10:39:42.1555664Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_bfloat16 PASSED [ 30%] 2022-12-01T10:39:42.1555820Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_float16 PASSED [ 30%] 2022-12-01T10:39:42.1555973Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_float64 PASSED [ 30%] 2022-12-01T10:39:42.1556179Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_uint8 PASSED [ 30%] 2022-12-01T10:39:42.1556323Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int32 PASSED [ 30%] 2022-12-01T10:39:42.1556469Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int64 PASSED [ 30%] 2022-12-01T10:39:42.1556605Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_uint8 PASSED [ 30%] 2022-12-01T10:39:42.1556753Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_bool PASSED [ 30%] 2022-12-01T10:39:42.1556912Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_complex32 PASSED [ 30%] 2022-12-01T10:39:42.1557065Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_complex64 PASSED [ 30%] 2022-12-01T10:39:42.1557217Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_float16 PASSED [ 30%] 2022-12-01T10:39:42.1557367Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_float32 PASSED [ 30%] 2022-12-01T10:39:42.1557516Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_float64 PASSED [ 30%] 2022-12-01T10:39:42.1557664Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int16 PASSED [ 30%] 2022-12-01T10:39:42.1557800Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int32 PASSED [ 30%] 2022-12-01T10:39:42.1557947Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int64 PASSED [ 30%] 2022-12-01T10:39:42.1558095Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_uint8 PASSED [ 30%] 2022-12-01T10:39:42.1558253Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_bfloat16 PASSED [ 30%] 2022-12-01T10:39:42.1558416Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_complex128 PASSED [ 30%] 2022-12-01T10:39:42.1558574Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_complex32 PASSED [ 30%] 2022-12-01T10:39:42.1558729Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_float16 PASSED [ 30%] 2022-12-01T10:39:42.1558885Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_bool PASSED [ 30%] 2022-12-01T10:39:42.1559030Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_complex32 PASSED [ 30%] 2022-12-01T10:39:42.1559190Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_complex64 PASSED [ 30%] 2022-12-01T10:39:42.1559347Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_float64 PASSED [ 30%] 2022-12-01T10:39:42.1559498Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int16 PASSED [ 30%] 2022-12-01T10:39:42.1559647Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int32 PASSED [ 30%] 2022-12-01T10:39:42.1559799Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int8 PASSED [ 30%] 2022-12-01T10:39:42.1559954Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_bfloat16 PASSED [ 30%] 2022-12-01T10:39:42.1560112Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_complex128 PASSED [ 30%] 2022-12-01T10:39:42.1560259Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_complex32 PASSED [ 30%] 2022-12-01T10:39:42.1560412Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_float16 PASSED [ 30%] 2022-12-01T10:39:42.1560563Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_float32 PASSED [ 30%] 2022-12-01T10:39:42.1560715Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_uint8 PASSED [ 30%] 2022-12-01T10:39:42.1560865Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_complex64 PASSED [ 30%] 2022-12-01T10:39:42.1561045Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_float16 PASSED [ 30%] 2022-12-01T10:39:42.1561197Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_bfloat16 PASSED [ 30%] 2022-12-01T10:39:42.1561352Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_complex128 PASSED [ 30%] 2022-12-01T10:39:42.1561500Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_bool PASSED [ 30%] 2022-12-01T10:39:42.1561673Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_complex128 PASSED [ 30%] 2022-12-01T10:39:42.1561825Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_float32 PASSED [ 30%] 2022-12-01T10:39:42.1561972Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_float64 PASSED [ 30%] 2022-12-01T10:39:42.1562122Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int64 PASSED [ 30%] 2022-12-01T10:39:42.1562271Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int8 PASSED [ 30%] 2022-12-01T10:39:42.1562419Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_bool PASSED [ 30%] 2022-12-01T10:39:42.1562567Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_complex128 PASSED [ 30%] 2022-12-01T10:39:42.1562719Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_complex32 PASSED [ 30%] 2022-12-01T10:39:42.1562855Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_complex64 PASSED [ 30%] 2022-12-01T10:39:42.1563006Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_float32 PASSED [ 30%] 2022-12-01T10:39:42.1563151Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int8 PASSED [ 30%] 2022-12-01T10:39:42.1563295Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_uint8 PASSED [ 30%] 2022-12-01T10:39:42.1563446Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_bfloat16 PASSED [ 30%] 2022-12-01T10:39:42.1563593Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_bool PASSED [ 30%] 2022-12-01T10:39:42.1563749Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_complex128 PASSED [ 30%] 2022-12-01T10:39:42.1563903Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_float16 PASSED [ 30%] 2022-12-01T10:39:42.1564037Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int16 PASSED [ 30%] 2022-12-01T10:39:42.1564185Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int64 PASSED [ 30%] 2022-12-01T10:39:42.1564333Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_bfloat16 PASSED [ 30%] 2022-12-01T10:39:42.1564488Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_complex64 PASSED [ 31%] 2022-12-01T10:39:42.1564722Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int32 PASSED [ 31%] 2022-12-01T10:39:42.1564869Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int8 PASSED [ 31%] 2022-12-01T10:39:42.1565024Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_bfloat16 PASSED [ 31%] 2022-12-01T10:39:42.1565181Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_complex128 PASSED [ 31%] 2022-12-01T10:39:42.1565322Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_complex32 PASSED [ 31%] 2022-12-01T10:39:42.1565473Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_complex64 PASSED [ 31%] 2022-12-01T10:39:42.1565624Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_float64 PASSED [ 31%] 2022-12-01T10:39:42.1565770Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int16 PASSED [ 31%] 2022-12-01T10:39:42.1565916Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int32 PASSED [ 31%] 2022-12-01T10:39:42.1566062Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int8 PASSED [ 31%] 2022-12-01T10:39:42.1566207Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_uint8 PASSED [ 31%] 2022-12-01T10:39:42.1566364Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_bfloat16 PASSED [ 31%] 2022-12-01T10:39:42.1566497Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_bool PASSED [ 31%] 2022-12-01T10:39:42.1566694Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_complex128 PASSED [ 31%] 2022-12-01T10:39:42.1566845Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_complex32 PASSED [ 31%] 2022-12-01T10:39:42.1566992Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int64 PASSED [ 31%] 2022-12-01T10:39:42.1567138Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int8 PASSED [ 31%] 2022-12-01T10:39:42.1567308Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_uint8 PASSED [ 31%] 2022-12-01T10:39:42.1567455Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_amax_cpu PASSED [ 31%] 2022-12-01T10:39:42.1567607Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_arange_cpu PASSED [ 31%] 2022-12-01T10:39:42.1567757Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_atan2_cpu PASSED [ 31%] 2022-12-01T10:39:42.1567902Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_and_cpu PASSED [ 31%] 2022-12-01T10:39:42.1568060Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_xor_cpu PASSED [ 31%] 2022-12-01T10:39:42.1568211Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_clamp_max_cpu XFAIL [ 31%] 2022-12-01T10:39:42.1568360Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_clamp_min_cpu XFAIL [ 31%] 2022-12-01T10:39:42.1568513Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_copysign_cpu PASSED [ 31%] 2022-12-01T10:39:42.1568668Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_diag_embed_cpu PASSED [ 31%] 2022-12-01T10:39:42.1568833Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_div_floor_rounding_cpu PASSED [ 31%] 2022-12-01T10:39:42.1568998Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_div_trunc_rounding_cpu PASSED [ 31%] 2022-12-01T10:39:42.1569137Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_dsplit_cpu PASSED [ 31%] 2022-12-01T10:39:42.1569288Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_flipud_cpu PASSED [ 31%] 2022-12-01T10:39:42.1569434Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_ge_cpu PASSED [ 31%] 2022-12-01T10:39:42.1569580Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_hsplit_cpu PASSED [ 31%] 2022-12-01T10:39:42.1569730Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_hypot_cpu PASSED [ 31%] 2022-12-01T10:39:42.1569876Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_igamma_cpu PASSED [ 31%] 2022-12-01T10:39:42.1570026Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_lcm_cpu PASSED [ 31%] 2022-12-01T10:39:42.1570185Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logical_xor_cpu PASSED [ 31%] 2022-12-01T10:39:42.1570317Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_lt_cpu PASSED [ 31%] 2022-12-01T10:39:42.1570466Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_maximum_cpu XFAIL [ 31%] 2022-12-01T10:39:42.1570612Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_mean_cpu PASSED [ 31%] 2022-12-01T10:39:42.1570767Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_movedim_cpu PASSED [ 31%] 2022-12-01T10:39:42.1570909Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_ne_cpu PASSED [ 31%] 2022-12-01T10:39:42.1571063Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nextafter_cpu PASSED [ 31%] 2022-12-01T10:39:42.1571248Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_hinge_embedding_loss_cpu PASSED [ 31%] 2022-12-01T10:39:42.1571422Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_huber_loss_cpu PASSED [ 31%] 2022-12-01T10:39:42.1571567Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_pow_cpu PASSED [ 31%] 2022-12-01T10:39:42.1571710Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_remainder_cpu PASSED [ 31%] 2022-12-01T10:39:42.1571864Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_reshape_cpu PASSED [ 31%] 2022-12-01T10:39:42.1572011Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_roll_cpu PASSED [ 31%] 2022-12-01T10:39:42.1572191Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_rsub_cpu PASSED [ 31%] 2022-12-01T10:39:42.1572351Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_special_zeta_cpu PASSED [ 31%] 2022-12-01T10:39:42.1572507Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_sum_to_size_cpu PASSED [ 31%] 2022-12-01T10:39:42.1572653Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_t_cpu PASSED [ 31%] 2022-12-01T10:39:42.1572832Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_view_as_cpu PASSED [ 31%] 2022-12-01T10:39:42.1572969Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_vsplit_cpu PASSED [ 31%] 2022-12-01T10:39:42.1573121Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_where_cpu PASSED [ 31%] 2022-12-01T10:39:42.1573325Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:42.1573525Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:42.1573725Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:42.1573917Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:42.1574120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:42.1574317Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:42.1574512Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:42.1574693Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:42.1574893Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:42.1575086Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:42.1575278Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:42.1575472Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:42.1575663Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:42.1575851Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:42.1576051Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:42.1576251Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:42.1576445Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:42.1576623Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:42.1576820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:42.1577013Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:42.1577209Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:42.1577409Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:42.1577633Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:42.1577824Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:42.1578064Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:42.1578264Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:42.1578456Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:42.1578644Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:42.1578848Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:42.1579040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:42.1579234Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:42.1579431Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:42.1579621Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:42.1579812Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:42.1580011Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:42.1580206Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:42.1580398Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:42.1580573Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:42.1580764Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:42.1580967Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:42.1581243Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:42.1581444Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:42.1581642Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:42.1581833Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:42.1582029Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:42.1582365Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:42.1582579Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:42.1582769Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:42.1583056Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:42.1583257Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:42.1583451Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:42.1583684Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:42.1583884Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:42.1584079Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:42.1584273Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:42.1584468Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:42.1584660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:42.1584839Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:42.1585042Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:42.1585237Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:42.1585441Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:42.1585636Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:42.1585826Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:42.1586018Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:42.1586210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:42.1586406Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:42.1586599Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:42.1586777Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:42.1586970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:42.1587166Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:42.1587358Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:42.1587560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:42.1587756Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:42.1587950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:42.1588177Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:39:42.1588368Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1588563Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1588778Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1588985Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1589187Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1589386Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1589585Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1589789Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1589998Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1590201Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1590400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1590590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1590773Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1590967Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1591160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1591360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1591558Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1591850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1592050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1592244Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1592437Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1592628Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1592809Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1593002Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1593195Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1593385Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1593612Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1593803Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1594018Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1594218Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1594415Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1594610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1594793Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1594983Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1595172Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1595370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1595567Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1595760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1595950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1596137Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1596331Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1596530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1596715Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1596911Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1597105Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1597299Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1597495Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1597691Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1597884Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1598074Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1598266Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1598468Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1598702Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1598901Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1599100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1599324Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1599521Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1599718Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1599919Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1600116Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1600318Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1600515Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1600700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1600897Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1601091Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1601295Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1601504Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1601710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1601913Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1602114Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1602312Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1602507Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1602687Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1602879Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1603070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1603261Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1603458Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1603653Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1603877Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1604069Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1604261Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1604487Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1604743Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1604937Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1605128Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1605325Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1605524Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1605730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1605931Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1606125Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1606321Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1606516Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1606694Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1606892Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1607083Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1607281Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1607474Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1607668Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1607870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1608071Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1608272Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1608466Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1608646Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1608840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1609063Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1609255Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1609447Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1609665Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1609855Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1610042Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1610243Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1610440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1610620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1610815Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1611012Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1611210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1611407Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1611602Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1611801Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1611995Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1612192Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1612397Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1612587Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1612789Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1612987Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1613180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1613376Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1613575Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1613774Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1613983Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1614222Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:39:42.1614422Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1614613Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1614839Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1615036Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1615237Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1615434Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1615638Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1615837Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1616046Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1616248Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1616443Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1616626Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1616827Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1617025Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1617218Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1617415Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1617619Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1617820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1618029Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1618235Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1618431Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1618627Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1618807Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1619004Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1619201Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1619463Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1619668Z 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:39:42.1619905Z 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:39:42.1620107Z 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:39:42.1620312Z 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:39:42.1620521Z 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:39:42.1620731Z 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:39:42.1620917Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1621116Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1621314Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1621510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1621709Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1621911Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1622107Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1622516Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1622724Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1622921Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1623103Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1623301Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1623505Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1623703Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1623900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1624095Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1624295Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1624491Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1624761Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1624964Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1625151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1625398Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1625614Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_shapes_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1625821Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1626038Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1626252Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1626461Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1626674Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1626881Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1627100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1627312Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1627511Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1627724Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1627930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1628133Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1628332Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1628529Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1628729Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1628939Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1629141Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1629346Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1629534Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1629732Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1629964Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1630161Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1630352Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1630595Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1630791Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1630984Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1631173Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1631364Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1631549Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1631744Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1631943Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1632139Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1632332Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1632526Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1632718Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1632909Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1633103Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1633298Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1633479Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1633671Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1633863Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1634062Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1634254Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1634449Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1634641Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1634837Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1635031Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1635258Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1635436Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1635655Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1635847Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1636046Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1636241Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1636441Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1636639Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1636834Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1637030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1637222Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1637403Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1637599Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1637792Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1637985Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1638179Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1638378Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1638581Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1638774Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1638972Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1639173Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1639353Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1639552Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1639750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1639946Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1640151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1640418Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1640618Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1640849Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:39:42.1641046Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1641245Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1641426Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1641623Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1641821Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1642016Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1642208Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1642412Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1642609Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1642808Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1643008Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1643202Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1643386Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1643581Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1643779Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1643973Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1644168Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1644362Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1644621Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1644820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1645010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1645201Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1645390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1645624Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1645820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1646043Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1646241Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1646436Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1646635Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1646828Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1647022Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1647217Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1647411Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1647613Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1647811Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1648007Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1648203Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1648403Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1648602Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1648804Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1649012Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1649215Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1649400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1649594Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1649787Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1649987Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1650178Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1650370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1650558Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1650784Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1650984Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1651215Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1651401Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1651594Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1651789Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1651983Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1652176Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1652386Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1652589Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1652784Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1652977Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1653177Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1653376Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1653575Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1653786Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1653989Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1654193Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1654395Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1654595Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1654803Z 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:39:42.1655005Z 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:39:42.1655214Z 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:39:42.1655420Z 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:39:42.1655609Z 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:39:42.1655859Z 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:39:42.1656062Z 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:39:42.1656302Z 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:39:42.1656516Z 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:39:42.1656729Z 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:39:42.1656937Z 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:39:42.1657145Z 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:39:42.1657350Z 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:39:42.1657556Z 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:39:42.1657764Z 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:39:42.1657954Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1658158Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1658357Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1658555Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1658751Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1658957Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1659166Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1659371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1659576Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1659781Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1659969Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1660166Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1660358Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1660560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1660759Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1660987Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1661187Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1661384Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1661611Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1661807Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1661989Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1662340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1662584Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1662783Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1662986Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1663183Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1663376Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1663572Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1663767Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1663956Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1664142Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1664340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1664534Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1664733Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1664925Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1665117Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1665310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1665506Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1665705Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1665887Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1666079Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1666330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1666528Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1666727Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1666959Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1667154Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1667348Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1667544Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:39:42.1667743Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:42.1667926Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:42.1668122Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:42.1668314Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:42.1668506Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:42.1668712Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:42.1668913Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:42.1669116Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:42.1669315Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:42.1669511Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:42.1669712Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:42.1669895Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:42.1670101Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:42.1670308Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:42.1670509Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:42.1670708Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:42.1670906Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:42.1671105Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:42.1671311Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:42.1671555Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:42.1671765Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:42.1671954Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:42.1672183Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:42.1672385Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:42.1672580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:42.1672780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:42.1672983Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:42.1673181Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:42.1673382Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:42.1673578Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:42.1673772Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:42.1673952Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:42.1674150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:42.1674351Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:42.1674546Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:42.1674743Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:42.1674940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:42.1675134Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:42.1675329Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:42.1675528Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:42.1675723Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:42.1675906Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:42.1676098Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:42.1676295Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:42.1676493Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:42.1676717Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:42.1676913Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:42.1677108Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:42.1677339Z 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:39:42.1677546Z 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:39:42.1677750Z 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:39:42.1677944Z 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:39:42.1678145Z 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:39:42.1678353Z 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:39:42.1678564Z 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:39:42.1678772Z 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:39:42.1678977Z 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:39:42.1679181Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_complex128 SKIPPED (Skipped!) [ 35%] 2022-12-01T10:39:42.1679392Z 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:39:42.1679599Z 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:39:42.1679809Z 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:39:42.1680013Z 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:39:42.1680206Z 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:39:42.1680414Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_complex128 SKIPPED (Skipped!) [ 35%] 2022-12-01T10:39:42.1680625Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_complex64 SKIPPED (Skipped!) [ 35%] 2022-12-01T10:39:42.1680833Z 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:39:42.1681041Z 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:39:42.1681246Z 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:39:42.1681447Z 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:39:42.1681644Z 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:39:42.1681893Z 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:39:42.1682105Z 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:39:42.1682342Z 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:39:42.1682535Z 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:39:42.1682740Z 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:39:42.1682942Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:42.1683140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:42.1683331Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:42.1683527Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:42.1683719Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:42.1683912Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:42.1684112Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:42.1684312Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:42.1684496Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:42.1684761Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:42.1684961Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:42.1685153Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:42.1685355Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:42.1685549Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:42.1685741Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:42.1685933Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:42.1686137Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:42.1686337Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:42.1686523Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:42.1686719Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:42.1686956Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:42.1687150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:42.1687344Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:42.1687565Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:42.1687760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:42.1688179Z 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:39:42.1688482Z 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:39:42.1688799Z 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:39:42.1689097Z 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:39:42.1689405Z 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:39:42.1689709Z 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:39:42.1690012Z 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:39:42.1690314Z 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:39:42.1690615Z 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:39:42.1690912Z 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:39:42.1691208Z 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:39:42.1691507Z 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:39:42.1691821Z 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:39:42.1692124Z 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:39:42.1692419Z 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:39:42.1692719Z 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:39:42.1693025Z 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:39:42.1693347Z 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:39:42.1693669Z 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:39:42.1693985Z 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:39:42.1694349Z 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:39:42.1694665Z 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:39:42.1695013Z 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:39:42.1695344Z 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:39:42.1695672Z 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:39:42.1695983Z 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:39:42.1696303Z 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:39:42.1696617Z 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:39:42.1696807Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:42.1696998Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:42.1697190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:39:42.1697380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1697574Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1697763Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1697951Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1698136Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1698333Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1698525Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1698717Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1698909Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1699101Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1699293Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1699482Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1699674Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1699867Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1700078Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1700267Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1700452Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1700670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1700861Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1701054Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1701251Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1701443Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1701631Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1701824Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1702008Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1702325Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1702516Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1702719Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1702920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1703118Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1703315Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1703510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1703701Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1703891Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1704069Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1704256Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1704439Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1704629Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1704813Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1705006Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1705196Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1705449Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1705643Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1705824Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1706047Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1706244Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1706435Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1706621Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1706819Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1707011Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1707206Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1707398Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1707593Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1707783Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1707985Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1708194Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1708397Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1708597Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1708795Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1708996Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1709189Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1709394Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1709593Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1709776Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1709968Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1710162Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1710354Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1710610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1710807Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1711007Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1711237Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1711446Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1711718Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1711973Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1712225Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1712476Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1712746Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1713014Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1713321Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1713614Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1713900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1714167Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1714480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1714797Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1715128Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1715461Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1715799Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1716110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1716442Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1716779Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1717136Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1717454Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1717771Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1718209Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1718535Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1718832Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1719167Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1719485Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1719824Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1720135Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1720451Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1720763Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1721109Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1721428Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1721707Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1722016Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1722303Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1722595Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1722897Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1723192Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1723499Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1723813Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1724134Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1724428Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1724837Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1725127Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1725414Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1725680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1725942Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1726300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1726563Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1726819Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1727153Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1727422Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1727667Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1727922Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1728184Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1728445Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1728718Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1728979Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1729242Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:39:42.1729508Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1729771Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1730024Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1730282Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1730549Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1730819Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1731095Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1731365Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1731637Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1731899Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1732159Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1732422Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1732677Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1732918Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1733226Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1733491Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1733762Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1734056Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1734314Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1734574Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1734838Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1735099Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1735357Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1735597Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1735858Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1736130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1736403Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1736670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1736926Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1737192Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1737459Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1737722Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1737975Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1738222Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1738481Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1738749Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1739026Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1739295Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1739558Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1739826Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1740161Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1740419Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1740724Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1740985Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1741227Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1741489Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1741772Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1742042Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1742486Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1742759Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1743026Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1743284Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1743549Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1743807Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1744054Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1744334Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1744601Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1744871Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1745146Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1745426Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1745684Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1745947Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1746208Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1746471Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1746729Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1747089Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1747360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1747628Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1747936Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1748207Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1748477Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1748774Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1749050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1749340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1749596Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1749889Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1750180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1750443Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1750704Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1750972Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1751250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1751533Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1751817Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1752093Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1752375Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1752637Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1752911Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1753179Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1753447Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1753717Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1753982Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1754296Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1754579Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1754880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1755154Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1755401Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1755675Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1755964Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1756224Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1756488Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1756744Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1757003Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1757283Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1757558Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1757869Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1758122Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1758391Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1758650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1758911Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1759165Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1759436Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1759695Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1759957Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1760242Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1760499Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1760740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1761050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1761326Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1761592Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1761888Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1762156Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1762425Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1762713Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1762985Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1763261Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1763521Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1763790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1764060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1764321Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1764680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1764983Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1765286Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:42.1765581Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1765907Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1766235Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1766546Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1766856Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1767143Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1767347Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1767546Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1767744Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1767938Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1768191Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1768382Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1768580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1768809Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1768992Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1769189Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1769383Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1769575Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1769763Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1769958Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1770153Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1770343Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1770530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1770730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1770918Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1771114Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1771310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1771503Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1771696Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1771890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1772084Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1772276Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1772475Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1772667Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1772847Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1773041Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1773259Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1773453Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1773668Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1773860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1774049Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1774247Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1774445Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1774641Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1774819Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1775013Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1775202Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1775403Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1775598Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1775790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1775980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1776178Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1776382Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1776577Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1776759Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1776955Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1777151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1777346Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1777540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1777731Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1777918Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1778115Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1778341Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1778539Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1778720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1778943Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1779133Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1779324Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1779517Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1779712Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1779911Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1780114Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1780308Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1780502Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1780679Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1780876Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1781073Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1781269Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1781473Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1781668Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1781863Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1782055Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1782425Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1782622Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1782811Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1783005Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1783195Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1783398Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1783678Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1783879Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1784078Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1784320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1784520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1784713Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1784899Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1785104Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1785298Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1785496Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1785699Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1785907Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1786111Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1786316Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1786515Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1786718Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1786903Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1787094Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1787282Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1787477Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1787678Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1787875Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1788070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1788269Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1788469Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1788665Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1788882Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1789072Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1789291Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1789485Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1789681Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1789873Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1790071Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1790264Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1790452Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1790641Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1790816Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1791011Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1791205Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1791402Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1791591Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1791783Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1791971Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:39:42.1792161Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1792347Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1792531Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1792710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1792907Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1793102Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1793294Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1793484Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1793673Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1793903Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1794096Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1794289Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1794505Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1794684Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1794878Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1795068Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1795261Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1795451Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1795644Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1795838Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1796030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1796228Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1796422Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1796603Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1796795Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1796991Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1797181Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1797370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1797553Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1797744Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1797936Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1798130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1798323Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1798501Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1798690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1798881Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1799102Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1799288Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1799485Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1799706Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1799903Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1800095Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1800302Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1800489Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1800690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1800890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1801084Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1801280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1801486Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1801690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1801895Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1802095Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1802299Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1802481Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1802681Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1802877Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1803070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1803261Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1803460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1803657Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1803860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1804056Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1804292Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1804472Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1804739Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1804974Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1805170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1805371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1805573Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1805769Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1805968Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1806167Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1806359Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1806539Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1806731Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1806921Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1807118Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1807323Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1807522Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1807716Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1807908Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1808102Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1808293Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1808471Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1808729Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1809040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1809367Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1809657Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1809916Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1810101Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1810296Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1810522Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1810717Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1810894Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1811085Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1811276Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1811464Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1811656Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1811852Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1812050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1812248Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1812442Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1812640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1812844Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1813042Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1813235Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1813434Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1813627Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1813824Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1814019Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1814223Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1814423Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1814621Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1814804Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1815038Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1815229Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1815421Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1815645Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1815850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1816051Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1816248Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1816445Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1816649Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1816838Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1817038Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1817232Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1817427Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1817627Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1817834Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1818036Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1818237Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:39:42.1818430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1818630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1818818Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1819012Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1819213Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1819413Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1819607Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1819797Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1819991Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1820259Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1820454Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1820685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1820886Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1821072Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1821268Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1821469Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1821661Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1821866Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1822070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1822458Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1822659Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1822852Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1823050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1823239Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1823447Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1823651Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1823852Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1824053Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1824255Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1824452Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1824647Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1824839Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1825027Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1825209Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1825482Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1825677Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1825872Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1826108Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1826309Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1826505Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1826700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1826900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1827094Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1827277Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1827471Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1827673Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1827874Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1828072Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1828261Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1828461Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1828659Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1828853Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1829046Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1829226Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1829417Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1829604Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1829797Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1829993Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1830189Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1830381Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1830612Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1830804Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1830998Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1831204Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1831398Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1831587Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1831777Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1831969Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1832154Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1832342Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1832536Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1832735Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1832930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1833114Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1833307Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1833498Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1833693Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1833884Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1834077Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1834276Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1834472Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1834666Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1834860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1835041Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1835237Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1835430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1835651Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1835844Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1836034Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1836262Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1836463Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1836660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1836858Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1837043Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1837242Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1837435Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1837630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1837823Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1838019Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1838212Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1838405Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1838595Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1838788Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1838974Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1839167Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1839364Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1839560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1839755Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1839941Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1840130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1840323Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1840512Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1840703Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1840914Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1841102Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1841321Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1841513Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1841704Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1841891Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1842082Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1842275Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1842462Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1842654Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1842832Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1843026Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1843225Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1843420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1843617Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1843812Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:39:42.1844023Z 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:39:42.1844229Z 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:39:42.1844432Z 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:39:42.1844709Z 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:39:42.1844911Z 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:39:42.1845128Z 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:39:42.1845341Z 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:39:42.1845552Z 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:39:42.1845753Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1845990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1846187Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1846396Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1846621Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1846831Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1847035Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1847276Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1847493Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1847701Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1847913Z 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:39:42.1848124Z 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:39:42.1848334Z 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:39:42.1848543Z 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:39:42.1848754Z 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:39:42.1848959Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1849159Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1849355Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1849537Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1849741Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1849941Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1850136Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1850334Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1850529Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1850725Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1850916Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1851141Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1851341Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1851520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1851742Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1851937Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1852129Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1852322Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1852516Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1852706Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1852895Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1853090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1853283Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1853466Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1853664Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1853858Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1854050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1854249Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1854449Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1854641Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1854833Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1855025Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1855214Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1855387Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1855587Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1855786Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1855986Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1856181Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1856423Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1856613Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1856830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1857027Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1857213Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1857404Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1857599Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1857793Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1857995Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1858202Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1858398Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1858605Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1858807Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1859009Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1859210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1859408Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1859616Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1859819Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1860017Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1860219Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1860419Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1860620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1860820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1861023Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1861227Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1861453Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1861659Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1861859Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1862083Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1862470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1862681Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1862883Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1863093Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1863302Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1863501Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1863690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1863890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1864092Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1864288Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1864487Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1864684Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1864882Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1865087Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1865293Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1865499Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1865688Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1865885Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1866083Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1866277Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1866474Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1866673Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1866937Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1867139Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1867374Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1867581Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1867780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1867972Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1868182Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1868383Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1868579Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1868784Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1868986Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1869188Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1869388Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1869591Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1869791Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1869978Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1870175Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1870369Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1870563Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1870758Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1870962Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1871173Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:39:42.1871372Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1871569Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1871764Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1871979Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1872175Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1872371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1872597Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1872797Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1872996Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1873190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1873394Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1873581Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1873768Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1873943Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1874125Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1874311Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1874503Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1874692Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1874881Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1875087Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1875285Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1875480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1875676Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1875865Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1876069Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1876271Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1876466Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1876667Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1876864Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1877095Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1877294Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1877489Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1877709Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1877894Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1878088Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1878277Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1878470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1878660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1878859Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1879053Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1879251Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1879446Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1879637Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1879813Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1880013Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1880210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1880402Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1880617Z 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:39:42.1880830Z 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:39:42.1881041Z 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:39:42.1881251Z 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:39:42.1881469Z 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:39:42.1881691Z 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:39:42.1881905Z 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:39:42.1882137Z 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:39:42.1882347Z 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:39:42.1882558Z 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:39:42.1882798Z 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:39:42.1883013Z 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:39:42.1883223Z 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:39:42.1883444Z 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:39:42.1883656Z 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:39:42.1883870Z 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:39:42.1884085Z 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:39:42.1884306Z 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:39:42.1884514Z 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:39:42.1884798Z 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:39:42.1885014Z 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:39:42.1885216Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1885410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1885603Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1885796Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1886003Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1886201Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1886397Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1886582Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1886779Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1886975Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1887175Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1887411Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1887602Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1887823Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1888015Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1888204Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1888398Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1888577Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1888768Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1888972Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1889173Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1889368Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1889564Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1889757Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1889953Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1890145Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1890339Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1890518Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1890708Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1890895Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1891082Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1891277Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1891476Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1891676Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1891864Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1892054Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1892250Z 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:39:42.1892479Z 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:39:42.1892674Z 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:39:42.1892867Z 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:39:42.1893085Z 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:39:42.1893277Z 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:39:42.1893471Z 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:39:42.1893670Z 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:39:42.1893867Z 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:39:42.1894063Z 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:39:42.1894261Z 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:39:42.1894442Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1894633Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1894830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1895027Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1895219Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1895411Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1895603Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1895790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1895991Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1896182Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1896375Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1896569Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1896763Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1896952Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:39:42.1897161Z 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:39:42.1897369Z 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:39:42.1897627Z 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:39:42.1897816Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:42.1898061Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:42.1898248Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:42.1898434Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:42.1898609Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:42.1898801Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:42.1899004Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:42.1899199Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:42.1899394Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:42.1899582Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:42.1899772Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:42.1899960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:42.1900154Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:42.1900336Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:42.1900530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:42.1900724Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:42.1900917Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:42.1901104Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:42.1901289Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:42.1901478Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:42.1901677Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:42.1901875Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:42.1902067Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:42.1902418Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:42.1902615Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:42.1902861Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:42.1903051Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:42.1903241Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:42.1903713Z 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:39:42.1904028Z 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:39:42.1904348Z 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:39:42.1904665Z 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:39:42.1904981Z 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:39:42.1905290Z 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:39:42.1905589Z 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:39:42.1905897Z 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:39:42.1906219Z 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:39:42.1906545Z 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:39:42.1906870Z 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:39:42.1907187Z 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:39:42.1907498Z 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:39:42.1907734Z 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:39:42.1907979Z 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:39:42.1908219Z 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:39:42.1908447Z 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:39:42.1908668Z 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:39:42.1908900Z 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:39:42.1909135Z 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:39:42.1909363Z 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:39:42.1909633Z 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:39:42.1909893Z 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:39:42.1910135Z 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:39:42.1910374Z 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:39:42.1910614Z 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:39:42.1910846Z 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:39:42.1911073Z 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:39:42.1911273Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:42.1911461Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:42.1911660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:42.1911855Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:42.1912051Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:42.1912245Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:42.1912439Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:42.1912641Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:42.1912839Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:42.1913040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:42.1913244Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:42.1913425Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:42.1913620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:42.1913819Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:42.1914016Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:42.1914213Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:42.1914407Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:42.1914636Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:42.1914830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:42.1915056Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:42.1915257Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:42.1915448Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:42.1915655Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:42.1915854Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:42.1916051Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:42.1916248Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:42.1916445Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:42.1916646Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:42.1916842Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:42.1917044Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:42.1917239Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:42.1917435Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:42.1917617Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:42.1917811Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:42.1918015Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:42.1918216Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:42.1918418Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:42.1918617Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:42.1918814Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:42.1919014Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:42.1919218Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:42.1919422Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:42.1919633Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:39:42.1919847Z 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:39:42.1920065Z 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:39:42.1920301Z 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:39:42.1920510Z 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:39:42.1920720Z 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:39:42.1920933Z 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:39:42.1921145Z 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:39:42.1921352Z 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:39:42.1921563Z 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:39:42.1921771Z 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:39:42.1921974Z 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:39:42.1922194Z 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:39:42.1922407Z 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:39:42.1922626Z 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:39:42.1922838Z 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:39:42.1923056Z 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:39:42.1923265Z 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:39:42.1923475Z 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:39:42.1923686Z 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:39:42.1923903Z 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:39:42.1924114Z 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:39:42.1924340Z 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:39:42.1924636Z 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:39:42.1924913Z 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:39:42.1925125Z 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:39:42.1925367Z 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:39:42.1925577Z 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:39:42.1925795Z 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:39:42.1926009Z 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:39:42.1926218Z 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:39:42.1926429Z 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:39:42.1926642Z 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:39:42.1926846Z 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:39:42.1927057Z 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:39:42.1927265Z 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:39:42.1927478Z 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:39:42.1927689Z 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:39:42.1927907Z 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:39:42.1928123Z 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:39:42.1928331Z 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:39:42.1928555Z 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:39:42.1928773Z 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:39:42.1928995Z 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:39:42.1929207Z 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:39:42.1929430Z 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:39:42.1929654Z 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:39:42.1929920Z 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:39:42.1930141Z 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:39:42.1930374Z 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:39:42.1930587Z 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:39:42.1930810Z 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:39:42.1931034Z 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:39:42.1931256Z 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:39:42.1931474Z 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:39:42.1931679Z 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:39:42.1931890Z 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:39:42.1932105Z 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:39:42.1932320Z 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:39:42.1932545Z 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:39:42.1932770Z 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:39:42.1932977Z 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:39:42.1933196Z 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:39:42.1933411Z 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:39:42.1933622Z 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:39:42.1933831Z 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:39:42.1934030Z 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:39:42.1934253Z 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:39:42.1934475Z 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:39:42.1934693Z 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:39:42.1934928Z 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:39:42.1935137Z 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:39:42.1935375Z 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:39:42.1935580Z 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:39:42.1935785Z 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:39:42.1935990Z 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:39:42.1936195Z 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:39:42.1936386Z 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:39:42.1936600Z 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:39:42.1936805Z 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:39:42.1937009Z 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:39:42.1937212Z 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:39:42.1937420Z 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:39:42.1937625Z 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:39:42.1937834Z 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:39:42.1938036Z 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:39:42.1938243Z 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:39:42.1938447Z 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:39:42.1938643Z 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:39:42.1938845Z 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:39:42.1939054Z 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:39:42.1939261Z 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:39:42.1939466Z 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:39:42.1939670Z 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:39:42.1939908Z 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:39:42.1940115Z 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:39:42.1940348Z 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:39:42.1940564Z 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:39:42.1940779Z 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:39:42.1940981Z 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:39:42.1941193Z 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:39:42.1941409Z 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:39:42.1941622Z 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:39:42.1941833Z 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:39:42.1942042Z 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:39:42.1942437Z 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:39:42.1942655Z 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:39:42.1942871Z 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:39:42.1943085Z 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:39:42.1943335Z 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:39:42.1943534Z 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:39:42.1943777Z 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:39:42.1944122Z 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:39:42.1944363Z 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:39:42.1944626Z 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:39:42.1944870Z 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:39:42.1945108Z 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:39:42.1945308Z 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:39:42.1945631Z 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:39:42.1945875Z 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:39:42.1946127Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:42.1946386Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:42.1946609Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:42.1982949Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:42.1983242Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:42.1983433Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:42.1983631Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:42.1983831Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:42.1984027Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:42.1984218Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:42.1984411Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:42.1984605Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:42.1984788Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:42.1984979Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:42.1985165Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:42.1985365Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:42.1985559Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:42.1985754Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:42.1985946Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:42.1986135Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:42.1986324Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:42.1986522Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:42.1986709Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:42.1987083Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:42.1987273Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:42.1987460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:42.1987691Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:42.1987888Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:42.1988083Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:42.1988272Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:42.1988472Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:42.1988673Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:42.1988868Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:42.1989062Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:42.1989252Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:42.1989443Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:42.1989639Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:42.1989830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:42.1990019Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:42.1990213Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:42.1990399Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:42.1990586Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:42.1990763Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:42.1990948Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:39:42.1991138Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.1991332Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.1991521Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.1991711Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.1991897Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.1992119Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.1992306Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.1992495Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.1992699Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.1992892Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.1993082Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.1993268Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.1993456Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.1993643Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.1993832Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.1994029Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.1994220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.1994408Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.1994849Z 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:39:42.1995184Z 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:39:42.1995508Z 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:39:42.1995825Z 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:39:42.1996152Z 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:39:42.1996479Z 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:39:42.1996801Z 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:39:42.1997124Z 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:39:42.1997313Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.1997510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.1997702Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.1997884Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.1998109Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.1998297Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.1998481Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.1998689Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.1998877Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.1999058Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.1999256Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.1999446Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.1999640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.1999825Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2000020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2000211Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2000401Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2000587Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2000780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2000970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2001165Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2001352Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2001538Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2001715Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2001901Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2002093Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2002287Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2002481Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2002670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2002859Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2003046Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2003265Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2003466Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2003689Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2003890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2004083Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2004275Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2004474Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2004770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2004969Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2005167Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2005361Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2005559Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2005742Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2005940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2006132Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2006335Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2006535Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2006730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2006921Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2007118Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2007313Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2007504Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2007696Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2007891Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2008082Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2008272Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2008526Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2008716Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2008945Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2009133Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2009334Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2009529Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2009716Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2009912Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2010102Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2010298Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2010491Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2010695Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2010899Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2011106Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2011304Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2011502Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2011690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2011888Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2012083Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2012280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2012472Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2012663Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2012853Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2013054Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2013247Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2013469Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2013650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2013840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2014073Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2014259Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2014444Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2014637Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2014830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2015024Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2015218Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2015410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2015590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2015781Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2015971Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2016157Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2016350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2016537Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2016722Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2016906Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2017097Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2017294Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2017476Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2017664Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:39:42.2017857Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2018045Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2018234Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2018427Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2018646Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2018832Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2019046Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2019235Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2019421Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2019618Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2019811Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2020001Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2020191Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2020382Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2020578Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2020766Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2020949Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2021136Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2021311Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2021498Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2021693Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2021888Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2022078Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2022449Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2022639Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2022827Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2023021Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2023211Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2023388Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2023576Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2023841Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2024035Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2024231Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2024459Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2024657Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2024850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2025043Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2025228Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2025405Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2025594Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2025792Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2025988Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2026181Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2026376Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2026569Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2026759Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2026951Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2027143Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2027327Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2027525Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2027725Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2027913Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2028103Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2028294Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2028480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2028679Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2028907Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2029103Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2029285Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2029507Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2029696Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2029883Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2030080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2030277Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2030468Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2030655Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2030845Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2031037Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2031220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2031415Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2031605Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2031795Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2031987Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2032177Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2032374Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2032565Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2032760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2032947Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2033129Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2033318Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2033504Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2033689Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2033876Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2034099Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2034292Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2034506Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2034697Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2034886Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2035069Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2035262Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2035450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2035636Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2035824Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2036013Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2036204Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2036389Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2036585Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2036772Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2036950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2037138Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2037331Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2037530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2037725Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2037916Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2038111Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2038318Z 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:39:42.2038522Z 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:39:42.2038721Z 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:39:42.2038912Z 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:39:42.2039169Z 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:39:42.2039366Z 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:39:42.2039596Z 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:39:42.2039805Z 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:39:42.2040005Z 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:39:42.2040207Z 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:39:42.2040415Z 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:39:42.2040619Z 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:39:42.2040824Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2041010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2041210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2041410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2041612Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2041818Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2042025Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2042227Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2042426Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2042625Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2042818Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2043017Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2043205Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2043408Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2043604Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:39:42.2043798Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2043993Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2044231Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2044434Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2044822Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2045062Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2045262Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2045445Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2045645Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2045852Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2046050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2046249Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2046450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2046649Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2046841Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2047047Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2047248Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2047446Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2047651Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2047881Z 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:39:42.2048108Z 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:39:42.2048338Z 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:39:42.2048563Z 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:39:42.2048796Z 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:39:42.2049031Z 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:39:42.2049262Z 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:39:42.2049490Z 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:39:42.2049747Z 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:39:42.2049962Z 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:39:42.2050238Z 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:39:42.2050465Z 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:39:42.2050687Z 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:39:42.2050913Z 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:39:42.2051143Z 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:39:42.2051371Z 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:39:42.2051592Z 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:39:42.2051817Z 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:39:42.2052039Z 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:39:42.2052267Z 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:39:42.2052493Z 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:39:42.2052705Z 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:39:42.2052921Z 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:39:42.2053138Z 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:39:42.2053355Z 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:39:42.2053573Z 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:39:42.2053788Z 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:39:42.2054009Z 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:39:42.2054228Z 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:39:42.2054446Z 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:39:42.2054678Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2054878Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2055062Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2055291Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2055497Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2055702Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2055906Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2056103Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2056294Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2056490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2056682Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2056877Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2057055Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2057247Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2057442Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2057642Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2057844Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2058040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2058235Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2058428Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2058628Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2058820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_complex64 SKIPPED (Skipped!) [ 47%] 2022-12-01T10:39:42.2059006Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2059199Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2059390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2059583Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2059813Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2060010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_complex64 SKIPPED (Skipped!) [ 47%] 2022-12-01T10:39:42.2060210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2060431Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2060630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2060823Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2061012Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2061213Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2061410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2061606Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2061802Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2062004Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2062369Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2062583Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2062783Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2062980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2063168Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2063366Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2063565Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2063763Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2063965Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2064161Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2064358Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2064552Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2064745Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2064949Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2065201Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2065401Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2065598Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2065827Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2066026Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2066219Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2066417Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2066631Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2066831Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2067027Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2067210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2067407Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2067610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2067809Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2068005Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2068199Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2068398Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2068593Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2068786Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2068978Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2069157Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2069347Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2069536Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2069736Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2069934Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2070134Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2070330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2070556Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2070749Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2070966Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:39:42.2071147Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2071343Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2071538Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2071734Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2071924Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2072113Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2072305Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2072495Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2072694Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2072893Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2073077Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2073273Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2073467Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2073660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2073855Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2074055Z 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:39:42.2074253Z 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:39:42.2074449Z 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:39:42.2074647Z 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:39:42.2074855Z 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:39:42.2075046Z 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:39:42.2075250Z 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:39:42.2075451Z 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:39:42.2075683Z 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:39:42.2075881Z 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:39:42.2076101Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2076292Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2076487Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2076675Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2076867Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2077048Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2077238Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2077429Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2077621Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2077807Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2077997Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2078185Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2078381Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2078578Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2078777Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2078959Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2079153Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2079342Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2079538Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2079729Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2079925Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2080117Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2080310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2080502Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2080737Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2080927Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2081128Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2081349Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2081544Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2081740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2081932Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2082126Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2082330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2082595Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2082803Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2082992Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2083189Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2083384Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2083580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2083779Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2083988Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2084199Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2084409Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2084714Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2084924Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2085108Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2085304Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2085506Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2085700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2085893Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2086127Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2086318Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2086512Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2086744Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2086937Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2087119Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2087321Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2087519Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2087710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2087906Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2088094Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2088315Z 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:39:42.2088533Z 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:39:42.2088753Z 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:39:42.2088964Z 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:39:42.2089163Z 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:39:42.2089384Z 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:39:42.2089600Z 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:39:42.2089812Z 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:39:42.2090028Z 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:39:42.2090229Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2090432Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2090632Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2090833Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2091032Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2091259Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2091444Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2091641Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2091872Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2092068Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2092276Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2092483Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2092694Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2092899Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2093100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2093301Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2093478Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2093670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2093863Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2094052Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2094238Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2094441Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2094636Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2094832Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2095026Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2095224Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2095402Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2095603Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2095808Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2095999Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2096192Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2096388Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2096609Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2096797Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2097014Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2097214Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:39:42.2097395Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2097587Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2097778Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2097968Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2098167Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2098372Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2098569Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2098774Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2098975Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2099174Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2099359Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2099558Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2099762Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2099969Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2100170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2100374Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2100567Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2100759Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2100952Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2101143Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2101319Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2101518Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2101745Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2101944Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2102358Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2102638Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2102857Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2103055Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2103251Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2103454Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2103638Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2103845Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2104044Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2104242Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2104438Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2104639Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2104843Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2105048Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2105246Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2105445Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2105629Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2105828Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2106024Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2106224Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2106435Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2106641Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2106846Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2107050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2107304Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2107501Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2107717Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2107923Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2108130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2108330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2108533Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2108729Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2108931Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2109136Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2109348Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2109557Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2109766Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2109954Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2110154Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2110356Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2110556Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2110754Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2110955Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2111148Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2111346Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2111545Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2111741Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2111926Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2112129Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2112355Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2112564Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2112791Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2112993Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2113187Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2113385Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2113579Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2113779Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2113960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2114161Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2114360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2114558Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2114756Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2114960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2115158Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2115361Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2115560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2115756Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2115939Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2116136Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2116330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2116523Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2116716Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2116905Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2117107Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2117305Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2117527Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2117728Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2117971Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2118169Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2118367Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2118558Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2118751Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2118941Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2119130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2119320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2119516Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2119715Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2119902Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2120100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2120297Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2120490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2120688Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2120881Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2121082Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2121286Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2121486Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2121680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2121865Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2122058Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2122249Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2122442Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2122673Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2122870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2123069Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2123303Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2123502Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2123696Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:39:42.2123879Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:42.2124081Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:42.2124281Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:42.2124478Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:42.2124754Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:42.2124950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:42.2125142Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:42.2125341Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:42.2125546Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:42.2125747Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:42.2125933Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:42.2126133Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:42.2126327Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:42.2126530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:42.2126727Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:42.2126923Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:42.2127117Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:42.2127310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:42.2127502Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:42.2127691Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:42.2127902Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:42.2128100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:42.2128302Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:42.2128527Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:42.2128726Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:42.2128920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:42.2129116Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:42.2129313Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:42.2129504Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:42.2129705Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:42.2129887Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:42.2130079Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:42.2130268Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:42.2130458Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:42.2130650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:42.2130851Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:42.2131050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:42.2131249Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:42.2131443Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:42.2131639Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:39:42.2131846Z 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:39:42.2132052Z 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:39:42.2132259Z 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:39:42.2132465Z 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:39:42.2132677Z 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:39:42.2132887Z 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:39:42.2133122Z 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:39:42.2133280Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_bfloat16 PASSED [ 50%] 2022-12-01T10:39:42.2133441Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_complex128 PASSED [ 50%] 2022-12-01T10:39:42.2133621Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_float32 PASSED [ 50%] 2022-12-01T10:39:42.2133761Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_float64 PASSED [ 50%] 2022-12-01T10:39:42.2133914Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int16 PASSED [ 50%] 2022-12-01T10:39:42.2134061Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int64 PASSED [ 50%] 2022-12-01T10:39:42.2134216Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_bfloat16 PASSED [ 50%] 2022-12-01T10:39:42.2134370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_bool PASSED [ 50%] 2022-12-01T10:39:42.2134525Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_float64 PASSED [ 50%] 2022-12-01T10:39:42.2134678Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int16 PASSED [ 50%] 2022-12-01T10:39:42.2134825Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int32 PASSED [ 50%] 2022-12-01T10:39:42.2134960Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int64 PASSED [ 50%] 2022-12-01T10:39:42.2135109Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int8 PASSED [ 50%] 2022-12-01T10:39:42.2135267Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_bfloat16 PASSED [ 50%] 2022-12-01T10:39:42.2135418Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_bool PASSED [ 50%] 2022-12-01T10:39:42.2135578Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_complex64 PASSED [ 50%] 2022-12-01T10:39:42.2135737Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_float64 PASSED [ 50%] 2022-12-01T10:39:42.2135888Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int16 PASSED [ 50%] 2022-12-01T10:39:42.2136036Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int32 PASSED [ 50%] 2022-12-01T10:39:42.2136187Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int8 PASSED [ 50%] 2022-12-01T10:39:42.2136324Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_uint8 PASSED [ 50%] 2022-12-01T10:39:42.2136477Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_bfloat16 PASSED [ 50%] 2022-12-01T10:39:42.2136634Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_complex128 PASSED [ 50%] 2022-12-01T10:39:42.2136793Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_complex32 PASSED [ 50%] 2022-12-01T10:39:42.2136947Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_complex64 PASSED [ 50%] 2022-12-01T10:39:42.2137105Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_float32 PASSED [ 50%] 2022-12-01T10:39:42.2137254Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_float64 PASSED [ 50%] 2022-12-01T10:39:42.2137404Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int16 PASSED [ 50%] 2022-12-01T10:39:42.2137538Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int32 PASSED [ 50%] 2022-12-01T10:39:42.2137685Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int64 PASSED [ 50%] 2022-12-01T10:39:42.2137835Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int8 PASSED [ 50%] 2022-12-01T10:39:42.2137996Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_bfloat16 PASSED [ 50%] 2022-12-01T10:39:42.2138160Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_complex128 PASSED [ 50%] 2022-12-01T10:39:42.2138321Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_complex64 PASSED [ 50%] 2022-12-01T10:39:42.2138512Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_float32 PASSED [ 50%] 2022-12-01T10:39:42.2138669Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_float64 PASSED [ 50%] 2022-12-01T10:39:42.2138813Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_bfloat16 PASSED [ 50%] 2022-12-01T10:39:42.2138965Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_bool PASSED [ 50%] 2022-12-01T10:39:42.2139148Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_complex128 PASSED [ 50%] 2022-12-01T10:39:42.2139308Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_complex64 PASSED [ 50%] 2022-12-01T10:39:42.2139462Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_float64 PASSED [ 50%] 2022-12-01T10:39:42.2139612Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int32 PASSED [ 50%] 2022-12-01T10:39:42.2139763Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int8 PASSED [ 50%] 2022-12-01T10:39:42.2139926Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_complex128 PASSED [ 50%] 2022-12-01T10:39:42.2140081Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_float16 PASSED [ 50%] 2022-12-01T10:39:42.2140220Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int32 PASSED [ 50%] 2022-12-01T10:39:42.2140369Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int8 PASSED [ 50%] 2022-12-01T10:39:42.2140522Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_uint8 PASSED [ 50%] 2022-12-01T10:39:42.2140684Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_bfloat16 PASSED [ 50%] 2022-12-01T10:39:42.2140847Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_complex128 PASSED [ 50%] 2022-12-01T10:39:42.2141010Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_complex64 PASSED [ 50%] 2022-12-01T10:39:42.2141167Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_float16 PASSED [ 50%] 2022-12-01T10:39:42.2141327Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_float32 PASSED [ 50%] 2022-12-01T10:39:42.2141472Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_float64 PASSED [ 50%] 2022-12-01T10:39:42.2141631Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_bfloat16 PASSED [ 50%] 2022-12-01T10:39:42.2141781Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_bool PASSED [ 50%] 2022-12-01T10:39:42.2141937Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_float64 PASSED [ 50%] 2022-12-01T10:39:42.2142090Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_uint8 PASSED [ 50%] 2022-12-01T10:39:42.2142407Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_bfloat16 PASSED [ 50%] 2022-12-01T10:39:42.2142566Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_bool PASSED [ 50%] 2022-12-01T10:39:42.2142723Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_float32 PASSED [ 50%] 2022-12-01T10:39:42.2142864Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_float64 PASSED [ 50%] 2022-12-01T10:39:42.2143020Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int16 PASSED [ 50%] 2022-12-01T10:39:42.2143169Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int64 PASSED [ 50%] 2022-12-01T10:39:42.2143320Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_bool PASSED [ 50%] 2022-12-01T10:39:42.2143484Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_complex128 PASSED [ 50%] 2022-12-01T10:39:42.2143643Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_complex64 PASSED [ 50%] 2022-12-01T10:39:42.2143797Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_float16 PASSED [ 50%] 2022-12-01T10:39:42.2143948Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_float64 PASSED [ 50%] 2022-12-01T10:39:42.2144100Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int8 PASSED [ 50%] 2022-12-01T10:39:42.2144310Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_float16 PASSED [ 50%] 2022-12-01T10:39:42.2144465Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_float32 PASSED [ 50%] 2022-12-01T10:39:42.2144623Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_float64 PASSED [ 50%] 2022-12-01T10:39:42.2144810Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int16 PASSED [ 50%] 2022-12-01T10:39:42.2144969Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int32 PASSED [ 50%] 2022-12-01T10:39:42.2145120Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int64 XFAIL [ 50%] 2022-12-01T10:39:42.2145333Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_float16 SKIPPED (Errors when storage_offset is included) [ 50%] 2022-12-01T10:39:42.2145532Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_float64 SKIPPED (Errors when storage_offset is included) [ 50%] 2022-12-01T10:39:42.2145723Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int16 SKIPPED (Errors when storage_offset is included) [ 50%] 2022-12-01T10:39:42.2145919Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int32 SKIPPED (Errors when storage_offset is included) [ 50%] 2022-12-01T10:39:42.2146114Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int64 SKIPPED (Errors when storage_offset is included) [ 50%] 2022-12-01T10:39:42.2146314Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int8 SKIPPED (Errors when storage_offset is included) [ 50%] 2022-12-01T10:39:42.2146509Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_uint8 SKIPPED (Errors when storage_offset is included) [ 50%] 2022-12-01T10:39:42.2146666Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_complex64 PASSED [ 50%] 2022-12-01T10:39:42.2146824Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_float32 PASSED [ 50%] 2022-12-01T10:39:42.2146975Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int16 PASSED [ 51%] 2022-12-01T10:39:42.2147124Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int32 PASSED [ 51%] 2022-12-01T10:39:42.2147262Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int8 PASSED [ 51%] 2022-12-01T10:39:42.2147427Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_complex128 PASSED [ 51%] 2022-12-01T10:39:42.2147585Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_float64 PASSED [ 51%] 2022-12-01T10:39:42.2147739Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int16 PASSED [ 51%] 2022-12-01T10:39:42.2147890Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int32 PASSED [ 51%] 2022-12-01T10:39:42.2148044Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int8 PASSED [ 51%] 2022-12-01T10:39:42.2148199Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_float64 PASSED [ 51%] 2022-12-01T10:39:42.2148351Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_uint8 PASSED [ 51%] 2022-12-01T10:39:42.2148504Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:39:42.2148650Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_complex128 PASSED [ 51%] 2022-12-01T10:39:42.2148809Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_float64 PASSED [ 51%] 2022-12-01T10:39:42.2148960Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int32 PASSED [ 51%] 2022-12-01T10:39:42.2149108Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int64 PASSED [ 51%] 2022-12-01T10:39:42.2149260Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int8 PASSED [ 51%] 2022-12-01T10:39:42.2149407Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_uint8 PASSED [ 51%] 2022-12-01T10:39:42.2149607Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_complex64 PASSED [ 51%] 2022-12-01T10:39:42.2149762Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_float32 PASSED [ 51%] 2022-12-01T10:39:42.2149899Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int16 PASSED [ 51%] 2022-12-01T10:39:42.2150046Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int32 PASSED [ 51%] 2022-12-01T10:39:42.2150219Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int64 PASSED [ 51%] 2022-12-01T10:39:42.2150369Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_uint8 PASSED [ 51%] 2022-12-01T10:39:42.2150533Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:39:42.2150698Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_complex128 PASSED [ 51%] 2022-12-01T10:39:42.2150864Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_complex32 PASSED [ 51%] 2022-12-01T10:39:42.2151030Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_complex64 PASSED [ 51%] 2022-12-01T10:39:42.2151190Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_float16 PASSED [ 51%] 2022-12-01T10:39:42.2151336Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_float32 PASSED [ 51%] 2022-12-01T10:39:42.2151497Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:39:42.2151657Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_bool PASSED [ 51%] 2022-12-01T10:39:42.2151822Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_complex128 PASSED [ 51%] 2022-12-01T10:39:42.2151980Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_float16 PASSED [ 51%] 2022-12-01T10:39:42.2152137Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_float32 PASSED [ 51%] 2022-12-01T10:39:42.2152294Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int16 PASSED [ 51%] 2022-12-01T10:39:42.2152452Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int64 PASSED [ 51%] 2022-12-01T10:39:42.2152596Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_bool PASSED [ 51%] 2022-12-01T10:39:42.2152758Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_complex32 PASSED [ 51%] 2022-12-01T10:39:42.2152919Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_float16 PASSED [ 51%] 2022-12-01T10:39:42.2153076Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_float32 PASSED [ 51%] 2022-12-01T10:39:42.2153234Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_float64 PASSED [ 51%] 2022-12-01T10:39:42.2153389Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int16 PASSED [ 51%] 2022-12-01T10:39:42.2153544Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_bool PASSED [ 51%] 2022-12-01T10:39:42.2153706Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int64 PASSED [ 51%] 2022-12-01T10:39:42.2153865Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_uint8 PASSED [ 51%] 2022-12-01T10:39:42.2154018Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int16 PASSED [ 51%] 2022-12-01T10:39:42.2154186Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int32 PASSED [ 51%] 2022-12-01T10:39:42.2154355Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_uint8 PASSED [ 51%] 2022-12-01T10:39:42.2154516Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int32 PASSED [ 51%] 2022-12-01T10:39:42.2154674Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int64 PASSED [ 51%] 2022-12-01T10:39:42.2154832Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int8 PASSED [ 51%] 2022-12-01T10:39:42.2155022Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_uint8 PASSED [ 51%] 2022-12-01T10:39:42.2155178Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_bool PASSED [ 51%] 2022-12-01T10:39:42.2155320Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int32 PASSED [ 51%] 2022-12-01T10:39:42.2155475Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int64 PASSED [ 51%] 2022-12-01T10:39:42.2155660Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int32 PASSED [ 51%] 2022-12-01T10:39:42.2155819Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_uint8 PASSED [ 51%] 2022-12-01T10:39:42.2155991Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:39:42.2156158Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_bool PASSED [ 51%] 2022-12-01T10:39:42.2156333Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_complex128 PASSED [ 51%] 2022-12-01T10:39:42.2156508Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_complex64 PASSED [ 51%] 2022-12-01T10:39:42.2156678Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_float32 PASSED [ 51%] 2022-12-01T10:39:42.2156831Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_float64 PASSED [ 51%] 2022-12-01T10:39:42.2157001Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int64 PASSED [ 51%] 2022-12-01T10:39:42.2157170Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_uint8 PASSED [ 51%] 2022-12-01T10:39:42.2157334Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_float16 PASSED [ 51%] 2022-12-01T10:39:42.2157493Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int64 PASSED [ 51%] 2022-12-01T10:39:42.2157654Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int8 PASSED [ 51%] 2022-12-01T10:39:42.2157814Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_uint8 PASSED [ 51%] 2022-12-01T10:39:42.2157964Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_bool PASSED [ 51%] 2022-12-01T10:39:42.2158110Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_complex128 PASSED [ 51%] 2022-12-01T10:39:42.2158263Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_float16 PASSED [ 51%] 2022-12-01T10:39:42.2158414Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_float32 PASSED [ 51%] 2022-12-01T10:39:42.2158564Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int16 PASSED [ 51%] 2022-12-01T10:39:42.2158715Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int8 PASSED [ 51%] 2022-12-01T10:39:42.2158870Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_float32 PASSED [ 51%] 2022-12-01T10:39:42.2159021Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_float64 PASSED [ 51%] 2022-12-01T10:39:42.2159175Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int16 PASSED [ 51%] 2022-12-01T10:39:42.2159323Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int32 PASSED [ 51%] 2022-12-01T10:39:42.2159456Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int64 PASSED [ 51%] 2022-12-01T10:39:42.2159606Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int8 PASSED [ 51%] 2022-12-01T10:39:42.2159766Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:39:42.2159916Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_bool PASSED [ 51%] 2022-12-01T10:39:42.2160076Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_complex128 PASSED [ 51%] 2022-12-01T10:39:42.2160230Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int16 PASSED [ 51%] 2022-12-01T10:39:42.2160385Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int64 PASSED [ 51%] 2022-12-01T10:39:42.2160573Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_float32 PASSED [ 51%] 2022-12-01T10:39:42.2160716Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_float64 PASSED [ 51%] 2022-12-01T10:39:42.2160870Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int16 PASSED [ 51%] 2022-12-01T10:39:42.2161020Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int32 PASSED [ 51%] 2022-12-01T10:39:42.2161213Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int8 PASSED [ 51%] 2022-12-01T10:39:42.2161366Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_uint8 PASSED [ 51%] 2022-12-01T10:39:42.2161527Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:39:42.2161687Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_float16 PASSED [ 51%] 2022-12-01T10:39:42.2161850Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_float32 PASSED [ 51%] 2022-12-01T10:39:42.2161994Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int16 PASSED [ 51%] 2022-12-01T10:39:42.2162149Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int64 PASSED [ 51%] 2022-12-01T10:39:42.2162304Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int8 PASSED [ 51%] 2022-12-01T10:39:42.2162465Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_float32 PASSED [ 51%] 2022-12-01T10:39:42.2162621Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_float64 PASSED [ 51%] 2022-12-01T10:39:42.2162778Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int32 PASSED [ 51%] 2022-12-01T10:39:42.2162933Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int64 PASSED [ 51%] 2022-12-01T10:39:42.2163088Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:39:42.2163243Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_bool PASSED [ 51%] 2022-12-01T10:39:42.2163389Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_complex64 PASSED [ 51%] 2022-12-01T10:39:42.2163541Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int64 PASSED [ 51%] 2022-12-01T10:39:42.2163706Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:39:42.2163868Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_bool PASSED [ 51%] 2022-12-01T10:39:42.2164036Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_complex128 PASSED [ 51%] 2022-12-01T10:39:42.2164201Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_complex64 PASSED [ 51%] 2022-12-01T10:39:42.2164366Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_float16 PASSED [ 51%] 2022-12-01T10:39:42.2164528Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_float64 PASSED [ 51%] 2022-12-01T10:39:42.2164741Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int16 PASSED [ 51%] 2022-12-01T10:39:42.2164906Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_uint8 PASSED [ 51%] 2022-12-01T10:39:42.2165063Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:39:42.2165219Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_complex32 PASSED [ 51%] 2022-12-01T10:39:42.2165376Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_float16 PASSED [ 51%] 2022-12-01T10:39:42.2165529Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_float64 PASSED [ 51%] 2022-12-01T10:39:42.2165682Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int16 PASSED [ 51%] 2022-12-01T10:39:42.2165831Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int64 PASSED [ 51%] 2022-12-01T10:39:42.2166003Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_complex128 PASSED [ 51%] 2022-12-01T10:39:42.2166198Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_complex32 PASSED [ 51%] 2022-12-01T10:39:42.2166370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_complex64 PASSED [ 51%] 2022-12-01T10:39:42.2166535Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_float32 PASSED [ 51%] 2022-12-01T10:39:42.2166726Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int16 PASSED [ 51%] 2022-12-01T10:39:42.2166892Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int32 PASSED [ 51%] 2022-12-01T10:39:42.2167054Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int8 PASSED [ 51%] 2022-12-01T10:39:42.2167225Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:39:42.2167398Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_complex128 PASSED [ 51%] 2022-12-01T10:39:42.2167555Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_float16 PASSED [ 51%] 2022-12-01T10:39:42.2167720Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int16 PASSED [ 51%] 2022-12-01T10:39:42.2167882Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int32 PASSED [ 52%] 2022-12-01T10:39:42.2168047Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int64 PASSED [ 52%] 2022-12-01T10:39:42.2168210Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_uint8 PASSED [ 52%] 2022-12-01T10:39:42.2168368Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_bool PASSED [ 52%] 2022-12-01T10:39:42.2168533Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_complex32 PASSED [ 52%] 2022-12-01T10:39:42.2168693Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_float16 PASSED [ 52%] 2022-12-01T10:39:42.2168855Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_float64 PASSED [ 52%] 2022-12-01T10:39:42.2169000Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int16 PASSED [ 52%] 2022-12-01T10:39:42.2169158Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int32 PASSED [ 52%] 2022-12-01T10:39:42.2169314Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int64 PASSED [ 52%] 2022-12-01T10:39:42.2169475Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int8 PASSED [ 52%] 2022-12-01T10:39:42.2169629Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_uint8 PASSED [ 52%] 2022-12-01T10:39:42.2169790Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_bfloat16 PASSED [ 52%] 2022-12-01T10:39:42.2169949Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_bool PASSED [ 52%] 2022-12-01T10:39:42.2170104Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_float16 PASSED [ 52%] 2022-12-01T10:39:42.2170250Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_float64 PASSED [ 52%] 2022-12-01T10:39:42.2170410Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int64 PASSED [ 52%] 2022-12-01T10:39:42.2170566Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_complex128 PASSED [ 52%] 2022-12-01T10:39:42.2170720Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_float32 PASSED [ 52%] 2022-12-01T10:39:42.2170873Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_float64 PASSED [ 52%] 2022-12-01T10:39:42.2171027Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int16 PASSED [ 52%] 2022-12-01T10:39:42.2171172Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int32 PASSED [ 52%] 2022-12-01T10:39:42.2171317Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int64 PASSED [ 52%] 2022-12-01T10:39:42.2171465Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int8 PASSED [ 52%] 2022-12-01T10:39:42.2171640Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_float32 PASSED [ 52%] 2022-12-01T10:39:42.2171791Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_float64 PASSED [ 52%] 2022-12-01T10:39:42.2171942Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int16 PASSED [ 52%] 2022-12-01T10:39:42.2172090Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int32 PASSED [ 52%] 2022-12-01T10:39:42.2172264Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int8 PASSED [ 52%] 2022-12-01T10:39:42.2172414Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_uint8 PASSED [ 52%] 2022-12-01T10:39:42.2172573Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_bfloat16 PASSED [ 52%] 2022-12-01T10:39:42.2172734Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_complex128 PASSED [ 52%] 2022-12-01T10:39:42.2172878Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_float32 PASSED [ 52%] 2022-12-01T10:39:42.2173031Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_int16 PASSED [ 52%] 2022-12-01T10:39:42.2173183Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_int32 PASSED [ 52%] 2022-12-01T10:39:42.2173341Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_bool PASSED [ 52%] 2022-12-01T10:39:42.2173506Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_complex64 PASSED [ 52%] 2022-12-01T10:39:42.2173665Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_float16 PASSED [ 52%] 2022-12-01T10:39:42.2173823Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_float32 PASSED [ 52%] 2022-12-01T10:39:42.2173979Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_float64 PASSED [ 52%] 2022-12-01T10:39:42.2174122Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int16 PASSED [ 52%] 2022-12-01T10:39:42.2174281Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int64 PASSED [ 52%] 2022-12-01T10:39:42.2174438Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_uint8 PASSED [ 52%] 2022-12-01T10:39:42.2174601Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_complex64 PASSED [ 52%] 2022-12-01T10:39:42.2174758Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int32 PASSED [ 52%] 2022-12-01T10:39:42.2174915Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_bfloat16 PASSED [ 52%] 2022-12-01T10:39:42.2175075Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_float32 PASSED [ 52%] 2022-12-01T10:39:42.2175229Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int8 PASSED [ 52%] 2022-12-01T10:39:42.2175384Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_uint8 PASSED [ 52%] 2022-12-01T10:39:42.2175546Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_bfloat16 PASSED [ 52%] 2022-12-01T10:39:42.2175718Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_float32 PASSED [ 52%] 2022-12-01T10:39:42.2175884Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int16 PASSED [ 52%] 2022-12-01T10:39:42.2176055Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_uint8 PASSED [ 52%] 2022-12-01T10:39:42.2176236Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_complex128 PASSED [ 52%] 2022-12-01T10:39:42.2176405Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int16 PASSED [ 52%] 2022-12-01T10:39:42.2176572Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int8 PASSED [ 52%] 2022-12-01T10:39:42.2176739Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_uint8 PASSED [ 52%] 2022-12-01T10:39:42.2176903Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_float32 PASSED [ 52%] 2022-12-01T10:39:42.2177087Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int32 PASSED [ 52%] 2022-12-01T10:39:42.2177254Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int64 PASSED [ 52%] 2022-12-01T10:39:42.2177421Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int8 PASSED [ 52%] 2022-12-01T10:39:42.2177619Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_uint8 PASSED [ 52%] 2022-12-01T10:39:42.2177782Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_bfloat16 PASSED [ 52%] 2022-12-01T10:39:42.2177938Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_bool PASSED [ 52%] 2022-12-01T10:39:42.2178096Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_float16 PASSED [ 52%] 2022-12-01T10:39:42.2178250Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int64 PASSED [ 52%] 2022-12-01T10:39:42.2178393Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int8 PASSED [ 52%] 2022-12-01T10:39:42.2178549Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_uint8 PASSED [ 52%] 2022-12-01T10:39:42.2178705Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_bfloat16 PASSED [ 52%] 2022-12-01T10:39:42.2178859Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_bool PASSED [ 52%] 2022-12-01T10:39:42.2179021Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_complex32 PASSED [ 52%] 2022-12-01T10:39:42.2179181Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_complex64 PASSED [ 52%] 2022-12-01T10:39:42.2179337Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_float16 PASSED [ 52%] 2022-12-01T10:39:42.2179489Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int16 PASSED [ 52%] 2022-12-01T10:39:42.2179639Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int8 PASSED [ 52%] 2022-12-01T10:39:42.2179779Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_uint8 PASSED [ 52%] 2022-12-01T10:39:42.2179933Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_bool PASSED [ 52%] 2022-12-01T10:39:42.2180091Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_complex128 PASSED [ 52%] 2022-12-01T10:39:42.2180250Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_complex32 PASSED [ 52%] 2022-12-01T10:39:42.2180409Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_complex64 PASSED [ 52%] 2022-12-01T10:39:42.2180564Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int16 PASSED [ 52%] 2022-12-01T10:39:42.2180714Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int64 PASSED [ 52%] 2022-12-01T10:39:42.2180875Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_float16 PASSED [ 52%] 2022-12-01T10:39:42.2181022Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_float64 PASSED [ 52%] 2022-12-01T10:39:42.2181182Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int16 PASSED [ 52%] 2022-12-01T10:39:42.2181336Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int32 PASSED [ 52%] 2022-12-01T10:39:42.2181494Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int64 PASSED [ 52%] 2022-12-01T10:39:42.2181647Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_bfloat16 PASSED [ 52%] 2022-12-01T10:39:42.2181805Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_complex128 PASSED [ 52%] 2022-12-01T10:39:42.2181960Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_complex32 PASSED [ 52%] 2022-12-01T10:39:42.2182111Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int16 PASSED [ 52%] 2022-12-01T10:39:42.2182477Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int64 PASSED [ 52%] 2022-12-01T10:39:42.2182639Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_float64 PASSED [ 52%] 2022-12-01T10:39:42.2182856Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int32 PASSED [ 52%] 2022-12-01T10:39:42.2183008Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int8 PASSED [ 52%] 2022-12-01T10:39:42.2183165Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_float64 PASSED [ 52%] 2022-12-01T10:39:42.2183317Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int32 PASSED [ 52%] 2022-12-01T10:39:42.2183509Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_float32 PASSED [ 52%] 2022-12-01T10:39:42.2183668Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int16 PASSED [ 52%] 2022-12-01T10:39:42.2183821Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int8 PASSED [ 52%] 2022-12-01T10:39:42.2183959Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_uint8 PASSED [ 52%] 2022-12-01T10:39:42.2184113Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_bool PASSED [ 52%] 2022-12-01T10:39:42.2184269Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_float64 PASSED [ 52%] 2022-12-01T10:39:42.2184421Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int16 PASSED [ 52%] 2022-12-01T10:39:42.2184571Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int64 PASSED [ 52%] 2022-12-01T10:39:42.2184721Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_bfloat16 PASSED [ 52%] 2022-12-01T10:39:42.2184875Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_bool PASSED [ 52%] 2022-12-01T10:39:42.2185033Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_complex128 PASSED [ 52%] 2022-12-01T10:39:42.2185178Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_complex64 PASSED [ 52%] 2022-12-01T10:39:42.2185332Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_float32 PASSED [ 52%] 2022-12-01T10:39:42.2185482Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_float64 PASSED [ 52%] 2022-12-01T10:39:42.2185636Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int64 PASSED [ 52%] 2022-12-01T10:39:42.2185784Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int8 PASSED [ 52%] 2022-12-01T10:39:42.2185946Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_bfloat16 PASSED [ 52%] 2022-12-01T10:39:42.2186112Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_complex128 PASSED [ 52%] 2022-12-01T10:39:42.2186276Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_complex64 PASSED [ 52%] 2022-12-01T10:39:42.2186424Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_float16 PASSED [ 52%] 2022-12-01T10:39:42.2186583Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_float32 PASSED [ 52%] 2022-12-01T10:39:42.2186739Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_float64 PASSED [ 52%] 2022-12-01T10:39:42.2186899Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int16 PASSED [ 52%] 2022-12-01T10:39:42.2187056Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int32 PASSED [ 52%] 2022-12-01T10:39:42.2187213Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int64 PASSED [ 52%] 2022-12-01T10:39:42.2187366Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_bool PASSED [ 52%] 2022-12-01T10:39:42.2187522Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int16 PASSED [ 52%] 2022-12-01T10:39:42.2187671Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int64 PASSED [ 52%] 2022-12-01T10:39:42.2187811Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_bool PASSED [ 52%] 2022-12-01T10:39:42.2187965Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_float32 PASSED [ 52%] 2022-12-01T10:39:42.2188117Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_float64 PASSED [ 52%] 2022-12-01T10:39:42.2188304Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int16 PASSED [ 52%] 2022-12-01T10:39:42.2188453Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int64 PASSED [ 52%] 2022-12-01T10:39:42.2188604Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int8 PASSED [ 52%] 2022-12-01T10:39:42.2188755Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_uint8 PASSED [ 53%] 2022-12-01T10:39:42.2188945Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_complex128 PASSED [ 53%] 2022-12-01T10:39:42.2189095Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_complex64 PASSED [ 53%] 2022-12-01T10:39:42.2189251Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_float32 PASSED [ 53%] 2022-12-01T10:39:42.2189410Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_float64 PASSED [ 53%] 2022-12-01T10:39:42.2189563Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int32 PASSED [ 53%] 2022-12-01T10:39:42.2189723Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int64 PASSED [ 53%] 2022-12-01T10:39:42.2189885Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_complex64 PASSED [ 53%] 2022-12-01T10:39:42.2190040Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_float32 PASSED [ 53%] 2022-12-01T10:39:42.2190196Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_float64 PASSED [ 53%] 2022-12-01T10:39:42.2190338Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int32 PASSED [ 53%] 2022-12-01T10:39:42.2190494Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int64 PASSED [ 53%] 2022-12-01T10:39:42.2190648Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_bool PASSED [ 53%] 2022-12-01T10:39:42.2190811Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_complex128 PASSED [ 53%] 2022-12-01T10:39:42.2190968Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_float64 PASSED [ 53%] 2022-12-01T10:39:42.2191124Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int32 PASSED [ 53%] 2022-12-01T10:39:42.2191280Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int8 PASSED [ 53%] 2022-12-01T10:39:42.2191447Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_complex32 PASSED [ 53%] 2022-12-01T10:39:42.2191618Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_complex64 PASSED [ 53%] 2022-12-01T10:39:42.2191769Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_float16 PASSED [ 53%] 2022-12-01T10:39:42.2191930Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_float32 PASSED [ 53%] 2022-12-01T10:39:42.2192089Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int64 PASSED [ 53%] 2022-12-01T10:39:42.2192249Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int8 PASSED [ 53%] 2022-12-01T10:39:42.2192407Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_bool PASSED [ 53%] 2022-12-01T10:39:42.2192570Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_complex64 PASSED [ 53%] 2022-12-01T10:39:42.2192727Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_float32 PASSED [ 53%] 2022-12-01T10:39:42.2192885Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_float64 PASSED [ 53%] 2022-12-01T10:39:42.2193031Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int16 PASSED [ 53%] 2022-12-01T10:39:42.2193187Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int64 PASSED [ 53%] 2022-12-01T10:39:42.2193343Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int8 PASSED [ 53%] 2022-12-01T10:39:42.2193498Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_bool PASSED [ 53%] 2022-12-01T10:39:42.2193659Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_complex64 PASSED [ 53%] 2022-12-01T10:39:42.2193849Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_float64 PASSED [ 53%] 2022-12-01T10:39:42.2194004Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int32 PASSED [ 53%] 2022-12-01T10:39:42.2194160Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int64 PASSED [ 53%] 2022-12-01T10:39:42.2194343Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int8 PASSED [ 53%] 2022-12-01T10:39:42.2194487Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_bool PASSED [ 53%] 2022-12-01T10:39:42.2194650Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_complex64 PASSED [ 53%] 2022-12-01T10:39:42.2194809Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_float32 PASSED [ 53%] 2022-12-01T10:39:42.2194968Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_float64 PASSED [ 53%] 2022-12-01T10:39:42.2195127Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int16 PASSED [ 53%] 2022-12-01T10:39:42.2195283Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int32 PASSED [ 53%] 2022-12-01T10:39:42.2195440Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int64 PASSED [ 53%] 2022-12-01T10:39:42.2195595Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int8 PASSED [ 53%] 2022-12-01T10:39:42.2195738Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_uint8 PASSED [ 53%] 2022-12-01T10:39:42.2195893Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_bool PASSED [ 53%] 2022-12-01T10:39:42.2196054Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_complex64 PASSED [ 53%] 2022-12-01T10:39:42.2196211Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_float64 PASSED [ 53%] 2022-12-01T10:39:42.2196364Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int64 PASSED [ 53%] 2022-12-01T10:39:42.2196518Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int8 PASSED [ 53%] 2022-12-01T10:39:42.2196678Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_float64 PASSED [ 53%] 2022-12-01T10:39:42.2196832Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int32 PASSED [ 53%] 2022-12-01T10:39:42.2196986Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_uint8 PASSED [ 53%] 2022-12-01T10:39:42.2197127Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_bool PASSED [ 53%] 2022-12-01T10:39:42.2197293Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_complex64 PASSED [ 53%] 2022-12-01T10:39:42.2197449Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_float32 PASSED [ 53%] 2022-12-01T10:39:42.2197604Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_float64 PASSED [ 53%] 2022-12-01T10:39:42.2197759Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int16 PASSED [ 53%] 2022-12-01T10:39:42.2197917Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int64 PASSED [ 53%] 2022-12-01T10:39:42.2198070Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int8 PASSED [ 53%] 2022-12-01T10:39:42.2198225Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_uint8 PASSED [ 53%] 2022-12-01T10:39:42.2198380Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_bfloat16 PASSED [ 53%] 2022-12-01T10:39:42.2198544Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_bool PASSED [ 53%] 2022-12-01T10:39:42.2198713Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_complex128 PASSED [ 53%] 2022-12-01T10:39:42.2198881Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_complex32 PASSED [ 53%] 2022-12-01T10:39:42.2199050Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_float32 PASSED [ 53%] 2022-12-01T10:39:42.2199248Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_float64 PASSED [ 53%] 2022-12-01T10:39:42.2199410Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int16 PASSED [ 53%] 2022-12-01T10:39:42.2199571Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int32 PASSED [ 53%] 2022-12-01T10:39:42.2199730Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int64 PASSED [ 53%] 2022-12-01T10:39:42.2199917Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int8 PASSED [ 53%] 2022-12-01T10:39:42.2200075Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_bool PASSED [ 53%] 2022-12-01T10:39:42.2200234Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_float32 PASSED [ 53%] 2022-12-01T10:39:42.2200395Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_float64 PASSED [ 53%] 2022-12-01T10:39:42.2200553Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int16 PASSED [ 53%] 2022-12-01T10:39:42.2200712Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_uint8 PASSED [ 53%] 2022-12-01T10:39:42.2200868Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int32 PASSED [ 53%] 2022-12-01T10:39:42.2201023Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int8 PASSED [ 53%] 2022-12-01T10:39:42.2201168Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_uint8 PASSED [ 53%] 2022-12-01T10:39:42.2201323Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int16 PASSED [ 53%] 2022-12-01T10:39:42.2201477Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int32 PASSED [ 53%] 2022-12-01T10:39:42.2201635Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_uint8 PASSED [ 53%] 2022-12-01T10:39:42.2201790Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_bool PASSED [ 53%] 2022-12-01T10:39:42.2201958Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_complex128 PASSED [ 53%] 2022-12-01T10:39:42.2202121Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_complex64 PASSED [ 53%] 2022-12-01T10:39:42.2202279Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_float32 PASSED [ 53%] 2022-12-01T10:39:42.2202433Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int32 PASSED [ 53%] 2022-12-01T10:39:42.2202576Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int8 PASSED [ 53%] 2022-12-01T10:39:42.2202733Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_bool PASSED [ 53%] 2022-12-01T10:39:42.2202898Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_complex128 PASSED [ 53%] 2022-12-01T10:39:42.2203057Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_float64 PASSED [ 53%] 2022-12-01T10:39:42.2203213Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int16 PASSED [ 53%] 2022-12-01T10:39:42.2203371Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_bool PASSED [ 53%] 2022-12-01T10:39:42.2203535Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_complex128 PASSED [ 53%] 2022-12-01T10:39:42.2203697Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_complex64 PASSED [ 53%] 2022-12-01T10:39:42.2203841Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int64 PASSED [ 53%] 2022-12-01T10:39:42.2203998Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_uint8 PASSED [ 53%] 2022-12-01T10:39:42.2204154Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_bool PASSED [ 53%] 2022-12-01T10:39:42.2204314Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_float32 PASSED [ 53%] 2022-12-01T10:39:42.2204470Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_uint8 PASSED [ 53%] 2022-12-01T10:39:42.2204775Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_bool PASSED [ 53%] 2022-12-01T10:39:42.2204937Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_float32 PASSED [ 53%] 2022-12-01T10:39:42.2205094Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_float64 PASSED [ 53%] 2022-12-01T10:39:42.2205250Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int32 PASSED [ 53%] 2022-12-01T10:39:42.2205420Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int8 PASSED [ 53%] 2022-12-01T10:39:42.2205577Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_uint8 PASSED [ 53%] 2022-12-01T10:39:42.2205732Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_bool PASSED [ 53%] 2022-12-01T10:39:42.2205893Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_float32 PASSED [ 53%] 2022-12-01T10:39:42.2206051Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_float64 PASSED [ 53%] 2022-12-01T10:39:42.2206209Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int32 PASSED [ 53%] 2022-12-01T10:39:42.2206365Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_bfloat16 PASSED [ 53%] 2022-12-01T10:39:42.2206523Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_complex64 PASSED [ 53%] 2022-12-01T10:39:42.2206666Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_float64 PASSED [ 53%] 2022-12-01T10:39:42.2206822Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int16 PASSED [ 53%] 2022-12-01T10:39:42.2206971Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int32 PASSED [ 53%] 2022-12-01T10:39:42.2207118Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int64 PASSED [ 53%] 2022-12-01T10:39:42.2207272Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_bool PASSED [ 53%] 2022-12-01T10:39:42.2207434Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_complex32 PASSED [ 53%] 2022-12-01T10:39:42.2207599Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_complex64 PASSED [ 53%] 2022-12-01T10:39:42.2207757Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_float32 PASSED [ 53%] 2022-12-01T10:39:42.2207899Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_float64 PASSED [ 53%] 2022-12-01T10:39:42.2208054Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_bool PASSED [ 53%] 2022-12-01T10:39:42.2208211Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_complex128 PASSED [ 53%] 2022-12-01T10:39:42.2208370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_complex64 PASSED [ 53%] 2022-12-01T10:39:42.2208523Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_float16 PASSED [ 53%] 2022-12-01T10:39:42.2208671Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_float32 PASSED [ 53%] 2022-12-01T10:39:42.2208820Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_float64 PASSED [ 53%] 2022-12-01T10:39:42.2208970Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int16 PASSED [ 53%] 2022-12-01T10:39:42.2209117Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int32 PASSED [ 53%] 2022-12-01T10:39:42.2209249Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int64 PASSED [ 53%] 2022-12-01T10:39:42.2209411Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_complex128 PASSED [ 53%] 2022-12-01T10:39:42.2209571Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_complex64 PASSED [ 53%] 2022-12-01T10:39:42.2209727Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_float16 PASSED [ 54%] 2022-12-01T10:39:42.2209882Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_float64 PASSED [ 54%] 2022-12-01T10:39:42.2210036Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int16 PASSED [ 54%] 2022-12-01T10:39:42.2210221Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int64 PASSED [ 54%] 2022-12-01T10:39:42.2210375Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int8 PASSED [ 54%] 2022-12-01T10:39:42.2210513Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_bool PASSED [ 54%] 2022-12-01T10:39:42.2210673Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_complex128 PASSED [ 54%] 2022-12-01T10:39:42.2210861Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_complex64 PASSED [ 54%] 2022-12-01T10:39:42.2211021Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_float16 PASSED [ 54%] 2022-12-01T10:39:42.2211173Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int32 PASSED [ 54%] 2022-12-01T10:39:42.2211322Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int64 PASSED [ 54%] 2022-12-01T10:39:42.2211470Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_uint8 PASSED [ 54%] 2022-12-01T10:39:42.2211631Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_bool PASSED [ 54%] 2022-12-01T10:39:42.2211785Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_complex128 PASSED [ 54%] 2022-12-01T10:39:42.2211952Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_float16 PASSED [ 54%] 2022-12-01T10:39:42.2212114Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_float64 PASSED [ 54%] 2022-12-01T10:39:42.2212274Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int32 PASSED [ 54%] 2022-12-01T10:39:42.2212432Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int8 PASSED [ 54%] 2022-12-01T10:39:42.2212591Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_uint8 PASSED [ 54%] 2022-12-01T10:39:42.2212747Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:39:42.2212904Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_float64 PASSED [ 54%] 2022-12-01T10:39:42.2213058Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int32 PASSED [ 54%] 2022-12-01T10:39:42.2213195Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int64 PASSED [ 54%] 2022-12-01T10:39:42.2213347Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int8 PASSED [ 54%] 2022-12-01T10:39:42.2213497Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_uint8 PASSED [ 54%] 2022-12-01T10:39:42.2213664Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:39:42.2213826Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_float64 PASSED [ 54%] 2022-12-01T10:39:42.2213985Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int32 PASSED [ 54%] 2022-12-01T10:39:42.2214145Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int64 PASSED [ 54%] 2022-12-01T10:39:42.2214304Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int8 PASSED [ 54%] 2022-12-01T10:39:42.2214448Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_uint8 PASSED [ 54%] 2022-12-01T10:39:42.2214601Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_float16 PASSED [ 54%] 2022-12-01T10:39:42.2214750Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_float32 PASSED [ 54%] 2022-12-01T10:39:42.2214903Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int32 PASSED [ 54%] 2022-12-01T10:39:42.2215052Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int64 PASSED [ 54%] 2022-12-01T10:39:42.2215198Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_uint8 PASSED [ 54%] 2022-12-01T10:39:42.2215343Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int16 PASSED [ 54%] 2022-12-01T10:39:42.2215486Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int32 PASSED [ 54%] 2022-12-01T10:39:42.2215660Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int64 PASSED [ 54%] 2022-12-01T10:39:42.2215804Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:39:42.2215953Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int16 PASSED [ 54%] 2022-12-01T10:39:42.2216110Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int32 PASSED [ 54%] 2022-12-01T10:39:42.2216289Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int8 PASSED [ 54%] 2022-12-01T10:39:42.2216440Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_uint8 PASSED [ 54%] 2022-12-01T10:39:42.2216593Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_float32 PASSED [ 54%] 2022-12-01T10:39:42.2216746Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_float64 PASSED [ 54%] 2022-12-01T10:39:42.2216895Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int32 PASSED [ 54%] 2022-12-01T10:39:42.2217033Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int8 PASSED [ 54%] 2022-12-01T10:39:42.2217184Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_uint8 PASSED [ 54%] 2022-12-01T10:39:42.2217338Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:39:42.2217489Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_bool PASSED [ 54%] 2022-12-01T10:39:42.2217645Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_float16 PASSED [ 54%] 2022-12-01T10:39:42.2217794Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_float64 PASSED [ 54%] 2022-12-01T10:39:42.2217944Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int16 PASSED [ 54%] 2022-12-01T10:39:42.2218092Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int32 PASSED [ 54%] 2022-12-01T10:39:42.2218226Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int64 PASSED [ 54%] 2022-12-01T10:39:42.2218378Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_uint8 PASSED [ 54%] 2022-12-01T10:39:42.2218531Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:39:42.2218678Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_bool PASSED [ 54%] 2022-12-01T10:39:42.2218831Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_float16 PASSED [ 54%] 2022-12-01T10:39:42.2218982Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_float32 PASSED [ 54%] 2022-12-01T10:39:42.2219142Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_bool PASSED [ 54%] 2022-12-01T10:39:42.2219300Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int16 PASSED [ 54%] 2022-12-01T10:39:42.2219445Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int32 PASSED [ 54%] 2022-12-01T10:39:42.2219601Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_uint8 PASSED [ 54%] 2022-12-01T10:39:42.2219767Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_complex128 PASSED [ 54%] 2022-12-01T10:39:42.2219928Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_complex32 PASSED [ 54%] 2022-12-01T10:39:42.2220087Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_complex64 PASSED [ 54%] 2022-12-01T10:39:42.2220243Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_float16 PASSED [ 54%] 2022-12-01T10:39:42.2220399Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int16 PASSED [ 54%] 2022-12-01T10:39:42.2220552Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int32 PASSED [ 54%] 2022-12-01T10:39:42.2220704Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int8 PASSED [ 54%] 2022-12-01T10:39:42.2220848Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:39:42.2221002Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_bool PASSED [ 54%] 2022-12-01T10:39:42.2221197Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_complex32 PASSED [ 54%] 2022-12-01T10:39:42.2221353Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_float16 PASSED [ 54%] 2022-12-01T10:39:42.2221508Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_float32 PASSED [ 54%] 2022-12-01T10:39:42.2221664Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_float64 PASSED [ 54%] 2022-12-01T10:39:42.2221845Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int16 PASSED [ 54%] 2022-12-01T10:39:42.2222000Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int64 PASSED [ 54%] 2022-12-01T10:39:42.2222136Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_uint8 PASSED [ 54%] 2022-12-01T10:39:42.2222474Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hypot_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:39:42.2222632Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hypot_cpu_float32 PASSED [ 54%] 2022-12-01T10:39:42.2222791Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hypot_cpu_float64 PASSED [ 54%] 2022-12-01T10:39:42.2222944Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:39:42.2223094Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int16 PASSED [ 54%] 2022-12-01T10:39:42.2223244Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int32 PASSED [ 54%] 2022-12-01T10:39:42.2223395Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int8 PASSED [ 54%] 2022-12-01T10:39:42.2223538Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_float64 PASSED [ 54%] 2022-12-01T10:39:42.2223698Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:39:42.2223857Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_float16 PASSED [ 54%] 2022-12-01T10:39:42.2224015Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_float32 PASSED [ 54%] 2022-12-01T10:39:42.2224175Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_float64 PASSED [ 54%] 2022-12-01T10:39:42.2224337Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:39:42.2224497Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_float16 PASSED [ 54%] 2022-12-01T10:39:42.2224656Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_float64 PASSED [ 54%] 2022-12-01T10:39:42.2224814Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int32 PASSED [ 54%] 2022-12-01T10:39:42.2224956Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_uint8 PASSED [ 54%] 2022-12-01T10:39:42.2225122Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_complex64 PASSED [ 54%] 2022-12-01T10:39:42.2225283Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_float32 PASSED [ 54%] 2022-12-01T10:39:42.2225443Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int16 PASSED [ 54%] 2022-12-01T10:39:42.2225600Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int32 PASSED [ 54%] 2022-12-01T10:39:42.2225756Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int64 PASSED [ 54%] 2022-12-01T10:39:42.2225910Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int8 PASSED [ 54%] 2022-12-01T10:39:42.2226067Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_uint8 PASSED [ 54%] 2022-12-01T10:39:42.2226215Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_float32 PASSED [ 54%] 2022-12-01T10:39:42.2226375Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_float64 PASSED [ 54%] 2022-12-01T10:39:42.2226529Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int16 PASSED [ 54%] 2022-12-01T10:39:42.2226685Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int32 PASSED [ 54%] 2022-12-01T10:39:42.2226905Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_uint8 PASSED [ 54%] 2022-12-01T10:39:42.2227072Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:39:42.2227232Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_bool PASSED [ 54%] 2022-12-01T10:39:42.2227399Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_complex32 PASSED [ 54%] 2022-12-01T10:39:42.2227606Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_complex64 PASSED [ 54%] 2022-12-01T10:39:42.2227759Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_float16 PASSED [ 54%] 2022-12-01T10:39:42.2227922Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_float64 PASSED [ 54%] 2022-12-01T10:39:42.2228082Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int16 PASSED [ 54%] 2022-12-01T10:39:42.2228243Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int32 PASSED [ 54%] 2022-12-01T10:39:42.2228399Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int64 PASSED [ 54%] 2022-12-01T10:39:42.2228558Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_complex128 PASSED [ 54%] 2022-12-01T10:39:42.2228719Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_complex64 PASSED [ 54%] 2022-12-01T10:39:42.2228881Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_float16 PASSED [ 54%] 2022-12-01T10:39:42.2229023Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int64 PASSED [ 54%] 2022-12-01T10:39:42.2229180Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int8 PASSED [ 54%] 2022-12-01T10:39:42.2229339Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:39:42.2229498Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_bool PASSED [ 54%] 2022-12-01T10:39:42.2229667Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_complex128 PASSED [ 54%] 2022-12-01T10:39:42.2229827Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_complex32 PASSED [ 54%] 2022-12-01T10:39:42.2229982Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_float64 PASSED [ 54%] 2022-12-01T10:39:42.2230139Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int16 PASSED [ 54%] 2022-12-01T10:39:42.2230297Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int64 PASSED [ 54%] 2022-12-01T10:39:42.2230438Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int8 PASSED [ 55%] 2022-12-01T10:39:42.2230597Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_uint8 PASSED [ 55%] 2022-12-01T10:39:42.2230751Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:39:42.2230910Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_complex64 PASSED [ 55%] 2022-12-01T10:39:42.2231064Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_float32 PASSED [ 55%] 2022-12-01T10:39:42.2231218Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int16 PASSED [ 55%] 2022-12-01T10:39:42.2231371Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int32 PASSED [ 55%] 2022-12-01T10:39:42.2231524Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_bool PASSED [ 55%] 2022-12-01T10:39:42.2231671Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_complex128 PASSED [ 55%] 2022-12-01T10:39:42.2231828Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_complex64 PASSED [ 55%] 2022-12-01T10:39:42.2231981Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_float16 PASSED [ 55%] 2022-12-01T10:39:42.2232134Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_float64 PASSED [ 55%] 2022-12-01T10:39:42.2232325Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:39:42.2232483Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int32 PASSED [ 55%] 2022-12-01T10:39:42.2232644Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:39:42.2232803Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_float16 PASSED [ 55%] 2022-12-01T10:39:42.2232985Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int16 PASSED [ 55%] 2022-12-01T10:39:42.2233130Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int32 PASSED [ 55%] 2022-12-01T10:39:42.2233284Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int8 PASSED [ 55%] 2022-12-01T10:39:42.2233441Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_uint8 PASSED [ 55%] 2022-12-01T10:39:42.2233597Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:39:42.2233756Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_bool PASSED [ 55%] 2022-12-01T10:39:42.2233916Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_complex32 PASSED [ 55%] 2022-12-01T10:39:42.2234074Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_complex64 PASSED [ 55%] 2022-12-01T10:39:42.2234228Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int32 PASSED [ 55%] 2022-12-01T10:39:42.2234371Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int8 PASSED [ 55%] 2022-12-01T10:39:42.2234522Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int16 PASSED [ 55%] 2022-12-01T10:39:42.2234674Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_float16 PASSED [ 55%] 2022-12-01T10:39:42.2234825Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int16 PASSED [ 55%] 2022-12-01T10:39:42.2234974Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_uint8 PASSED [ 55%] 2022-12-01T10:39:42.2235134Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:39:42.2235288Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_bool PASSED [ 55%] 2022-12-01T10:39:42.2235441Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int16 PASSED [ 55%] 2022-12-01T10:39:42.2235577Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int8 PASSED [ 55%] 2022-12-01T10:39:42.2235755Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_complex128 PASSED [ 55%] 2022-12-01T10:39:42.2235928Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_float64 PASSED [ 55%] 2022-12-01T10:39:42.2236096Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_complex128 PASSED [ 55%] 2022-12-01T10:39:42.2236264Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_complex64 PASSED [ 55%] 2022-12-01T10:39:42.2236426Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_float16 PASSED [ 55%] 2022-12-01T10:39:42.2236589Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_float32 PASSED [ 55%] 2022-12-01T10:39:42.2236746Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_float64 PASSED [ 55%] 2022-12-01T10:39:42.2236911Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_complex128 PASSED [ 55%] 2022-12-01T10:39:42.2237058Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_float32 PASSED [ 55%] 2022-12-01T10:39:42.2237226Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_complex64 PASSED [ 55%] 2022-12-01T10:39:42.2237391Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_float64 PASSED [ 55%] 2022-12-01T10:39:42.2237562Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:39:42.2237735Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_complex128 PASSED [ 55%] 2022-12-01T10:39:42.2237939Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_float64 PASSED [ 55%] 2022-12-01T10:39:42.2238097Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_float16 PASSED [ 55%] 2022-12-01T10:39:42.2238257Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_float32 PASSED [ 55%] 2022-12-01T10:39:42.2238444Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_float64 PASSED [ 55%] 2022-12-01T10:39:42.2238604Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int64 PASSED [ 55%] 2022-12-01T10:39:42.2238760Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_uint8 PASSED [ 55%] 2022-12-01T10:39:42.2238915Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:39:42.2239072Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_complex128 PASSED [ 55%] 2022-12-01T10:39:42.2239227Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_float32 PASSED [ 55%] 2022-12-01T10:39:42.2239379Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int8 PASSED [ 55%] 2022-12-01T10:39:42.2239533Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_uint8 PASSED [ 55%] 2022-12-01T10:39:42.2239688Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:39:42.2239831Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_bool PASSED [ 55%] 2022-12-01T10:39:42.2239987Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_float32 PASSED [ 55%] 2022-12-01T10:39:42.2240143Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_float64 PASSED [ 55%] 2022-12-01T10:39:42.2240296Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int16 PASSED [ 55%] 2022-12-01T10:39:42.2240444Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int32 PASSED [ 55%] 2022-12-01T10:39:42.2240593Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_uint8 PASSED [ 55%] 2022-12-01T10:39:42.2240747Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:39:42.2240897Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_bool PASSED [ 55%] 2022-12-01T10:39:42.2241044Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_complex128 PASSED [ 55%] 2022-12-01T10:39:42.2241199Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_float64 PASSED [ 55%] 2022-12-01T10:39:42.2241351Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_float64 PASSED [ 55%] 2022-12-01T10:39:42.2241501Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int16 PASSED [ 55%] 2022-12-01T10:39:42.2241649Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int32 PASSED [ 55%] 2022-12-01T10:39:42.2241799Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int8 PASSED [ 55%] 2022-12-01T10:39:42.2241952Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_uint8 PASSED [ 55%] 2022-12-01T10:39:42.2242117Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:39:42.2242266Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_cpu_float64 PASSED [ 55%] 2022-12-01T10:39:42.2242426Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:39:42.2242586Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_float16 PASSED [ 55%] 2022-12-01T10:39:42.2242747Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_float64 PASSED [ 55%] 2022-12-01T10:39:42.2242906Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int64 PASSED [ 55%] 2022-12-01T10:39:42.2243064Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_uint8 PASSED [ 55%] 2022-12-01T10:39:42.2243223Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_float16 PASSED [ 55%] 2022-12-01T10:39:42.2243410Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int32 PASSED [ 55%] 2022-12-01T10:39:42.2243564Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int64 PASSED [ 55%] 2022-12-01T10:39:42.2243709Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int8 PASSED [ 55%] 2022-12-01T10:39:42.2243899Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_bool PASSED [ 55%] 2022-12-01T10:39:42.2244068Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_complex128 PASSED [ 55%] 2022-12-01T10:39:42.2244228Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_float64 PASSED [ 55%] 2022-12-01T10:39:42.2244385Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int16 PASSED [ 55%] 2022-12-01T10:39:42.2244539Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int64 PASSED [ 55%] 2022-12-01T10:39:42.2244782Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int8 PASSED [ 55%] 2022-12-01T10:39:42.2244940Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_uint8 PASSED [ 55%] 2022-12-01T10:39:42.2245089Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:39:42.2245247Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_bool PASSED [ 55%] 2022-12-01T10:39:42.2245417Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_complex128 PASSED [ 55%] 2022-12-01T10:39:42.2245582Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_complex64 PASSED [ 55%] 2022-12-01T10:39:42.2245744Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_float16 PASSED [ 55%] 2022-12-01T10:39:42.2245904Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_float32 PASSED [ 55%] 2022-12-01T10:39:42.2246061Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_float64 PASSED [ 55%] 2022-12-01T10:39:42.2246225Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int16 PASSED [ 55%] 2022-12-01T10:39:42.2246383Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int32 PASSED [ 55%] 2022-12-01T10:39:42.2246525Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int64 PASSED [ 55%] 2022-12-01T10:39:42.2246686Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int8 PASSED [ 55%] 2022-12-01T10:39:42.2246845Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_uint8 PASSED [ 55%] 2022-12-01T10:39:42.2247007Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_complex64 PASSED [ 55%] 2022-12-01T10:39:42.2247164Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_float32 PASSED [ 55%] 2022-12-01T10:39:42.2247323Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_float64 PASSED [ 55%] 2022-12-01T10:39:42.2247483Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int32 PASSED [ 55%] 2022-12-01T10:39:42.2247642Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_bool PASSED [ 55%] 2022-12-01T10:39:42.2247799Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int16 PASSED [ 55%] 2022-12-01T10:39:42.2247944Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int8 PASSED [ 55%] 2022-12-01T10:39:42.2248106Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_uint8 PASSED [ 55%] 2022-12-01T10:39:42.2248258Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_bool PASSED [ 55%] 2022-12-01T10:39:42.2248411Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_float16 PASSED [ 55%] 2022-12-01T10:39:42.2248560Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_float32 PASSED [ 55%] 2022-12-01T10:39:42.2248708Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_float64 PASSED [ 55%] 2022-12-01T10:39:42.2248889Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int16 PASSED [ 55%] 2022-12-01T10:39:42.2249039Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int8 PASSED [ 55%] 2022-12-01T10:39:42.2249190Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:39:42.2249347Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_bool PASSED [ 55%] 2022-12-01T10:39:42.2249541Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_complex128 PASSED [ 55%] 2022-12-01T10:39:42.2249709Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_complex32 PASSED [ 55%] 2022-12-01T10:39:42.2249876Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_complex64 PASSED [ 55%] 2022-12-01T10:39:42.2250034Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int16 PASSED [ 55%] 2022-12-01T10:39:42.2250191Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int64 PASSED [ 55%] 2022-12-01T10:39:42.2250350Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:39:42.2250494Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int16 PASSED [ 55%] 2022-12-01T10:39:42.2250649Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int32 PASSED [ 55%] 2022-12-01T10:39:42.2250805Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int64 PASSED [ 55%] 2022-12-01T10:39:42.2250960Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int8 PASSED [ 55%] 2022-12-01T10:39:42.2251113Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_uint8 PASSED [ 55%] 2022-12-01T10:39:42.2251267Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:39:42.2251420Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_float16 PASSED [ 56%] 2022-12-01T10:39:42.2251572Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_float64 PASSED [ 56%] 2022-12-01T10:39:42.2251751Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_float16 PASSED [ 56%] 2022-12-01T10:39:42.2251916Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_float32 PASSED [ 56%] 2022-12-01T10:39:42.2252091Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int16 PASSED [ 56%] 2022-12-01T10:39:42.2252266Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int32 PASSED [ 56%] 2022-12-01T10:39:42.2252439Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int8 PASSED [ 56%] 2022-12-01T10:39:42.2252616Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_bool PASSED [ 56%] 2022-12-01T10:39:42.2252797Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_float16 PASSED [ 56%] 2022-12-01T10:39:42.2252979Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_float32 PASSED [ 56%] 2022-12-01T10:39:42.2253156Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int16 PASSED [ 56%] 2022-12-01T10:39:42.2253332Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int32 PASSED [ 56%] 2022-12-01T10:39:42.2253475Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_bool PASSED [ 56%] 2022-12-01T10:39:42.2253633Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_float16 PASSED [ 56%] 2022-12-01T10:39:42.2253790Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_float64 PASSED [ 56%] 2022-12-01T10:39:42.2253944Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int16 PASSED [ 56%] 2022-12-01T10:39:42.2254099Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_uint8 PASSED [ 56%] 2022-12-01T10:39:42.2254285Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:39:42.2254449Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_complex128 PASSED [ 56%] 2022-12-01T10:39:42.2254610Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_complex64 PASSED [ 56%] 2022-12-01T10:39:42.2254755Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_float16 PASSED [ 56%] 2022-12-01T10:39:42.2254939Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_float64 PASSED [ 56%] 2022-12-01T10:39:42.2255095Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_uint8 PASSED [ 56%] 2022-12-01T10:39:42.2255248Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:39:42.2255398Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_bool PASSED [ 56%] 2022-12-01T10:39:42.2255552Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_complex32 PASSED [ 56%] 2022-12-01T10:39:42.2255706Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int32 PASSED [ 56%] 2022-12-01T10:39:42.2255851Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int64 PASSED [ 56%] 2022-12-01T10:39:42.2255998Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int8 PASSED [ 56%] 2022-12-01T10:39:42.2256145Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_float16 PASSED [ 56%] 2022-12-01T10:39:42.2256305Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_float32 PASSED [ 56%] 2022-12-01T10:39:42.2256460Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_float64 PASSED [ 56%] 2022-12-01T10:39:42.2256617Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int64 PASSED [ 56%] 2022-12-01T10:39:42.2256771Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_uint8 PASSED [ 56%] 2022-12-01T10:39:42.2256926Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_bool XFAIL [ 56%] 2022-12-01T10:39:42.2257085Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_complex64 XFAIL [ 56%] 2022-12-01T10:39:42.2257239Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_float16 XFAIL [ 56%] 2022-12-01T10:39:42.2257381Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_float32 XFAIL [ 56%] 2022-12-01T10:39:42.2257536Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int32 XFAIL [ 56%] 2022-12-01T10:39:42.2257688Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int64 XFAIL [ 56%] 2022-12-01T10:39:42.2257858Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_native_layer_norm_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:39:42.2258031Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_native_layer_norm_cpu_float64 PASSED [ 56%] 2022-12-01T10:39:42.2258181Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_bool PASSED [ 56%] 2022-12-01T10:39:42.2258330Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int32 PASSED [ 56%] 2022-12-01T10:39:42.2258482Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_uint8 PASSED [ 56%] 2022-12-01T10:39:42.2258624Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:39:42.2258781Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_complex128 PASSED [ 56%] 2022-12-01T10:39:42.2258936Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_complex64 PASSED [ 56%] 2022-12-01T10:39:42.2259092Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_float32 PASSED [ 56%] 2022-12-01T10:39:42.2259242Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int16 PASSED [ 56%] 2022-12-01T10:39:42.2259388Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int32 PASSED [ 56%] 2022-12-01T10:39:42.2259534Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int64 PASSED [ 56%] 2022-12-01T10:39:42.2259691Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_bool PASSED [ 56%] 2022-12-01T10:39:42.2259886Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_complex128 PASSED [ 56%] 2022-12-01T10:39:42.2260035Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_complex32 PASSED [ 56%] 2022-12-01T10:39:42.2260196Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_float16 PASSED [ 56%] 2022-12-01T10:39:42.2260381Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_float32 PASSED [ 56%] 2022-12-01T10:39:42.2260539Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int16 PASSED [ 56%] 2022-12-01T10:39:42.2260696Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int32 PASSED [ 56%] 2022-12-01T10:39:42.2260850Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int64 PASSED [ 56%] 2022-12-01T10:39:42.2261006Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int8 PASSED [ 56%] 2022-12-01T10:39:42.2261178Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:39:42.2261337Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_complex64 PASSED [ 56%] 2022-12-01T10:39:42.2261505Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_float16 PASSED [ 56%] 2022-12-01T10:39:42.2261668Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_float64 PASSED [ 56%] 2022-12-01T10:39:42.2261836Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int16 PASSED [ 56%] 2022-12-01T10:39:42.2262001Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int8 PASSED [ 56%] 2022-12-01T10:39:42.2262339Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_bool PASSED [ 56%] 2022-12-01T10:39:42.2262510Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_complex128 PASSED [ 56%] 2022-12-01T10:39:42.2262675Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_complex64 PASSED [ 56%] 2022-12-01T10:39:42.2262834Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_float16 PASSED [ 56%] 2022-12-01T10:39:42.2262980Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_float32 PASSED [ 56%] 2022-12-01T10:39:42.2263136Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int16 PASSED [ 56%] 2022-12-01T10:39:42.2263293Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int32 PASSED [ 56%] 2022-12-01T10:39:42.2263447Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int64 PASSED [ 56%] 2022-12-01T10:39:42.2263603Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int8 PASSED [ 56%] 2022-12-01T10:39:42.2263763Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:39:42.2263918Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_bool PASSED [ 56%] 2022-12-01T10:39:42.2264081Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_complex32 PASSED [ 56%] 2022-12-01T10:39:42.2264228Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_complex64 PASSED [ 56%] 2022-12-01T10:39:42.2264386Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_float16 PASSED [ 56%] 2022-12-01T10:39:42.2264544Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_float32 PASSED [ 56%] 2022-12-01T10:39:42.2264702Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_float64 PASSED [ 56%] 2022-12-01T10:39:42.2264857Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int16 PASSED [ 56%] 2022-12-01T10:39:42.2265011Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int32 PASSED [ 56%] 2022-12-01T10:39:42.2265168Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_uint8 PASSED [ 56%] 2022-12-01T10:39:42.2265325Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_bool PASSED [ 56%] 2022-12-01T10:39:42.2265579Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_complex32 PASSED [ 56%] 2022-12-01T10:39:42.2265724Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_float16 PASSED [ 56%] 2022-12-01T10:39:42.2265886Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int32 PASSED [ 56%] 2022-12-01T10:39:42.2266043Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int64 PASSED [ 56%] 2022-12-01T10:39:42.2266240Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int8 PASSED [ 56%] 2022-12-01T10:39:42.2266400Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_uint8 PASSED [ 56%] 2022-12-01T10:39:42.2266562Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nextafter_cpu_float32 PASSED [ 56%] 2022-12-01T10:39:42.2266734Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_celu_cpu_float32 PASSED [ 56%] 2022-12-01T10:39:42.2266904Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_celu_cpu_float64 PASSED [ 56%] 2022-12-01T10:39:42.2267068Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_dropout_cpu_float64 PASSED [ 56%] 2022-12-01T10:39:42.2267237Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_elu_cpu_float32 PASSED [ 56%] 2022-12-01T10:39:42.2267407Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_gelu_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:39:42.2267584Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_gelu_cpu_float32 PASSED [ 56%] 2022-12-01T10:39:42.2267751Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_glu_cpu_float64 PASSED [ 56%] 2022-12-01T10:39:42.2267936Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardshrink_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:39:42.2268113Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_float32 PASSED [ 56%] 2022-12-01T10:39:42.2268290Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int16 PASSED [ 56%] 2022-12-01T10:39:42.2268461Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int32 PASSED [ 56%] 2022-12-01T10:39:42.2268637Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int8 PASSED [ 56%] 2022-12-01T10:39:42.2268833Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:39:42.2269010Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cpu_float64 PASSED [ 56%] 2022-12-01T10:39:42.2269189Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_huber_loss_cpu_float64 PASSED [ 56%] 2022-12-01T10:39:42.2269363Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:39:42.2269537Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_float32 PASSED [ 56%] 2022-12-01T10:39:42.2269713Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_float64 PASSED [ 56%] 2022-12-01T10:39:42.2269893Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_layer_norm_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:39:42.2270072Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_layer_norm_cpu_float64 PASSED [ 56%] 2022-12-01T10:39:42.2270251Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_leaky_relu_cpu_float32 PASSED [ 56%] 2022-12-01T10:39:42.2270440Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:39:42.2270612Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 56%] 2022-12-01T10:39:42.2270797Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int16 PASSED [ 56%] 2022-12-01T10:39:42.2271012Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_uint8 PASSED [ 56%] 2022-12-01T10:39:42.2271185Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mish_cpu_float64 PASSED [ 56%] 2022-12-01T10:39:42.2271362Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mse_loss_cpu_float16 PASSED [ 56%] 2022-12-01T10:39:42.2271566Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mse_loss_cpu_float32 PASSED [ 56%] 2022-12-01T10:39:42.2271743Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mse_loss_cpu_float64 PASSED [ 56%] 2022-12-01T10:39:42.2271936Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_complex128 PASSED [ 56%] 2022-12-01T10:39:42.2272127Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_complex64 PASSED [ 56%] 2022-12-01T10:39:42.2272301Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_float64 PASSED [ 56%] 2022-12-01T10:39:42.2272489Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int16 PASSED [ 56%] 2022-12-01T10:39:42.2272673Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int32 PASSED [ 56%] 2022-12-01T10:39:42.2272856Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int64 PASSED [ 56%] 2022-12-01T10:39:42.2273041Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:39:42.2273227Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 56%] 2022-12-01T10:39:42.2273410Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_float64 PASSED [ 57%] 2022-12-01T10:39:42.2273593Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int8 PASSED [ 57%] 2022-12-01T10:39:42.2273770Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_prelu_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:39:42.2273945Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_prelu_cpu_float32 PASSED [ 57%] 2022-12-01T10:39:42.2274102Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_prelu_cpu_float64 PASSED [ 57%] 2022-12-01T10:39:42.2274277Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:39:42.2274448Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int16 PASSED [ 57%] 2022-12-01T10:39:42.2274617Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int8 PASSED [ 57%] 2022-12-01T10:39:42.2274785Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_uint8 PASSED [ 57%] 2022-12-01T10:39:42.2274955Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_float32 PASSED [ 57%] 2022-12-01T10:39:42.2275124Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_float64 PASSED [ 57%] 2022-12-01T10:39:42.2275293Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int16 PASSED [ 57%] 2022-12-01T10:39:42.2275447Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int32 PASSED [ 57%] 2022-12-01T10:39:42.2275618Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_selu_cpu_float32 PASSED [ 57%] 2022-12-01T10:39:42.2275795Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softplus_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:39:42.2275972Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softplus_cpu_float32 PASSED [ 57%] 2022-12-01T10:39:42.2276153Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_complex64 PASSED [ 57%] 2022-12-01T10:39:42.2276331Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_float64 PASSED [ 57%] 2022-12-01T10:39:42.2276533Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int16 PASSED [ 57%] 2022-12-01T10:39:42.2276708Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int64 PASSED [ 57%] 2022-12-01T10:39:42.2276887Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:39:42.2277090Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int16 PASSED [ 57%] 2022-12-01T10:39:42.2277265Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int32 PASSED [ 57%] 2022-12-01T10:39:42.2277439Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int64 PASSED [ 57%] 2022-12-01T10:39:42.2277611Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_uint8 PASSED [ 57%] 2022-12-01T10:39:42.2277769Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:39:42.2277928Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_complex128 PASSED [ 57%] 2022-12-01T10:39:42.2278085Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_complex64 PASSED [ 57%] 2022-12-01T10:39:42.2278240Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:39:42.2278392Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_bool PASSED [ 57%] 2022-12-01T10:39:42.2278536Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_complex64 PASSED [ 57%] 2022-12-01T10:39:42.2278689Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_float32 PASSED [ 57%] 2022-12-01T10:39:42.2278843Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int16 PASSED [ 57%] 2022-12-01T10:39:42.2278990Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int32 PASSED [ 57%] 2022-12-01T10:39:42.2279141Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int8 PASSED [ 57%] 2022-12-01T10:39:42.2279289Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_uint8 PASSED [ 57%] 2022-12-01T10:39:42.2279456Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_complex128 PASSED [ 57%] 2022-12-01T10:39:42.2279609Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int32 PASSED [ 57%] 2022-12-01T10:39:42.2279754Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int8 PASSED [ 57%] 2022-12-01T10:39:42.2279908Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_uint8 PASSED [ 57%] 2022-12-01T10:39:42.2280068Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:39:42.2280228Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_float32 PASSED [ 57%] 2022-12-01T10:39:42.2280385Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_float64 PASSED [ 57%] 2022-12-01T10:39:42.2280544Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int16 PASSED [ 57%] 2022-12-01T10:39:42.2280698Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int32 PASSED [ 57%] 2022-12-01T10:39:42.2280853Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int64 PASSED [ 57%] 2022-12-01T10:39:42.2281007Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int8 PASSED [ 57%] 2022-12-01T10:39:42.2281152Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:39:42.2281306Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_complex64 PASSED [ 57%] 2022-12-01T10:39:42.2281459Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_float32 PASSED [ 57%] 2022-12-01T10:39:42.2281608Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_float64 PASSED [ 57%] 2022-12-01T10:39:42.2281758Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int32 PASSED [ 57%] 2022-12-01T10:39:42.2281935Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int64 PASSED [ 57%] 2022-12-01T10:39:42.2282086Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int8 PASSED [ 57%] 2022-12-01T10:39:42.2282242Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_complex128 PASSED [ 57%] 2022-12-01T10:39:42.2282384Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_float32 PASSED [ 57%] 2022-12-01T10:39:42.2282559Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_float64 PASSED [ 57%] 2022-12-01T10:39:42.2282712Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int16 PASSED [ 57%] 2022-12-01T10:39:42.2282861Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int8 PASSED [ 57%] 2022-12-01T10:39:42.2283015Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:39:42.2283175Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_complex128 PASSED [ 57%] 2022-12-01T10:39:42.2283335Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_complex32 PASSED [ 57%] 2022-12-01T10:39:42.2283491Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_complex64 PASSED [ 57%] 2022-12-01T10:39:42.2283633Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_float16 PASSED [ 57%] 2022-12-01T10:39:42.2283788Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_float64 PASSED [ 57%] 2022-12-01T10:39:42.2283942Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_bool PASSED [ 57%] 2022-12-01T10:39:42.2284100Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_complex32 PASSED [ 57%] 2022-12-01T10:39:42.2284254Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_float16 PASSED [ 57%] 2022-12-01T10:39:42.2284407Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_float32 PASSED [ 57%] 2022-12-01T10:39:42.2284623Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_float64 PASSED [ 57%] 2022-12-01T10:39:42.2284781Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_bool PASSED [ 57%] 2022-12-01T10:39:42.2284932Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int16 PASSED [ 57%] 2022-12-01T10:39:42.2285067Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int32 PASSED [ 57%] 2022-12-01T10:39:42.2285213Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int64 PASSED [ 57%] 2022-12-01T10:39:42.2285360Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_uint8 PASSED [ 57%] 2022-12-01T10:39:42.2285521Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_float16 PASSED [ 57%] 2022-12-01T10:39:42.2285679Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int64 PASSED [ 57%] 2022-12-01T10:39:42.2285838Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int8 PASSED [ 57%] 2022-12-01T10:39:42.2285998Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_float16 PASSED [ 57%] 2022-12-01T10:39:42.2286156Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int64 PASSED [ 57%] 2022-12-01T10:39:42.2286299Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_bool PASSED [ 57%] 2022-12-01T10:39:42.2286456Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_complex64 PASSED [ 57%] 2022-12-01T10:39:42.2286615Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_float32 PASSED [ 57%] 2022-12-01T10:39:42.2286770Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_float64 PASSED [ 57%] 2022-12-01T10:39:42.2286922Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int32 PASSED [ 57%] 2022-12-01T10:39:42.2287073Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_uint8 PASSED [ 57%] 2022-12-01T10:39:42.2287235Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:39:42.2287425Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_bool PASSED [ 57%] 2022-12-01T10:39:42.2287577Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_complex32 PASSED [ 57%] 2022-12-01T10:39:42.2287740Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_complex64 PASSED [ 57%] 2022-12-01T10:39:42.2287900Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int64 PASSED [ 57%] 2022-12-01T10:39:42.2288127Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int8 PASSED [ 57%] 2022-12-01T10:39:42.2288286Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:39:42.2288443Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_bool PASSED [ 57%] 2022-12-01T10:39:42.2288598Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_float64 PASSED [ 57%] 2022-12-01T10:39:42.2288753Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int16 PASSED [ 57%] 2022-12-01T10:39:42.2288911Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int64 PASSED [ 57%] 2022-12-01T10:39:42.2289053Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int8 PASSED [ 57%] 2022-12-01T10:39:42.2289209Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:39:42.2289361Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_bool PASSED [ 57%] 2022-12-01T10:39:42.2289519Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_complex128 PASSED [ 57%] 2022-12-01T10:39:42.2289672Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_float16 PASSED [ 57%] 2022-12-01T10:39:42.2289822Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_float32 PASSED [ 57%] 2022-12-01T10:39:42.2289972Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int16 PASSED [ 57%] 2022-12-01T10:39:42.2290122Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int8 PASSED [ 57%] 2022-12-01T10:39:42.2290265Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:39:42.2290420Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_bool PASSED [ 57%] 2022-12-01T10:39:42.2290575Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_complex64 PASSED [ 57%] 2022-12-01T10:39:42.2290727Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_float32 PASSED [ 57%] 2022-12-01T10:39:42.2290882Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_float64 PASSED [ 57%] 2022-12-01T10:39:42.2291032Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int32 PASSED [ 57%] 2022-12-01T10:39:42.2291182Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int64 PASSED [ 57%] 2022-12-01T10:39:42.2291328Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_uint8 PASSED [ 57%] 2022-12-01T10:39:42.2291470Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_float64 PASSED [ 57%] 2022-12-01T10:39:42.2291623Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int16 PASSED [ 57%] 2022-12-01T10:39:42.2291773Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int8 PASSED [ 57%] 2022-12-01T10:39:42.2291924Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_uint8 PASSED [ 57%] 2022-12-01T10:39:42.2292078Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:39:42.2292239Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_complex64 PASSED [ 57%] 2022-12-01T10:39:42.2292393Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_float32 PASSED [ 57%] 2022-12-01T10:39:42.2292544Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int16 PASSED [ 57%] 2022-12-01T10:39:42.2292694Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int64 PASSED [ 57%] 2022-12-01T10:39:42.2292869Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:39:42.2293023Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_float64 PASSED [ 57%] 2022-12-01T10:39:42.2293172Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int64 PASSED [ 57%] 2022-12-01T10:39:42.2293322Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int8 PASSED [ 57%] 2022-12-01T10:39:42.2293498Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_uint8 PASSED [ 57%] 2022-12-01T10:39:42.2293654Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_complex32 PASSED [ 57%] 2022-12-01T10:39:42.2293807Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_float16 PASSED [ 57%] 2022-12-01T10:39:42.2293958Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_float64 PASSED [ 57%] 2022-12-01T10:39:42.2294096Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int16 PASSED [ 57%] 2022-12-01T10:39:42.2294248Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int8 PASSED [ 58%] 2022-12-01T10:39:42.2294410Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_complex128 PASSED [ 58%] 2022-12-01T10:39:42.2294564Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int16 PASSED [ 58%] 2022-12-01T10:39:42.2294720Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int8 PASSED [ 58%] 2022-12-01T10:39:42.2294876Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_bfloat16 PASSED [ 58%] 2022-12-01T10:39:42.2295031Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_float16 PASSED [ 58%] 2022-12-01T10:39:42.2295178Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int16 PASSED [ 58%] 2022-12-01T10:39:42.2295314Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int64 PASSED [ 58%] 2022-12-01T10:39:42.2295463Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int8 PASSED [ 58%] 2022-12-01T10:39:42.2295611Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_uint8 PASSED [ 58%] 2022-12-01T10:39:42.2295768Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_float16 PASSED [ 58%] 2022-12-01T10:39:42.2295922Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int16 PASSED [ 58%] 2022-12-01T10:39:42.2296075Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int32 PASSED [ 58%] 2022-12-01T10:39:42.2296228Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int64 PASSED [ 58%] 2022-12-01T10:39:42.2296378Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_bool PASSED [ 58%] 2022-12-01T10:39:42.2296531Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int16 PASSED [ 58%] 2022-12-01T10:39:42.2296666Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int32 PASSED [ 58%] 2022-12-01T10:39:42.2296811Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int64 PASSED [ 58%] 2022-12-01T10:39:42.2296966Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_bfloat16 PASSED [ 58%] 2022-12-01T10:39:42.2297118Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_float32 PASSED [ 58%] 2022-12-01T10:39:42.2297269Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int16 PASSED [ 58%] 2022-12-01T10:39:42.2297415Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int64 PASSED [ 58%] 2022-12-01T10:39:42.2297566Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int8 PASSED [ 58%] 2022-12-01T10:39:42.2297724Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_complex128 PASSED [ 58%] 2022-12-01T10:39:42.2297865Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_float32 PASSED [ 58%] 2022-12-01T10:39:42.2298015Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_float64 PASSED [ 58%] 2022-12-01T10:39:42.2298167Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int16 PASSED [ 58%] 2022-12-01T10:39:42.2298347Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int64 PASSED [ 58%] 2022-12-01T10:39:42.2298496Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int8 PASSED [ 58%] 2022-12-01T10:39:42.2298644Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_uint8 PASSED [ 58%] 2022-12-01T10:39:42.2298802Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_cpu_float64 PASSED [ 58%] 2022-12-01T10:39:42.2298995Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_bool PASSED [ 58%] 2022-12-01T10:39:42.2299154Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_float64 PASSED [ 58%] 2022-12-01T10:39:42.2299321Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_int16 PASSED [ 58%] 2022-12-01T10:39:42.2299485Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_int32 PASSED [ 58%] 2022-12-01T10:39:42.2299651Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_int8 PASSED [ 58%] 2022-12-01T10:39:42.2299820Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_uint8 PASSED [ 58%] 2022-12-01T10:39:42.2299987Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_float64 PASSED [ 58%] 2022-12-01T10:39:42.2300152Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_int16 PASSED [ 58%] 2022-12-01T10:39:42.2300316Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_int32 PASSED [ 58%] 2022-12-01T10:39:42.2300478Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_int8 PASSED [ 58%] 2022-12-01T10:39:42.2300625Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_bool PASSED [ 58%] 2022-12-01T10:39:42.2300784Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int32 PASSED [ 58%] 2022-12-01T10:39:42.2300942Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int8 PASSED [ 58%] 2022-12-01T10:39:42.2301098Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int16 PASSED [ 58%] 2022-12-01T10:39:42.2301254Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int32 PASSED [ 58%] 2022-12-01T10:39:42.2301411Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int8 PASSED [ 58%] 2022-12-01T10:39:42.2301567Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_bool PASSED [ 58%] 2022-12-01T10:39:42.2301732Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_float64 PASSED [ 58%] 2022-12-01T10:39:42.2301877Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int64 PASSED [ 58%] 2022-12-01T10:39:42.2302033Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int8 PASSED [ 58%] 2022-12-01T10:39:42.2302357Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_uint8 PASSED [ 58%] 2022-12-01T10:39:42.2302541Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_bool PASSED [ 58%] 2022-12-01T10:39:42.2302704Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int8 PASSED [ 58%] 2022-12-01T10:39:42.2302893Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 PASSED [ 58%] 2022-12-01T10:39:42.2303077Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_float64 PASSED [ 58%] 2022-12-01T10:39:42.2303266Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int16 PASSED [ 58%] 2022-12-01T10:39:42.2303456Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_bfloat16 PASSED [ 58%] 2022-12-01T10:39:42.2303629Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 PASSED [ 58%] 2022-12-01T10:39:42.2303811Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_float64 PASSED [ 58%] 2022-12-01T10:39:42.2304052Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int32 PASSED [ 58%] 2022-12-01T10:39:42.2304237Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int64 PASSED [ 58%] 2022-12-01T10:39:42.2304424Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int8 PASSED [ 58%] 2022-12-01T10:39:42.2304641Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_uint8 PASSED [ 58%] 2022-12-01T10:39:42.2304833Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_bfloat16 PASSED [ 58%] 2022-12-01T10:39:42.2305013Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int16 PASSED [ 58%] 2022-12-01T10:39:42.2305194Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int32 PASSED [ 58%] 2022-12-01T10:39:42.2305380Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int64 PASSED [ 58%] 2022-12-01T10:39:42.2305551Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_uint8 PASSED [ 58%] 2022-12-01T10:39:42.2305730Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_bool PASSED [ 58%] 2022-12-01T10:39:42.2305915Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_float64 PASSED [ 58%] 2022-12-01T10:39:42.2306091Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_int32 PASSED [ 58%] 2022-12-01T10:39:42.2306253Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int64 PASSED [ 58%] 2022-12-01T10:39:42.2306415Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_uint8 PASSED [ 58%] 2022-12-01T10:39:42.2306570Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_bfloat16 PASSED [ 58%] 2022-12-01T10:39:42.2306731Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_complex128 PASSED [ 58%] 2022-12-01T10:39:42.2306887Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_complex64 PASSED [ 58%] 2022-12-01T10:39:42.2307026Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int32 PASSED [ 58%] 2022-12-01T10:39:42.2307173Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int64 PASSED [ 58%] 2022-12-01T10:39:42.2307326Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int8 PASSED [ 58%] 2022-12-01T10:39:42.2307480Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_bool PASSED [ 58%] 2022-12-01T10:39:42.2307637Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_complex64 PASSED [ 58%] 2022-12-01T10:39:42.2307795Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_float32 PASSED [ 58%] 2022-12-01T10:39:42.2307949Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int16 PASSED [ 58%] 2022-12-01T10:39:42.2308098Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int64 PASSED [ 58%] 2022-12-01T10:39:42.2308242Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_bfloat16 PASSED [ 58%] 2022-12-01T10:39:42.2308400Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_float16 PASSED [ 58%] 2022-12-01T10:39:42.2308554Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_float32 PASSED [ 58%] 2022-12-01T10:39:42.2308709Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int32 PASSED [ 58%] 2022-12-01T10:39:42.2308862Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int64 PASSED [ 58%] 2022-12-01T10:39:42.2309018Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_bfloat16 PASSED [ 58%] 2022-12-01T10:39:42.2309171Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_bool PASSED [ 58%] 2022-12-01T10:39:42.2309325Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_float64 PASSED [ 58%] 2022-12-01T10:39:42.2309499Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int16 PASSED [ 58%] 2022-12-01T10:39:42.2309649Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int64 PASSED [ 58%] 2022-12-01T10:39:42.2309801Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int8 PASSED [ 58%] 2022-12-01T10:39:42.2309961Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_bfloat16 PASSED [ 58%] 2022-12-01T10:39:42.2310170Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_complex128 PASSED [ 58%] 2022-12-01T10:39:42.2310329Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_float16 PASSED [ 58%] 2022-12-01T10:39:42.2310484Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_float64 PASSED [ 58%] 2022-12-01T10:39:42.2310640Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_complex128 PASSED [ 58%] 2022-12-01T10:39:42.2310799Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_complex32 PASSED [ 58%] 2022-12-01T10:39:42.2310941Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_complex64 PASSED [ 58%] 2022-12-01T10:39:42.2311094Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_float16 PASSED [ 58%] 2022-12-01T10:39:42.2311243Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_float32 PASSED [ 58%] 2022-12-01T10:39:42.2311391Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_float64 PASSED [ 58%] 2022-12-01T10:39:42.2311541Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int64 PASSED [ 58%] 2022-12-01T10:39:42.2311691Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int8 PASSED [ 58%] 2022-12-01T10:39:42.2311841Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_uint8 PASSED [ 58%] 2022-12-01T10:39:42.2311991Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_bool PASSED [ 58%] 2022-12-01T10:39:42.2312132Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_float16 PASSED [ 58%] 2022-12-01T10:39:42.2312281Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_float32 PASSED [ 58%] 2022-12-01T10:39:42.2312427Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_float64 PASSED [ 58%] 2022-12-01T10:39:42.2312577Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int16 PASSED [ 58%] 2022-12-01T10:39:42.2312726Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int64 PASSED [ 58%] 2022-12-01T10:39:42.2312873Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int8 PASSED [ 58%] 2022-12-01T10:39:42.2313036Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_bfloat16 PASSED [ 58%] 2022-12-01T10:39:42.2313200Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_complex128 PASSED [ 58%] 2022-12-01T10:39:42.2313346Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_float16 PASSED [ 58%] 2022-12-01T10:39:42.2313508Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_float64 PASSED [ 58%] 2022-12-01T10:39:42.2313668Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int16 PASSED [ 58%] 2022-12-01T10:39:42.2313826Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int64 PASSED [ 58%] 2022-12-01T10:39:42.2313977Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_bool PASSED [ 58%] 2022-12-01T10:39:42.2314136Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_complex128 PASSED [ 58%] 2022-12-01T10:39:42.2314289Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_float16 PASSED [ 58%] 2022-12-01T10:39:42.2314438Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_float32 PASSED [ 58%] 2022-12-01T10:39:42.2314586Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_float64 PASSED [ 58%] 2022-12-01T10:39:42.2314723Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int16 PASSED [ 58%] 2022-12-01T10:39:42.2314902Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int64 PASSED [ 58%] 2022-12-01T10:39:42.2315052Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int8 PASSED [ 58%] 2022-12-01T10:39:42.2315201Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_uint8 PASSED [ 58%] 2022-12-01T10:39:42.2315353Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_bool PASSED [ 59%] 2022-12-01T10:39:42.2315553Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_complex128 PASSED [ 59%] 2022-12-01T10:39:42.2315712Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_complex64 PASSED [ 59%] 2022-12-01T10:39:42.2315868Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_float32 PASSED [ 59%] 2022-12-01T10:39:42.2316006Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_float64 PASSED [ 59%] 2022-12-01T10:39:42.2316158Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int32 PASSED [ 59%] 2022-12-01T10:39:42.2316309Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int64 PASSED [ 59%] 2022-12-01T10:39:42.2316464Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:39:42.2316625Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_complex128 PASSED [ 59%] 2022-12-01T10:39:42.2316780Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_float32 PASSED [ 59%] 2022-12-01T10:39:42.2316934Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_float64 PASSED [ 59%] 2022-12-01T10:39:42.2317085Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int8 PASSED [ 59%] 2022-12-01T10:39:42.2317240Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_complex128 XFAIL [ 59%] 2022-12-01T10:39:42.2317406Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_complex64 XFAIL [ 59%] 2022-12-01T10:39:42.2317567Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_float16 XFAIL [ 59%] 2022-12-01T10:39:42.2317729Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_float32 XFAIL [ 59%] 2022-12-01T10:39:42.2317887Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_float64 XFAIL [ 59%] 2022-12-01T10:39:42.2318045Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int64 XFAIL [ 59%] 2022-12-01T10:39:42.2318204Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_uint8 XFAIL [ 59%] 2022-12-01T10:39:42.2318360Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:39:42.2318515Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_complex64 PASSED [ 59%] 2022-12-01T10:39:42.2318655Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_float16 PASSED [ 59%] 2022-12-01T10:39:42.2318805Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_float32 PASSED [ 59%] 2022-12-01T10:39:42.2318956Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int16 PASSED [ 59%] 2022-12-01T10:39:42.2319109Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int8 PASSED [ 59%] 2022-12-01T10:39:42.2319310Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_complex128 SKIPPED (diag is not supported by meta) [ 59%] 2022-12-01T10:39:42.2319507Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_complex64 SKIPPED (diag is not supported by meta) [ 59%] 2022-12-01T10:39:42.2319706Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_float64 SKIPPED (diag is not supported by meta) [ 59%] 2022-12-01T10:39:42.2319896Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int16 SKIPPED (diag is not supported by meta) [ 59%] 2022-12-01T10:39:42.2320064Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int32 SKIPPED (diag is not supported by meta) [ 59%] 2022-12-01T10:39:42.2320244Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int64 SKIPPED (diag is not supported by meta) [ 59%] 2022-12-01T10:39:42.2320453Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_uint8 SKIPPED (diag is not supported by meta) [ 59%] 2022-12-01T10:39:42.2320611Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_bool PASSED [ 59%] 2022-12-01T10:39:42.2320779Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_complex64 PASSED [ 59%] 2022-12-01T10:39:42.2320971Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_float16 PASSED [ 59%] 2022-12-01T10:39:42.2321134Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_float32 PASSED [ 59%] 2022-12-01T10:39:42.2321297Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_float64 PASSED [ 59%] 2022-12-01T10:39:42.2321451Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_bool PASSED [ 59%] 2022-12-01T10:39:42.2321597Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_complex128 PASSED [ 59%] 2022-12-01T10:39:42.2321759Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_complex64 PASSED [ 59%] 2022-12-01T10:39:42.2321915Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_float16 PASSED [ 59%] 2022-12-01T10:39:42.2322064Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_float32 PASSED [ 59%] 2022-12-01T10:39:42.2322217Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int32 PASSED [ 59%] 2022-12-01T10:39:42.2322370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_uint8 PASSED [ 59%] 2022-12-01T10:39:42.2322525Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:39:42.2322675Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_bool PASSED [ 59%] 2022-12-01T10:39:42.2322833Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_complex128 PASSED [ 59%] 2022-12-01T10:39:42.2322978Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_complex64 PASSED [ 59%] 2022-12-01T10:39:42.2323132Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_float32 PASSED [ 59%] 2022-12-01T10:39:42.2323283Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int64 PASSED [ 59%] 2022-12-01T10:39:42.2323434Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int8 PASSED [ 59%] 2022-12-01T10:39:42.2323582Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_uint8 PASSED [ 59%] 2022-12-01T10:39:42.2323750Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:39:42.2323908Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_bool PASSED [ 59%] 2022-12-01T10:39:42.2324072Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_complex128 PASSED [ 59%] 2022-12-01T10:39:42.2324223Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_complex64 PASSED [ 59%] 2022-12-01T10:39:42.2324386Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_float16 PASSED [ 59%] 2022-12-01T10:39:42.2324627Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_float32 PASSED [ 59%] 2022-12-01T10:39:42.2324790Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int32 PASSED [ 59%] 2022-12-01T10:39:42.2324948Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int64 PASSED [ 59%] 2022-12-01T10:39:42.2325105Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int8 PASSED [ 59%] 2022-12-01T10:39:42.2325261Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_float32 PASSED [ 59%] 2022-12-01T10:39:42.2325415Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int64 PASSED [ 59%] 2022-12-01T10:39:42.2325556Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int8 PASSED [ 59%] 2022-12-01T10:39:42.2325706Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_uint8 PASSED [ 59%] 2022-12-01T10:39:42.2325865Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:39:42.2326063Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_complex32 PASSED [ 59%] 2022-12-01T10:39:42.2326222Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_complex64 PASSED [ 59%] 2022-12-01T10:39:42.2326378Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_float32 PASSED [ 59%] 2022-12-01T10:39:42.2326561Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_float64 PASSED [ 59%] 2022-12-01T10:39:42.2326716Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int32 PASSED [ 59%] 2022-12-01T10:39:42.2326867Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int8 PASSED [ 59%] 2022-12-01T10:39:42.2327017Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:39:42.2327183Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_complex128 PASSED [ 59%] 2022-12-01T10:39:42.2327346Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_float32 PASSED [ 59%] 2022-12-01T10:39:42.2327505Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_float64 PASSED [ 59%] 2022-12-01T10:39:42.2327662Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int16 PASSED [ 59%] 2022-12-01T10:39:42.2327819Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int32 PASSED [ 59%] 2022-12-01T10:39:42.2327978Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int64 PASSED [ 59%] 2022-12-01T10:39:42.2328143Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:39:42.2328297Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_complex128 PASSED [ 59%] 2022-12-01T10:39:42.2328463Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_complex64 PASSED [ 59%] 2022-12-01T10:39:42.2328621Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int8 PASSED [ 59%] 2022-12-01T10:39:42.2328785Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:39:42.2328947Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_complex128 PASSED [ 59%] 2022-12-01T10:39:42.2329102Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int16 PASSED [ 59%] 2022-12-01T10:39:42.2329262Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int32 PASSED [ 59%] 2022-12-01T10:39:42.2329416Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int64 PASSED [ 59%] 2022-12-01T10:39:42.2329570Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:39:42.2329716Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:39:42.2329878Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_complex128 PASSED [ 59%] 2022-12-01T10:39:42.2330042Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_complex64 PASSED [ 59%] 2022-12-01T10:39:42.2330198Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_float16 PASSED [ 59%] 2022-12-01T10:39:42.2330354Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_float32 PASSED [ 59%] 2022-12-01T10:39:42.2330510Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:39:42.2330674Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_complex32 PASSED [ 59%] 2022-12-01T10:39:42.2330832Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_complex64 PASSED [ 59%] 2022-12-01T10:39:42.2330975Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_float16 PASSED [ 59%] 2022-12-01T10:39:42.2331129Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_float64 PASSED [ 59%] 2022-12-01T10:39:42.2331283Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int16 PASSED [ 59%] 2022-12-01T10:39:42.2331470Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int32 PASSED [ 59%] 2022-12-01T10:39:42.2331625Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_complex128 PASSED [ 59%] 2022-12-01T10:39:42.2331786Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_complex32 PASSED [ 59%] 2022-12-01T10:39:42.2331938Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_float32 PASSED [ 59%] 2022-12-01T10:39:42.2332119Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int16 PASSED [ 59%] 2022-12-01T10:39:42.2332268Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int32 PASSED [ 59%] 2022-12-01T10:39:42.2332408Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int8 PASSED [ 59%] 2022-12-01T10:39:42.2332556Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_uint8 PASSED [ 59%] 2022-12-01T10:39:42.2332708Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_bool PASSED [ 59%] 2022-12-01T10:39:42.2332867Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_complex64 PASSED [ 59%] 2022-12-01T10:39:42.2333026Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_float64 PASSED [ 59%] 2022-12-01T10:39:42.2333180Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int64 PASSED [ 59%] 2022-12-01T10:39:42.2333337Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:39:42.2333494Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_float16 PASSED [ 59%] 2022-12-01T10:39:42.2333635Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_float32 PASSED [ 59%] 2022-12-01T10:39:42.2333789Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_float64 PASSED [ 59%] 2022-12-01T10:39:42.2333941Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int16 PASSED [ 59%] 2022-12-01T10:39:42.2334089Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int64 PASSED [ 59%] 2022-12-01T10:39:42.2334243Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int8 PASSED [ 59%] 2022-12-01T10:39:42.2334398Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:39:42.2334550Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_bool PASSED [ 59%] 2022-12-01T10:39:42.2334705Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_float16 PASSED [ 59%] 2022-12-01T10:39:42.2334845Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int16 PASSED [ 59%] 2022-12-01T10:39:42.2334994Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int32 PASSED [ 59%] 2022-12-01T10:39:42.2335148Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:39:42.2335306Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_complex128 PASSED [ 59%] 2022-12-01T10:39:42.2335460Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_float16 PASSED [ 59%] 2022-12-01T10:39:42.2335616Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int16 PASSED [ 59%] 2022-12-01T10:39:42.2335765Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int64 PASSED [ 59%] 2022-12-01T10:39:42.2335915Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int8 PASSED [ 59%] 2022-12-01T10:39:42.2336067Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_uint8 PASSED [ 59%] 2022-12-01T10:39:42.2336231Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_native_batch_norm_cpu_float32 XFAIL [ 59%] 2022-12-01T10:39:42.2336404Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_native_batch_norm_cpu_float64 XFAIL [ 60%] 2022-12-01T10:39:42.2336571Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_float32 PASSED [ 60%] 2022-12-01T10:39:42.2336740Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_native_batch_norm_cpu_float32 XFAIL [ 60%] 2022-12-01T10:39:42.2336932Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_bfloat16 XFAIL [ 60%] 2022-12-01T10:39:42.2337091Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_float16 XFAIL [ 60%] 2022-12-01T10:39:42.2337253Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_float32 XFAIL [ 60%] 2022-12-01T10:39:42.2337410Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_float64 XFAIL [ 60%] 2022-12-01T10:39:42.2337597Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_complex128 PASSED [ 60%] 2022-12-01T10:39:42.2337764Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_complex32 XFAIL [ 60%] 2022-12-01T10:39:42.2337932Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_complex64 PASSED [ 60%] 2022-12-01T10:39:42.2338097Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_float16 PASSED [ 60%] 2022-12-01T10:39:42.2338261Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int64 PASSED [ 60%] 2022-12-01T10:39:42.2338421Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int8 PASSED [ 60%] 2022-12-01T10:39:42.2338580Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_bool PASSED [ 60%] 2022-12-01T10:39:42.2338745Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_float32 PASSED [ 60%] 2022-12-01T10:39:42.2338908Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int8 PASSED [ 60%] 2022-12-01T10:39:42.2339058Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_uint8 PASSED [ 60%] 2022-12-01T10:39:42.2339224Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:39:42.2339398Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_complex128 PASSED [ 60%] 2022-12-01T10:39:42.2339568Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_complex64 PASSED [ 60%] 2022-12-01T10:39:42.2339737Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_float32 PASSED [ 60%] 2022-12-01T10:39:42.2339904Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_float64 PASSED [ 60%] 2022-12-01T10:39:42.2340066Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int8 PASSED [ 60%] 2022-12-01T10:39:42.2340233Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_uint8 PASSED [ 60%] 2022-12-01T10:39:42.2340384Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:39:42.2340553Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_complex128 PASSED [ 60%] 2022-12-01T10:39:42.2340722Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_complex32 PASSED [ 60%] 2022-12-01T10:39:42.2340888Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_complex64 PASSED [ 60%] 2022-12-01T10:39:42.2341052Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_float64 PASSED [ 60%] 2022-12-01T10:39:42.2341213Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int16 PASSED [ 60%] 2022-12-01T10:39:42.2341374Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_uint8 PASSED [ 60%] 2022-12-01T10:39:42.2341546Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:39:42.2341721Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_complex128 PASSED [ 60%] 2022-12-01T10:39:42.2341882Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_complex64 PASSED [ 60%] 2022-12-01T10:39:42.2342049Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:39:42.2342387Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_complex128 PASSED [ 60%] 2022-12-01T10:39:42.2342636Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_complex64 PASSED [ 60%] 2022-12-01T10:39:42.2342800Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int64 PASSED [ 60%] 2022-12-01T10:39:42.2342959Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int8 PASSED [ 60%] 2022-12-01T10:39:42.2343155Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_uint8 PASSED [ 60%] 2022-12-01T10:39:42.2343323Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:39:42.2343485Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_float16 PASSED [ 60%] 2022-12-01T10:39:42.2343633Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int16 PASSED [ 60%] 2022-12-01T10:39:42.2343796Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int8 PASSED [ 60%] 2022-12-01T10:39:42.2343965Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:39:42.2344129Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_bool PASSED [ 60%] 2022-12-01T10:39:42.2344294Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_float16 PASSED [ 60%] 2022-12-01T10:39:42.2344461Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_float64 PASSED [ 60%] 2022-12-01T10:39:42.2344624Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int16 PASSED [ 60%] 2022-12-01T10:39:42.2344785Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int64 PASSED [ 60%] 2022-12-01T10:39:42.2344932Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_uint8 PASSED [ 60%] 2022-12-01T10:39:42.2345094Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_float32 PASSED [ 60%] 2022-12-01T10:39:42.2345257Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int16 PASSED [ 60%] 2022-12-01T10:39:42.2345418Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int32 PASSED [ 60%] 2022-12-01T10:39:42.2345575Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int64 PASSED [ 60%] 2022-12-01T10:39:42.2345738Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:39:42.2345901Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_float32 PASSED [ 60%] 2022-12-01T10:39:42.2346065Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_float64 PASSED [ 60%] 2022-12-01T10:39:42.2346225Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int16 PASSED [ 60%] 2022-12-01T10:39:42.2346373Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int32 PASSED [ 60%] 2022-12-01T10:39:42.2346531Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int64 PASSED [ 60%] 2022-12-01T10:39:42.2346692Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int8 PASSED [ 60%] 2022-12-01T10:39:42.2346862Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:39:42.2347028Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_float32 PASSED [ 60%] 2022-12-01T10:39:42.2347193Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int64 PASSED [ 60%] 2022-12-01T10:39:42.2347358Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int8 PASSED [ 60%] 2022-12-01T10:39:42.2347537Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_complex128 PASSED [ 60%] 2022-12-01T10:39:42.2347713Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_complex64 PASSED [ 60%] 2022-12-01T10:39:42.2347873Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_float16 PASSED [ 60%] 2022-12-01T10:39:42.2348082Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_float32 PASSED [ 60%] 2022-12-01T10:39:42.2348251Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int64 PASSED [ 60%] 2022-12-01T10:39:42.2348419Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int8 PASSED [ 60%] 2022-12-01T10:39:42.2348618Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_complex128 PASSED [ 60%] 2022-12-01T10:39:42.2348783Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_float64 PASSED [ 60%] 2022-12-01T10:39:42.2348947Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int64 PASSED [ 60%] 2022-12-01T10:39:42.2349107Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_uint8 PASSED [ 60%] 2022-12-01T10:39:42.2349273Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:39:42.2349426Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_bool PASSED [ 60%] 2022-12-01T10:39:42.2349595Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_complex128 PASSED [ 60%] 2022-12-01T10:39:42.2349762Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_complex64 PASSED [ 60%] 2022-12-01T10:39:42.2349931Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_float32 PASSED [ 60%] 2022-12-01T10:39:42.2350094Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int32 PASSED [ 60%] 2022-12-01T10:39:42.2350258Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_uint8 PASSED [ 60%] 2022-12-01T10:39:42.2350425Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:39:42.2350588Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_float32 PASSED [ 60%] 2022-12-01T10:39:42.2350744Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_float64 PASSED [ 60%] 2022-12-01T10:39:42.2350906Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int64 PASSED [ 60%] 2022-12-01T10:39:42.2351066Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int8 PASSED [ 60%] 2022-12-01T10:39:42.2351227Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_uint8 PASSED [ 60%] 2022-12-01T10:39:42.2351396Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:39:42.2351566Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_complex128 PASSED [ 60%] 2022-12-01T10:39:42.2351731Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_complex64 PASSED [ 60%] 2022-12-01T10:39:42.2351896Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_float64 PASSED [ 60%] 2022-12-01T10:39:42.2352059Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int16 PASSED [ 60%] 2022-12-01T10:39:42.2352206Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int64 PASSED [ 60%] 2022-12-01T10:39:42.2352369Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int8 PASSED [ 60%] 2022-12-01T10:39:42.2352527Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_uint8 PASSED [ 60%] 2022-12-01T10:39:42.2352696Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:39:42.2352862Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_float32 PASSED [ 60%] 2022-12-01T10:39:42.2353030Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_float64 PASSED [ 60%] 2022-12-01T10:39:42.2353194Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int32 PASSED [ 60%] 2022-12-01T10:39:42.2353405Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int8 PASSED [ 60%] 2022-12-01T10:39:42.2353569Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_uint8 PASSED [ 60%] 2022-12-01T10:39:42.2353736Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_complex32 PASSED [ 60%] 2022-12-01T10:39:42.2353914Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_complex64 PASSED [ 60%] 2022-12-01T10:39:42.2354132Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_float16 PASSED [ 60%] 2022-12-01T10:39:42.2354303Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int16 PASSED [ 60%] 2022-12-01T10:39:42.2354471Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int8 PASSED [ 60%] 2022-12-01T10:39:42.2354637Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_uint8 PASSED [ 60%] 2022-12-01T10:39:42.2354803Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_bool PASSED [ 60%] 2022-12-01T10:39:42.2354979Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_complex32 PASSED [ 60%] 2022-12-01T10:39:42.2355138Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_float64 PASSED [ 60%] 2022-12-01T10:39:42.2355305Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int16 PASSED [ 60%] 2022-12-01T10:39:42.2355471Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int32 PASSED [ 60%] 2022-12-01T10:39:42.2355633Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int64 PASSED [ 60%] 2022-12-01T10:39:42.2355799Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int8 PASSED [ 60%] 2022-12-01T10:39:42.2355960Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_uint8 PASSED [ 60%] 2022-12-01T10:39:42.2356137Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:39:42.2356309Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_complex64 PASSED [ 60%] 2022-12-01T10:39:42.2356480Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_float32 PASSED [ 60%] 2022-12-01T10:39:42.2356634Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_float64 PASSED [ 60%] 2022-12-01T10:39:42.2356804Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int32 PASSED [ 60%] 2022-12-01T10:39:42.2356970Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int8 PASSED [ 60%] 2022-12-01T10:39:42.2357137Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_uint8 PASSED [ 60%] 2022-12-01T10:39:42.2357300Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_bool PASSED [ 60%] 2022-12-01T10:39:42.2357464Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int8 PASSED [ 60%] 2022-12-01T10:39:42.2357636Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_uint8 PASSED [ 60%] 2022-12-01T10:39:42.2357813Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int16 PASSED [ 60%] 2022-12-01T10:39:42.2357993Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int8 PASSED [ 60%] 2022-12-01T10:39:42.2358157Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_uint8 PASSED [ 60%] 2022-12-01T10:39:42.2358329Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int16 PASSED [ 60%] 2022-12-01T10:39:42.2358494Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int32 PASSED [ 61%] 2022-12-01T10:39:42.2358661Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int8 PASSED [ 61%] 2022-12-01T10:39:42.2358865Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_uint8 PASSED [ 61%] 2022-12-01T10:39:42.2359034Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_bool PASSED [ 61%] 2022-12-01T10:39:42.2359200Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int16 PASSED [ 61%] 2022-12-01T10:39:42.2359396Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int64 PASSED [ 61%] 2022-12-01T10:39:42.2359563Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int8 PASSED [ 61%] 2022-12-01T10:39:42.2359712Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_uint8 PASSED [ 61%] 2022-12-01T10:39:42.2359878Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int32 PASSED [ 61%] 2022-12-01T10:39:42.2360040Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int8 PASSED [ 61%] 2022-12-01T10:39:42.2360208Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_uint8 PASSED [ 61%] 2022-12-01T10:39:42.2360390Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_bool PASSED [ 61%] 2022-12-01T10:39:42.2360578Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_complex64 PASSED [ 61%] 2022-12-01T10:39:42.2360762Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_float64 PASSED [ 61%] 2022-12-01T10:39:42.2360943Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int32 PASSED [ 61%] 2022-12-01T10:39:42.2361122Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int8 PASSED [ 61%] 2022-12-01T10:39:42.2361284Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_bool PASSED [ 61%] 2022-12-01T10:39:42.2361469Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_complex128 PASSED [ 61%] 2022-12-01T10:39:42.2361646Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_float16 PASSED [ 61%] 2022-12-01T10:39:42.2361820Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int16 PASSED [ 61%] 2022-12-01T10:39:42.2361995Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int8 PASSED [ 61%] 2022-12-01T10:39:42.2362160Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_bool PASSED [ 61%] 2022-12-01T10:39:42.2362330Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_complex128 PASSED [ 61%] 2022-12-01T10:39:42.2362500Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_complex32 PASSED [ 61%] 2022-12-01T10:39:42.2362689Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_complex64 PASSED [ 61%] 2022-12-01T10:39:42.2362843Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_float32 PASSED [ 61%] 2022-12-01T10:39:42.2363009Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_float64 PASSED [ 61%] 2022-12-01T10:39:42.2363171Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int16 PASSED [ 61%] 2022-12-01T10:39:42.2363334Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_uint8 PASSED [ 61%] 2022-12-01T10:39:42.2363503Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_float32 PASSED [ 61%] 2022-12-01T10:39:42.2363668Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int64 PASSED [ 61%] 2022-12-01T10:39:42.2363832Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_uint8 PASSED [ 61%] 2022-12-01T10:39:42.2364003Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_bfloat16 PASSED [ 61%] 2022-12-01T10:39:42.2364177Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_complex32 PASSED [ 61%] 2022-12-01T10:39:42.2364363Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_complex64 PASSED [ 61%] 2022-12-01T10:39:42.2364531Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_float64 PASSED [ 61%] 2022-12-01T10:39:42.2364811Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int32 PASSED [ 61%] 2022-12-01T10:39:42.2365012Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int8 PASSED [ 61%] 2022-12-01T10:39:42.2365181Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_uint8 PASSED [ 61%] 2022-12-01T10:39:42.2365351Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_float64 PASSED [ 61%] 2022-12-01T10:39:42.2365517Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int16 PASSED [ 61%] 2022-12-01T10:39:42.2365682Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int32 PASSED [ 61%] 2022-12-01T10:39:42.2365834Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int64 PASSED [ 61%] 2022-12-01T10:39:42.2365998Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_uint8 PASSED [ 61%] 2022-12-01T10:39:42.2366167Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_bool PASSED [ 61%] 2022-12-01T10:39:42.2366341Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_float16 PASSED [ 61%] 2022-12-01T10:39:42.2366511Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int32 PASSED [ 61%] 2022-12-01T10:39:42.2366678Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int8 PASSED [ 61%] 2022-12-01T10:39:42.2366849Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_uint8 PASSED [ 61%] 2022-12-01T10:39:42.2367024Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_float16 PASSED [ 61%] 2022-12-01T10:39:42.2367194Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int16 PASSED [ 61%] 2022-12-01T10:39:42.2367346Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_bool PASSED [ 61%] 2022-12-01T10:39:42.2367517Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_complex32 PASSED [ 61%] 2022-12-01T10:39:42.2367686Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_complex64 PASSED [ 61%] 2022-12-01T10:39:42.2367851Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_uint8 PASSED [ 61%] 2022-12-01T10:39:42.2368030Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_bfloat16 PASSED [ 61%] 2022-12-01T10:39:42.2368205Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_bool PASSED [ 61%] 2022-12-01T10:39:42.2368382Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_float32 PASSED [ 61%] 2022-12-01T10:39:42.2368554Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int16 PASSED [ 61%] 2022-12-01T10:39:42.2368721Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int32 PASSED [ 61%] 2022-12-01T10:39:42.2368872Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int64 PASSED [ 61%] 2022-12-01T10:39:42.2369041Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_uint8 PASSED [ 61%] 2022-12-01T10:39:42.2369210Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_bfloat16 PASSED [ 61%] 2022-12-01T10:39:42.2369381Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_complex128 PASSED [ 61%] 2022-12-01T10:39:42.2369548Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_float16 PASSED [ 61%] 2022-12-01T10:39:42.2369712Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_float32 PASSED [ 61%] 2022-12-01T10:39:42.2369912Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_float64 PASSED [ 61%] 2022-12-01T10:39:42.2370077Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int16 PASSED [ 61%] 2022-12-01T10:39:42.2370243Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int32 PASSED [ 61%] 2022-12-01T10:39:42.2370417Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int8 PASSED [ 61%] 2022-12-01T10:39:42.2370578Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_uint8 PASSED [ 61%] 2022-12-01T10:39:42.2370756Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_bfloat16 PASSED [ 61%] 2022-12-01T10:39:42.2370934Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_bool PASSED [ 61%] 2022-12-01T10:39:42.2371116Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_complex128 PASSED [ 61%] 2022-12-01T10:39:42.2371297Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_float16 PASSED [ 61%] 2022-12-01T10:39:42.2371474Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_float32 PASSED [ 61%] 2022-12-01T10:39:42.2371650Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_float64 PASSED [ 61%] 2022-12-01T10:39:42.2371812Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int16 PASSED [ 61%] 2022-12-01T10:39:42.2371989Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int32 PASSED [ 61%] 2022-12-01T10:39:42.2372171Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_bfloat16 PASSED [ 61%] 2022-12-01T10:39:42.2372346Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_bool PASSED [ 61%] 2022-12-01T10:39:42.2372527Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_complex128 PASSED [ 61%] 2022-12-01T10:39:42.2372707Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_float16 PASSED [ 61%] 2022-12-01T10:39:42.2372885Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int16 PASSED [ 61%] 2022-12-01T10:39:42.2373060Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int32 PASSED [ 61%] 2022-12-01T10:39:42.2373237Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int64 PASSED [ 61%] 2022-12-01T10:39:42.2373398Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_bfloat16 PASSED [ 61%] 2022-12-01T10:39:42.2373574Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_complex128 PASSED [ 61%] 2022-12-01T10:39:42.2373746Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_float16 PASSED [ 61%] 2022-12-01T10:39:42.2373916Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_float32 PASSED [ 61%] 2022-12-01T10:39:42.2374084Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_float64 PASSED [ 61%] 2022-12-01T10:39:42.2374259Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int16 PASSED [ 61%] 2022-12-01T10:39:42.2374430Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int8 PASSED [ 61%] 2022-12-01T10:39:42.2374598Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_uint8 PASSED [ 61%] 2022-12-01T10:39:42.2374767Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_bool PASSED [ 61%] 2022-12-01T10:39:42.2374925Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_float16 PASSED [ 61%] 2022-12-01T10:39:42.2375092Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_float64 PASSED [ 61%] 2022-12-01T10:39:42.2375332Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int16 PASSED [ 61%] 2022-12-01T10:39:42.2375498Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int64 PASSED [ 61%] 2022-12-01T10:39:42.2375665Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int8 PASSED [ 61%] 2022-12-01T10:39:42.2375831Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_uint8 PASSED [ 61%] 2022-12-01T10:39:42.2376025Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_bool PASSED [ 61%] 2022-12-01T10:39:42.2376193Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_complex64 PASSED [ 61%] 2022-12-01T10:39:42.2376357Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_float64 PASSED [ 61%] 2022-12-01T10:39:42.2376506Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int16 PASSED [ 61%] 2022-12-01T10:39:42.2376668Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int32 PASSED [ 61%] 2022-12-01T10:39:42.2376826Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int64 PASSED [ 61%] 2022-12-01T10:39:42.2376990Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int8 PASSED [ 61%] 2022-12-01T10:39:42.2377155Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_float64 PASSED [ 61%] 2022-12-01T10:39:42.2377317Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int32 PASSED [ 61%] 2022-12-01T10:39:42.2377485Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_bfloat16 PASSED [ 61%] 2022-12-01T10:39:42.2377661Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_complex128 PASSED [ 61%] 2022-12-01T10:39:42.2377830Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_complex64 PASSED [ 61%] 2022-12-01T10:39:42.2377984Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_float32 PASSED [ 61%] 2022-12-01T10:39:42.2378147Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_int8 PASSED [ 61%] 2022-12-01T10:39:42.2378310Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_uint8 PASSED [ 61%] 2022-12-01T10:39:42.2378486Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_complex128 PASSED [ 61%] 2022-12-01T10:39:42.2378665Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_complex32 PASSED [ 61%] 2022-12-01T10:39:42.2378838Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_float32 PASSED [ 61%] 2022-12-01T10:39:42.2379005Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int16 PASSED [ 61%] 2022-12-01T10:39:42.2379173Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int8 PASSED [ 61%] 2022-12-01T10:39:42.2379327Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_uint8 PASSED [ 61%] 2022-12-01T10:39:42.2379500Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_bfloat16 PASSED [ 61%] 2022-12-01T10:39:42.2379673Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_complex128 PASSED [ 61%] 2022-12-01T10:39:42.2379846Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_complex64 PASSED [ 61%] 2022-12-01T10:39:42.2380017Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_float16 PASSED [ 61%] 2022-12-01T10:39:42.2380181Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_float32 PASSED [ 61%] 2022-12-01T10:39:42.2380401Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_float64 PASSED [ 61%] 2022-12-01T10:39:42.2380567Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int8 PASSED [ 61%] 2022-12-01T10:39:42.2380764Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_uint8 PASSED [ 61%] 2022-12-01T10:39:42.2380917Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_bool PASSED [ 61%] 2022-12-01T10:39:42.2381087Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_float32 PASSED [ 62%] 2022-12-01T10:39:42.2381253Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int32 PASSED [ 62%] 2022-12-01T10:39:42.2381442Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int64 PASSED [ 62%] 2022-12-01T10:39:42.2381628Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_bfloat16 PASSED [ 62%] 2022-12-01T10:39:42.2381808Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_float16 PASSED [ 62%] 2022-12-01T10:39:42.2381985Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int32 PASSED [ 62%] 2022-12-01T10:39:42.2382292Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int64 PASSED [ 62%] 2022-12-01T10:39:42.2382532Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int8 PASSED [ 62%] 2022-12-01T10:39:42.2382708Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_complex128 PASSED [ 62%] 2022-12-01T10:39:42.2382891Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int8 PASSED [ 62%] 2022-12-01T10:39:42.2383072Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_uint8 PASSED [ 62%] 2022-12-01T10:39:42.2383253Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_bfloat16 PASSED [ 62%] 2022-12-01T10:39:42.2383432Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int32 PASSED [ 62%] 2022-12-01T10:39:42.2383604Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_bfloat16 PASSED [ 62%] 2022-12-01T10:39:42.2383778Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_complex128 PASSED [ 62%] 2022-12-01T10:39:42.2383945Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_float16 PASSED [ 62%] 2022-12-01T10:39:42.2384113Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_float32 PASSED [ 62%] 2022-12-01T10:39:42.2384267Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int16 PASSED [ 62%] 2022-12-01T10:39:42.2384432Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int32 PASSED [ 62%] 2022-12-01T10:39:42.2384596Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int64 PASSED [ 62%] 2022-12-01T10:39:42.2384763Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_float32 PASSED [ 62%] 2022-12-01T10:39:42.2384926Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int32 PASSED [ 62%] 2022-12-01T10:39:42.2385091Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_uint8 PASSED [ 62%] 2022-12-01T10:39:42.2385309Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_bfloat16 SKIPPED (Expected: empty is not comparable) [ 62%] 2022-12-01T10:39:42.2385525Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_complex128 SKIPPED (Expected: empty is not comparable) [ 62%] 2022-12-01T10:39:42.2385736Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_float32 SKIPPED (Expected: empty is not comparable) [ 62%] 2022-12-01T10:39:42.2385940Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_float64 SKIPPED (Expected: empty is not comparable) [ 62%] 2022-12-01T10:39:42.2386131Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int16 SKIPPED (Expected: empty is not comparable) [ 62%] 2022-12-01T10:39:42.2386398Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int32 SKIPPED (Expected: empty is not comparable) [ 62%] 2022-12-01T10:39:42.2386597Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_uint8 SKIPPED (Expected: empty is not comparable) [ 62%] 2022-12-01T10:39:42.2386811Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_bfloat16 SKIPPED (Expected: empty is not comparable) [ 62%] 2022-12-01T10:39:42.2387061Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_complex128 SKIPPED (Expected: empty is not comparable) [ 62%] 2022-12-01T10:39:42.2387278Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_complex32 SKIPPED (Expected: empty is not comparable) [ 62%] 2022-12-01T10:39:42.2387492Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_complex64 SKIPPED (Expected: empty is not comparable) [ 62%] 2022-12-01T10:39:42.2387705Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_float16 SKIPPED (Expected: empty is not comparable) [ 62%] 2022-12-01T10:39:42.2387918Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_float32 SKIPPED (Expected: empty is not comparable) [ 62%] 2022-12-01T10:39:42.2388126Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_float64 SKIPPED (Expected: empty is not comparable) [ 62%] 2022-12-01T10:39:42.2388324Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int64 SKIPPED (Expected: empty is not comparable) [ 62%] 2022-12-01T10:39:42.2388535Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_uint8 SKIPPED (Expected: empty is not comparable) [ 62%] 2022-12-01T10:39:42.2388698Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_bool PASSED [ 62%] 2022-12-01T10:39:42.2388868Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_complex128 PASSED [ 62%] 2022-12-01T10:39:42.2389038Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_complex32 PASSED [ 62%] 2022-12-01T10:39:42.2389203Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_float32 PASSED [ 62%] 2022-12-01T10:39:42.2389364Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_float64 PASSED [ 62%] 2022-12-01T10:39:42.2389525Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int64 PASSED [ 62%] 2022-12-01T10:39:42.2389689Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_uint8 PASSED [ 62%] 2022-12-01T10:39:42.2389842Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_bfloat16 PASSED [ 62%] 2022-12-01T10:39:42.2390004Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int32 PASSED [ 62%] 2022-12-01T10:39:42.2390166Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int64 PASSED [ 62%] 2022-12-01T10:39:42.2390333Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_bfloat16 PASSED [ 62%] 2022-12-01T10:39:42.2390499Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_float64 PASSED [ 62%] 2022-12-01T10:39:42.2390661Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int32 PASSED [ 62%] 2022-12-01T10:39:42.2390822Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int8 PASSED [ 62%] 2022-12-01T10:39:42.2390993Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_bfloat16 PASSED [ 62%] 2022-12-01T10:39:42.2391159Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_float32 PASSED [ 62%] 2022-12-01T10:39:42.2391316Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_float64 PASSED [ 62%] 2022-12-01T10:39:42.2391480Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int64 PASSED [ 62%] 2022-12-01T10:39:42.2391677Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int8 PASSED [ 62%] 2022-12-01T10:39:42.2391844Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_bfloat16 PASSED [ 62%] 2022-12-01T10:39:42.2392008Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_float32 PASSED [ 62%] 2022-12-01T10:39:42.2392170Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int16 PASSED [ 62%] 2022-12-01T10:39:42.2392370Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int32 PASSED [ 62%] 2022-12-01T10:39:42.2392527Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int64 PASSED [ 62%] 2022-12-01T10:39:42.2392675Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int8 PASSED [ 62%] 2022-12-01T10:39:42.2392834Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_uint8 PASSED [ 62%] 2022-12-01T10:39:42.2392994Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_bool PASSED [ 62%] 2022-12-01T10:39:42.2393164Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_complex128 PASSED [ 62%] 2022-12-01T10:39:42.2393330Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_float32 PASSED [ 62%] 2022-12-01T10:39:42.2393492Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_float64 PASSED [ 62%] 2022-12-01T10:39:42.2393658Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int32 PASSED [ 62%] 2022-12-01T10:39:42.2393819Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int8 PASSED [ 62%] 2022-12-01T10:39:42.2393979Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_uint8 PASSED [ 62%] 2022-12-01T10:39:42.2394143Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_complex128 PASSED [ 62%] 2022-12-01T10:39:42.2394321Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_complex64 PASSED [ 62%] 2022-12-01T10:39:42.2394496Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_float16 PASSED [ 62%] 2022-12-01T10:39:42.2394665Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_float64 PASSED [ 62%] 2022-12-01T10:39:42.2394833Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int64 PASSED [ 62%] 2022-12-01T10:39:42.2395002Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_uint8 PASSED [ 62%] 2022-12-01T10:39:42.2395165Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_bfloat16 PASSED [ 62%] 2022-12-01T10:39:42.2395336Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_complex64 PASSED [ 62%] 2022-12-01T10:39:42.2395504Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_float16 PASSED [ 62%] 2022-12-01T10:39:42.2395658Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_float32 PASSED [ 62%] 2022-12-01T10:39:42.2395826Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int32 PASSED [ 62%] 2022-12-01T10:39:42.2395989Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int8 PASSED [ 62%] 2022-12-01T10:39:42.2396153Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_bool PASSED [ 62%] 2022-12-01T10:39:42.2396322Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_float32 PASSED [ 62%] 2022-12-01T10:39:42.2396489Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_float64 PASSED [ 62%] 2022-12-01T10:39:42.2396653Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int32 PASSED [ 62%] 2022-12-01T10:39:42.2396814Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int8 PASSED [ 62%] 2022-12-01T10:39:42.2396967Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_complex128 PASSED [ 62%] 2022-12-01T10:39:42.2397174Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_complex64 PASSED [ 62%] 2022-12-01T10:39:42.2397340Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_float16 PASSED [ 62%] 2022-12-01T10:39:42.2397503Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_float64 PASSED [ 62%] 2022-12-01T10:39:42.2397664Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int32 PASSED [ 62%] 2022-12-01T10:39:42.2397861Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int8 PASSED [ 62%] 2022-12-01T10:39:42.2398027Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_bool PASSED [ 62%] 2022-12-01T10:39:42.2398203Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_complex128 PASSED [ 62%] 2022-12-01T10:39:42.2398368Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int16 PASSED [ 62%] 2022-12-01T10:39:42.2398522Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int8 PASSED [ 62%] 2022-12-01T10:39:42.2398685Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_bool PASSED [ 62%] 2022-12-01T10:39:42.2398858Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_complex128 PASSED [ 62%] 2022-12-01T10:39:42.2399030Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_complex64 PASSED [ 62%] 2022-12-01T10:39:42.2399201Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_float32 PASSED [ 62%] 2022-12-01T10:39:42.2399366Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_float64 PASSED [ 62%] 2022-12-01T10:39:42.2399532Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int16 PASSED [ 62%] 2022-12-01T10:39:42.2399695Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int32 PASSED [ 62%] 2022-12-01T10:39:42.2399861Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int8 PASSED [ 62%] 2022-12-01T10:39:42.2400014Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_uint8 PASSED [ 62%] 2022-12-01T10:39:42.2400177Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_bool PASSED [ 62%] 2022-12-01T10:39:42.2400351Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_complex128 PASSED [ 62%] 2022-12-01T10:39:42.2400519Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int16 PASSED [ 62%] 2022-12-01T10:39:42.2400682Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int32 PASSED [ 62%] 2022-12-01T10:39:42.2400850Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int8 PASSED [ 62%] 2022-12-01T10:39:42.2401033Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_complex128 PASSED [ 62%] 2022-12-01T10:39:42.2401209Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_float16 PASSED [ 62%] 2022-12-01T10:39:42.2401382Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_float64 PASSED [ 62%] 2022-12-01T10:39:42.2401540Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int16 PASSED [ 62%] 2022-12-01T10:39:42.2401707Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int64 PASSED [ 62%] 2022-12-01T10:39:42.2401879Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int8 PASSED [ 62%] 2022-12-01T10:39:42.2402046Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_bool PASSED [ 62%] 2022-12-01T10:39:42.2402214Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int8 PASSED [ 62%] 2022-12-01T10:39:42.2402386Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_complex64 PASSED [ 62%] 2022-12-01T10:39:42.2402587Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_float64 PASSED [ 62%] 2022-12-01T10:39:42.2402752Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int16 PASSED [ 62%] 2022-12-01T10:39:42.2402921Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int8 PASSED [ 62%] 2022-12-01T10:39:42.2403077Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_float64 PASSED [ 62%] 2022-12-01T10:39:42.2403272Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int16 PASSED [ 62%] 2022-12-01T10:39:42.2403435Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int64 PASSED [ 62%] 2022-12-01T10:39:42.2403609Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_complex128 PASSED [ 62%] 2022-12-01T10:39:42.2403779Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_float32 PASSED [ 62%] 2022-12-01T10:39:42.2403949Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_float64 PASSED [ 62%] 2022-12-01T10:39:42.2404116Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int8 PASSED [ 62%] 2022-12-01T10:39:42.2404280Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_uint8 PASSED [ 63%] 2022-12-01T10:39:42.2404439Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_complex128 PASSED [ 63%] 2022-12-01T10:39:42.2404682Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_complex64 PASSED [ 63%] 2022-12-01T10:39:42.2404854Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_float32 PASSED [ 63%] 2022-12-01T10:39:42.2405019Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int32 PASSED [ 63%] 2022-12-01T10:39:42.2405183Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int64 PASSED [ 63%] 2022-12-01T10:39:42.2405352Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int32 PASSED [ 63%] 2022-12-01T10:39:42.2405530Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_bfloat16 PASSED [ 63%] 2022-12-01T10:39:42.2405701Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_bool PASSED [ 63%] 2022-12-01T10:39:42.2405884Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_complex128 PASSED [ 63%] 2022-12-01T10:39:42.2406051Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_complex32 PASSED [ 63%] 2022-12-01T10:39:42.2406226Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_float16 PASSED [ 63%] 2022-12-01T10:39:42.2406402Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_float32 PASSED [ 63%] 2022-12-01T10:39:42.2406575Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int32 PASSED [ 63%] 2022-12-01T10:39:42.2406750Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int8 PASSED [ 63%] 2022-12-01T10:39:42.2406918Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_bool PASSED [ 63%] 2022-12-01T10:39:42.2407085Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_float32 PASSED [ 63%] 2022-12-01T10:39:42.2407252Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_float64 PASSED [ 63%] 2022-12-01T10:39:42.2407419Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int32 PASSED [ 63%] 2022-12-01T10:39:42.2407570Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int64 PASSED [ 63%] 2022-12-01T10:39:42.2407734Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int8 PASSED [ 63%] 2022-12-01T10:39:42.2407899Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_bool PASSED [ 63%] 2022-12-01T10:39:42.2408106Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int32 PASSED [ 63%] 2022-12-01T10:39:42.2408268Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int64 PASSED [ 63%] 2022-12-01T10:39:42.2408429Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_bool PASSED [ 63%] 2022-12-01T10:39:42.2408626Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_float64 PASSED [ 63%] 2022-12-01T10:39:42.2408793Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int64 PASSED [ 63%] 2022-12-01T10:39:42.2408967Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_complex64 PASSED [ 63%] 2022-12-01T10:39:42.2409120Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int16 PASSED [ 63%] 2022-12-01T10:39:42.2409283Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int32 PASSED [ 63%] 2022-12-01T10:39:42.2409447Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int8 PASSED [ 63%] 2022-12-01T10:39:42.2409622Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_complex128 PASSED [ 63%] 2022-12-01T10:39:42.2409787Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int16 PASSED [ 63%] 2022-12-01T10:39:42.2409953Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int32 PASSED [ 63%] 2022-12-01T10:39:42.2410114Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int64 PASSED [ 63%] 2022-12-01T10:39:42.2410279Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int8 PASSED [ 63%] 2022-12-01T10:39:42.2410451Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_complex64 PASSED [ 63%] 2022-12-01T10:39:42.2410610Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_float64 PASSED [ 63%] 2022-12-01T10:39:42.2410780Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int16 PASSED [ 63%] 2022-12-01T10:39:42.2410947Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_float32 PASSED [ 63%] 2022-12-01T10:39:42.2411113Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int16 PASSED [ 63%] 2022-12-01T10:39:42.2411278Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int32 PASSED [ 63%] 2022-12-01T10:39:42.2411440Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int64 PASSED [ 63%] 2022-12-01T10:39:42.2411608Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_bool PASSED [ 63%] 2022-12-01T10:39:42.2411778Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_float64 PASSED [ 63%] 2022-12-01T10:39:42.2411949Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int16 PASSED [ 63%] 2022-12-01T10:39:42.2412103Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int8 PASSED [ 63%] 2022-12-01T10:39:42.2412273Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_bool PASSED [ 63%] 2022-12-01T10:39:42.2412444Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_float32 PASSED [ 63%] 2022-12-01T10:39:42.2412613Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int8 PASSED [ 63%] 2022-12-01T10:39:42.2412780Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_complex32 PASSED [ 63%] 2022-12-01T10:39:42.2412947Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_complex64 PASSED [ 63%] 2022-12-01T10:39:42.2413116Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_float16 PASSED [ 63%] 2022-12-01T10:39:42.2413278Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int64 PASSED [ 63%] 2022-12-01T10:39:42.2413460Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int8 PASSED [ 63%] 2022-12-01T10:39:42.2413623Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_uint8 PASSED [ 63%] 2022-12-01T10:39:42.2413795Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_bfloat16 PASSED [ 63%] 2022-12-01T10:39:42.2414000Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_float16 PASSED [ 63%] 2022-12-01T10:39:42.2414167Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_float32 PASSED [ 63%] 2022-12-01T10:39:42.2414332Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int16 PASSED [ 63%] 2022-12-01T10:39:42.2414501Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int32 PASSED [ 63%] 2022-12-01T10:39:42.2414668Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_uint8 PASSED [ 63%] 2022-12-01T10:39:42.2414838Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_complex64 PASSED [ 63%] 2022-12-01T10:39:42.2414989Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int16 PASSED [ 63%] 2022-12-01T10:39:42.2415150Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int32 PASSED [ 63%] 2022-12-01T10:39:42.2415312Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int64 PASSED [ 63%] 2022-12-01T10:39:42.2415472Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_uint8 PASSED [ 63%] 2022-12-01T10:39:42.2415644Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_bfloat16 PASSED [ 63%] 2022-12-01T10:39:42.2415816Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_complex64 PASSED [ 63%] 2022-12-01T10:39:42.2415985Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_float64 PASSED [ 63%] 2022-12-01T10:39:42.2416153Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int16 PASSED [ 63%] 2022-12-01T10:39:42.2416328Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_complex128 PASSED [ 63%] 2022-12-01T10:39:42.2416481Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_float16 PASSED [ 63%] 2022-12-01T10:39:42.2416650Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_float64 PASSED [ 63%] 2022-12-01T10:39:42.2416820Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int32 PASSED [ 63%] 2022-12-01T10:39:42.2416985Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int64 PASSED [ 63%] 2022-12-01T10:39:42.2417155Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_bool PASSED [ 63%] 2022-12-01T10:39:42.2417333Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_complex128 PASSED [ 63%] 2022-12-01T10:39:42.2417514Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_complex64 PASSED [ 63%] 2022-12-01T10:39:42.2417690Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_float16 PASSED [ 63%] 2022-12-01T10:39:42.2417864Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int16 PASSED [ 63%] 2022-12-01T10:39:42.2418022Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_uint8 PASSED [ 63%] 2022-12-01T10:39:42.2418190Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_float64 PASSED [ 63%] 2022-12-01T10:39:42.2418355Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int16 PASSED [ 63%] 2022-12-01T10:39:42.2418520Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int8 PASSED [ 63%] 2022-12-01T10:39:42.2418696Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_float16 PASSED [ 63%] 2022-12-01T10:39:42.2418901Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_float32 PASSED [ 63%] 2022-12-01T10:39:42.2419077Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_float64 PASSED [ 63%] 2022-12-01T10:39:42.2419248Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int16 PASSED [ 63%] 2022-12-01T10:39:42.2419431Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int64 PASSED [ 63%] 2022-12-01T10:39:42.2419607Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int8 PASSED [ 63%] 2022-12-01T10:39:42.2419772Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_float16 PASSED [ 63%] 2022-12-01T10:39:42.2419936Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int16 PASSED [ 63%] 2022-12-01T10:39:42.2420095Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int32 PASSED [ 63%] 2022-12-01T10:39:42.2420260Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int8 PASSED [ 63%] 2022-12-01T10:39:42.2420421Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_bool PASSED [ 63%] 2022-12-01T10:39:42.2420580Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int16 PASSED [ 63%] 2022-12-01T10:39:42.2420741Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int32 PASSED [ 63%] 2022-12-01T10:39:42.2420885Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int64 PASSED [ 63%] 2022-12-01T10:39:42.2421043Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int8 PASSED [ 63%] 2022-12-01T10:39:42.2421200Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_uint8 PASSED [ 63%] 2022-12-01T10:39:42.2421384Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_bfloat16 SKIPPED (Skipped!) [ 63%] 2022-12-01T10:39:42.2421551Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_float16 PASSED [ 63%] 2022-12-01T10:39:42.2421714Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_float64 PASSED [ 63%] 2022-12-01T10:39:42.2421873Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int32 PASSED [ 63%] 2022-12-01T10:39:42.2422033Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int64 PASSED [ 63%] 2022-12-01T10:39:42.2422310Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_uint8 PASSED [ 63%] 2022-12-01T10:39:42.2422463Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_bfloat16 PASSED [ 63%] 2022-12-01T10:39:42.2422624Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_bool PASSED [ 63%] 2022-12-01T10:39:42.2422788Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_float16 PASSED [ 63%] 2022-12-01T10:39:42.2422950Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_float32 PASSED [ 63%] 2022-12-01T10:39:42.2423111Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_float64 PASSED [ 63%] 2022-12-01T10:39:42.2423271Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int16 PASSED [ 63%] 2022-12-01T10:39:42.2423435Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_bfloat16 PASSED [ 63%] 2022-12-01T10:39:42.2423595Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_float32 PASSED [ 63%] 2022-12-01T10:39:42.2423743Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int32 PASSED [ 63%] 2022-12-01T10:39:42.2423900Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int64 PASSED [ 63%] 2022-12-01T10:39:42.2424059Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_uint8 PASSED [ 63%] 2022-12-01T10:39:42.2424229Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_bool PASSED [ 63%] 2022-12-01T10:39:42.2424454Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_float16 PASSED [ 63%] 2022-12-01T10:39:42.2424623Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_float64 PASSED [ 63%] 2022-12-01T10:39:42.2424790Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int16 PASSED [ 63%] 2022-12-01T10:39:42.2424994Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int8 PASSED [ 63%] 2022-12-01T10:39:42.2425167Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_complex32 PASSED [ 63%] 2022-12-01T10:39:42.2425320Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_float16 PASSED [ 63%] 2022-12-01T10:39:42.2425487Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_float32 PASSED [ 63%] 2022-12-01T10:39:42.2425653Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_float64 PASSED [ 63%] 2022-12-01T10:39:42.2425818Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int32 PASSED [ 63%] 2022-12-01T10:39:42.2425984Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_uint8 PASSED [ 63%] 2022-12-01T10:39:42.2426152Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_bfloat16 PASSED [ 63%] 2022-12-01T10:39:42.2426317Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_bool PASSED [ 63%] 2022-12-01T10:39:42.2426492Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_complex128 PASSED [ 64%] 2022-12-01T10:39:42.2426662Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_complex32 PASSED [ 64%] 2022-12-01T10:39:42.2426816Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_float64 PASSED [ 64%] 2022-12-01T10:39:42.2426979Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int16 PASSED [ 64%] 2022-12-01T10:39:42.2427142Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int64 PASSED [ 64%] 2022-12-01T10:39:42.2427309Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hypot_cpu_float32 PASSED [ 64%] 2022-12-01T10:39:42.2427475Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:39:42.2427637Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_float32 PASSED [ 64%] 2022-12-01T10:39:42.2427795Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int16 PASSED [ 64%] 2022-12-01T10:39:42.2427962Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_float16 PASSED [ 64%] 2022-12-01T10:39:42.2428127Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_float32 PASSED [ 64%] 2022-12-01T10:39:42.2428284Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:39:42.2428456Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_float16 PASSED [ 64%] 2022-12-01T10:39:42.2428624Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_imag_cpu_complex32 PASSED [ 64%] 2022-12-01T10:39:42.2428789Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_imag_cpu_complex64 PASSED [ 64%] 2022-12-01T10:39:42.2428963Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:39:42.2429141Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_complex128 PASSED [ 64%] 2022-12-01T10:39:42.2429313Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_float16 PASSED [ 64%] 2022-12-01T10:39:42.2429480Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_float64 PASSED [ 64%] 2022-12-01T10:39:42.2429635Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int16 PASSED [ 64%] 2022-12-01T10:39:42.2429831Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int8 PASSED [ 64%] 2022-12-01T10:39:42.2430009Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_complex128 PASSED [ 64%] 2022-12-01T10:39:42.2430184Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_complex64 PASSED [ 64%] 2022-12-01T10:39:42.2430395Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_float16 PASSED [ 64%] 2022-12-01T10:39:42.2430564Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_float32 PASSED [ 64%] 2022-12-01T10:39:42.2430730Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int32 PASSED [ 64%] 2022-12-01T10:39:42.2430894Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int64 PASSED [ 64%] 2022-12-01T10:39:42.2431056Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_uint8 PASSED [ 64%] 2022-12-01T10:39:42.2431219Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:39:42.2431392Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_float32 PASSED [ 64%] 2022-12-01T10:39:42.2431558Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_float64 PASSED [ 64%] 2022-12-01T10:39:42.2431727Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int16 PASSED [ 64%] 2022-12-01T10:39:42.2431895Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int8 PASSED [ 64%] 2022-12-01T10:39:42.2432074Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_complex128 PASSED [ 64%] 2022-12-01T10:39:42.2432252Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_complex64 PASSED [ 64%] 2022-12-01T10:39:42.2432428Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_float32 PASSED [ 64%] 2022-12-01T10:39:42.2432601Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_float64 PASSED [ 64%] 2022-12-01T10:39:42.2432760Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int32 PASSED [ 64%] 2022-12-01T10:39:42.2432927Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int64 PASSED [ 64%] 2022-12-01T10:39:42.2438004Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_complex64 PASSED [ 64%] 2022-12-01T10:39:42.2438228Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_float32 PASSED [ 64%] 2022-12-01T10:39:42.2438405Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_float64 PASSED [ 64%] 2022-12-01T10:39:42.2438578Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int32 PASSED [ 64%] 2022-12-01T10:39:42.2438754Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int8 PASSED [ 64%] 2022-12-01T10:39:42.2438916Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:39:42.2439087Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_bool PASSED [ 64%] 2022-12-01T10:39:42.2439267Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_complex128 PASSED [ 64%] 2022-12-01T10:39:42.2439445Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_complex64 PASSED [ 64%] 2022-12-01T10:39:42.2439618Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_float32 PASSED [ 64%] 2022-12-01T10:39:42.2439786Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_float64 PASSED [ 64%] 2022-12-01T10:39:42.2439955Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int32 PASSED [ 64%] 2022-12-01T10:39:42.2440209Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int64 PASSED [ 64%] 2022-12-01T10:39:42.2440379Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_uint8 PASSED [ 64%] 2022-12-01T10:39:42.2440541Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_complex128 PASSED [ 64%] 2022-12-01T10:39:42.2440714Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_complex32 PASSED [ 64%] 2022-12-01T10:39:42.2440912Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int32 PASSED [ 64%] 2022-12-01T10:39:42.2441079Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int64 PASSED [ 64%] 2022-12-01T10:39:42.2441246Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_uint8 PASSED [ 64%] 2022-12-01T10:39:42.2441415Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:39:42.2441584Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_bool PASSED [ 64%] 2022-12-01T10:39:42.2441757Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_complex128 PASSED [ 64%] 2022-12-01T10:39:42.2441929Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_float64 PASSED [ 64%] 2022-12-01T10:39:42.2442081Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int64 PASSED [ 64%] 2022-12-01T10:39:42.2442248Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_uint8 PASSED [ 64%] 2022-12-01T10:39:42.2442418Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_bool PASSED [ 64%] 2022-12-01T10:39:42.2442590Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_float32 PASSED [ 64%] 2022-12-01T10:39:42.2442760Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int64 PASSED [ 64%] 2022-12-01T10:39:42.2442929Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int8 PASSED [ 64%] 2022-12-01T10:39:42.2443104Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:39:42.2443275Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_float32 PASSED [ 64%] 2022-12-01T10:39:42.2443431Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int16 PASSED [ 64%] 2022-12-01T10:39:42.2443603Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int32 PASSED [ 64%] 2022-12-01T10:39:42.2443770Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int64 PASSED [ 64%] 2022-12-01T10:39:42.2443941Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:39:42.2444108Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_float16 PASSED [ 64%] 2022-12-01T10:39:42.2444275Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_float32 PASSED [ 64%] 2022-12-01T10:39:42.2444443Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int16 PASSED [ 64%] 2022-12-01T10:39:42.2444711Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int64 PASSED [ 64%] 2022-12-01T10:39:42.2444880Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_uint8 PASSED [ 64%] 2022-12-01T10:39:42.2445032Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int16 PASSED [ 64%] 2022-12-01T10:39:42.2445196Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_uint8 PASSED [ 64%] 2022-12-01T10:39:42.2445361Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:39:42.2445525Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_float32 PASSED [ 64%] 2022-12-01T10:39:42.2445685Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int32 PASSED [ 64%] 2022-12-01T10:39:42.2445889Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int64 PASSED [ 64%] 2022-12-01T10:39:42.2446058Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_float32 PASSED [ 64%] 2022-12-01T10:39:42.2446225Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_float64 PASSED [ 64%] 2022-12-01T10:39:42.2446427Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int16 PASSED [ 64%] 2022-12-01T10:39:42.2446580Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int32 PASSED [ 64%] 2022-12-01T10:39:42.2446744Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int8 PASSED [ 64%] 2022-12-01T10:39:42.2446910Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_uint8 PASSED [ 64%] 2022-12-01T10:39:42.2447093Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_float16 PASSED [ 64%] 2022-12-01T10:39:42.2447278Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_float32 PASSED [ 64%] 2022-12-01T10:39:42.2447454Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_float64 PASSED [ 64%] 2022-12-01T10:39:42.2447630Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:39:42.2447812Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_complex128 PASSED [ 64%] 2022-12-01T10:39:42.2447991Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_float64 PASSED [ 64%] 2022-12-01T10:39:42.2448157Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_complex128 PASSED [ 64%] 2022-12-01T10:39:42.2448333Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_complex64 PASSED [ 64%] 2022-12-01T10:39:42.2448506Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_float64 PASSED [ 64%] 2022-12-01T10:39:42.2448693Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_complex128 PASSED [ 64%] 2022-12-01T10:39:42.2448871Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_float32 PASSED [ 64%] 2022-12-01T10:39:42.2449047Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_float64 PASSED [ 64%] 2022-12-01T10:39:42.2449239Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_complex128 PASSED [ 64%] 2022-12-01T10:39:42.2449421Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_float16 PASSED [ 64%] 2022-12-01T10:39:42.2449601Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_float64 PASSED [ 64%] 2022-12-01T10:39:42.2449760Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:39:42.2449935Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_float16 PASSED [ 64%] 2022-12-01T10:39:42.2450100Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_float32 PASSED [ 64%] 2022-12-01T10:39:42.2450263Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_float64 PASSED [ 64%] 2022-12-01T10:39:42.2450432Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int16 XFAIL [ 64%] 2022-12-01T10:39:42.2450600Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int64 XFAIL [ 64%] 2022-12-01T10:39:42.2450770Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int8 PASSED [ 64%] 2022-12-01T10:39:42.2450942Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_uint8 PASSED [ 64%] 2022-12-01T10:39:42.2451108Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:39:42.2451290Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_bool PASSED [ 64%] 2022-12-01T10:39:42.2451463Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_complex128 PASSED [ 64%] 2022-12-01T10:39:42.2451632Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_complex64 PASSED [ 64%] 2022-12-01T10:39:42.2451797Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_float32 PASSED [ 64%] 2022-12-01T10:39:42.2451992Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_float64 PASSED [ 64%] 2022-12-01T10:39:42.2452157Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int16 PASSED [ 64%] 2022-12-01T10:39:42.2452320Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int32 PASSED [ 64%] 2022-12-01T10:39:42.2452483Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_uint8 PASSED [ 64%] 2022-12-01T10:39:42.2452638Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:39:42.2452803Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_bool PASSED [ 64%] 2022-12-01T10:39:42.2452963Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int16 PASSED [ 64%] 2022-12-01T10:39:42.2453125Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int64 PASSED [ 64%] 2022-12-01T10:39:42.2453288Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int8 PASSED [ 64%] 2022-12-01T10:39:42.2453454Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:39:42.2453624Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_complex128 PASSED [ 64%] 2022-12-01T10:39:42.2453787Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_float32 PASSED [ 64%] 2022-12-01T10:39:42.2453954Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_float64 PASSED [ 65%] 2022-12-01T10:39:42.2454103Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int32 PASSED [ 65%] 2022-12-01T10:39:42.2454266Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int8 PASSED [ 65%] 2022-12-01T10:39:42.2454426Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_uint8 PASSED [ 65%] 2022-12-01T10:39:42.2454592Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:39:42.2454754Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_bool PASSED [ 65%] 2022-12-01T10:39:42.2454924Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_complex128 PASSED [ 65%] 2022-12-01T10:39:42.2455092Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_complex64 PASSED [ 65%] 2022-12-01T10:39:42.2455256Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_float32 PASSED [ 65%] 2022-12-01T10:39:42.2455419Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int16 PASSED [ 65%] 2022-12-01T10:39:42.2455568Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_uint8 PASSED [ 65%] 2022-12-01T10:39:42.2455744Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:39:42.2455922Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_cpu_float32 PASSED [ 65%] 2022-12-01T10:39:42.2456097Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:39:42.2456270Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_bool PASSED [ 65%] 2022-12-01T10:39:42.2456449Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_complex128 PASSED [ 65%] 2022-12-01T10:39:42.2456630Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_complex64 PASSED [ 65%] 2022-12-01T10:39:42.2456837Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_float32 PASSED [ 65%] 2022-12-01T10:39:42.2456998Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_float64 PASSED [ 65%] 2022-12-01T10:39:42.2457171Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int16 PASSED [ 65%] 2022-12-01T10:39:42.2457366Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int64 PASSED [ 65%] 2022-12-01T10:39:42.2457538Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int8 PASSED [ 65%] 2022-12-01T10:39:42.2457715Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_complex128 PASSED [ 65%] 2022-12-01T10:39:42.2457887Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_float32 PASSED [ 65%] 2022-12-01T10:39:42.2458062Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_float64 PASSED [ 65%] 2022-12-01T10:39:42.2458234Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int16 PASSED [ 65%] 2022-12-01T10:39:42.2458400Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int64 PASSED [ 65%] 2022-12-01T10:39:42.2458555Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int8 PASSED [ 65%] 2022-12-01T10:39:42.2458733Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_complex128 PASSED [ 65%] 2022-12-01T10:39:42.2458906Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_float32 PASSED [ 65%] 2022-12-01T10:39:42.2459076Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int32 PASSED [ 65%] 2022-12-01T10:39:42.2459242Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int64 PASSED [ 65%] 2022-12-01T10:39:42.2459420Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:39:42.2459591Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_bool PASSED [ 65%] 2022-12-01T10:39:42.2459768Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_complex64 PASSED [ 65%] 2022-12-01T10:39:42.2459942Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_float16 PASSED [ 65%] 2022-12-01T10:39:42.2460102Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_float32 PASSED [ 65%] 2022-12-01T10:39:42.2460274Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int16 PASSED [ 65%] 2022-12-01T10:39:42.2460442Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int64 PASSED [ 65%] 2022-12-01T10:39:42.2460613Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int8 PASSED [ 65%] 2022-12-01T10:39:42.2460785Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:39:42.2460953Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_float32 PASSED [ 65%] 2022-12-01T10:39:42.2461124Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int64 PASSED [ 65%] 2022-12-01T10:39:42.2461294Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int8 PASSED [ 65%] 2022-12-01T10:39:42.2461465Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_uint8 PASSED [ 65%] 2022-12-01T10:39:42.2461621Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_bool PASSED [ 65%] 2022-12-01T10:39:42.2461793Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_float32 PASSED [ 65%] 2022-12-01T10:39:42.2461963Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int32 PASSED [ 65%] 2022-12-01T10:39:42.2462303Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int64 PASSED [ 65%] 2022-12-01T10:39:42.2462531Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int8 PASSED [ 65%] 2022-12-01T10:39:42.2462695Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_bool PASSED [ 65%] 2022-12-01T10:39:42.2462859Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_float32 PASSED [ 65%] 2022-12-01T10:39:42.2463123Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int32 PASSED [ 65%] 2022-12-01T10:39:42.2463304Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_complex128 PASSED [ 65%] 2022-12-01T10:39:42.2463469Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_complex64 PASSED [ 65%] 2022-12-01T10:39:42.2463643Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_float64 PASSED [ 65%] 2022-12-01T10:39:42.2463815Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int16 PASSED [ 65%] 2022-12-01T10:39:42.2463982Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int64 PASSED [ 65%] 2022-12-01T10:39:42.2464152Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int8 PASSED [ 65%] 2022-12-01T10:39:42.2464322Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_uint8 PASSED [ 65%] 2022-12-01T10:39:42.2464491Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_bool PASSED [ 65%] 2022-12-01T10:39:42.2464659Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_float16 PASSED [ 65%] 2022-12-01T10:39:42.2464823Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_float64 PASSED [ 65%] 2022-12-01T10:39:42.2464978Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int16 PASSED [ 65%] 2022-12-01T10:39:42.2465147Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int8 PASSED [ 65%] 2022-12-01T10:39:42.2465314Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:39:42.2465510Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_complex64 PASSED [ 65%] 2022-12-01T10:39:42.2465701Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_float16 PASSED [ 65%] 2022-12-01T10:39:42.2465886Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_float32 PASSED [ 65%] 2022-12-01T10:39:42.2466070Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_float64 PASSED [ 65%] 2022-12-01T10:39:42.2466256Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int64 PASSED [ 65%] 2022-12-01T10:39:42.2466445Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int8 PASSED [ 65%] 2022-12-01T10:39:42.2466626Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:39:42.2466814Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_bool PASSED [ 65%] 2022-12-01T10:39:42.2467010Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_complex64 PASSED [ 65%] 2022-12-01T10:39:42.2467201Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_float16 PASSED [ 65%] 2022-12-01T10:39:42.2467387Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_float64 PASSED [ 65%] 2022-12-01T10:39:42.2467574Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int32 PASSED [ 65%] 2022-12-01T10:39:42.2467759Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int64 PASSED [ 65%] 2022-12-01T10:39:42.2467986Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int8 PASSED [ 65%] 2022-12-01T10:39:42.2468175Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_uint8 PASSED [ 65%] 2022-12-01T10:39:42.2468332Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_float32 PASSED [ 65%] 2022-12-01T10:39:42.2468525Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_float64 PASSED [ 65%] 2022-12-01T10:39:42.2468695Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int32 PASSED [ 65%] 2022-12-01T10:39:42.2468864Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int64 PASSED [ 65%] 2022-12-01T10:39:42.2469031Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int8 PASSED [ 65%] 2022-12-01T10:39:42.2469206Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:39:42.2469380Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_complex32 PASSED [ 65%] 2022-12-01T10:39:42.2469549Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_float32 PASSED [ 65%] 2022-12-01T10:39:42.2469715Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int16 PASSED [ 65%] 2022-12-01T10:39:42.2469869Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int64 PASSED [ 65%] 2022-12-01T10:39:42.2470035Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_uint8 PASSED [ 65%] 2022-12-01T10:39:42.2470197Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_bool PASSED [ 65%] 2022-12-01T10:39:42.2470362Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_complex32 PASSED [ 65%] 2022-12-01T10:39:42.2470531Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int16 PASSED [ 65%] 2022-12-01T10:39:42.2470700Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_bool PASSED [ 65%] 2022-12-01T10:39:42.2470867Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int16 PASSED [ 65%] 2022-12-01T10:39:42.2471034Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int8 PASSED [ 65%] 2022-12-01T10:39:42.2471202Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_uint8 PASSED [ 65%] 2022-12-01T10:39:42.2471353Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_complex32 PASSED [ 65%] 2022-12-01T10:39:42.2471522Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_float32 PASSED [ 65%] 2022-12-01T10:39:42.2471688Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int16 PASSED [ 65%] 2022-12-01T10:39:42.2471855Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int32 PASSED [ 65%] 2022-12-01T10:39:42.2472017Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int64 PASSED [ 65%] 2022-12-01T10:39:42.2472200Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_native_layer_norm_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:39:42.2472383Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_native_layer_norm_cpu_float32 PASSED [ 65%] 2022-12-01T10:39:42.2472552Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_complex64 PASSED [ 65%] 2022-12-01T10:39:42.2472699Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int16 PASSED [ 65%] 2022-12-01T10:39:42.2472858Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int64 PASSED [ 65%] 2022-12-01T10:39:42.2473018Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int8 PASSED [ 65%] 2022-12-01T10:39:42.2473205Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_uint8 PASSED [ 65%] 2022-12-01T10:39:42.2473371Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:39:42.2473539Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_complex32 PASSED [ 65%] 2022-12-01T10:39:42.2473704Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_float32 PASSED [ 65%] 2022-12-01T10:39:42.2473906Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_float64 PASSED [ 65%] 2022-12-01T10:39:42.2474070Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_uint8 PASSED [ 65%] 2022-12-01T10:39:42.2474276Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_complex128 SKIPPED (Expected: empty is not comparable) [ 65%] 2022-12-01T10:39:42.2474494Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_complex32 SKIPPED (Expected: empty is not comparable) [ 65%] 2022-12-01T10:39:42.2474712Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_complex64 SKIPPED (Expected: empty is not comparable) [ 65%] 2022-12-01T10:39:42.2474923Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_float32 SKIPPED (Expected: empty is not comparable) [ 65%] 2022-12-01T10:39:42.2475137Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int16 SKIPPED (Expected: empty is not comparable) [ 65%] 2022-12-01T10:39:42.2475346Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int32 SKIPPED (Expected: empty is not comparable) [ 65%] 2022-12-01T10:39:42.2475582Z 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:39:42.2475811Z 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:39:42.2476045Z 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:39:42.2476274Z 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:39:42.2476506Z 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:39:42.2476718Z 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:39:42.2476893Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:39:42.2477061Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_bool PASSED [ 65%] 2022-12-01T10:39:42.2477241Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_complex128 PASSED [ 65%] 2022-12-01T10:39:42.2477417Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_complex32 PASSED [ 65%] 2022-12-01T10:39:42.2477587Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_complex64 PASSED [ 66%] 2022-12-01T10:39:42.2477758Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_float16 PASSED [ 66%] 2022-12-01T10:39:42.2477927Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_float64 PASSED [ 66%] 2022-12-01T10:39:42.2478094Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int16 PASSED [ 66%] 2022-12-01T10:39:42.2478247Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int64 PASSED [ 66%] 2022-12-01T10:39:42.2478416Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int8 PASSED [ 66%] 2022-12-01T10:39:42.2478612Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_uint8 PASSED [ 66%] 2022-12-01T10:39:42.2478789Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_complex128 PASSED [ 66%] 2022-12-01T10:39:42.2478963Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_complex32 PASSED [ 66%] 2022-12-01T10:39:42.2479132Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_float16 PASSED [ 66%] 2022-12-01T10:39:42.2479325Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_float32 PASSED [ 66%] 2022-12-01T10:39:42.2479490Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_float64 PASSED [ 66%] 2022-12-01T10:39:42.2479655Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int16 PASSED [ 66%] 2022-12-01T10:39:42.2479809Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int64 PASSED [ 66%] 2022-12-01T10:39:42.2479978Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int8 PASSED [ 66%] 2022-12-01T10:39:42.2480152Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:39:42.2480328Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_complex128 PASSED [ 66%] 2022-12-01T10:39:42.2480508Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_complex32 PASSED [ 66%] 2022-12-01T10:39:42.2480681Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_float32 PASSED [ 66%] 2022-12-01T10:39:42.2480849Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_float64 PASSED [ 66%] 2022-12-01T10:39:42.2481020Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int16 PASSED [ 66%] 2022-12-01T10:39:42.2481187Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int64 PASSED [ 66%] 2022-12-01T10:39:42.2481340Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_uint8 PASSED [ 66%] 2022-12-01T10:39:42.2481525Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_celu_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:39:42.2481709Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_celu_cpu_float64 PASSED [ 66%] 2022-12-01T10:39:42.2481946Z 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:39:42.2482179Z 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:39:42.2482358Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_elu_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:39:42.2482542Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_gelu_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:39:42.2482726Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_glu_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:39:42.2482908Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_glu_cpu_float32 PASSED [ 66%] 2022-12-01T10:39:42.2483077Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_glu_cpu_float64 PASSED [ 66%] 2022-12-01T10:39:42.2483272Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:39:42.2483462Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cpu_float32 PASSED [ 66%] 2022-12-01T10:39:42.2483648Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_float64 PASSED [ 66%] 2022-12-01T10:39:42.2483832Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int32 PASSED [ 66%] 2022-12-01T10:39:42.2484050Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int8 PASSED [ 66%] 2022-12-01T10:39:42.2484251Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 66%] 2022-12-01T10:39:42.2484451Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cpu_float64 PASSED [ 66%] 2022-12-01T10:39:42.2484749Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_huber_loss_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:39:42.2484945Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_huber_loss_cpu_float16 PASSED [ 66%] 2022-12-01T10:39:42.2485114Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_huber_loss_cpu_float32 PASSED [ 66%] 2022-12-01T10:39:42.2485299Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:39:42.2485489Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_complex64 PASSED [ 66%] 2022-12-01T10:39:42.2485673Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_float16 PASSED [ 66%] 2022-12-01T10:39:42.2485857Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_float32 PASSED [ 66%] 2022-12-01T10:39:42.2486049Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:39:42.2486236Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:39:42.2486435Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:39:42.2486635Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 66%] 2022-12-01T10:39:42.2486824Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_float64 PASSED [ 66%] 2022-12-01T10:39:42.2487021Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int64 PASSED [ 66%] 2022-12-01T10:39:42.2487203Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mish_cpu_float32 PASSED [ 66%] 2022-12-01T10:39:42.2487388Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mish_cpu_float64 PASSED [ 66%] 2022-12-01T10:39:42.2487574Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cpu_float16 PASSED [ 66%] 2022-12-01T10:39:42.2487758Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cpu_float32 PASSED [ 66%] 2022-12-01T10:39:42.2487944Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cpu_float64 PASSED [ 66%] 2022-12-01T10:39:42.2488142Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:39:42.2488345Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_complex128 PASSED [ 66%] 2022-12-01T10:39:42.2488542Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_complex64 PASSED [ 66%] 2022-12-01T10:39:42.2488726Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_float16 PASSED [ 66%] 2022-12-01T10:39:42.2488920Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int32 PASSED [ 66%] 2022-12-01T10:39:42.2489113Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int64 PASSED [ 66%] 2022-12-01T10:39:42.2489308Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_uint8 PASSED [ 66%] 2022-12-01T10:39:42.2489529Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_float64 PASSED [ 66%] 2022-12-01T10:39:42.2489723Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int32 PASSED [ 66%] 2022-12-01T10:39:42.2489915Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int8 PASSED [ 66%] 2022-12-01T10:39:42.2490129Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_float32 PASSED [ 66%] 2022-12-01T10:39:42.2490315Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_float64 PASSED [ 66%] 2022-12-01T10:39:42.2490483Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int64 PASSED [ 66%] 2022-12-01T10:39:42.2490664Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:39:42.2490846Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_float32 PASSED [ 66%] 2022-12-01T10:39:42.2491027Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_float64 PASSED [ 66%] 2022-12-01T10:39:42.2491209Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int16 PASSED [ 66%] 2022-12-01T10:39:42.2491390Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int32 PASSED [ 66%] 2022-12-01T10:39:42.2491568Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int64 PASSED [ 66%] 2022-12-01T10:39:42.2491745Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_uint8 PASSED [ 66%] 2022-12-01T10:39:42.2491930Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_selu_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:39:42.2492116Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_selu_cpu_float32 PASSED [ 66%] 2022-12-01T10:39:42.2492282Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_selu_cpu_float64 PASSED [ 66%] 2022-12-01T10:39:42.2492473Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softplus_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:39:42.2492665Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:39:42.2492856Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_complex64 PASSED [ 66%] 2022-12-01T10:39:42.2493041Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int64 PASSED [ 66%] 2022-12-01T10:39:42.2493228Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int8 PASSED [ 66%] 2022-12-01T10:39:42.2493416Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_float64 PASSED [ 66%] 2022-12-01T10:39:42.2493602Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int8 PASSED [ 66%] 2022-12-01T10:39:42.2493788Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_uint8 PASSED [ 66%] 2022-12-01T10:39:42.2493940Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_float16 PASSED [ 66%] 2022-12-01T10:39:42.2494110Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_float32 PASSED [ 66%] 2022-12-01T10:39:42.2494275Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_float64 PASSED [ 66%] 2022-12-01T10:39:42.2494440Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_bool PASSED [ 66%] 2022-12-01T10:39:42.2494613Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_complex128 PASSED [ 66%] 2022-12-01T10:39:42.2494814Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_complex32 PASSED [ 66%] 2022-12-01T10:39:42.2494977Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int8 PASSED [ 66%] 2022-12-01T10:39:42.2495144Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_bool PASSED [ 66%] 2022-12-01T10:39:42.2495319Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_complex128 PASSED [ 66%] 2022-12-01T10:39:42.2495512Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_complex32 PASSED [ 66%] 2022-12-01T10:39:42.2495687Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_complex64 PASSED [ 66%] 2022-12-01T10:39:42.2495856Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int8 PASSED [ 66%] 2022-12-01T10:39:42.2496024Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_uint8 PASSED [ 66%] 2022-12-01T10:39:42.2496204Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_complex128 PASSED [ 66%] 2022-12-01T10:39:42.2496380Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_complex32 PASSED [ 66%] 2022-12-01T10:39:42.2496551Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_float32 PASSED [ 66%] 2022-12-01T10:39:42.2496720Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int32 PASSED [ 66%] 2022-12-01T10:39:42.2496878Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int8 PASSED [ 66%] 2022-12-01T10:39:42.2497047Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_uint8 PASSED [ 66%] 2022-12-01T10:39:42.2497216Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_complex128 PASSED [ 66%] 2022-12-01T10:39:42.2497384Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_complex64 PASSED [ 66%] 2022-12-01T10:39:42.2497552Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_float16 PASSED [ 66%] 2022-12-01T10:39:42.2497718Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_float32 PASSED [ 66%] 2022-12-01T10:39:42.2497881Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int32 PASSED [ 66%] 2022-12-01T10:39:42.2498044Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_bool PASSED [ 66%] 2022-12-01T10:39:42.2498214Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_complex64 PASSED [ 66%] 2022-12-01T10:39:42.2498367Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_float64 PASSED [ 66%] 2022-12-01T10:39:42.2498532Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int16 PASSED [ 66%] 2022-12-01T10:39:42.2498696Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int64 PASSED [ 66%] 2022-12-01T10:39:42.2498855Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int8 PASSED [ 66%] 2022-12-01T10:39:42.2499023Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:39:42.2499194Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_complex128 PASSED [ 66%] 2022-12-01T10:39:42.2499366Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_complex32 PASSED [ 66%] 2022-12-01T10:39:42.2499533Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_float16 PASSED [ 66%] 2022-12-01T10:39:42.2499700Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_float32 PASSED [ 66%] 2022-12-01T10:39:42.2499851Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_bool PASSED [ 66%] 2022-12-01T10:39:42.2500022Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_complex128 PASSED [ 66%] 2022-12-01T10:39:42.2500191Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_complex32 PASSED [ 66%] 2022-12-01T10:39:42.2500384Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_float16 PASSED [ 66%] 2022-12-01T10:39:42.2500548Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_float32 PASSED [ 66%] 2022-12-01T10:39:42.2500714Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_float64 PASSED [ 66%] 2022-12-01T10:39:42.2500908Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int64 PASSED [ 66%] 2022-12-01T10:39:42.2501073Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int8 PASSED [ 66%] 2022-12-01T10:39:42.2501236Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_bool PASSED [ 67%] 2022-12-01T10:39:42.2501391Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_complex64 PASSED [ 67%] 2022-12-01T10:39:42.2501557Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_float64 PASSED [ 67%] 2022-12-01T10:39:42.2501748Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int16 PASSED [ 67%] 2022-12-01T10:39:42.2501977Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int32 PASSED [ 67%] 2022-12-01T10:39:42.2502305Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int64 PASSED [ 67%] 2022-12-01T10:39:42.2502473Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int8 PASSED [ 67%] 2022-12-01T10:39:42.2502635Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_uint8 PASSED [ 67%] 2022-12-01T10:39:42.2502813Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:39:42.2502973Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_bool PASSED [ 67%] 2022-12-01T10:39:42.2503155Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_complex128 PASSED [ 67%] 2022-12-01T10:39:42.2503335Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_float16 PASSED [ 67%] 2022-12-01T10:39:42.2503508Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int16 PASSED [ 67%] 2022-12-01T10:39:42.2503677Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int32 PASSED [ 67%] 2022-12-01T10:39:42.2503849Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_uint8 PASSED [ 67%] 2022-12-01T10:39:42.2504041Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_bfloat16 SKIPPED (Skipped!) [ 67%] 2022-12-01T10:39:42.2504212Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int32 PASSED [ 67%] 2022-12-01T10:39:42.2504383Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:39:42.2504537Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_bool PASSED [ 67%] 2022-12-01T10:39:42.2504714Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_complex128 PASSED [ 67%] 2022-12-01T10:39:42.2504884Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_complex64 PASSED [ 67%] 2022-12-01T10:39:42.2505050Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_float64 PASSED [ 67%] 2022-12-01T10:39:42.2505219Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int8 PASSED [ 67%] 2022-12-01T10:39:42.2505391Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_bool PASSED [ 67%] 2022-12-01T10:39:42.2505571Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_complex128 PASSED [ 67%] 2022-12-01T10:39:42.2505748Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_complex32 PASSED [ 67%] 2022-12-01T10:39:42.2505920Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_float64 PASSED [ 67%] 2022-12-01T10:39:42.2506176Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int16 PASSED [ 67%] 2022-12-01T10:39:42.2506342Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int32 PASSED [ 67%] 2022-12-01T10:39:42.2506506Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int64 PASSED [ 67%] 2022-12-01T10:39:42.2506714Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_bool PASSED [ 67%] 2022-12-01T10:39:42.2506932Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_complex128 PASSED [ 67%] 2022-12-01T10:39:42.2507178Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_complex64 PASSED [ 67%] 2022-12-01T10:39:42.2507351Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_float16 PASSED [ 67%] 2022-12-01T10:39:42.2507517Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_float32 PASSED [ 67%] 2022-12-01T10:39:42.2507689Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_float64 PASSED [ 67%] 2022-12-01T10:39:42.2507844Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int64 PASSED [ 67%] 2022-12-01T10:39:42.2508013Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_uint8 PASSED [ 67%] 2022-12-01T10:39:42.2508181Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_float16 PASSED [ 67%] 2022-12-01T10:39:42.2508345Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_float64 PASSED [ 67%] 2022-12-01T10:39:42.2508510Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int64 PASSED [ 67%] 2022-12-01T10:39:42.2508674Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int8 PASSED [ 67%] 2022-12-01T10:39:42.2508836Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_uint8 PASSED [ 67%] 2022-12-01T10:39:42.2509008Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:39:42.2509163Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_complex128 PASSED [ 67%] 2022-12-01T10:39:42.2509329Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_float32 PASSED [ 67%] 2022-12-01T10:39:42.2509497Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_float64 PASSED [ 67%] 2022-12-01T10:39:42.2509662Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int16 PASSED [ 67%] 2022-12-01T10:39:42.2509826Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int32 PASSED [ 67%] 2022-12-01T10:39:42.2509989Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_float32 PASSED [ 67%] 2022-12-01T10:39:42.2510153Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int16 PASSED [ 67%] 2022-12-01T10:39:42.2510318Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int32 PASSED [ 67%] 2022-12-01T10:39:42.2510481Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int8 PASSED [ 67%] 2022-12-01T10:39:42.2510635Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:39:42.2510799Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_bool PASSED [ 67%] 2022-12-01T10:39:42.2510970Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_complex128 PASSED [ 67%] 2022-12-01T10:39:42.2511135Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_float32 PASSED [ 67%] 2022-12-01T10:39:42.2511297Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int16 PASSED [ 67%] 2022-12-01T10:39:42.2511458Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int32 PASSED [ 67%] 2022-12-01T10:39:42.2511660Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int64 PASSED [ 67%] 2022-12-01T10:39:42.2511823Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:39:42.2511994Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_complex128 PASSED [ 67%] 2022-12-01T10:39:42.2512147Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_float16 PASSED [ 67%] 2022-12-01T10:39:42.2512349Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int16 PASSED [ 67%] 2022-12-01T10:39:42.2512512Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int32 PASSED [ 67%] 2022-12-01T10:39:42.2512672Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_uint8 PASSED [ 67%] 2022-12-01T10:39:42.2512840Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_complex128 PASSED [ 67%] 2022-12-01T10:39:42.2513010Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_complex32 PASSED [ 67%] 2022-12-01T10:39:42.2513181Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_complex64 PASSED [ 67%] 2022-12-01T10:39:42.2513345Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_float16 PASSED [ 67%] 2022-12-01T10:39:42.2513493Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int16 PASSED [ 67%] 2022-12-01T10:39:42.2513654Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int64 PASSED [ 67%] 2022-12-01T10:39:42.2513814Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int8 PASSED [ 67%] 2022-12-01T10:39:42.2513978Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_uint8 PASSED [ 67%] 2022-12-01T10:39:42.2514144Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_bool PASSED [ 67%] 2022-12-01T10:39:42.2514320Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_complex64 PASSED [ 67%] 2022-12-01T10:39:42.2514492Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_float64 PASSED [ 67%] 2022-12-01T10:39:42.2514658Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int32 PASSED [ 67%] 2022-12-01T10:39:42.2514818Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_bool PASSED [ 67%] 2022-12-01T10:39:42.2514969Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_float32 PASSED [ 67%] 2022-12-01T10:39:42.2515135Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_float64 PASSED [ 67%] 2022-12-01T10:39:42.2515296Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int32 PASSED [ 67%] 2022-12-01T10:39:42.2515458Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int8 PASSED [ 67%] 2022-12-01T10:39:42.2515630Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:39:42.2515799Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int32 PASSED [ 67%] 2022-12-01T10:39:42.2515968Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int64 PASSED [ 67%] 2022-12-01T10:39:42.2516136Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_complex128 PASSED [ 67%] 2022-12-01T10:39:42.2516305Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_complex64 PASSED [ 67%] 2022-12-01T10:39:42.2516457Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_float64 PASSED [ 67%] 2022-12-01T10:39:42.2516620Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int8 PASSED [ 67%] 2022-12-01T10:39:42.2516786Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:39:42.2516948Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int64 PASSED [ 67%] 2022-12-01T10:39:42.2517147Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:39:42.2517312Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_bool PASSED [ 67%] 2022-12-01T10:39:42.2517476Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int16 PASSED [ 67%] 2022-12-01T10:39:42.2517639Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int64 PASSED [ 67%] 2022-12-01T10:39:42.2517816Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int8 PASSED [ 67%] 2022-12-01T10:39:42.2517978Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_uint8 PASSED [ 67%] 2022-12-01T10:39:42.2518150Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_cpu_float32 PASSED [ 67%] 2022-12-01T10:39:42.2518319Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_cpu_float64 PASSED [ 67%] 2022-12-01T10:39:42.2518505Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_float64 PASSED [ 67%] 2022-12-01T10:39:42.2518684Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_int32 PASSED [ 67%] 2022-12-01T10:39:42.2518863Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_int64 PASSED [ 67%] 2022-12-01T10:39:42.2519039Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_int8 PASSED [ 67%] 2022-12-01T10:39:42.2519219Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_uint8 PASSED [ 67%] 2022-12-01T10:39:42.2519382Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_bool PASSED [ 67%] 2022-12-01T10:39:42.2519564Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_float32 PASSED [ 67%] 2022-12-01T10:39:42.2519739Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_int32 PASSED [ 67%] 2022-12-01T10:39:42.2519917Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_int64 PASSED [ 67%] 2022-12-01T10:39:42.2520094Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_int8 PASSED [ 67%] 2022-12-01T10:39:42.2520269Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:39:42.2520443Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_bool PASSED [ 67%] 2022-12-01T10:39:42.2520613Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int16 PASSED [ 67%] 2022-12-01T10:39:42.2520782Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int32 PASSED [ 67%] 2022-12-01T10:39:42.2520934Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int64 PASSED [ 67%] 2022-12-01T10:39:42.2521103Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_bool PASSED [ 67%] 2022-12-01T10:39:42.2521278Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_float32 PASSED [ 67%] 2022-12-01T10:39:42.2521444Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int16 PASSED [ 67%] 2022-12-01T10:39:42.2521613Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int8 PASSED [ 67%] 2022-12-01T10:39:42.2521780Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_uint8 PASSED [ 67%] 2022-12-01T10:39:42.2521943Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_bool PASSED [ 67%] 2022-12-01T10:39:42.2522117Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_float64 PASSED [ 67%] 2022-12-01T10:39:42.2522289Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int16 PASSED [ 67%] 2022-12-01T10:39:42.2522444Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int64 PASSED [ 67%] 2022-12-01T10:39:42.2522651Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_bool PASSED [ 67%] 2022-12-01T10:39:42.2522827Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_float32 PASSED [ 67%] 2022-12-01T10:39:42.2523003Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_float64 PASSED [ 67%] 2022-12-01T10:39:42.2523208Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int16 PASSED [ 67%] 2022-12-01T10:39:42.2523384Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int32 PASSED [ 67%] 2022-12-01T10:39:42.2523557Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int64 PASSED [ 67%] 2022-12-01T10:39:42.2523761Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:39:42.2523965Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 PASSED [ 68%] 2022-12-01T10:39:42.2524152Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_float64 PASSED [ 68%] 2022-12-01T10:39:42.2524350Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int64 PASSED [ 68%] 2022-12-01T10:39:42.2524616Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int8 PASSED [ 68%] 2022-12-01T10:39:42.2524822Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_uint8 PASSED [ 68%] 2022-12-01T10:39:42.2525023Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_bfloat16 PASSED [ 68%] 2022-12-01T10:39:42.2525216Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int64 PASSED [ 68%] 2022-12-01T10:39:42.2525413Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_uint8 PASSED [ 68%] 2022-12-01T10:39:42.2525612Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_float64 PASSED [ 68%] 2022-12-01T10:39:42.2525805Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int16 PASSED [ 68%] 2022-12-01T10:39:42.2525997Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int32 PASSED [ 68%] 2022-12-01T10:39:42.2526172Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int64 PASSED [ 68%] 2022-12-01T10:39:42.2526367Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int8 PASSED [ 68%] 2022-12-01T10:39:42.2526559Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_bool PASSED [ 68%] 2022-12-01T10:39:42.2526754Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_int32 PASSED [ 68%] 2022-12-01T10:39:42.2526941Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_int8 PASSED [ 68%] 2022-12-01T10:39:42.2527128Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_uint8 PASSED [ 68%] 2022-12-01T10:39:42.2527305Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_bool PASSED [ 68%] 2022-12-01T10:39:42.2527483Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_float32 PASSED [ 68%] 2022-12-01T10:39:42.2527656Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int16 PASSED [ 68%] 2022-12-01T10:39:42.2527812Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int32 PASSED [ 68%] 2022-12-01T10:39:42.2528017Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_uint8 PASSED [ 68%] 2022-12-01T10:39:42.2528182Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_bool PASSED [ 68%] 2022-12-01T10:39:42.2528355Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_complex128 PASSED [ 68%] 2022-12-01T10:39:42.2528559Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_complex64 PASSED [ 68%] 2022-12-01T10:39:42.2528728Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_float64 PASSED [ 68%] 2022-12-01T10:39:42.2528890Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int16 PASSED [ 68%] 2022-12-01T10:39:42.2529059Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_bfloat16 PASSED [ 68%] 2022-12-01T10:39:42.2529232Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_complex64 PASSED [ 68%] 2022-12-01T10:39:42.2529387Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_float16 PASSED [ 68%] 2022-12-01T10:39:42.2529555Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_float64 PASSED [ 68%] 2022-12-01T10:39:42.2529720Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int16 PASSED [ 68%] 2022-12-01T10:39:42.2529885Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int32 PASSED [ 68%] 2022-12-01T10:39:42.2530052Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_uint8 PASSED [ 68%] 2022-12-01T10:39:42.2530229Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_complex32 PASSED [ 68%] 2022-12-01T10:39:42.2530398Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_float16 PASSED [ 68%] 2022-12-01T10:39:42.2530566Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_float64 PASSED [ 68%] 2022-12-01T10:39:42.2530735Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int16 PASSED [ 68%] 2022-12-01T10:39:42.2530889Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_bfloat16 PASSED [ 68%] 2022-12-01T10:39:42.2531055Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_bool PASSED [ 68%] 2022-12-01T10:39:42.2531222Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_complex32 PASSED [ 68%] 2022-12-01T10:39:42.2531390Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_float32 PASSED [ 68%] 2022-12-01T10:39:42.2531558Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_float64 PASSED [ 68%] 2022-12-01T10:39:42.2531724Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int16 PASSED [ 68%] 2022-12-01T10:39:42.2531888Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_bfloat16 PASSED [ 68%] 2022-12-01T10:39:42.2532059Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_complex128 PASSED [ 68%] 2022-12-01T10:39:42.2532235Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_complex128 PASSED [ 68%] 2022-12-01T10:39:42.2532396Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_complex64 PASSED [ 68%] 2022-12-01T10:39:42.2532569Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_float64 PASSED [ 68%] 2022-12-01T10:39:42.2532737Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_complex32 XFAIL [ 68%] 2022-12-01T10:39:42.2532904Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_complex64 PASSED [ 68%] 2022-12-01T10:39:42.2533067Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_float16 PASSED [ 68%] 2022-12-01T10:39:42.2533230Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_float32 PASSED [ 68%] 2022-12-01T10:39:42.2533428Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int8 PASSED [ 68%] 2022-12-01T10:39:42.2533599Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_complex128 PASSED [ 68%] 2022-12-01T10:39:42.2533747Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_float32 PASSED [ 68%] 2022-12-01T10:39:42.2533914Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_float64 PASSED [ 68%] 2022-12-01T10:39:42.2534106Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int16 PASSED [ 68%] 2022-12-01T10:39:42.2534267Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int64 PASSED [ 68%] 2022-12-01T10:39:42.2534441Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_complex64 PASSED [ 68%] 2022-12-01T10:39:42.2534615Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_float32 PASSED [ 68%] 2022-12-01T10:39:42.2534786Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int32 PASSED [ 68%] 2022-12-01T10:39:42.2534957Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int8 PASSED [ 68%] 2022-12-01T10:39:42.2535125Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_uint8 PASSED [ 68%] 2022-12-01T10:39:42.2535276Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_bfloat16 PASSED [ 68%] 2022-12-01T10:39:42.2535439Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_bool PASSED [ 68%] 2022-12-01T10:39:42.2535608Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_complex128 PASSED [ 68%] 2022-12-01T10:39:42.2535772Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_complex64 PASSED [ 68%] 2022-12-01T10:39:42.2535936Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_float16 PASSED [ 68%] 2022-12-01T10:39:42.2536097Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_float32 PASSED [ 68%] 2022-12-01T10:39:42.2536259Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int32 PASSED [ 68%] 2022-12-01T10:39:42.2536420Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_uint8 PASSED [ 68%] 2022-12-01T10:39:42.2536587Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_bfloat16 PASSED [ 68%] 2022-12-01T10:39:42.2536739Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_bool PASSED [ 68%] 2022-12-01T10:39:42.2536909Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_complex64 PASSED [ 68%] 2022-12-01T10:39:42.2537072Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_float32 PASSED [ 68%] 2022-12-01T10:39:42.2537233Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int16 PASSED [ 68%] 2022-12-01T10:39:42.2537393Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int32 PASSED [ 68%] 2022-12-01T10:39:42.2537553Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int64 PASSED [ 68%] 2022-12-01T10:39:42.2537719Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_bfloat16 PASSED [ 68%] 2022-12-01T10:39:42.2537880Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_bool PASSED [ 68%] 2022-12-01T10:39:42.2538037Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_complex64 PASSED [ 68%] 2022-12-01T10:39:42.2538204Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_float64 PASSED [ 68%] 2022-12-01T10:39:42.2538367Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int64 PASSED [ 68%] 2022-12-01T10:39:42.2538529Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int8 PASSED [ 68%] 2022-12-01T10:39:42.2538710Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_bfloat16 PASSED [ 68%] 2022-12-01T10:39:42.2538919Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_bool PASSED [ 68%] 2022-12-01T10:39:42.2539101Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_complex128 PASSED [ 68%] 2022-12-01T10:39:42.2539277Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_complex64 PASSED [ 68%] 2022-12-01T10:39:42.2539487Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_float16 PASSED [ 68%] 2022-12-01T10:39:42.2539651Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_float32 PASSED [ 68%] 2022-12-01T10:39:42.2539827Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_float64 PASSED [ 68%] 2022-12-01T10:39:42.2540001Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int8 PASSED [ 68%] 2022-12-01T10:39:42.2540174Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_uint8 PASSED [ 68%] 2022-12-01T10:39:42.2540341Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_bfloat16 PASSED [ 68%] 2022-12-01T10:39:42.2540503Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_bool PASSED [ 68%] 2022-12-01T10:39:42.2540671Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_complex64 PASSED [ 68%] 2022-12-01T10:39:42.2540833Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_float16 PASSED [ 68%] 2022-12-01T10:39:42.2540995Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int16 PASSED [ 68%] 2022-12-01T10:39:42.2541141Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int64 PASSED [ 68%] 2022-12-01T10:39:42.2541301Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int8 PASSED [ 68%] 2022-12-01T10:39:42.2541458Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_uint8 PASSED [ 68%] 2022-12-01T10:39:42.2541632Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_complex128 PASSED [ 68%] 2022-12-01T10:39:42.2541803Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_complex64 PASSED [ 68%] 2022-12-01T10:39:42.2541970Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_float64 PASSED [ 68%] 2022-12-01T10:39:42.2542134Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int64 PASSED [ 68%] 2022-12-01T10:39:42.2542523Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_uint8 PASSED [ 68%] 2022-12-01T10:39:42.2542688Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_bfloat16 PASSED [ 68%] 2022-12-01T10:39:42.2542870Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_complex128 PASSED [ 68%] 2022-12-01T10:39:42.2543047Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_complex32 PASSED [ 68%] 2022-12-01T10:39:42.2543226Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_complex64 PASSED [ 68%] 2022-12-01T10:39:42.2543400Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_float32 PASSED [ 68%] 2022-12-01T10:39:42.2543572Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_float64 PASSED [ 68%] 2022-12-01T10:39:42.2543742Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_uint8 PASSED [ 68%] 2022-12-01T10:39:42.2543913Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_complex64 PASSED [ 68%] 2022-12-01T10:39:42.2544080Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_float16 PASSED [ 68%] 2022-12-01T10:39:42.2544231Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_float64 PASSED [ 68%] 2022-12-01T10:39:42.2544397Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int32 PASSED [ 68%] 2022-12-01T10:39:42.2544629Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int8 PASSED [ 68%] 2022-12-01T10:39:42.2544792Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_uint8 PASSED [ 68%] 2022-12-01T10:39:42.2544967Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_indices_cpu_int32 PASSED [ 68%] 2022-12-01T10:39:42.2545136Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_bfloat16 PASSED [ 68%] 2022-12-01T10:39:42.2545333Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_bool PASSED [ 68%] 2022-12-01T10:39:42.2545500Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_float16 PASSED [ 68%] 2022-12-01T10:39:42.2545664Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int16 PASSED [ 68%] 2022-12-01T10:39:42.2545811Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int64 PASSED [ 68%] 2022-12-01T10:39:42.2545985Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_float16 PASSED [ 68%] 2022-12-01T10:39:42.2546160Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_float64 PASSED [ 68%] 2022-12-01T10:39:42.2546336Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int16 PASSED [ 68%] 2022-12-01T10:39:42.2546504Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int32 PASSED [ 68%] 2022-12-01T10:39:42.2546674Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_float32 PASSED [ 68%] 2022-12-01T10:39:42.2546837Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int16 PASSED [ 68%] 2022-12-01T10:39:42.2547001Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int32 PASSED [ 69%] 2022-12-01T10:39:42.2547165Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int8 PASSED [ 69%] 2022-12-01T10:39:42.2547312Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_uint8 PASSED [ 69%] 2022-12-01T10:39:42.2547487Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_bfloat16 PASSED [ 69%] 2022-12-01T10:39:42.2547661Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_complex32 PASSED [ 69%] 2022-12-01T10:39:42.2547828Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:42.2548005Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_bfloat16 PASSED [ 69%] 2022-12-01T10:39:42.2548183Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_complex128 PASSED [ 69%] 2022-12-01T10:39:42.2548359Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:42.2548529Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int32 PASSED [ 69%] 2022-12-01T10:39:42.2548683Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int64 PASSED [ 69%] 2022-12-01T10:39:42.2548863Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_bfloat16 PASSED [ 69%] 2022-12-01T10:39:42.2549042Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_complex128 PASSED [ 69%] 2022-12-01T10:39:42.2549219Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_complex32 PASSED [ 69%] 2022-12-01T10:39:42.2549396Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_float16 PASSED [ 69%] 2022-12-01T10:39:42.2549570Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:42.2549743Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_float64 PASSED [ 69%] 2022-12-01T10:39:42.2549915Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int16 PASSED [ 69%] 2022-12-01T10:39:42.2550148Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int32 PASSED [ 69%] 2022-12-01T10:39:42.2550306Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int8 PASSED [ 69%] 2022-12-01T10:39:42.2550477Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_uint8 PASSED [ 69%] 2022-12-01T10:39:42.2550652Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_bfloat16 PASSED [ 69%] 2022-12-01T10:39:42.2550861Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_bool PASSED [ 69%] 2022-12-01T10:39:42.2551038Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_complex64 PASSED [ 69%] 2022-12-01T10:39:42.2551210Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_float16 PASSED [ 69%] 2022-12-01T10:39:42.2551382Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int16 PASSED [ 69%] 2022-12-01T10:39:42.2551552Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int32 PASSED [ 69%] 2022-12-01T10:39:42.2551717Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int64 PASSED [ 69%] 2022-12-01T10:39:42.2551871Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int8 PASSED [ 69%] 2022-12-01T10:39:42.2552040Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_complex64 PASSED [ 69%] 2022-12-01T10:39:42.2552207Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_float16 PASSED [ 69%] 2022-12-01T10:39:42.2552371Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:42.2552534Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_float64 PASSED [ 69%] 2022-12-01T10:39:42.2552705Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_bfloat16 PASSED [ 69%] 2022-12-01T10:39:42.2552881Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_complex128 PASSED [ 69%] 2022-12-01T10:39:42.2553053Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_complex64 PASSED [ 69%] 2022-12-01T10:39:42.2553223Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:42.2553376Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_float64 PASSED [ 69%] 2022-12-01T10:39:42.2553545Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_bfloat16 PASSED [ 69%] 2022-12-01T10:39:42.2553710Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_bool PASSED [ 69%] 2022-12-01T10:39:42.2553877Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:42.2554042Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_float64 PASSED [ 69%] 2022-12-01T10:39:42.2554212Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int64 PASSED [ 69%] 2022-12-01T10:39:42.2554382Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_uint8 PASSED [ 69%] 2022-12-01T10:39:42.2554549Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_bfloat16 PASSED [ 69%] 2022-12-01T10:39:42.2554712Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_bool PASSED [ 69%] 2022-12-01T10:39:42.2554873Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_complex128 PASSED [ 69%] 2022-12-01T10:39:42.2555040Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_complex32 PASSED [ 69%] 2022-12-01T10:39:42.2555206Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_float16 PASSED [ 69%] 2022-12-01T10:39:42.2555372Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:42.2555569Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_float64 PASSED [ 69%] 2022-12-01T10:39:42.2555734Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int8 PASSED [ 69%] 2022-12-01T10:39:42.2555900Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_uint8 PASSED [ 69%] 2022-12-01T10:39:42.2556067Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_bool PASSED [ 69%] 2022-12-01T10:39:42.2556254Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_complex128 PASSED [ 69%] 2022-12-01T10:39:42.2556423Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:42.2556588Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_bool PASSED [ 69%] 2022-12-01T10:39:42.2556761Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_complex128 PASSED [ 69%] 2022-12-01T10:39:42.2556934Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_complex64 PASSED [ 69%] 2022-12-01T10:39:42.2557104Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_float16 PASSED [ 69%] 2022-12-01T10:39:42.2557271Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:42.2557438Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_float64 PASSED [ 69%] 2022-12-01T10:39:42.2557602Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int16 PASSED [ 69%] 2022-12-01T10:39:42.2557753Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int64 PASSED [ 69%] 2022-12-01T10:39:42.2557919Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int8 PASSED [ 69%] 2022-12-01T10:39:42.2558084Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_bfloat16 PASSED [ 69%] 2022-12-01T10:39:42.2558255Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_complex128 PASSED [ 69%] 2022-12-01T10:39:42.2558428Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_complex32 PASSED [ 69%] 2022-12-01T10:39:42.2558596Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:42.2558765Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_float64 PASSED [ 69%] 2022-12-01T10:39:42.2558929Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int64 PASSED [ 69%] 2022-12-01T10:39:42.2559093Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_bfloat16 PASSED [ 69%] 2022-12-01T10:39:42.2559245Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_bool PASSED [ 69%] 2022-12-01T10:39:42.2559418Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_complex128 PASSED [ 69%] 2022-12-01T10:39:42.2559586Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_complex64 PASSED [ 69%] 2022-12-01T10:39:42.2559756Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:42.2559921Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int16 PASSED [ 69%] 2022-12-01T10:39:42.2560086Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int32 PASSED [ 69%] 2022-12-01T10:39:42.2560250Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int64 PASSED [ 69%] 2022-12-01T10:39:42.2560415Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int8 PASSED [ 69%] 2022-12-01T10:39:42.2560594Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_bfloat16 PASSED [ 69%] 2022-12-01T10:39:42.2560760Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_float16 PASSED [ 69%] 2022-12-01T10:39:42.2560938Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:42.2561152Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_float64 PASSED [ 69%] 2022-12-01T10:39:42.2561316Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_H_cpu_complex64 PASSED [ 69%] 2022-12-01T10:39:42.2561476Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_T_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:42.2561679Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___getitem___cpu_float32 PASSED [ 69%] 2022-12-01T10:39:42.2561848Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rdiv___cpu_float32 PASSED [ 69%] 2022-12-01T10:39:42.2562022Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmatmul___cpu_complex64 PASSED [ 69%] 2022-12-01T10:39:42.2562177Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmul___cpu_complex64 PASSED [ 69%] 2022-12-01T10:39:42.2562345Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rpow___cpu_complex64 PASSED [ 69%] 2022-12-01T10:39:42.2562511Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rpow___cpu_float32 PASSED [ 69%] 2022-12-01T10:39:42.2562679Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rsub___cpu_complex64 PASSED [ 69%] 2022-12-01T10:39:42.2562842Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rsub___cpu_float32 PASSED [ 69%] 2022-12-01T10:39:42.2563004Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_acos_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:42.2563168Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_add_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:42.2563333Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcdiv_cpu_float32 XFAIL [ 69%] 2022-12-01T10:39:42.2563496Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcmul_cpu_float32 XFAIL [ 69%] 2022-12-01T10:39:42.2563648Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_cpu_complex64 PASSED [ 69%] 2022-12-01T10:39:42.2563833Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_decomposed_cpu_complex64 PASSED [ 69%] 2022-12-01T10:39:42.2564011Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_decomposed_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:42.2564176Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_all_cpu_complex64 PASSED [ 69%] 2022-12-01T10:39:42.2564337Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_all_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:42.2564500Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_amin_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:42.2564743Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_angle_cpu_complex64 PASSED [ 69%] 2022-12-01T10:39:42.2564910Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_angle_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:42.2565075Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_argmax_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:42.2565223Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_argmin_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:42.2565390Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_argsort_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:42.2565610Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_cpu_float32 SKIPPED (Errors when storage_offset is included) [ 69%] 2022-12-01T10:39:42.2565855Z 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:39:42.2566093Z 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:39:42.2566258Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_asin_cpu_complex64 PASSED [ 69%] 2022-12-01T10:39:42.2566419Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_asin_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:42.2566581Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_asinh_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:42.2566788Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atan_cpu_complex64 PASSED [ 69%] 2022-12-01T10:39:42.2566942Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_1d_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:42.2567114Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_2d_cpu_complex64 PASSED [ 69%] 2022-12-01T10:39:42.2567311Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_2d_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:42.2567484Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bfloat16_cpu_complex64 PASSED [ 69%] 2022-12-01T10:39:42.2567646Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bmm_cpu_complex64 PASSED [ 69%] 2022-12-01T10:39:42.2567807Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bool_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:42.2567999Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_shapes_cpu_float32 SKIPPED (Skipped!) [ 69%] 2022-12-01T10:39:42.2568186Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_tensors_cpu_complex64 PASSED [ 69%] 2022-12-01T10:39:42.2568365Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_tensors_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:42.2568527Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_to_cpu_complex64 PASSED [ 69%] 2022-12-01T10:39:42.2568700Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_to_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:42.2568864Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_byte_cpu_complex64 PASSED [ 69%] 2022-12-01T10:39:42.2569025Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_byte_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:42.2569191Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cat_cpu_complex64 PASSED [ 69%] 2022-12-01T10:39:42.2569353Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ceil_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:42.2569519Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_chalf_cpu_complex64 XFAIL [ 70%] 2022-12-01T10:39:42.2569681Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_char_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:42.2569826Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_char_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:42.2570003Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_solve_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:42.2570174Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_clamp_max_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:42.2570338Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_clone_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:42.2570514Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_column_stack_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:42.2570680Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_complex_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:42.2570859Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_physical_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:42.2571031Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_physical_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:42.2571210Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_constant_pad_nd_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:42.2571372Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_contiguous_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:42.2571543Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_contiguous_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:42.2571716Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_corrcoef_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:42.2571879Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cos_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:42.2572044Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cosh_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:42.2572246Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cov_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:42.2572413Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cross_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:42.2572575Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cummax_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:42.2572733Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumprod_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:42.2572950Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumulative_trapezoid_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:42.2573119Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_deg2rad_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:42.2573282Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:42.2573442Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:42.2573611Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_embed_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:42.2573785Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagflat_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:42.2573955Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagonal_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:42.2574115Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diff_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:42.2574283Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_floor_rounding_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:42.2574468Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_no_rounding_mode_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:42.2574648Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_no_rounding_mode_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:42.2574825Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_trunc_rounding_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:42.2574991Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dot_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:42.2575162Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_double_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:42.2575333Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dsplit_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:42.2575497Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dsplit_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:42.2575662Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dstack_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:42.2575809Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dstack_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:42.2575972Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_einsum_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:42.2576132Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_eq_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:42.2576293Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_erf_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:42.2576455Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_erfc_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:42.2576615Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_exp2_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:42.2576789Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_as_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:42.2576958Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:42.2577112Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:42.2577274Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_expm1_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:42.2577454Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_eye_cpu_complex64 SKIPPED (Skipped!) [ 70%] 2022-12-01T10:39:42.2577629Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_eye_cpu_float32 SKIPPED (Skipped!) [ 70%] 2022-12-01T10:39:42.2577832Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft2_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:42.2578001Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:42.2578166Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:42.2578330Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftn_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:42.2578530Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft2_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:42.2578685Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft2_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:42.2578854Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfftn_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:42.2579023Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:42.2579189Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:42.2579367Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftshift_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:42.2579542Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftshift_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:42.2579710Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ihfftn_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:42.2579883Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:42.2580055Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfftn_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:42.2580208Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_rfft2_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:42.2580375Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fill_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:42.2580536Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fill_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:42.2580706Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_flatten_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:42.2580870Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_flip_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:42.2581036Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fliplr_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:42.2581204Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_flipud_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:42.2581369Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_flipud_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:42.2581521Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:42.2581692Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_floor_divide_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:42.2581853Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fmax_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:42.2582014Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fmin_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:42.2582325Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fmod_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:42.2582494Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_gather_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:42.2582661Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_geqrf_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:42.2582823Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_gt_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:42.2582984Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_half_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:42.2583140Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_heaviside_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:42.2583305Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_histc_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:42.2583478Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_histogramdd_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:42.2583704Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_hsplit_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:42.2583869Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_hstack_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:42.2584030Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_hstack_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:42.2584221Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_i0_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:42.2584390Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_igamma_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:42.2584541Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_igammac_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:42.2584703Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_imag_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:42.2584875Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_add_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:42.2585047Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_copy_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:42.2585222Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_fill_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:42.2585391Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_put_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:42.2585561Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_inner_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:42.2585727Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_inner_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:42.2585895Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isclose_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:42.2586046Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isclose_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:42.2586211Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isinf_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:42.2586376Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isinf_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:42.2586542Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isnan_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:42.2586710Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isneginf_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:42.2586876Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isposinf_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:42.2587039Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isreal_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:42.2587251Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 70%] 2022-12-01T10:39:42.2587452Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 70%] 2022-12-01T10:39:42.2587605Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_kthvalue_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:42.2587768Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_le_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:42.2587933Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lerp_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:42.2588102Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cross_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:42.2588278Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:42.2588466Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_singular_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:42.2588647Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_singular_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:42.2588819Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eig_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:42.2588991Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigh_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:42.2589189Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvals_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:42.2589363Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvals_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:42.2589558Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_householder_product_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:42.2589750Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_householder_product_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:42.2589966Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:42.2590144Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_ex_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:42.2590317Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_ex_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:42.2590496Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:42.2590679Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_ex_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:42.2590844Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_solve_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:42.2591018Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:42.2591210Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:42.2591382Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:42.2591562Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_ex_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:42.2591751Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_power_cpu_complex64 PASSED [ 70%] 2022-12-01T10:39:42.2591928Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_power_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:42.2592110Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2592272Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_multi_dot_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2592465Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2592640Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_cpu_complex64 PASSED [ 71%] 2022-12-01T10:39:42.2592824Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_hermitian_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2593074Z 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:39:42.2593248Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_qr_cpu_complex64 PASSED [ 71%] 2022-12-01T10:39:42.2593416Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_qr_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2593597Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_ex_cpu_complex64 PASSED [ 71%] 2022-12-01T10:39:42.2593772Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_ex_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2593963Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_triangular_cpu_complex64 PASSED [ 71%] 2022-12-01T10:39:42.2594136Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_triangular_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2594309Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svd_cpu_complex64 PASSED [ 71%] 2022-12-01T10:39:42.2594487Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svdvals_cpu_complex64 PASSED [ 71%] 2022-12-01T10:39:42.2594662Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svdvals_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2594867Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorinv_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2595050Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorsolve_cpu_complex64 PASSED [ 71%] 2022-12-01T10:39:42.2595231Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorsolve_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2595433Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vander_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2595613Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vecdot_cpu_complex64 PASSED [ 71%] 2022-12-01T10:39:42.2595777Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vector_norm_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2595943Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linspace_cpu_float32 XFAIL [ 71%] 2022-12-01T10:39:42.2596106Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log10_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2596272Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log1p_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2596438Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log2_cpu_complex64 PASSED [ 71%] 2022-12-01T10:39:42.2596597Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log2_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2596759Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2596937Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_softmax_dtype_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2597096Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logaddexp2_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2597269Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logcumsumexp_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2597440Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_and_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2597632Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_not_cpu_complex64 SKIPPED (Skipped!) [ 71%] 2022-12-01T10:39:42.2597802Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_or_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2597973Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_xor_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2598146Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logspace_cpu_complex64 XFAIL [ 71%] 2022-12-01T10:39:42.2598313Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logspace_cpu_float32 XFAIL [ 71%] 2022-12-01T10:39:42.2598478Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_long_cpu_complex64 PASSED [ 71%] 2022-12-01T10:39:42.2598625Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_long_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2598786Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lt_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2598950Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_cpu_complex64 PASSED [ 71%] 2022-12-01T10:39:42.2599111Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2599282Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_solve_cpu_complex64 PASSED [ 71%] 2022-12-01T10:39:42.2599453Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_unpack_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2599617Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mH_cpu_complex64 PASSED [ 71%] 2022-12-01T10:39:42.2599794Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_argmax_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2599969Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_cumprod_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2600133Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_cumsum_cpu_complex64 PASSED [ 71%] 2022-12-01T10:39:42.2600342Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_cumsum_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2600511Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_fill_cpu_complex64 PASSED [ 71%] 2022-12-01T10:39:42.2600691Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_log_softmax_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2600870Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_logaddexp_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2601072Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_mean_cpu_complex64 PASSED [ 71%] 2022-12-01T10:39:42.2601243Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_prod_cpu_complex64 PASSED [ 71%] 2022-12-01T10:39:42.2601413Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_prod_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2601579Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_scatter_cpu_complex64 PASSED [ 71%] 2022-12-01T10:39:42.2601755Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_scatter_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2601933Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_select_cpu_complex64 PASSED [ 71%] 2022-12-01T10:39:42.2602103Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_select_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2602278Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_softmax_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2602460Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_std_cpu_complex64 PASSED [ 71%] 2022-12-01T10:39:42.2602709Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_std_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2602908Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_sum_cpu_complex64 PASSED [ 71%] 2022-12-01T10:39:42.2603076Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_matmul_cpu_complex64 PASSED [ 71%] 2022-12-01T10:39:42.2603236Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_matrix_exp_cpu_complex64 PASSED [ 71%] 2022-12-01T10:39:42.2603407Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_max_binary_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2603591Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_max_reduction_with_dim_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2603756Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_maximum_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2603923Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mean_cpu_complex64 PASSED [ 71%] 2022-12-01T10:39:42.2604086Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_median_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2604279Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_list_of_tensors_cpu_complex64 PASSED [ 71%] 2022-12-01T10:39:42.2604470Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_variadic_tensors_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2604719Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_min_binary_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2604872Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mm_cpu_complex64 PASSED [ 71%] 2022-12-01T10:39:42.2605035Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mode_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2605204Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_movedim_cpu_complex64 PASSED [ 71%] 2022-12-01T10:39:42.2605369Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_msort_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2605534Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mul_cpu_complex64 PASSED [ 71%] 2022-12-01T10:39:42.2605706Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_multinomial_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2605867Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mv_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2606050Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2606264Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nanmedian_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2606424Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nanquantile_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2606588Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nansum_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2606796Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_copy_cpu_complex64 PASSED [ 71%] 2022-12-01T10:39:42.2606967Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_copy_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2607148Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_native_layer_norm_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2607309Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ne_cpu_complex64 PASSED [ 71%] 2022-12-01T10:39:42.2607474Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_neg_cpu_complex64 PASSED [ 71%] 2022-12-01T10:39:42.2607638Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_neg_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2607813Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_cpu_complex64 SKIPPED (Skipped!) [ 71%] 2022-12-01T10:39:42.2607982Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_full_cpu_complex64 PASSED [ 71%] 2022-12-01T10:39:42.2608149Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_full_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2608319Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_ones_cpu_complex64 PASSED [ 71%] 2022-12-01T10:39:42.2608484Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_ones_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2608694Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional__scaled_dot_product_attention_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2608895Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2609094Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2609281Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_avg_pool2d_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2609452Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_bilinear_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2609652Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2609860Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2610044Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv2d_cpu_complex64 PASSED [ 71%] 2022-12-01T10:39:42.2610237Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2610427Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2610624Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2610816Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_cross_entropy_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2611002Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_ctc_loss_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2611187Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_dropout2d_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2611357Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_dropout_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2611548Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_embedding_bag_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2611793Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2611987Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_gaussian_nll_loss_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2612174Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_grid_sample_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2612385Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_group_norm_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2612573Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardshrink_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2612754Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardtanh_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2612934Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_huber_loss_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2613116Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_area_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2613312Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2613512Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2613699Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_l1_loss_cpu_complex64 PASSED [ 71%] 2022-12-01T10:39:42.2613881Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_linear_cpu_complex64 PASSED [ 71%] 2022-12-01T10:39:42.2614064Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_logsigmoid_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2614256Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2614447Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool1d_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2614636Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool2d_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2614802Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_mish_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2614984Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_mse_loss_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2615177Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_multi_margin_loss_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2615357Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_nll_loss_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2615546Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_normalize_cpu_complex64 PASSED [ 71%] 2022-12-01T10:39:42.2615732Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_normalize_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:42.2615922Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_circular_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:42.2616115Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_constant_cpu_complex64 PASSED [ 72%] 2022-12-01T10:39:42.2616309Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_reflect_cpu_complex64 PASSED [ 72%] 2022-12-01T10:39:42.2616497Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_reflect_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:42.2616674Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_replicate_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:42.2616857Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pdist_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:42.2617051Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_unshuffle_cpu_complex64 PASSED [ 72%] 2022-12-01T10:39:42.2617272Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:42.2617450Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_relu_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:42.2617639Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_silu_complex_cpu_complex64 PASSED [ 72%] 2022-12-01T10:39:42.2617856Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:42.2618041Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softmin_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:42.2618228Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softshrink_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:42.2618402Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softsign_cpu_complex64 PASSED [ 72%] 2022-12-01T10:39:42.2618594Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_tanhshrink_cpu_complex64 PASSED [ 72%] 2022-12-01T10:39:42.2618778Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_tanhshrink_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:42.2618974Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_loss_cpu_complex64 PASSED [ 72%] 2022-12-01T10:39:42.2619191Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 PASSED [ 72%] 2022-12-01T10:39:42.2619357Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nonzero_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:42.2619524Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_cpu_complex64 PASSED [ 72%] 2022-12-01T10:39:42.2619686Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:42.2619855Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_nuc_cpu_complex64 PASSED [ 72%] 2022-12-01T10:39:42.2620008Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_normal_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:42.2620187Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_normal_number_mean_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:42.2620347Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_cpu_float32 XFAIL [ 72%] 2022-12-01T10:39:42.2620518Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_like_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:42.2620685Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_outer_cpu_complex64 PASSED [ 72%] 2022-12-01T10:39:42.2620851Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_outer_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:42.2621023Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_pca_lowrank_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:42.2621194Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_permute_cpu_complex64 PASSED [ 72%] 2022-12-01T10:39:42.2621362Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_permute_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:42.2621521Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_pinverse_cpu_complex64 PASSED [ 72%] 2022-12-01T10:39:42.2621688Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_pinverse_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:42.2621853Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_polar_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:42.2622040Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_0_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:42.2622495Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_1_cpu_float32 SKIPPED (Skipped!) [ 72%] 2022-12-01T10:39:42.2622704Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_3_cpu_float32 SKIPPED (Skipped!) [ 72%] 2022-12-01T10:39:42.2622877Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_positive_cpu_complex64 PASSED [ 72%] 2022-12-01T10:39:42.2623114Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_positive_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:42.2623264Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_put_cpu_complex64 PASSED [ 72%] 2022-12-01T10:39:42.2623427Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_qr_cpu_complex64 PASSED [ 72%] 2022-12-01T10:39:42.2623588Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_qr_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:42.2623799Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rad2deg_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:42.2623962Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_cpu_float32 XFAIL [ 72%] 2022-12-01T10:39:42.2624137Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_like_cpu_complex64 PASSED [ 72%] 2022-12-01T10:39:42.2624309Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_like_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:42.2624476Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ravel_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:42.2624640Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_real_cpu_complex64 PASSED [ 72%] 2022-12-01T10:39:42.2624788Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_real_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:42.2624954Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_renorm_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:42.2625126Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_cpu_complex64 PASSED [ 72%] 2022-12-01T10:39:42.2625289Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:42.2625472Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_interleave_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:42.2625646Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_as_cpu_complex64 PASSED [ 72%] 2022-12-01T10:39:42.2625815Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_as_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:42.2625989Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_cpu_complex64 PASSED [ 72%] 2022-12-01T10:39:42.2626161Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize__cpu_complex64 PASSED [ 72%] 2022-12-01T10:39:42.2626317Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize_as__cpu_complex64 PASSED [ 72%] 2022-12-01T10:39:42.2626486Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize_as__cpu_float32 PASSED [ 72%] 2022-12-01T10:39:42.2626662Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_conj_cpu_complex64 PASSED [ 72%] 2022-12-01T10:39:42.2626827Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_roll_cpu_complex64 PASSED [ 72%] 2022-12-01T10:39:42.2626988Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_roll_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:42.2627156Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rot90_cpu_complex64 PASSED [ 72%] 2022-12-01T10:39:42.2627323Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:42.2627505Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_decimals_0_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:42.2627683Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_decimals_3_cpu_float32 SKIPPED (Skipped!) [ 72%] 2022-12-01T10:39:42.2627879Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_decimals_neg_3_cpu_float32 SKIPPED (Skipped!) [ 72%] 2022-12-01T10:39:42.2628045Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsqrt_cpu_complex64 PASSED [ 72%] 2022-12-01T10:39:42.2628209Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsub_cpu_complex64 PASSED [ 72%] 2022-12-01T10:39:42.2628383Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_add_cpu_complex64 PASSED [ 72%] 2022-12-01T10:39:42.2628553Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_add_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:42.2628772Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_cpu_complex64 PASSED [ 72%] 2022-12-01T10:39:42.2628937Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:42.2629116Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_mean_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:42.2629327Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_prod_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:42.2629506Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_sum_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:42.2629680Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_searchsorted_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:42.2629848Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_select_cpu_complex64 PASSED [ 72%] 2022-12-01T10:39:42.2630023Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_select_scatter_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:42.2630191Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_short_cpu_complex64 PASSED [ 72%] 2022-12-01T10:39:42.2630358Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_short_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:42.2630528Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sigmoid_cpu_complex64 PASSED [ 72%] 2022-12-01T10:39:42.2630698Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_signbit_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:42.2630848Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sin_cpu_complex64 PASSED [ 72%] 2022-12-01T10:39:42.2631011Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinc_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:42.2631173Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinh_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:42.2631339Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_slice_cpu_complex64 PASSED [ 72%] 2022-12-01T10:39:42.2631506Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_slice_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:42.2631685Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_softmax_with_dtype_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:42.2631889Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sparse_sampled_addmm_cpu_complex64 SKIPPED (Skipped!) [ 72%] 2022-12-01T10:39:42.2632090Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sparse_sampled_addmm_cpu_float32 SKIPPED (Skipped!) [ 72%] 2022-12-01T10:39:42.2632268Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_airy_ai_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:42.2632432Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_j0_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:42.2632608Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_j1_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:42.2632784Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_y0_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:42.2632981Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_t_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:42.2633151Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_entr_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:42.2633328Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_erfcx_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:42.2633522Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_hermite_polynomial_h_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:42.2633714Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_hermite_polynomial_he_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:42.2633904Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_laguerre_polynomial_l_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:42.2634067Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_log_ndtr_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:42.2634299Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_i0_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:42.2634488Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_k0_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:42.2634692Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:42.2635291Z 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:39:42.2635488Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_spherical_bessel_j0_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:42.2635659Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_zeta_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:42.2635831Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_cpu_complex64 PASSED [ 72%] 2022-12-01T10:39:42.2635999Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:42.2636162Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_list_args_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:42.2636332Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sqrt_cpu_complex64 PASSED [ 72%] 2022-12-01T10:39:42.2636497Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sqrt_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:42.2636663Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_square_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:42.2636832Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_stack_cpu_complex64 PASSED [ 72%] 2022-12-01T10:39:42.2636997Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_stack_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:42.2637161Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_cpu_complex64 PASSED [ 72%] 2022-12-01T10:39:42.2637330Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_mean_cpu_complex64 PASSED [ 72%] 2022-12-01T10:39:42.2637499Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_mean_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:42.2637649Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_stft_cpu_complex64 PASSED [ 72%] 2022-12-01T10:39:42.2637811Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_stft_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:42.2637975Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sub_cpu_complex64 PASSED [ 72%] 2022-12-01T10:39:42.2638148Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_to_size_cpu_complex64 PASSED [ 72%] 2022-12-01T10:39:42.2638319Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_to_size_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:42.2638482Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_svd_cpu_complex64 PASSED [ 72%] 2022-12-01T10:39:42.2638654Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_svd_lowrank_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:42.2638824Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_symeig_cpu_complex64 PASSED [ 72%] 2022-12-01T10:39:42.2638973Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_symeig_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:42.2639135Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_t_cpu_complex64 PASSED [ 72%] 2022-12-01T10:39:42.2639311Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_along_dim_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:42.2639471Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tanh_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:42.2639640Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensordot_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2639804Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tile_cpu_complex64 PASSED [ 73%] 2022-12-01T10:39:42.2639972Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_sparse_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2640170Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_topk_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2640330Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trace_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2640491Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_transpose_cpu_complex64 PASSED [ 73%] 2022-12-01T10:39:42.2640661Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_transpose_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2640857Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapezoid_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2641022Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapz_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2641203Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_triangular_solve_cpu_complex64 PASSED [ 73%] 2022-12-01T10:39:42.2641382Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_triangular_solve_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2641549Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trunc_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2641712Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unbind_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2641880Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unflatten_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2642034Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unfold_cpu_complex64 PASSED [ 73%] 2022-12-01T10:39:42.2642204Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_uniform_cpu_complex64 XFAIL [ 73%] 2022-12-01T10:39:42.2642371Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unsqueeze_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2642534Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_cpu_complex64 PASSED [ 73%] 2022-12-01T10:39:42.2642696Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2642858Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_mean_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2643022Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_vdot_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2643188Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_cpu_complex64 PASSED [ 73%] 2022-12-01T10:39:42.2643347Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_real_cpu_complex64 PASSED [ 73%] 2022-12-01T10:39:42.2643515Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_cpu_complex64 PASSED [ 73%] 2022-12-01T10:39:42.2643680Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_vsplit_cpu_complex64 PASSED [ 73%] 2022-12-01T10:39:42.2643841Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_vsplit_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2644004Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_vstack_cpu_complex64 PASSED [ 73%] 2022-12-01T10:39:42.2644171Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_where_cpu_complex64 PASSED [ 73%] 2022-12-01T10:39:42.2644335Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_where_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2644497Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_xlogy_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2644738Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_zero__cpu_complex64 PASSED [ 73%] 2022-12-01T10:39:42.2644894Z test_ops.py::TestCompositeComplianceCPU::test_backward_H_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2645067Z test_ops.py::TestCompositeComplianceCPU::test_backward___radd___cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2645239Z test_ops.py::TestCompositeComplianceCPU::test_backward___rdiv___cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2645408Z test_ops.py::TestCompositeComplianceCPU::test_backward___rmul___cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2645579Z test_ops.py::TestCompositeComplianceCPU::test_backward___rpow___cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2645747Z test_ops.py::TestCompositeComplianceCPU::test_backward_add_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2645953Z test_ops.py::TestCompositeComplianceCPU::test_backward_addcdiv_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2646125Z test_ops.py::TestCompositeComplianceCPU::test_backward_addmm_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2646282Z test_ops.py::TestCompositeComplianceCPU::test_backward_addmv_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2646453Z test_ops.py::TestCompositeComplianceCPU::test_backward_addr_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2646648Z test_ops.py::TestCompositeComplianceCPU::test_backward_asin_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2646821Z test_ops.py::TestCompositeComplianceCPU::test_backward_atan2_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2646996Z test_ops.py::TestCompositeComplianceCPU::test_backward_atleast_1d_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2647173Z test_ops.py::TestCompositeComplianceCPU::test_backward_atleast_2d_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2647342Z test_ops.py::TestCompositeComplianceCPU::test_backward_baddbmm_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2647514Z test_ops.py::TestCompositeComplianceCPU::test_backward_bmm_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2647701Z test_ops.py::TestCompositeComplianceCPU::test_backward_broadcast_tensors_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2647867Z test_ops.py::TestCompositeComplianceCPU::test_backward_broadcast_to_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2648038Z test_ops.py::TestCompositeComplianceCPU::test_backward_cat_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2648206Z test_ops.py::TestCompositeComplianceCPU::test_backward_cdist_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2648374Z test_ops.py::TestCompositeComplianceCPU::test_backward_ceil_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2648541Z test_ops.py::TestCompositeComplianceCPU::test_backward_chunk_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2648713Z test_ops.py::TestCompositeComplianceCPU::test_backward_clamp_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2648889Z test_ops.py::TestCompositeComplianceCPU::test_backward_clamp_max_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2649065Z test_ops.py::TestCompositeComplianceCPU::test_backward_clamp_min_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2649222Z test_ops.py::TestCompositeComplianceCPU::test_backward_clone_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2649406Z test_ops.py::TestCompositeComplianceCPU::test_backward_constant_pad_nd_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2649580Z test_ops.py::TestCompositeComplianceCPU::test_backward_copysign_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2649756Z test_ops.py::TestCompositeComplianceCPU::test_backward_corrcoef_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2649928Z test_ops.py::TestCompositeComplianceCPU::test_backward_cummin_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2650102Z test_ops.py::TestCompositeComplianceCPU::test_backward_cumsum_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2650294Z test_ops.py::TestCompositeComplianceCPU::test_backward_cumulative_trapezoid_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2650467Z test_ops.py::TestCompositeComplianceCPU::test_backward_diagflat_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2650638Z test_ops.py::TestCompositeComplianceCPU::test_backward_diagonal_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2650793Z test_ops.py::TestCompositeComplianceCPU::test_backward_dist_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2650959Z test_ops.py::TestCompositeComplianceCPU::test_backward_dot_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2651131Z test_ops.py::TestCompositeComplianceCPU::test_backward_double_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2651303Z test_ops.py::TestCompositeComplianceCPU::test_backward_einsum_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2651472Z test_ops.py::TestCompositeComplianceCPU::test_backward_erfinv_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2651643Z test_ops.py::TestCompositeComplianceCPU::test_backward_expand_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2651852Z test_ops.py::TestCompositeComplianceCPU::test_backward_expm1_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2652024Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fft2_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2652182Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fft_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2652361Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fftshift_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2652565Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_hfft2_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2652738Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_hfft_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2652909Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifft2_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2653083Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ihfft2_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2653255Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_irfft_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2653428Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_irfftn_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2653582Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_rfftn_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2653754Z test_ops.py::TestCompositeComplianceCPU::test_backward_flatten_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2653924Z test_ops.py::TestCompositeComplianceCPU::test_backward_fliplr_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2654096Z test_ops.py::TestCompositeComplianceCPU::test_backward_flipud_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2654266Z test_ops.py::TestCompositeComplianceCPU::test_backward_float_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2654444Z test_ops.py::TestCompositeComplianceCPU::test_backward_float_power_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2654613Z test_ops.py::TestCompositeComplianceCPU::test_backward_floor_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2654782Z test_ops.py::TestCompositeComplianceCPU::test_backward_fmax_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2654956Z test_ops.py::TestCompositeComplianceCPU::test_backward_hsplit_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2655109Z test_ops.py::TestCompositeComplianceCPU::test_backward_i0_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2655282Z test_ops.py::TestCompositeComplianceCPU::test_backward_index_add_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2655456Z test_ops.py::TestCompositeComplianceCPU::test_backward_index_copy_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2655631Z test_ops.py::TestCompositeComplianceCPU::test_backward_index_fill_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2655805Z test_ops.py::TestCompositeComplianceCPU::test_backward_index_reduce_cpu_float32 XFAIL [ 73%] 2022-12-01T10:39:42.2655982Z test_ops.py::TestCompositeComplianceCPU::test_backward_index_select_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2656151Z test_ops.py::TestCompositeComplianceCPU::test_backward_inner_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2656327Z test_ops.py::TestCompositeComplianceCPU::test_backward_kthvalue_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2656481Z test_ops.py::TestCompositeComplianceCPU::test_backward_lerp_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2656657Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cond_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2656834Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cross_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2657007Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_det_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2657180Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eig_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2657364Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eigvals_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2657548Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_factor_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2657732Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_matrix_norm_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2657950Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_matrix_power_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2658118Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_multi_dot_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2658296Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_norm_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2658524Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2658780Z 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:39:42.2658964Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_solve_ex_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2659157Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_solve_triangular_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2659335Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_svd_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2659516Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_svdvals_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2659704Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_tensorsolve_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2659869Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_vander_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2660049Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_vecdot_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2660236Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_vector_norm_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2660407Z test_ops.py::TestCompositeComplianceCPU::test_backward_log1p_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2660574Z test_ops.py::TestCompositeComplianceCPU::test_backward_log_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2660750Z test_ops.py::TestCompositeComplianceCPU::test_backward_log_softmax_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2660934Z test_ops.py::TestCompositeComplianceCPU::test_backward_log_softmax_dtype_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2661110Z test_ops.py::TestCompositeComplianceCPU::test_backward_logaddexp_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2661289Z test_ops.py::TestCompositeComplianceCPU::test_backward_logcumsumexp_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2661446Z test_ops.py::TestCompositeComplianceCPU::test_backward_logit_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2661614Z test_ops.py::TestCompositeComplianceCPU::test_backward_lu_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2661790Z test_ops.py::TestCompositeComplianceCPU::test_backward_lu_unpack_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2661960Z test_ops.py::TestCompositeComplianceCPU::test_backward_mH_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2662136Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_amin_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2662456Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_cumprod_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:42.2662636Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_cumsum_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2662812Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_fill_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2662986Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_log_softmax_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2663171Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_logaddexp_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2663348Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_mean_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2663524Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_norm_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2663708Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_normalize_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2663936Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_prod_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2664117Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_scatter_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2664292Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_std_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2664467Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_sum_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2664656Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_var_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2664833Z test_ops.py::TestCompositeComplianceCPU::test_backward_matmul_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2665010Z test_ops.py::TestCompositeComplianceCPU::test_backward_matrix_exp_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2665180Z test_ops.py::TestCompositeComplianceCPU::test_backward_mean_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2665353Z test_ops.py::TestCompositeComplianceCPU::test_backward_median_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2665549Z test_ops.py::TestCompositeComplianceCPU::test_backward_meshgrid_list_of_tensors_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2665747Z test_ops.py::TestCompositeComplianceCPU::test_backward_meshgrid_variadic_tensors_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2665922Z test_ops.py::TestCompositeComplianceCPU::test_backward_min_binary_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2666101Z test_ops.py::TestCompositeComplianceCPU::test_backward_min_reduction_with_dim_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2666277Z test_ops.py::TestCompositeComplianceCPU::test_backward_minimum_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2666449Z test_ops.py::TestCompositeComplianceCPU::test_backward_mul_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2666638Z test_ops.py::TestCompositeComplianceCPU::test_backward_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2666811Z test_ops.py::TestCompositeComplianceCPU::test_backward_nanmean_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2666991Z test_ops.py::TestCompositeComplianceCPU::test_backward_nanquantile_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2667160Z test_ops.py::TestCompositeComplianceCPU::test_backward_narrow_cpu_float32 XFAIL [ 74%] 2022-12-01T10:39:42.2667343Z test_ops.py::TestCompositeComplianceCPU::test_backward_native_batch_norm_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2667524Z test_ops.py::TestCompositeComplianceCPU::test_backward_native_layer_norm_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2667731Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional__scaled_dot_product_attention_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2667938Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2668137Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2668330Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_avg_pool1d_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2668525Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_avg_pool2d_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2668716Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_batch_norm_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2668907Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_bilinear_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2669097Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv2d_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2669298Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2669487Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2669687Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2669924Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2670125Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_cosine_similarity_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2670321Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_cross_entropy_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2670566Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_dropout2d_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2670763Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_dropout3d_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2670950Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_elu_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2671144Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_embedding_bag_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2671349Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2671538Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_glu_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2671731Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_grid_sample_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2671924Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_group_norm_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2672120Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardshrink_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2672314Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardtanh_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2672517Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2672709Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_huber_loss_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2672912Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_area_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2673103Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2673304Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_linear_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2673495Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_l1_loss_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2673684Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_leaky_relu_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2673889Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_local_response_norm_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2674082Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_logsigmoid_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2674274Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_pool1d_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2674467Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_pool2d_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2674661Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool1d_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2674863Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2675037Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_mish_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2675228Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_mse_loss_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2675441Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2675633Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_normalize_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2675858Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_circular_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2676053Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_constant_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2676253Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_replicate_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2676485Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pairwise_distance_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2676681Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2676854Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_prelu_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2677035Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_relu6_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2677223Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_relu_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2677404Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_rrelu_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2677585Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_selu_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2677777Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2677976Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2678167Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softplus_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2678358Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softsign_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2678537Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_threshold_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2678744Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2678963Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2679164Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2679366Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_upsample_nearest_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2679537Z test_ops.py::TestCompositeComplianceCPU::test_backward_norm_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2679710Z test_ops.py::TestCompositeComplianceCPU::test_backward_norm_fro_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2679882Z test_ops.py::TestCompositeComplianceCPU::test_backward_normal_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2680070Z test_ops.py::TestCompositeComplianceCPU::test_backward_normal_number_mean_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2680232Z test_ops.py::TestCompositeComplianceCPU::test_backward_permute_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2680407Z test_ops.py::TestCompositeComplianceCPU::test_backward_pinverse_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2680600Z test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_0_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2680796Z test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_1_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2680987Z test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_2_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2681176Z test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_3_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2681366Z test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_4_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2681538Z test_ops.py::TestCompositeComplianceCPU::test_backward_positive_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2681725Z test_ops.py::TestCompositeComplianceCPU::test_backward_prod_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2681894Z test_ops.py::TestCompositeComplianceCPU::test_backward_put_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2682067Z test_ops.py::TestCompositeComplianceCPU::test_backward_quantile_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2682270Z test_ops.py::TestCompositeComplianceCPU::test_backward_renorm_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2682444Z test_ops.py::TestCompositeComplianceCPU::test_backward_repeat_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2682616Z test_ops.py::TestCompositeComplianceCPU::test_backward_reshape_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2682793Z test_ops.py::TestCompositeComplianceCPU::test_backward_resolve_conj_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2682970Z test_ops.py::TestCompositeComplianceCPU::test_backward_resolve_neg_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2683139Z test_ops.py::TestCompositeComplianceCPU::test_backward_roll_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2683295Z test_ops.py::TestCompositeComplianceCPU::test_backward_round_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2683479Z test_ops.py::TestCompositeComplianceCPU::test_backward_round_decimals_0_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2683655Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_add_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2683830Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2684015Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_prod_cpu_float32 XFAIL [ 74%] 2022-12-01T10:39:42.2684196Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_sum_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2684384Z test_ops.py::TestCompositeComplianceCPU::test_backward_segment_reduce_lengths_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2684634Z test_ops.py::TestCompositeComplianceCPU::test_backward_select_scatter_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2684797Z test_ops.py::TestCompositeComplianceCPU::test_backward_sgn_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2684963Z test_ops.py::TestCompositeComplianceCPU::test_backward_sin_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2685131Z test_ops.py::TestCompositeComplianceCPU::test_backward_sinh_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2685304Z test_ops.py::TestCompositeComplianceCPU::test_backward_slice_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2685484Z test_ops.py::TestCompositeComplianceCPU::test_backward_slice_scatter_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2685687Z test_ops.py::TestCompositeComplianceCPU::test_backward_sparse_sampled_addmm_cpu_float32 SKIPPED (Skipped!) [ 74%] 2022-12-01T10:39:42.2685866Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_i1e_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2686051Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_log_ndtr_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2686233Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_ndtri_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2686403Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_xlog1py_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2686576Z test_ops.py::TestCompositeComplianceCPU::test_backward_squeeze_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2686747Z test_ops.py::TestCompositeComplianceCPU::test_backward_stack_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2686916Z test_ops.py::TestCompositeComplianceCPU::test_backward_std_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2687085Z test_ops.py::TestCompositeComplianceCPU::test_backward_stft_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:42.2687260Z test_ops.py::TestCompositeComplianceCPU::test_backward_sum_to_size_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2687428Z test_ops.py::TestCompositeComplianceCPU::test_backward_svd_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2687673Z 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:39:42.2687876Z test_ops.py::TestCompositeComplianceCPU::test_backward_take_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2688030Z test_ops.py::TestCompositeComplianceCPU::test_backward_tan_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2688195Z test_ops.py::TestCompositeComplianceCPU::test_backward_tanh_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2688400Z test_ops.py::TestCompositeComplianceCPU::test_backward_tensor_split_cpu_float32 XFAIL [ 75%] 2022-12-01T10:39:42.2688571Z test_ops.py::TestCompositeComplianceCPU::test_backward_tile_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2688772Z test_ops.py::TestCompositeComplianceCPU::test_backward_to_sparse_cpu_float32 SKIPPED (Allowed exception) [ 75%] 2022-12-01T10:39:42.2688940Z test_ops.py::TestCompositeComplianceCPU::test_backward_topk_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2689119Z test_ops.py::TestCompositeComplianceCPU::test_backward_trapezoid_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2689293Z test_ops.py::TestCompositeComplianceCPU::test_backward_trapz_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2689446Z test_ops.py::TestCompositeComplianceCPU::test_backward_triu_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2689616Z test_ops.py::TestCompositeComplianceCPU::test_backward_trunc_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2689790Z test_ops.py::TestCompositeComplianceCPU::test_backward_unbind_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2689967Z test_ops.py::TestCompositeComplianceCPU::test_backward_unsqueeze_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2690136Z test_ops.py::TestCompositeComplianceCPU::test_backward_var_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2690306Z test_ops.py::TestCompositeComplianceCPU::test_backward_view_as_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2690474Z test_ops.py::TestCompositeComplianceCPU::test_backward_view_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2690648Z test_ops.py::TestCompositeComplianceCPU::test_backward_vsplit_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2690820Z test_ops.py::TestCompositeComplianceCPU::test_backward_vstack_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2690976Z test_ops.py::TestCompositeComplianceCPU::test_backward_where_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2691144Z test_ops.py::TestCompositeComplianceCPU::test_backward_xlogy_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2691312Z test_ops.py::TestCompositeComplianceCPU::test_backward_zero__cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2691479Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_H_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2691650Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___radd___cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2691827Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rdiv___cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2691994Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rmod___cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2692165Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rpow___cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2692322Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_acos_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2692494Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_acosh_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2692662Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_add_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2692836Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addmm_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2693049Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_allclose_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:39:42.2693222Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_amin_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2693392Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_angle_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2693635Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argsort_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:39:42.2693804Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_asin_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2693959Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atan_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2694129Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atanh_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2694336Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atleast_1d_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2694516Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atleast_3d_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2694689Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_baddbmm_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2694865Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bernoulli_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2695042Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_block_diag_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2695250Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bool_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:39:42.2695425Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_broadcast_tensors_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2695596Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ceil_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2695805Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_chalf_cpu_float32 SKIPPED (Does not support forward_ad) [ 75%] 2022-12-01T10:39:42.2696012Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_char_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:39:42.2696184Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clamp_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2696360Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clamp_min_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2696545Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_combinations_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2696730Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_conj_physical_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2696913Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_constant_pad_nd_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2697078Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_contiguous_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2697254Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_copysign_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2697429Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_corrcoef_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2697598Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cos_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2697814Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_count_nonzero_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:39:42.2697987Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cummax_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2698181Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cumulative_trapezoid_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2698360Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diag_embed_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2698528Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diff_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2698689Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_digamma_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2698861Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dist_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2699051Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_div_floor_rounding_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2699222Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dot_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2699395Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_double_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2699600Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dsplit_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2699771Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dstack_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2699944Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_einsum_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2700165Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_empty_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:39:42.2700368Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_equal_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:39:42.2700538Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_erf_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2700709Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_erfinv_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2700878Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_exp_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2701058Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_expand_as_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2701228Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_expand_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2701399Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_expm1_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2701605Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_eye_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:39:42.2701767Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fft_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2701941Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fftn_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2702126Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fftshift_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2702501Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_hfft2_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2702683Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_hfft_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2702853Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_hfftn_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2703030Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ihfft2_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2703207Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ihfftn_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2703382Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_irfft2_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2703543Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_irfft_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2703718Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_rfft_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2703891Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_flip_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2704063Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_flipud_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2704274Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_float_cpu_float32 SKIPPED (Does not support forward_ad) [ 75%] 2022-12-01T10:39:42.2704490Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_floor_divide_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:39:42.2704661Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fmin_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2704836Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fmod_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2704992Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_frac_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2705165Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_frexp_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2705338Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_gather_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2705542Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ge_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:39:42.2705807Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_gt_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:39:42.2706014Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_half_cpu_float32 SKIPPED (Does not support forward_ad) [ 75%] 2022-12-01T10:39:42.2706227Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_heaviside_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:39:42.2706482Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_histc_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:39:42.2706746Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_histogramdd_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:39:42.2706920Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_hstack_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2707076Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_i0_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2707286Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_igamma_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:39:42.2707461Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_add_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2707674Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_reduce_cpu_float32 SKIPPED (Does not support forward_ad) [ 75%] 2022-12-01T10:39:42.2707889Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isfinite_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:39:42.2708091Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isin_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:39:42.2708292Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isnan_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:39:42.2708524Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isneginf_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:39:42.2708759Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isposinf_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:39:42.2708917Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_istft_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2709144Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 75%] 2022-12-01T10:39:42.2709350Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 75%] 2022-12-01T10:39:42.2709522Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_kron_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2709692Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ldexp_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2709893Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_le_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:39:42.2710066Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lerp_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2710240Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lgamma_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2710420Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cond_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2710589Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cross_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2710770Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_det_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2710946Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eig_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2711128Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eigh_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2711309Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eigvals_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2711493Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eigvalsh_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:42.2711729Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_householder_product_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2711910Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_inv_ex_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2712134Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_ldl_factor_ex_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:39:42.2712375Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lstsq_cpu_float32 SKIPPED (Does not support forward_ad) [ 76%] 2022-12-01T10:39:42.2712567Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_factor_ex_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2712750Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_solve_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2712939Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_power_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2713162Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_rank_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:39:42.2713346Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_multi_dot_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2713523Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_norm_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2713734Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2713924Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_pinv_hermitian_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2714087Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_qr_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2714269Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_slogdet_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2714448Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_solve_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2714631Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_vecdot_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2714817Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_vector_norm_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2715026Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linspace_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:39:42.2715200Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log10_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2715379Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log_softmax_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2715567Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log_softmax_dtype_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2715773Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logcumsumexp_cpu_float32 SKIPPED (Does not support forward_ad) [ 76%] 2022-12-01T10:39:42.2715947Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logdet_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2716161Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_xor_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:39:42.2716331Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lu_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2716505Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lu_solve_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2716685Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lu_unpack_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2716858Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mT_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2717037Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_amax_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2717199Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_amin_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2717384Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_cumprod_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2717607Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_fill_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2717794Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_log_softmax_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2717982Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_logaddexp_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2718194Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_prod_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2718377Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_select_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2718559Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_softmax_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2718736Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_matrix_exp_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2718899Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_max_binary_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2719093Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_max_reduction_with_dim_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2719267Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_maximum_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2719439Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mean_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2719633Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_meshgrid_list_of_tensors_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2719828Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_min_reduction_with_dim_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2720002Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_minimum_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2720172Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mode_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2720344Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_movedim_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2720545Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_multinomial_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:39:42.2720712Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mv_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2720903Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2721082Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nan_to_num_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2721261Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nanmedian_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2721442Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nanquantile_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2721615Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nansum_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2721826Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_narrow_copy_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:39:42.2722004Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_narrow_cpu_float32 XFAIL [ 76%] 2022-12-01T10:39:42.2722224Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_native_layer_norm_cpu_float32 SKIPPED (Does not support forward_ad) [ 76%] 2022-12-01T10:39:42.2722427Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ne_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:39:42.2722623Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_empty_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:39:42.2722842Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_empty_strided_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:39:42.2723051Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_ones_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:39:42.2723259Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_zeros_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:39:42.2723496Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2723697Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2723895Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2724118Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2724316Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_avg_pool2d_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2724497Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_avg_pool3d_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2724794Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2725014Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2725203Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_celu_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2725395Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv1d_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2725597Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2725799Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2726004Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_cosine_similarity_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2726198Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_dropout2d_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2726393Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_dropout3d_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2726575Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_dropout_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2726765Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_elu_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2727000Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_embedding_bag_cpu_float32 SKIPPED (Does not support forward_ad) [ 76%] 2022-12-01T10:39:42.2727190Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_gelu_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2727387Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_group_norm_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2727585Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardshrink_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2727794Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2728004Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2728195Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_kl_div_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2728371Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_l1_loss_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2728567Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_layer_norm_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2728763Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_leaky_relu_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2728970Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_local_response_norm_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2729161Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_logsigmoid_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2729423Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_pool3d_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2729626Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2729823Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool3d_cpu_float32 XFAIL [ 76%] 2022-12-01T10:39:42.2730043Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_mse_loss_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2730273Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_multilabel_margin_loss_cpu_float32 SKIPPED (Does not support forward_ad) [ 76%] 2022-12-01T10:39:42.2730466Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_nll_loss_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2730661Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_reflect_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2730864Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_replicate_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2731067Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pairwise_distance_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2731289Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pdist_cpu_float32 SKIPPED (Does not support forward_ad) [ 76%] 2022-12-01T10:39:42.2731490Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2731691Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2731880Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_relu6_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2732065Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_relu_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2732249Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2732450Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2732643Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softplus_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2732834Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_tanhshrink_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2733057Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2733268Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nonzero_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:39:42.2733440Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_fro_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2733614Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_inf_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2733787Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_nuc_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2733982Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_normal_cpu_float32 SKIPPED (Does not support forward_ad) [ 76%] 2022-12-01T10:39:42.2734200Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_normal_number_mean_cpu_float32 SKIPPED (Does not support forward_ad) [ 76%] 2022-12-01T10:39:42.2734403Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ones_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:39:42.2734612Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ones_like_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:39:42.2734784Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_outer_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2734959Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_pinverse_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2735160Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polar_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2735355Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_0_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2735551Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_1_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2735726Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_3_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2735923Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_pow_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2736092Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_prod_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2736261Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_put_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2736429Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_qr_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2736602Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_quantile_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:42.2736809Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rand_like_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:39:42.2737020Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_randint_like_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:39:42.2737223Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_randn_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-12-01T10:39:42.2737422Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_randn_like_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-12-01T10:39:42.2737602Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_reciprocal_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2737779Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_remainder_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2737984Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_renorm_cpu_float32 SKIPPED (Does not support forward_ad) [ 77%] 2022-12-01T10:39:42.2738165Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_reshape_as_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2738338Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_reshape_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2738507Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_roll_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2738698Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_amin_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2738918Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_prod_cpu_float32 SKIPPED (Does not support forward_ad) [ 77%] 2022-12-01T10:39:42.2739128Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_segment_reduce_lengths_cpu_float32 SKIPPED (Does not support forward_ad) [ 77%] 2022-12-01T10:39:42.2739351Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_segment_reduce_offsets_cpu_float32 SKIPPED (Does not support forward_ad) [ 77%] 2022-12-01T10:39:42.2739531Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_select_scatter_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2739700Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sinh_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2739868Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sort_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2740097Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sparse_sampled_addmm_cpu_float32 SKIPPED (Does not support forward_ad) [ 77%] 2022-12-01T10:39:42.2740312Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_y0_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-12-01T10:39:42.2740545Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_u_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-12-01T10:39:42.2741037Z 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:39:42.2741452Z 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:39:42.2741622Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_entr_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2741879Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_hermite_polynomial_h_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-12-01T10:39:42.2742058Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_i0e_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2742410Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_log_ndtr_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2742649Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_i0_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-12-01T10:39:42.2742874Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_k0_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-12-01T10:39:42.2743093Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_k1_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-12-01T10:39:42.2743323Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_scaled_modified_bessel_k1_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-12-01T10:39:42.2743732Z 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:39:42.2743958Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_spherical_bessel_j0_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-12-01T10:39:42.2744130Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_xlog1py_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2744302Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_split_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2744486Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_split_list_args_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2744660Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sqrt_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2744832Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_square_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2745006Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sub_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2745182Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sum_to_size_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2745347Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_svd_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2745590Z 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:39:42.2745760Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_take_along_dim_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2745931Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_take_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2746096Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tan_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2746265Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tanh_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2746433Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_to_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2746641Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_to_sparse_cpu_float32 SKIPPED (Does not support forward_ad) [ 77%] 2022-12-01T10:39:42.2746811Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_topk_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2746981Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trace_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2747151Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trapz_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2747384Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_triangular_solve_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2747550Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tril_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2747730Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_true_divide_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2747907Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unflatten_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2748146Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_uniform_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-12-01T10:39:42.2748367Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unique_consecutive_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-12-01T10:39:42.2748573Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unique_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-12-01T10:39:42.2748742Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_var_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2748902Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_vdot_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2749069Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_view_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2749242Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_vsplit_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2749417Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_zero__cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2749583Z test_ops.py::TestCompositeComplianceCPU::test_operator_H_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2749758Z test_ops.py::TestCompositeComplianceCPU::test_operator___getitem___cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2749930Z test_ops.py::TestCompositeComplianceCPU::test_operator___radd___cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2750105Z test_ops.py::TestCompositeComplianceCPU::test_operator___rmatmul___cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2750277Z test_ops.py::TestCompositeComplianceCPU::test_operator___rmod___cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2750431Z test_ops.py::TestCompositeComplianceCPU::test_operator___rsub___cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2750600Z test_ops.py::TestCompositeComplianceCPU::test_operator_abs_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2750769Z test_ops.py::TestCompositeComplianceCPU::test_operator_acosh_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2750939Z test_ops.py::TestCompositeComplianceCPU::test_operator_add_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2751109Z test_ops.py::TestCompositeComplianceCPU::test_operator_addbmm_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2751279Z test_ops.py::TestCompositeComplianceCPU::test_operator_addmm_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2751464Z test_ops.py::TestCompositeComplianceCPU::test_operator_addmm_decomposed_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2751634Z test_ops.py::TestCompositeComplianceCPU::test_operator_addr_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2751790Z test_ops.py::TestCompositeComplianceCPU::test_operator_all_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2751958Z test_ops.py::TestCompositeComplianceCPU::test_operator_amax_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2752126Z test_ops.py::TestCompositeComplianceCPU::test_operator_arange_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2752296Z test_ops.py::TestCompositeComplianceCPU::test_operator_argsort_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2752484Z test_ops.py::TestCompositeComplianceCPU::test_operator_as_strided_scatter_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2752651Z test_ops.py::TestCompositeComplianceCPU::test_operator_asin_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2752820Z test_ops.py::TestCompositeComplianceCPU::test_operator_asinh_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2752990Z test_ops.py::TestCompositeComplianceCPU::test_operator_atan2_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2753166Z test_ops.py::TestCompositeComplianceCPU::test_operator_atleast_1d_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2753359Z test_ops.py::TestCompositeComplianceCPU::test_operator_atleast_2d_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2753530Z test_ops.py::TestCompositeComplianceCPU::test_operator_bfloat16_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2753703Z test_ops.py::TestCompositeComplianceCPU::test_operator_block_diag_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2753870Z test_ops.py::TestCompositeComplianceCPU::test_operator_bmm_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2754076Z test_ops.py::TestCompositeComplianceCPU::test_operator_bool_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2754262Z test_ops.py::TestCompositeComplianceCPU::test_operator_broadcast_shapes_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2754448Z test_ops.py::TestCompositeComplianceCPU::test_operator_broadcast_tensors_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2754625Z test_ops.py::TestCompositeComplianceCPU::test_operator_broadcast_to_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2754783Z test_ops.py::TestCompositeComplianceCPU::test_operator_byte_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2754963Z test_ops.py::TestCompositeComplianceCPU::test_operator_cartesian_prod_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2755133Z test_ops.py::TestCompositeComplianceCPU::test_operator_ceil_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2755301Z test_ops.py::TestCompositeComplianceCPU::test_operator_chalf_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2755485Z test_ops.py::TestCompositeComplianceCPU::test_operator_cholesky_inverse_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2755666Z test_ops.py::TestCompositeComplianceCPU::test_operator_cholesky_solve_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2755833Z test_ops.py::TestCompositeComplianceCPU::test_operator_chunk_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2756007Z test_ops.py::TestCompositeComplianceCPU::test_operator_clamp_max_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2756175Z test_ops.py::TestCompositeComplianceCPU::test_operator_clone_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2756341Z test_ops.py::TestCompositeComplianceCPU::test_operator_column_stack_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2756521Z test_ops.py::TestCompositeComplianceCPU::test_operator_combinations_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2756699Z test_ops.py::TestCompositeComplianceCPU::test_operator_conj_physical_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2756884Z test_ops.py::TestCompositeComplianceCPU::test_operator_constant_pad_nd_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2757059Z test_ops.py::TestCompositeComplianceCPU::test_operator_contiguous_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2757232Z test_ops.py::TestCompositeComplianceCPU::test_operator_count_nonzero_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2757401Z test_ops.py::TestCompositeComplianceCPU::test_operator_cross_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2757571Z test_ops.py::TestCompositeComplianceCPU::test_operator_cummin_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2757734Z test_ops.py::TestCompositeComplianceCPU::test_operator_cumprod_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2757905Z test_ops.py::TestCompositeComplianceCPU::test_operator_cumsum_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2758072Z test_ops.py::TestCompositeComplianceCPU::test_operator_diag_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2758246Z test_ops.py::TestCompositeComplianceCPU::test_operator_diag_embed_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2758422Z test_ops.py::TestCompositeComplianceCPU::test_operator_diagflat_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2758590Z test_ops.py::TestCompositeComplianceCPU::test_operator_diff_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2758775Z test_ops.py::TestCompositeComplianceCPU::test_operator_div_floor_rounding_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2758962Z test_ops.py::TestCompositeComplianceCPU::test_operator_div_no_rounding_mode_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2759130Z test_ops.py::TestCompositeComplianceCPU::test_operator_dsplit_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2759320Z test_ops.py::TestCompositeComplianceCPU::test_operator_dstack_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2759543Z test_ops.py::TestCompositeComplianceCPU::test_operator_empty_like_cpu_float32 SKIPPED (Expected: empty_like is not comparable) [ 77%] 2022-12-01T10:39:42.2759711Z test_ops.py::TestCompositeComplianceCPU::test_operator_erf_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2759908Z test_ops.py::TestCompositeComplianceCPU::test_operator_erfinv_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2760084Z test_ops.py::TestCompositeComplianceCPU::test_operator_expand_as_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2760257Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fftn_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2760433Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fftshift_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2760603Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_hfft_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2760761Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifft_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2760934Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ihfft2_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2761107Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_irfft_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2761278Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_rfftn_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2761451Z test_ops.py::TestCompositeComplianceCPU::test_operator_flatten_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2761620Z test_ops.py::TestCompositeComplianceCPU::test_operator_flip_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2761791Z test_ops.py::TestCompositeComplianceCPU::test_operator_fliplr_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:42.2761960Z test_ops.py::TestCompositeComplianceCPU::test_operator_float_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2762127Z test_ops.py::TestCompositeComplianceCPU::test_operator_fmax_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2762285Z test_ops.py::TestCompositeComplianceCPU::test_operator_frexp_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2762451Z test_ops.py::TestCompositeComplianceCPU::test_operator_ge_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2762618Z test_ops.py::TestCompositeComplianceCPU::test_operator_geqrf_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2762784Z test_ops.py::TestCompositeComplianceCPU::test_operator_gt_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2762952Z test_ops.py::TestCompositeComplianceCPU::test_operator_half_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2763126Z test_ops.py::TestCompositeComplianceCPU::test_operator_histogram_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2763296Z test_ops.py::TestCompositeComplianceCPU::test_operator_hstack_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2763468Z test_ops.py::TestCompositeComplianceCPU::test_operator_igammac_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2763628Z test_ops.py::TestCompositeComplianceCPU::test_operator_inner_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2763795Z test_ops.py::TestCompositeComplianceCPU::test_operator_int_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2763968Z test_ops.py::TestCompositeComplianceCPU::test_operator_isfinite_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2764142Z test_ops.py::TestCompositeComplianceCPU::test_operator_isneginf_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2764316Z test_ops.py::TestCompositeComplianceCPU::test_operator_isposinf_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2764485Z test_ops.py::TestCompositeComplianceCPU::test_operator_isreal_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2764717Z test_ops.py::TestCompositeComplianceCPU::test_operator_istft_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2764932Z test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (skip) [ 78%] 2022-12-01T10:39:42.2765140Z test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (skip) [ 78%] 2022-12-01T10:39:42.2765353Z test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_unary_cpu_float32 SKIPPED (skip) [ 78%] 2022-12-01T10:39:42.2765526Z test_ops.py::TestCompositeComplianceCPU::test_operator_kthvalue_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2765696Z test_ops.py::TestCompositeComplianceCPU::test_operator_ldexp_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2765903Z test_ops.py::TestCompositeComplianceCPU::test_operator_lerp_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2766073Z test_ops.py::TestCompositeComplianceCPU::test_operator_lgamma_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2766248Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cond_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2766425Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cross_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2766598Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_det_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2766768Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eigvals_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2766951Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eigvalsh_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2767149Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_householder_product_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2767323Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_inv_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2767502Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_inv_ex_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2767685Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_ldl_factor_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2767867Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_ldl_solve_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2768044Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lstsq_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2768231Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_factor_ex_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2768392Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_norm_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2768593Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2768786Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_pinv_hermitian_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2769042Z 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:39:42.2769223Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_slogdet_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2769404Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_solve_ex_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2769582Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_vander_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2769768Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_vector_norm_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2769937Z test_ops.py::TestCompositeComplianceCPU::test_operator_log10_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2770098Z test_ops.py::TestCompositeComplianceCPU::test_operator_log_softmax_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2770284Z test_ops.py::TestCompositeComplianceCPU::test_operator_log_softmax_dtype_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2770461Z test_ops.py::TestCompositeComplianceCPU::test_operator_logaddexp2_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2770637Z test_ops.py::TestCompositeComplianceCPU::test_operator_logaddexp_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2770817Z test_ops.py::TestCompositeComplianceCPU::test_operator_logcumsumexp_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2770990Z test_ops.py::TestCompositeComplianceCPU::test_operator_logdet_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2771198Z test_ops.py::TestCompositeComplianceCPU::test_operator_logical_and_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2771373Z test_ops.py::TestCompositeComplianceCPU::test_operator_logical_xor_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2771545Z test_ops.py::TestCompositeComplianceCPU::test_operator_logspace_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2771701Z test_ops.py::TestCompositeComplianceCPU::test_operator_long_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2771902Z test_ops.py::TestCompositeComplianceCPU::test_operator_lu_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2772073Z test_ops.py::TestCompositeComplianceCPU::test_operator_lu_solve_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2772244Z test_ops.py::TestCompositeComplianceCPU::test_operator_mH_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2772423Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_argmax_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2772604Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_argmin_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2772792Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_logsumexp_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2772970Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_median_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2773134Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_prod_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2773315Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_var_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2773487Z test_ops.py::TestCompositeComplianceCPU::test_operator_matmul_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2773662Z test_ops.py::TestCompositeComplianceCPU::test_operator_matrix_exp_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2773848Z test_ops.py::TestCompositeComplianceCPU::test_operator_max_reduction_no_dim_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2774037Z test_ops.py::TestCompositeComplianceCPU::test_operator_max_reduction_with_dim_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2774207Z test_ops.py::TestCompositeComplianceCPU::test_operator_mean_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2774402Z test_ops.py::TestCompositeComplianceCPU::test_operator_meshgrid_variadic_tensors_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2774575Z test_ops.py::TestCompositeComplianceCPU::test_operator_min_binary_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2774756Z test_ops.py::TestCompositeComplianceCPU::test_operator_min_reduction_with_dim_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2774925Z test_ops.py::TestCompositeComplianceCPU::test_operator_mm_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2775095Z test_ops.py::TestCompositeComplianceCPU::test_operator_mode_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2775265Z test_ops.py::TestCompositeComplianceCPU::test_operator_mul_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2775445Z test_ops.py::TestCompositeComplianceCPU::test_operator_multinomial_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2775623Z test_ops.py::TestCompositeComplianceCPU::test_operator_nan_to_num_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2775801Z test_ops.py::TestCompositeComplianceCPU::test_operator_nanmedian_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2775981Z test_ops.py::TestCompositeComplianceCPU::test_operator_nanquantile_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2776141Z test_ops.py::TestCompositeComplianceCPU::test_operator_nansum_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2776331Z test_ops.py::TestCompositeComplianceCPU::test_operator_native_batch_norm_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2776513Z test_ops.py::TestCompositeComplianceCPU::test_operator_native_layer_norm_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2776758Z test_ops.py::TestCompositeComplianceCPU::test_operator_new_empty_strided_cpu_float32 SKIPPED (Expected: new_empty_strided is not comparable) [ 78%] 2022-12-01T10:39:42.2776935Z test_ops.py::TestCompositeComplianceCPU::test_operator_new_full_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2777145Z test_ops.py::TestCompositeComplianceCPU::test_operator_nextafter_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2777363Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional__scaled_dot_product_attention_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2777569Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2777823Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2778020Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_avg_pool1d_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2778212Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2778428Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2778620Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv2d_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2778823Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2779027Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2779236Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2779439Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_cosine_similarity_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2779628Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_ctc_loss_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2779822Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_dropout2d_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2780004Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_dropout3d_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2780193Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_elu_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2780420Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_embedding_bag_cpu_float32 SKIPPED (Allowed exemption) [ 78%] 2022-12-01T10:39:42.2780609Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_gelu_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2780808Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_grid_sample_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2781002Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_group_norm_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2781196Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardtanh_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2781402Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2781602Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_instance_norm_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2781790Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_area_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2781994Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2782344Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2782555Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_l1_loss_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2782750Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_leaky_relu_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2782937Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_linear_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2783142Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_local_response_norm_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2783400Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2783595Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_pool1d_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2783775Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_pool2d_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2784014Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_pool3d_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2784212Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool2d_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2784409Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool3d_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2784598Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_mish_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2784809Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2785000Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_nll_loss_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2785193Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_normalize_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2785391Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_constant_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2785573Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_reflect_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2785774Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_replicate_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2785975Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pairwise_distance_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2786164Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pdist_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2786365Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2786562Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2786747Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_relu_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:42.2786936Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_rrelu_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2787118Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_selu_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2787300Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2787496Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2787686Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softmin_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2787874Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softplus_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2788069Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softshrink_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2788272Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2788489Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2788660Z test_ops.py::TestCompositeComplianceCPU::test_operator_norm_inf_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2788831Z test_ops.py::TestCompositeComplianceCPU::test_operator_ormqr_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2788993Z test_ops.py::TestCompositeComplianceCPU::test_operator_pinverse_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2789198Z test_ops.py::TestCompositeComplianceCPU::test_operator_polar_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2789391Z test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_0_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2789581Z test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_1_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2789798Z test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_2_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2789988Z test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_3_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2790175Z test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_4_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2790344Z test_ops.py::TestCompositeComplianceCPU::test_operator_qr_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2790519Z test_ops.py::TestCompositeComplianceCPU::test_operator_randn_like_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2790677Z test_ops.py::TestCompositeComplianceCPU::test_operator_ravel_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2790847Z test_ops.py::TestCompositeComplianceCPU::test_operator_real_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2791017Z test_ops.py::TestCompositeComplianceCPU::test_operator_repeat_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2791203Z test_ops.py::TestCompositeComplianceCPU::test_operator_repeat_interleave_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2791376Z test_ops.py::TestCompositeComplianceCPU::test_operator_reshape_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2791551Z test_ops.py::TestCompositeComplianceCPU::test_operator_resolve_neg_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2791719Z test_ops.py::TestCompositeComplianceCPU::test_operator_roll_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2791889Z test_ops.py::TestCompositeComplianceCPU::test_operator_rot90_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2792070Z test_ops.py::TestCompositeComplianceCPU::test_operator_round_decimals_0_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2792247Z test_ops.py::TestCompositeComplianceCPU::test_operator_round_decimals_neg_3_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2792418Z test_ops.py::TestCompositeComplianceCPU::test_operator_rsqrt_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2792587Z test_ops.py::TestCompositeComplianceCPU::test_operator_rsub_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2792763Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_add_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2792947Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_amax_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2793129Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_mean_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2793308Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_prod_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2793479Z test_ops.py::TestCompositeComplianceCPU::test_operator_select_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2793648Z test_ops.py::TestCompositeComplianceCPU::test_operator_select_scatter_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2793816Z test_ops.py::TestCompositeComplianceCPU::test_operator_sgn_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2793984Z test_ops.py::TestCompositeComplianceCPU::test_operator_short_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2794152Z test_ops.py::TestCompositeComplianceCPU::test_operator_sign_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2794319Z test_ops.py::TestCompositeComplianceCPU::test_operator_sinc_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2794482Z test_ops.py::TestCompositeComplianceCPU::test_operator_sinh_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2794650Z test_ops.py::TestCompositeComplianceCPU::test_operator_slice_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2794828Z test_ops.py::TestCompositeComplianceCPU::test_operator_slice_scatter_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2795001Z test_ops.py::TestCompositeComplianceCPU::test_operator_softmax_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2795228Z test_ops.py::TestCompositeComplianceCPU::test_operator_sparse_sampled_addmm_cpu_float32 SKIPPED (Skipped!) [ 79%] 2022-12-01T10:39:42.2795410Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_airy_ai_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2795592Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_j0_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2795817Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_j1_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2796021Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_t_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2796223Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_u_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2796695Z 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:39:42.2797084Z 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:39:42.2797282Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_hermite_polynomial_h_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2797448Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_i0e_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2797624Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_i1_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2797823Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_laguerre_polynomial_l_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2798205Z 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:39:42.2798403Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_i0_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2798596Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_k0_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2798785Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_k1_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2798964Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_ndtr_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2799146Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_ndtri_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2799343Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2799544Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_scaled_modified_bessel_k0_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2799742Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_scaled_modified_bessel_k1_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2800142Z 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:39:42.2800530Z 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:39:42.2800733Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_spherical_bessel_j0_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2800911Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_zeta_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2801093Z test_ops.py::TestCompositeComplianceCPU::test_operator_split_list_args_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2801277Z test_ops.py::TestCompositeComplianceCPU::test_operator_split_with_sizes_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2801449Z test_ops.py::TestCompositeComplianceCPU::test_operator_squeeze_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2801637Z test_ops.py::TestCompositeComplianceCPU::test_operator_std_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2801806Z test_ops.py::TestCompositeComplianceCPU::test_operator_stft_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2801978Z test_ops.py::TestCompositeComplianceCPU::test_operator_sum_to_size_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2802171Z test_ops.py::TestCompositeComplianceCPU::test_operator_svd_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2802338Z test_ops.py::TestCompositeComplianceCPU::test_operator_t_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2802506Z test_ops.py::TestCompositeComplianceCPU::test_operator_take_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2802670Z test_ops.py::TestCompositeComplianceCPU::test_operator_tanh_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2802844Z test_ops.py::TestCompositeComplianceCPU::test_operator_tensordot_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2803046Z test_ops.py::TestCompositeComplianceCPU::test_operator_to_sparse_cpu_float32 SKIPPED (Allowed exception) [ 79%] 2022-12-01T10:39:42.2803202Z test_ops.py::TestCompositeComplianceCPU::test_operator_topk_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2803377Z test_ops.py::TestCompositeComplianceCPU::test_operator_trapezoid_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2803548Z test_ops.py::TestCompositeComplianceCPU::test_operator_trapz_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2803715Z test_ops.py::TestCompositeComplianceCPU::test_operator_tril_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2803877Z test_ops.py::TestCompositeComplianceCPU::test_operator_triu_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2804048Z test_ops.py::TestCompositeComplianceCPU::test_operator_trunc_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2804217Z test_ops.py::TestCompositeComplianceCPU::test_operator_unbind_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2804392Z test_ops.py::TestCompositeComplianceCPU::test_operator_unflatten_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2804632Z test_ops.py::TestCompositeComplianceCPU::test_operator_unfold_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2804810Z test_ops.py::TestCompositeComplianceCPU::test_operator_uniform_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2804979Z test_ops.py::TestCompositeComplianceCPU::test_operator_unique_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2805155Z test_ops.py::TestCompositeComplianceCPU::test_operator_unsqueeze_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2805329Z test_ops.py::TestCompositeComplianceCPU::test_operator_var_mean_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2805511Z test_ops.py::TestCompositeComplianceCPU::test_operator_view_as_complex_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2805682Z test_ops.py::TestCompositeComplianceCPU::test_operator_vstack_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2805849Z test_ops.py::TestCompositeComplianceCPU::test_operator_xlogy_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2806005Z test_ops.py::TestCompositeComplianceCPU::test_operator_zeros_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:42.2806159Z test_ops.py::TestMathBitsCPU::test_conj_view_H_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:42.2806317Z test_ops.py::TestMathBitsCPU::test_conj_view___getitem___cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:42.2806470Z test_ops.py::TestMathBitsCPU::test_conj_view___rpow___cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:42.2806623Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_abs_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:42.2806778Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_acos_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:42.2806933Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_acosh_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:42.2807097Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_addcdiv_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:42.2807324Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_addr_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:42.2807500Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_all_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:42.2807749Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_as_strided_cpu_complex64 SKIPPED (Errors when storage_offset is included) [ 79%] 2022-12-01T10:39:42.2807904Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_asin_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:42.2808052Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_atan_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:42.2808235Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_atanh_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:42.2808408Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_broadcast_tensors_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:42.2808560Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_cat_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:42.2808729Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_constant_pad_nd_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:42.2808869Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_cosh_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:42.2809027Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_cumsum_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:42.2809198Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_div_no_rounding_mode_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:42.2809356Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_dsplit_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:42.2809560Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_empty_like_cpu_complex64 SKIPPED (Expected: empty is not comparable) [ 79%] 2022-12-01T10:39:42.2809715Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_eq_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:42.2809873Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_exp_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:42.2810031Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_expand_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:42.2810198Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_eye_cpu_complex64 SKIPPED (Skipped!) [ 79%] 2022-12-01T10:39:42.2810342Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fft_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:42.2810505Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_hfftn_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:42.2810665Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifft2_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:42.2810822Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifft_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:42.2810982Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifftn_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:42.2811134Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fill_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:42.2811284Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_flip_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2811439Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fliplr_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2811590Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_float_power_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2811747Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_hsplit_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2811899Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_imag_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2812059Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_fill_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2812222Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_select_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2812379Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_isnan_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2812536Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_svd_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2812695Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_linspace_cpu_complex64 XFAIL [ 80%] 2022-12-01T10:39:42.2812837Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_log10_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2812988Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_log_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2813184Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_and_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2813343Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_not_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2813497Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_logspace_cpu_complex64 XFAIL [ 80%] 2022-12-01T10:39:42.2813659Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_masked_fill_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2813845Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_mean_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2814026Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_meshgrid_list_of_tensors_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2814207Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_meshgrid_variadic_tensors_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2814349Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_mul_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2814507Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_narrow_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2814662Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_ne_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2814813Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_neg_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2814974Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_ones_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2815133Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_zeros_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2815308Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_l1_loss_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2815464Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_norm_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2815638Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_randn_cpu_complex64 SKIPPED (Test expects tensor input) [ 80%] 2022-12-01T10:39:42.2815801Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_reciprocal_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2815963Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_reshape_as_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2816126Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_reshape_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2816279Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_roll_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2816430Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sgn_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2816588Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sigmoid_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2816741Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sin_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2816895Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sinc_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2817038Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_square_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2817188Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sub_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2817337Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sum_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2817498Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sum_to_size_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2817650Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_t_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2817802Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_tan_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2817957Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_tanh_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2818112Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_trace_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2818259Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_transpose_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2818412Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_triu_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2818572Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_true_divide_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2818761Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_unbind_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2818924Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_unfold_copy_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2819080Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_view_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2819238Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_vsplit_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2819458Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_where_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2819597Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_zeros_cpu_complex64 XFAIL [ 80%] 2022-12-01T10:39:42.2819746Z test_ops.py::TestMathBitsCPU::test_conj_view_abs_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2819896Z test_ops.py::TestMathBitsCPU::test_conj_view_acos_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2820046Z test_ops.py::TestMathBitsCPU::test_conj_view_acosh_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2820194Z test_ops.py::TestMathBitsCPU::test_conj_view_add_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2820343Z test_ops.py::TestMathBitsCPU::test_conj_view_addbmm_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2820492Z test_ops.py::TestMathBitsCPU::test_conj_view_addmm_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2820656Z test_ops.py::TestMathBitsCPU::test_conj_view_addmm_decomposed_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2820803Z test_ops.py::TestMathBitsCPU::test_conj_view_addmv_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2820939Z test_ops.py::TestMathBitsCPU::test_conj_view_angle_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2821084Z test_ops.py::TestMathBitsCPU::test_conj_view_any_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2821239Z test_ops.py::TestMathBitsCPU::test_conj_view_argwhere_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2821442Z test_ops.py::TestMathBitsCPU::test_conj_view_as_strided_cpu_complex64 SKIPPED (Errors when storage_offset is included) [ 80%] 2022-12-01T10:39:42.2821643Z test_ops.py::TestMathBitsCPU::test_conj_view_as_strided_scatter_cpu_complex64 SKIPPED (Works only for CPU complex64) [ 80%] 2022-12-01T10:39:42.2821790Z test_ops.py::TestMathBitsCPU::test_conj_view_asin_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2821938Z test_ops.py::TestMathBitsCPU::test_conj_view_atanh_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2822092Z test_ops.py::TestMathBitsCPU::test_conj_view_atleast_2d_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2822384Z test_ops.py::TestMathBitsCPU::test_conj_view_atleast_3d_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2822539Z test_ops.py::TestMathBitsCPU::test_conj_view_baddbmm_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2822690Z test_ops.py::TestMathBitsCPU::test_conj_view_bfloat16_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2822840Z test_ops.py::TestMathBitsCPU::test_conj_view_bool_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2823004Z test_ops.py::TestMathBitsCPU::test_conj_view_broadcast_tensors_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2823163Z test_ops.py::TestMathBitsCPU::test_conj_view_broadcast_to_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2823310Z test_ops.py::TestMathBitsCPU::test_conj_view_chalf_cpu_complex64 XFAIL [ 80%] 2022-12-01T10:39:42.2823456Z test_ops.py::TestMathBitsCPU::test_conj_view_char_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2823601Z test_ops.py::TestMathBitsCPU::test_conj_view_column_stack_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2823750Z test_ops.py::TestMathBitsCPU::test_conj_view_conj_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2823912Z test_ops.py::TestMathBitsCPU::test_conj_view_conj_physical_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2824075Z test_ops.py::TestMathBitsCPU::test_conj_view_constant_pad_nd_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2824231Z test_ops.py::TestMathBitsCPU::test_conj_view_contiguous_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2824375Z test_ops.py::TestMathBitsCPU::test_conj_view_cov_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2824583Z test_ops.py::TestMathBitsCPU::test_conj_view_cross_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2824736Z test_ops.py::TestMathBitsCPU::test_conj_view_cumprod_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2824873Z test_ops.py::TestMathBitsCPU::test_conj_view_cumsum_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2825042Z test_ops.py::TestMathBitsCPU::test_conj_view_cumulative_trapezoid_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2825227Z test_ops.py::TestMathBitsCPU::test_conj_view_diag_embed_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2825385Z test_ops.py::TestMathBitsCPU::test_conj_view_diagonal_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2825534Z test_ops.py::TestMathBitsCPU::test_conj_view_dist_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2825679Z test_ops.py::TestMathBitsCPU::test_conj_view_dot_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2825827Z test_ops.py::TestMathBitsCPU::test_conj_view_dstack_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2825977Z test_ops.py::TestMathBitsCPU::test_conj_view_einsum_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2826146Z test_ops.py::TestMathBitsCPU::test_conj_view_empty_like_cpu_complex64 SKIPPED (Skipped!) [ 80%] 2022-12-01T10:39:42.2826278Z test_ops.py::TestMathBitsCPU::test_conj_view_eq_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2826442Z test_ops.py::TestMathBitsCPU::test_conj_view_eye_cpu_complex64 SKIPPED (Skipped!) [ 80%] 2022-12-01T10:39:42.2826595Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_fft2_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2826752Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_fft_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2826911Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_fftshift_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2827064Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_hfft2_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2827217Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_hfft_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2827376Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_hfftn_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2827515Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifft_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2827671Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifftn_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2827832Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifftshift_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2827989Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_irfft_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2828141Z test_ops.py::TestMathBitsCPU::test_conj_view_fill_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2828291Z test_ops.py::TestMathBitsCPU::test_conj_view_flip_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2828444Z test_ops.py::TestMathBitsCPU::test_conj_view_fliplr_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2828603Z test_ops.py::TestMathBitsCPU::test_conj_view_float_power_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2828746Z test_ops.py::TestMathBitsCPU::test_conj_view_full_like_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2828899Z test_ops.py::TestMathBitsCPU::test_conj_view_gradient_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2829048Z test_ops.py::TestMathBitsCPU::test_conj_view_imag_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2829204Z test_ops.py::TestMathBitsCPU::test_conj_view_index_add_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2829362Z test_ops.py::TestMathBitsCPU::test_conj_view_index_copy_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2829515Z test_ops.py::TestMathBitsCPU::test_conj_view_index_put_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2829675Z test_ops.py::TestMathBitsCPU::test_conj_view_index_select_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2829824Z test_ops.py::TestMathBitsCPU::test_conj_view_int_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2829967Z test_ops.py::TestMathBitsCPU::test_conj_view_isfinite_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2830157Z test_ops.py::TestMathBitsCPU::test_conj_view_isinf_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2830306Z test_ops.py::TestMathBitsCPU::test_conj_view_isnan_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2830455Z test_ops.py::TestMathBitsCPU::test_conj_view_istft_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2830657Z test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_2inputs_2outputs_cpu_complex64 SKIPPED (Only runs on cuda) [ 80%] 2022-12-01T10:39:42.2830873Z test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_binary_cpu_complex64 SKIPPED (Only runs on cuda) [ 80%] 2022-12-01T10:39:42.2831076Z test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_binary_return_by_ref_cpu_complex64 SKIPPED (Only runs on cuda) [ 80%] 2022-12-01T10:39:42.2831262Z test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_unary_cpu_complex64 SKIPPED (Only runs on cuda) [ 80%] 2022-12-01T10:39:42.2831413Z test_ops.py::TestMathBitsCPU::test_conj_view_ldexp_cpu_complex64 XFAIL [ 80%] 2022-12-01T10:39:42.2831552Z test_ops.py::TestMathBitsCPU::test_conj_view_lerp_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2831721Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_det_singular_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2831890Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_ldl_factor_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2832058Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_ldl_factor_ex_cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:42.2832221Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_ldl_solve_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2832380Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lstsq_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2832557Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lstsq_grad_oriented_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2832712Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2832879Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_power_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2833033Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_rank_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2833211Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_rank_hermitian_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2833374Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_multi_dot_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2833534Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_pinv_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2833692Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_qr_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2833852Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_solve_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2834018Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_tensorinv_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2834180Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_vander_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2834326Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_vecdot_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2834484Z test_ops.py::TestMathBitsCPU::test_conj_view_linspace_cpu_complex64 XFAIL [ 81%] 2022-12-01T10:39:42.2834646Z test_ops.py::TestMathBitsCPU::test_conj_view_logical_and_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2834804Z test_ops.py::TestMathBitsCPU::test_conj_view_logical_or_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2834960Z test_ops.py::TestMathBitsCPU::test_conj_view_long_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2835109Z test_ops.py::TestMathBitsCPU::test_conj_view_lu_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2835266Z test_ops.py::TestMathBitsCPU::test_conj_view_lu_solve_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2835413Z test_ops.py::TestMathBitsCPU::test_conj_view_mH_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2835560Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_cumsum_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2835719Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_fill_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2835909Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_prod_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2836065Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_std_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2836214Z test_ops.py::TestMathBitsCPU::test_conj_view_matmul_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2836369Z test_ops.py::TestMathBitsCPU::test_conj_view_matrix_exp_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2836592Z test_ops.py::TestMathBitsCPU::test_conj_view_meshgrid_list_of_tensors_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2836744Z test_ops.py::TestMathBitsCPU::test_conj_view_mm_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2836886Z test_ops.py::TestMathBitsCPU::test_conj_view_movedim_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2837031Z test_ops.py::TestMathBitsCPU::test_conj_view_mv_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2837178Z test_ops.py::TestMathBitsCPU::test_conj_view_ne_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2837331Z test_ops.py::TestMathBitsCPU::test_conj_view_new_ones_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2837501Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_conv1d_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2837682Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_conv_transpose1d_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2837848Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_linear_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2838022Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_normalize_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2838199Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_circular_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2838363Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_replicate_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2838541Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pixel_unshuffle_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2838723Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_softmin_with_dtype_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2838895Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_softsign_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2839066Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_tanhshrink_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2839266Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2839420Z test_ops.py::TestMathBitsCPU::test_conj_view_nonzero_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2839569Z test_ops.py::TestMathBitsCPU::test_conj_view_norm_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2839721Z test_ops.py::TestMathBitsCPU::test_conj_view_norm_fro_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2839861Z test_ops.py::TestMathBitsCPU::test_conj_view_norm_inf_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2840010Z test_ops.py::TestMathBitsCPU::test_conj_view_norm_nuc_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2840158Z test_ops.py::TestMathBitsCPU::test_conj_view_ones_cpu_complex64 XFAIL [ 81%] 2022-12-01T10:39:42.2840305Z test_ops.py::TestMathBitsCPU::test_conj_view_pow_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2840461Z test_ops.py::TestMathBitsCPU::test_conj_view_rand_like_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2840615Z test_ops.py::TestMathBitsCPU::test_conj_view_randn_like_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2840767Z test_ops.py::TestMathBitsCPU::test_conj_view_ravel_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2840917Z test_ops.py::TestMathBitsCPU::test_conj_view_real_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2841061Z test_ops.py::TestMathBitsCPU::test_conj_view_reciprocal_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2841209Z test_ops.py::TestMathBitsCPU::test_conj_view_renorm_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2841361Z test_ops.py::TestMathBitsCPU::test_conj_view_resize__cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2841550Z test_ops.py::TestMathBitsCPU::test_conj_view_resize_as__cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2841709Z test_ops.py::TestMathBitsCPU::test_conj_view_resolve_conj_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2841857Z test_ops.py::TestMathBitsCPU::test_conj_view_roll_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2842004Z test_ops.py::TestMathBitsCPU::test_conj_view_rot90_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2842186Z test_ops.py::TestMathBitsCPU::test_conj_view_sigmoid_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2842322Z test_ops.py::TestMathBitsCPU::test_conj_view_sinh_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2842490Z test_ops.py::TestMathBitsCPU::test_conj_view_softmax_with_dtype_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2842653Z test_ops.py::TestMathBitsCPU::test_conj_view_split_list_args_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2842799Z test_ops.py::TestMathBitsCPU::test_conj_view_std_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2842948Z test_ops.py::TestMathBitsCPU::test_conj_view_stft_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2843093Z test_ops.py::TestMathBitsCPU::test_conj_view_sum_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2843243Z test_ops.py::TestMathBitsCPU::test_conj_view_symeig_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2843386Z test_ops.py::TestMathBitsCPU::test_conj_view_t_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2843535Z test_ops.py::TestMathBitsCPU::test_conj_view_tensor_split_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2843694Z test_ops.py::TestMathBitsCPU::test_conj_view_tensordot_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2843840Z test_ops.py::TestMathBitsCPU::test_conj_view_tile_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2843997Z test_ops.py::TestMathBitsCPU::test_conj_view_to_sparse_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2844150Z test_ops.py::TestMathBitsCPU::test_conj_view_trapezoid_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2844300Z test_ops.py::TestMathBitsCPU::test_conj_view_tril_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2844451Z test_ops.py::TestMathBitsCPU::test_conj_view_triu_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2844687Z test_ops.py::TestMathBitsCPU::test_conj_view_true_divide_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2844825Z test_ops.py::TestMathBitsCPU::test_conj_view_unbind_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2844981Z test_ops.py::TestMathBitsCPU::test_conj_view_unflatten_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2845127Z test_ops.py::TestMathBitsCPU::test_conj_view_uniform_cpu_complex64 XFAIL [ 81%] 2022-12-01T10:39:42.2845274Z test_ops.py::TestMathBitsCPU::test_conj_view_vdot_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2845426Z test_ops.py::TestMathBitsCPU::test_conj_view_view_as_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2845570Z test_ops.py::TestMathBitsCPU::test_conj_view_view_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2845718Z test_ops.py::TestMathBitsCPU::test_conj_view_vsplit_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2845863Z test_ops.py::TestMathBitsCPU::test_conj_view_zero__cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:42.2846013Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_H_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:42.2846145Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_T_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:42.2846303Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___radd___cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:42.2846461Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___rdiv___cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:42.2846620Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___rmatmul___cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:42.2846774Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___rmul___cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:42.2846929Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___rsub___cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:42.2847086Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_abs_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:42.2847291Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_add_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:42.2847438Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_addr_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:42.2847602Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_allclose_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:42.2847789Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_any_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:42.2847947Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_asin_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:42.2848109Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_asinh_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:42.2848267Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atan_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:42.2848434Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atleast_1d_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:42.2848602Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atleast_3d_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:42.2848767Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_broadcast_tensors_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:42.2848923Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cat_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:42.2849082Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_chunk_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:42.2849243Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_clone_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:42.2849412Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_column_stack_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:42.2849571Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_conj_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:42.2849744Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_conj_physical_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:42.2849903Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cos_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:42.2850065Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cumsum_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:42.2850217Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_diag_embed_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:42.2850381Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_dsplit_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:42.2850590Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_empty_cpu_complex128 SKIPPED (Expected: empty is not comparable) [ 81%] 2022-12-01T10:39:42.2850798Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_empty_like_cpu_complex128 SKIPPED (Expected: empty is not comparable) [ 81%] 2022-12-01T10:39:42.2850955Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_exp_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:42.2851118Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fft2_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:42.2851281Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fft_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:42.2851450Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fftshift_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:42.2851612Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_hfft_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:42.2851773Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_hfftn_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:42.2851940Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifft2_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:42.2852109Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifftshift_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:42.2852273Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_irfft2_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:42.2852433Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_irfft_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:42.2852590Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fill_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:42.2852797Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fliplr_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:42.2852959Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_flipud_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:42.2853113Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_float_power_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:42.2853302Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_hstack_cpu_complex128 PASSED [ 81%] 2022-12-01T10:39:42.2853464Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_add_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2853630Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_fill_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2853794Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isclose_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2853970Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_matrix_norm_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2854137Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_norm_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2854299Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linspace_cpu_complex128 XFAIL [ 82%] 2022-12-01T10:39:42.2854457Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_log_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2854609Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_and_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2854776Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_or_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2854938Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_xor_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2855099Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logspace_cpu_complex128 XFAIL [ 82%] 2022-12-01T10:39:42.2855266Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_masked_fill_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2855452Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_meshgrid_variadic_tensors_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2855614Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_narrow_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2855819Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_empty_cpu_complex128 SKIPPED (Expected: empty is not comparable) [ 82%] 2022-12-01T10:39:42.2856012Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_pairwise_distance_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2856182Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_tanhshrink_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2856340Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_norm_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2856496Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_pow_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2856652Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_prod_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2856851Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_randn_cpu_complex128 SKIPPED (Test expects tensor input) [ 82%] 2022-12-01T10:39:42.2857006Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_real_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2857175Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_reciprocal_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2857341Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_reshape_as_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2857502Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_rot90_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2857647Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sqrt_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2857809Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_squeeze_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2857966Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_stack_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2858162Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_std_mean_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2858319Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sub_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2858483Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sum_to_size_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2858639Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_t_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2858823Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_to_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2858978Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_transpose_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2859135Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_triu_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2859302Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unfold_copy_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2859458Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_var_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2859621Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_var_mean_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2859781Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_view_as_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2859940Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_vstack_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2860099Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_where_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2860248Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_zeros_cpu_complex128 XFAIL [ 82%] 2022-12-01T10:39:42.2860399Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_add_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2860558Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addbmm_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2860717Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addcdiv_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2860874Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addmm_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2861032Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addr_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2861189Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_allclose_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2861347Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_as_strided_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2861524Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_as_strided_scatter_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2861667Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_asinh_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2861821Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_atan_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2861975Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_atanh_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2862132Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_atleast_3d_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2862506Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_baddbmm_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2862675Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_bool_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2862839Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_broadcast_to_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2862992Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_char_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2863138Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cholesky_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2863291Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_chunk_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2863441Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_clone_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2863606Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_conj_physical_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2863775Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_constant_pad_nd_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2864006Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_contiguous_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2864168Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_count_nonzero_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2864325Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cumprod_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2864471Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cumsum_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2864665Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_diag_embed_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2864821Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_dist_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2864974Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_exp_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2865134Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_expand_as_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2865291Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fft2_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2865457Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fftshift_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2865618Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_hfft2_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2865774Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_hfftn_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2865920Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifft2_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2866078Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifftn_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2866244Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifftshift_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2866402Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_irfft_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2866562Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_irfftn_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2866716Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_flip_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2866875Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fliplr_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2867029Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_float_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2867167Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_geqrf_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2867328Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_gradient_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2867489Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_add_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2867714Z 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:39:42.2867874Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_isclose_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2868030Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_isfinite_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2868192Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_isreal_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2868394Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_2inputs_2outputs_cpu_complex128 SKIPPED (Only runs on cuda) [ 82%] 2022-12-01T10:39:42.2868585Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_binary_cpu_complex128 SKIPPED (Only runs on cuda) [ 82%] 2022-12-01T10:39:42.2868762Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_unary_cpu_complex128 SKIPPED (Only runs on cuda) [ 82%] 2022-12-01T10:39:42.2868917Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_ldexp_cpu_complex128 XFAIL [ 82%] 2022-12-01T10:39:42.2869083Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cross_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2869247Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eigh_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2869413Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eigvals_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2869616Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eigvalsh_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2869776Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2869948Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_factor_ex_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2870120Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_norm_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2870308Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_rank_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2870491Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_rank_hermitian_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2870657Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_multi_dot_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2870819Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_pinv_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2871062Z 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:39:42.2871228Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_solve_ex_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2871402Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_solve_triangular_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2871563Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_svd_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2871731Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_svdvals_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2871881Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_vecdot_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2872049Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_vector_norm_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2872204Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_logdet_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2872364Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_not_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2872522Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_lu_solve_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2872673Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_mH_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2872840Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_cumprod_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2873000Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_cumsum_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2873146Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_fill_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2873308Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_prod_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2873466Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_select_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2873626Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_sum_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2873785Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_var_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2873943Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_matmul_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2874104Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_matrix_exp_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2874282Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_meshgrid_list_of_tensors_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2874466Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_meshgrid_variadic_tensors_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2874611Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_movedim_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2874763Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_mv_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2874925Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_narrow_copy_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2875108Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_ne_cpu_complex128 PASSED [ 82%] 2022-12-01T10:39:42.2875262Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_neg_cpu_complex128 PASSED [ 83%] 2022-12-01T10:39:42.2875437Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_empty_cpu_complex128 SKIPPED (Skipped!) [ 83%] 2022-12-01T10:39:42.2875663Z 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:39:42.2875861Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_ones_cpu_complex128 PASSED [ 83%] 2022-12-01T10:39:42.2876009Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_zeros_cpu_complex128 PASSED [ 83%] 2022-12-01T10:39:42.2876189Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_conv1d_cpu_complex128 PASSED [ 83%] 2022-12-01T10:39:42.2876371Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_normalize_cpu_complex128 PASSED [ 83%] 2022-12-01T10:39:42.2876559Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pixel_unshuffle_cpu_complex128 PASSED [ 83%] 2022-12-01T10:39:42.2876742Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_silu_complex_cpu_complex128 PASSED [ 83%] 2022-12-01T10:39:42.2876919Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_softsign_cpu_complex128 PASSED [ 83%] 2022-12-01T10:39:42.2877097Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_tanhshrink_cpu_complex128 PASSED [ 83%] 2022-12-01T10:39:42.2877259Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_inf_cpu_complex128 PASSED [ 83%] 2022-12-01T10:39:42.2877417Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_nuc_cpu_complex128 PASSED [ 83%] 2022-12-01T10:39:42.2877564Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_ones_like_cpu_complex128 PASSED [ 83%] 2022-12-01T10:39:42.2877722Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_outer_cpu_complex128 PASSED [ 83%] 2022-12-01T10:39:42.2877880Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_positive_cpu_complex128 PASSED [ 83%] 2022-12-01T10:39:42.2878038Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_pow_cpu_complex128 PASSED [ 83%] 2022-12-01T10:39:42.2878195Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_prod_cpu_complex128 PASSED [ 83%] 2022-12-01T10:39:42.2878354Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_rand_like_cpu_complex128 PASSED [ 83%] 2022-12-01T10:39:42.2878510Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_randn_cpu_complex128 XFAIL [ 83%] 2022-12-01T10:39:42.2878672Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_randn_like_cpu_complex128 PASSED [ 83%] 2022-12-01T10:39:42.2878815Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_ravel_cpu_complex128 PASSED [ 83%] 2022-12-01T10:39:42.2878974Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_renorm_cpu_complex128 PASSED [ 83%] 2022-12-01T10:39:42.2879128Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_repeat_cpu_complex128 PASSED [ 83%] 2022-12-01T10:39:42.2879290Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_resolve_neg_cpu_complex128 PASSED [ 83%] 2022-12-01T10:39:42.2879446Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_roll_cpu_complex128 PASSED [ 83%] 2022-12-01T10:39:42.2879602Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_rsqrt_cpu_complex128 PASSED [ 83%] 2022-12-01T10:39:42.2879756Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_rsub_cpu_complex128 PASSED [ 83%] 2022-12-01T10:39:42.2879920Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_scatter_add_cpu_complex128 PASSED [ 83%] 2022-12-01T10:39:42.2880067Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_scatter_cpu_complex128 PASSED [ 83%] 2022-12-01T10:39:42.2880224Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_select_cpu_complex128 PASSED [ 83%] 2022-12-01T10:39:42.2880382Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_short_cpu_complex128 PASSED [ 83%] 2022-12-01T10:39:42.2880539Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sigmoid_cpu_complex128 PASSED [ 83%] 2022-12-01T10:39:42.2880693Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sinc_cpu_complex128 PASSED [ 83%] 2022-12-01T10:39:42.2880914Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sparse_sampled_addmm_cpu_complex128 SKIPPED (Skipped!) [ 83%] 2022-12-01T10:39:42.2881070Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_split_cpu_complex128 PASSED [ 83%] 2022-12-01T10:39:42.2881238Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_split_list_args_cpu_complex128 PASSED [ 83%] 2022-12-01T10:39:42.2881438Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_split_with_sizes_cpu_complex128 PASSED [ 83%] 2022-12-01T10:39:42.2881583Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_std_mean_cpu_complex128 PASSED [ 83%] 2022-12-01T10:39:42.2881738Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_stft_cpu_complex128 PASSED [ 83%] 2022-12-01T10:39:42.2881892Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sub_cpu_complex128 PASSED [ 83%] 2022-12-01T10:39:42.2882045Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sum_cpu_complex128 PASSED [ 83%] 2022-12-01T10:39:42.2882208Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sum_to_size_cpu_complex128 PASSED [ 83%] 2022-12-01T10:39:42.2882358Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_svd_cpu_complex128 PASSED [ 83%] 2022-12-01T10:39:42.2882521Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_take_along_dim_cpu_complex128 PASSED [ 83%] 2022-12-01T10:39:42.2882675Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_tanh_cpu_complex128 PASSED [ 83%] 2022-12-01T10:39:42.2882824Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_tensordot_cpu_complex128 PASSED [ 83%] 2022-12-01T10:39:42.2882979Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_tile_cpu_complex128 PASSED [ 83%] 2022-12-01T10:39:42.2883136Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_to_cpu_complex128 PASSED [ 83%] 2022-12-01T10:39:42.2883296Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_to_sparse_cpu_complex128 PASSED [ 83%] 2022-12-01T10:39:42.2883454Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_transpose_cpu_complex128 PASSED [ 83%] 2022-12-01T10:39:42.2883627Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_triangular_solve_cpu_complex128 PASSED [ 83%] 2022-12-01T10:39:42.2883786Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_true_divide_cpu_complex128 PASSED [ 83%] 2022-12-01T10:39:42.2883948Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_unbind_cpu_complex128 PASSED [ 83%] 2022-12-01T10:39:42.2884101Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_uniform_cpu_complex128 XFAIL [ 83%] 2022-12-01T10:39:42.2884248Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_var_mean_cpu_complex128 PASSED [ 83%] 2022-12-01T10:39:42.2884399Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_zeros_cpu_complex128 XFAIL [ 83%] 2022-12-01T10:39:42.2884619Z test_ops.py::TestMathBitsCPU::test_neg_view___getitem___cpu_float64 PASSED [ 83%] 2022-12-01T10:39:42.2884777Z test_ops.py::TestMathBitsCPU::test_neg_view___rdiv___cpu_float64 PASSED [ 83%] 2022-12-01T10:39:42.2884929Z test_ops.py::TestMathBitsCPU::test_neg_view___rmatmul___cpu_float64 PASSED [ 83%] 2022-12-01T10:39:42.2885080Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_abs_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:42.2885230Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_acos_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:42.2885376Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_add_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:42.2885513Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_addr_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:42.2885662Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_all_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:42.2885817Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_allclose_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:42.2885966Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_amax_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:42.2886116Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_amin_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:42.2886265Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_arange_cpu_float64 XFAIL [ 83%] 2022-12-01T10:39:42.2886509Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_as_strided_cpu_float64 SKIPPED (Errors when storage_offset is included) [ 83%] 2022-12-01T10:39:42.2886656Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_asin_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:42.2886795Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_atanh_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:42.2886950Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_atleast_1d_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:42.2887132Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_atleast_3d_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:42.2887299Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_broadcast_tensors_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:42.2887456Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_broadcast_to_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:42.2887603Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_cat_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:42.2887755Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_clamp_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:42.2887913Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_clamp_max_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:42.2888053Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_clamp_min_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:42.2888213Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_contiguous_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:42.2888368Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_copysign_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:42.2888516Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_cos_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:42.2888667Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_cosh_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:42.2888823Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_diag_embed_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:42.2888978Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_diagonal_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:42.2889131Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_digamma_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:42.2889302Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_div_floor_rounding_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:42.2889459Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_div_no_rounding_mode_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:42.2889625Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_div_trunc_rounding_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:42.2889781Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_dstack_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:42.2889930Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_erf_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:42.2890083Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_erfc_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:42.2890231Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_exp2_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:42.2890379Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_exp_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:42.2890529Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_expand_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:42.2890668Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_expm1_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:42.2890822Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fftn_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:42.2890982Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fftshift_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:42.2891138Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_hfft2_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:42.2891289Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_hfftn_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:42.2891437Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifft2_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:42.2891582Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifftn_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:42.2891740Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ihfft2_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:42.2891882Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ihfftn_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:42.2892065Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_irfft2_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:42.2892218Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_rfftn_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:42.2892368Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fill_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:42.2892521Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_flatten_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:42.2892698Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_flip_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:42.2892853Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_flipud_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:42.2893004Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_floor_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:42.2893163Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_floor_divide_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:42.2893300Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fmax_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:42.2893450Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fmin_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:42.2893598Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_ge_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:42.2893743Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_gt_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:42.2893899Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_heaviside_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:42.2894079Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_hsplit_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:42.2894227Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_igamma_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:42.2894379Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_igammac_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:42.2894519Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_add_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:42.2894674Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_copy_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:42.2894826Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isnan_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:42.2894982Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isposinf_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:42.2895130Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isreal_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:42.2900006Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_lgamma_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:42.2900216Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_matrix_norm_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:42.2900390Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_norm_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:42.2900549Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_svd_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:42.2900715Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_vector_norm_cpu_float64 PASSED [ 83%] 2022-12-01T10:39:42.2900867Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_log10_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2901022Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_log2_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2901173Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_log_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2901332Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_log_softmax_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2901489Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_not_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2901636Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_logsumexp_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2901789Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_maximum_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2901965Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_meshgrid_variadic_tensors_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2902119Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_minimum_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2902395Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_movedim_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2902661Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nan_to_num_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2902819Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_narrow_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2902970Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_ne_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2903218Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_empty_strided_cpu_float64 SKIPPED (Expected: empty_strided is not comparable) [ 84%] 2022-12-01T10:39:42.2903380Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_full_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2903538Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nextafter_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2903761Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_dropout_cpu_float64 SKIPPED (Expected: dropout is not comparable) [ 84%] 2022-12-01T10:39:42.2903932Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_elu_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2904101Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_gelu_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2904278Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_hardshrink_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2904449Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_hardtanh_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2904636Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_hinge_embedding_loss_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2904799Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_layer_norm_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2904982Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_margin_ranking_loss_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2905165Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_pairwise_distance_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2905333Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_pdist_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2905516Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_poisson_nll_loss_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2905685Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_relu6_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2905853Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_relu_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2906029Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_softplus_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2906203Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_softshrink_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2906358Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_tanhshrink_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2906511Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_norm_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2906661Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_ones_cpu_float64 XFAIL [ 84%] 2022-12-01T10:39:42.2906821Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_positive_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2906969Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_pow_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2907120Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_prod_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2907275Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_remainder_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2907430Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_repeat_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2907571Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_reshape_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2907719Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_roll_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2907870Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_rot90_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2908021Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_rsqrt_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2908206Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_rsub_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2908355Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sgn_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2908510Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sigmoid_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2908659Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sign_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2908823Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sin_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2908971Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sinh_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2909130Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_i0e_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2909287Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_i1_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2909472Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_multigammaln_mvlgamma_p_3_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2909622Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sqrt_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2909769Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_std_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2909925Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_std_mean_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2910071Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sub_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2910209Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_tanh_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2910361Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_trace_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2910520Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_transpose_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2910670Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_tril_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2910819Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_triu_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2910975Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_trunc_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2911131Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_unbind_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2911288Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_unflatten_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2911426Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_unsqueeze_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2911581Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_var_mean_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2911732Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_view_as_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2911879Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_view_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2912025Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_zeros_cpu_float64 XFAIL [ 84%] 2022-12-01T10:39:42.2912169Z test_ops.py::TestMathBitsCPU::test_neg_view_abs_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2912317Z test_ops.py::TestMathBitsCPU::test_neg_view_acosh_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2912464Z test_ops.py::TestMathBitsCPU::test_neg_view_addbmm_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2912597Z test_ops.py::TestMathBitsCPU::test_neg_view_addcmul_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2912758Z test_ops.py::TestMathBitsCPU::test_neg_view_addmm_decomposed_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2912904Z test_ops.py::TestMathBitsCPU::test_neg_view_addmv_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2913049Z test_ops.py::TestMathBitsCPU::test_neg_view_addr_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2913197Z test_ops.py::TestMathBitsCPU::test_neg_view_allclose_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2913340Z test_ops.py::TestMathBitsCPU::test_neg_view_amin_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2913484Z test_ops.py::TestMathBitsCPU::test_neg_view_aminmax_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2913627Z test_ops.py::TestMathBitsCPU::test_neg_view_angle_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2913821Z test_ops.py::TestMathBitsCPU::test_neg_view_any_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2913965Z test_ops.py::TestMathBitsCPU::test_neg_view_argmax_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2914108Z test_ops.py::TestMathBitsCPU::test_neg_view_argmin_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2914251Z test_ops.py::TestMathBitsCPU::test_neg_view_argsort_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2914425Z test_ops.py::TestMathBitsCPU::test_neg_view_argwhere_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2914573Z test_ops.py::TestMathBitsCPU::test_neg_view_asinh_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2914715Z test_ops.py::TestMathBitsCPU::test_neg_view_atan_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2914860Z test_ops.py::TestMathBitsCPU::test_neg_view_atanh_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2914997Z test_ops.py::TestMathBitsCPU::test_neg_view_atleast_1d_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2915151Z test_ops.py::TestMathBitsCPU::test_neg_view_atleast_3d_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2915298Z test_ops.py::TestMathBitsCPU::test_neg_view_baddbmm_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2915444Z test_ops.py::TestMathBitsCPU::test_neg_view_bernoulli_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2915592Z test_ops.py::TestMathBitsCPU::test_neg_view_bfloat16_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2915737Z test_ops.py::TestMathBitsCPU::test_neg_view_bool_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2915893Z test_ops.py::TestMathBitsCPU::test_neg_view_broadcast_to_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2916032Z test_ops.py::TestMathBitsCPU::test_neg_view_cat_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2916161Z test_ops.py::TestMathBitsCPU::test_neg_view_cdist_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2916304Z test_ops.py::TestMathBitsCPU::test_neg_view_char_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2916451Z test_ops.py::TestMathBitsCPU::test_neg_view_cholesky_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2916610Z test_ops.py::TestMathBitsCPU::test_neg_view_cholesky_inverse_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2916752Z test_ops.py::TestMathBitsCPU::test_neg_view_clamp_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2916896Z test_ops.py::TestMathBitsCPU::test_neg_view_clamp_max_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2917045Z test_ops.py::TestMathBitsCPU::test_neg_view_clamp_min_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2917199Z test_ops.py::TestMathBitsCPU::test_neg_view_column_stack_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2917351Z test_ops.py::TestMathBitsCPU::test_neg_view_combinations_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2917494Z test_ops.py::TestMathBitsCPU::test_neg_view_conj_physical_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2917646Z test_ops.py::TestMathBitsCPU::test_neg_view_contiguous_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2917792Z test_ops.py::TestMathBitsCPU::test_neg_view_corrcoef_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2917937Z test_ops.py::TestMathBitsCPU::test_neg_view_cosh_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2918077Z test_ops.py::TestMathBitsCPU::test_neg_view_cov_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2918221Z test_ops.py::TestMathBitsCPU::test_neg_view_cross_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2918363Z test_ops.py::TestMathBitsCPU::test_neg_view_cummax_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2918510Z test_ops.py::TestMathBitsCPU::test_neg_view_cumprod_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2918647Z test_ops.py::TestMathBitsCPU::test_neg_view_diag_embed_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2918794Z test_ops.py::TestMathBitsCPU::test_neg_view_diagflat_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2918937Z test_ops.py::TestMathBitsCPU::test_neg_view_diagonal_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2919080Z test_ops.py::TestMathBitsCPU::test_neg_view_diff_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2919257Z test_ops.py::TestMathBitsCPU::test_neg_view_digamma_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2919419Z test_ops.py::TestMathBitsCPU::test_neg_view_div_floor_rounding_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2919560Z test_ops.py::TestMathBitsCPU::test_neg_view_dot_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2919707Z test_ops.py::TestMathBitsCPU::test_neg_view_dsplit_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2919877Z test_ops.py::TestMathBitsCPU::test_neg_view_dstack_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2920024Z test_ops.py::TestMathBitsCPU::test_neg_view_einsum_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2920189Z test_ops.py::TestMathBitsCPU::test_neg_view_empty_like_cpu_float64 SKIPPED (Skipped!) [ 84%] 2022-12-01T10:39:42.2920328Z test_ops.py::TestMathBitsCPU::test_neg_view_eq_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2920470Z test_ops.py::TestMathBitsCPU::test_neg_view_erfinv_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2920617Z test_ops.py::TestMathBitsCPU::test_neg_view_expand_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2920762Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_hfft2_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2920905Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifftn_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2921044Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ihfft2_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2921195Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ihfftn_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2921339Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_irfft_cpu_float64 PASSED [ 84%] 2022-12-01T10:39:42.2921482Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_rfftn_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2921625Z test_ops.py::TestMathBitsCPU::test_neg_view_fill_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2921770Z test_ops.py::TestMathBitsCPU::test_neg_view_flatten_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2921925Z test_ops.py::TestMathBitsCPU::test_neg_view_floor_divide_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2922069Z test_ops.py::TestMathBitsCPU::test_neg_view_fmin_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2922197Z test_ops.py::TestMathBitsCPU::test_neg_view_frac_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2922339Z test_ops.py::TestMathBitsCPU::test_neg_view_frexp_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2922484Z test_ops.py::TestMathBitsCPU::test_neg_view_geqrf_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2922631Z test_ops.py::TestMathBitsCPU::test_neg_view_gradient_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2922770Z test_ops.py::TestMathBitsCPU::test_neg_view_gt_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2922916Z test_ops.py::TestMathBitsCPU::test_neg_view_heaviside_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2923062Z test_ops.py::TestMathBitsCPU::test_neg_view_histogram_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2923204Z test_ops.py::TestMathBitsCPU::test_neg_view_hsplit_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2923336Z test_ops.py::TestMathBitsCPU::test_neg_view_hstack_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2923477Z test_ops.py::TestMathBitsCPU::test_neg_view_igamma_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2923620Z test_ops.py::TestMathBitsCPU::test_neg_view_igammac_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2923762Z test_ops.py::TestMathBitsCPU::test_neg_view_index_add_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2923913Z test_ops.py::TestMathBitsCPU::test_neg_view_index_copy_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2924130Z test_ops.py::TestMathBitsCPU::test_neg_view_index_put_cpu_float64 SKIPPED (Operation not tested with tensors with negative bit.) [ 85%] 2022-12-01T10:39:42.2924286Z test_ops.py::TestMathBitsCPU::test_neg_view_index_reduce_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2924437Z test_ops.py::TestMathBitsCPU::test_neg_view_index_select_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2924666Z test_ops.py::TestMathBitsCPU::test_neg_view_int_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2924834Z test_ops.py::TestMathBitsCPU::test_neg_view_isclose_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2924984Z test_ops.py::TestMathBitsCPU::test_neg_view_isin_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2925129Z test_ops.py::TestMathBitsCPU::test_neg_view_isinf_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2925272Z test_ops.py::TestMathBitsCPU::test_neg_view_isnan_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2925494Z test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_2inputs_2outputs_cpu_float64 SKIPPED (Only runs on cuda) [ 85%] 2022-12-01T10:39:42.2925697Z test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_4inputs_with_extra_args_cpu_float64 SKIPPED (Only runs on cuda) [ 85%] 2022-12-01T10:39:42.2925882Z test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_binary_cpu_float64 SKIPPED (Only runs on cuda) [ 85%] 2022-12-01T10:39:42.2926062Z test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_unary_cpu_float64 SKIPPED (Only runs on cuda) [ 85%] 2022-12-01T10:39:42.2926196Z test_ops.py::TestMathBitsCPU::test_neg_view_kron_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2926345Z test_ops.py::TestMathBitsCPU::test_neg_view_kthvalue_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2926489Z test_ops.py::TestMathBitsCPU::test_neg_view_ldexp_cpu_float64 XFAIL [ 85%] 2022-12-01T10:39:42.2926633Z test_ops.py::TestMathBitsCPU::test_neg_view_lerp_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2926778Z test_ops.py::TestMathBitsCPU::test_neg_view_lgamma_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2926929Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cross_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2927085Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eigvalsh_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2927258Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_householder_product_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2927398Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_inv_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2927557Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_inv_ex_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2927714Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_ldl_factor_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2927876Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_ldl_factor_ex_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2928029Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lstsq_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2928202Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lstsq_grad_oriented_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2928349Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2928509Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_factor_ex_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2928667Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_norm_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2928812Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_multi_dot_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2928978Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_pinv_hermitian_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2929207Z 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:39:42.2929355Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_qr_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2929513Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_solve_ex_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2929664Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_svd_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2929819Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_svdvals_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2929976Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_tensorinv_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2930123Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_tensorsolve_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2930295Z test_ops.py::TestMathBitsCPU::test_neg_view_log10_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2930444Z test_ops.py::TestMathBitsCPU::test_neg_view_log1p_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2930590Z test_ops.py::TestMathBitsCPU::test_neg_view_log_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2930743Z test_ops.py::TestMathBitsCPU::test_neg_view_logical_and_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2930918Z test_ops.py::TestMathBitsCPU::test_neg_view_logical_or_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2931073Z test_ops.py::TestMathBitsCPU::test_neg_view_logical_xor_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2931218Z test_ops.py::TestMathBitsCPU::test_neg_view_long_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2931362Z test_ops.py::TestMathBitsCPU::test_neg_view_mT_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2931500Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_amin_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2931658Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_argmin_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2931809Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_cumsum_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2931962Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_mean_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2932116Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_median_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2932275Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_normalize_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2932425Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_select_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2932579Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_softmax_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2932715Z test_ops.py::TestMathBitsCPU::test_neg_view_matmul_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2932867Z test_ops.py::TestMathBitsCPU::test_neg_view_matrix_exp_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2933015Z test_ops.py::TestMathBitsCPU::test_neg_view_max_binary_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2933165Z test_ops.py::TestMathBitsCPU::test_neg_view_maximum_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2933316Z test_ops.py::TestMathBitsCPU::test_neg_view_min_binary_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2933480Z test_ops.py::TestMathBitsCPU::test_neg_view_min_reduction_with_dim_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2933621Z test_ops.py::TestMathBitsCPU::test_neg_view_mm_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2933766Z test_ops.py::TestMathBitsCPU::test_neg_view_mode_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2933917Z test_ops.py::TestMathBitsCPU::test_neg_view_mvlgamma_mvlgamma_p_1_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2934062Z test_ops.py::TestMathBitsCPU::test_neg_view_nanmean_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2934207Z test_ops.py::TestMathBitsCPU::test_neg_view_nanmedian_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2934366Z test_ops.py::TestMathBitsCPU::test_neg_view_native_layer_norm_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2934508Z test_ops.py::TestMathBitsCPU::test_neg_view_ne_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2934723Z test_ops.py::TestMathBitsCPU::test_neg_view_new_empty_strided_cpu_float64 SKIPPED (Expected: new_empty_strided is not comparable) [ 85%] 2022-12-01T10:39:42.2934868Z test_ops.py::TestMathBitsCPU::test_neg_view_new_zeros_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2935019Z test_ops.py::TestMathBitsCPU::test_neg_view_nextafter_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2935199Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional__scaled_dot_product_attention_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2935380Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_max_pool2d_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2935559Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_max_pool3d_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2935727Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_avg_pool3d_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2935924Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_batch_norm_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2936089Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_bilinear_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2936280Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_binary_cross_entropy_with_logits_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2936472Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_celu_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2936636Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv2d_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2936800Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv_transpose1d_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2936979Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_cosine_embedding_loss_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2937148Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_cross_entropy_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2937313Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_ctc_loss_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2937476Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_dropout_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2937634Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_elu_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2937801Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_embedding_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2937994Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_feature_alpha_dropout_with_train_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2938190Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_feature_alpha_dropout_without_train_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2938419Z 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:39:42.2938582Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_gelu_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2938741Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_glu_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2938908Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_group_norm_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2939077Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardshrink_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2939249Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardsigmoid_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2939415Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardswish_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2939579Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardtanh_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2939755Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_area_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2939926Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_bicubic_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2940107Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_bilinear_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2940272Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_layer_norm_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2940435Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_linear_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2940600Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_pool1d_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2940761Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_pool2d_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2940938Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool1d_grad_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2941109Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool2d_grad_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2941268Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_mish_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2941458Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_multi_margin_loss_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2941639Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_multilabel_margin_loss_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2941802Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_nll_loss_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2941995Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_normalize_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2942299Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_circular_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2942548Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_replicate_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2942727Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pairwise_distance_cpu_float64 PASSED [ 85%] 2022-12-01T10:39:42.2942901Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_poisson_nll_loss_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2943052Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_prelu_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2943214Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_relu6_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2943376Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_silu_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2943549Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_smooth_l1_loss_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2943723Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_soft_margin_loss_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2943888Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softmin_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2944053Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softplus_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2944220Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softshrink_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2944392Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_tanhshrink_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2944545Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_threshold_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2944724Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_triplet_margin_loss_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2944890Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_unfold_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2945041Z test_ops.py::TestMathBitsCPU::test_neg_view_nonzero_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2945191Z test_ops.py::TestMathBitsCPU::test_neg_view_norm_fro_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2945341Z test_ops.py::TestMathBitsCPU::test_neg_view_norm_inf_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2945490Z test_ops.py::TestMathBitsCPU::test_neg_view_norm_nuc_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2945651Z test_ops.py::TestMathBitsCPU::test_neg_view_normal_number_mean_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2945788Z test_ops.py::TestMathBitsCPU::test_neg_view_ones_like_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2945934Z test_ops.py::TestMathBitsCPU::test_neg_view_polar_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2946099Z test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_0_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2946265Z test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_2_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2946414Z test_ops.py::TestMathBitsCPU::test_neg_view_positive_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2946558Z test_ops.py::TestMathBitsCPU::test_neg_view_pow_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2946703Z test_ops.py::TestMathBitsCPU::test_neg_view_prod_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2946845Z test_ops.py::TestMathBitsCPU::test_neg_view_put_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2946985Z test_ops.py::TestMathBitsCPU::test_neg_view_qr_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2947180Z test_ops.py::TestMathBitsCPU::test_neg_view_quantile_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2947326Z test_ops.py::TestMathBitsCPU::test_neg_view_rad2deg_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2947469Z test_ops.py::TestMathBitsCPU::test_neg_view_randn_cpu_float64 XFAIL [ 86%] 2022-12-01T10:39:42.2947613Z test_ops.py::TestMathBitsCPU::test_neg_view_real_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2947804Z test_ops.py::TestMathBitsCPU::test_neg_view_reciprocal_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2947956Z test_ops.py::TestMathBitsCPU::test_neg_view_remainder_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2948101Z test_ops.py::TestMathBitsCPU::test_neg_view_reshape_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2948315Z test_ops.py::TestMathBitsCPU::test_neg_view_resize__cpu_float64 SKIPPED (Operation not tested with tensors with negative bit.) [ 86%] 2022-12-01T10:39:42.2948459Z test_ops.py::TestMathBitsCPU::test_neg_view_resolve_conj_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2948606Z test_ops.py::TestMathBitsCPU::test_neg_view_roll_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2948749Z test_ops.py::TestMathBitsCPU::test_neg_view_rot90_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2948894Z test_ops.py::TestMathBitsCPU::test_neg_view_round_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2949055Z test_ops.py::TestMathBitsCPU::test_neg_view_round_decimals_0_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2949231Z test_ops.py::TestMathBitsCPU::test_neg_view_round_decimals_3_cpu_float64 SKIPPED (Skipped!) [ 86%] 2022-12-01T10:39:42.2949377Z test_ops.py::TestMathBitsCPU::test_neg_view_rsqrt_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2949529Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_add_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2949661Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2949821Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_amax_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2949982Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_mean_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2950142Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_prod_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2950301Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_sum_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2950460Z test_ops.py::TestMathBitsCPU::test_neg_view_searchsorted_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2950624Z test_ops.py::TestMathBitsCPU::test_neg_view_segment_reduce_lengths_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2950771Z test_ops.py::TestMathBitsCPU::test_neg_view_select_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2950927Z test_ops.py::TestMathBitsCPU::test_neg_view_select_scatter_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2951059Z test_ops.py::TestMathBitsCPU::test_neg_view_short_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2951207Z test_ops.py::TestMathBitsCPU::test_neg_view_sigmoid_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2951352Z test_ops.py::TestMathBitsCPU::test_neg_view_sign_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2951498Z test_ops.py::TestMathBitsCPU::test_neg_view_signbit_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2951638Z test_ops.py::TestMathBitsCPU::test_neg_view_sin_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2951783Z test_ops.py::TestMathBitsCPU::test_neg_view_sinc_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2951927Z test_ops.py::TestMathBitsCPU::test_neg_view_slice_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2952069Z test_ops.py::TestMathBitsCPU::test_neg_view_sort_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2952213Z test_ops.py::TestMathBitsCPU::test_neg_view_special_airy_ai_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2952391Z test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_t_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2952544Z test_ops.py::TestMathBitsCPU::test_neg_view_special_entr_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2952749Z test_ops.py::TestMathBitsCPU::test_neg_view_special_hermite_polynomial_h_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2952921Z test_ops.py::TestMathBitsCPU::test_neg_view_special_hermite_polynomial_he_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2953071Z test_ops.py::TestMathBitsCPU::test_neg_view_special_i1_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2953258Z test_ops.py::TestMathBitsCPU::test_neg_view_special_log_ndtr_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2953429Z test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_i0_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2953586Z test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_i1_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2953755Z test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_k0_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2953923Z test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_k1_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2954084Z test_ops.py::TestMathBitsCPU::test_neg_view_special_ndtr_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2954238Z test_ops.py::TestMathBitsCPU::test_neg_view_special_ndtri_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2954710Z 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:39:42.2954886Z test_ops.py::TestMathBitsCPU::test_neg_view_special_spherical_bessel_j0_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2955047Z test_ops.py::TestMathBitsCPU::test_neg_view_special_xlog1py_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2955202Z test_ops.py::TestMathBitsCPU::test_neg_view_split_list_args_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2955337Z test_ops.py::TestMathBitsCPU::test_neg_view_square_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2955487Z test_ops.py::TestMathBitsCPU::test_neg_view_squeeze_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2955635Z test_ops.py::TestMathBitsCPU::test_neg_view_std_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2955783Z test_ops.py::TestMathBitsCPU::test_neg_view_std_mean_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2955927Z test_ops.py::TestMathBitsCPU::test_neg_view_sub_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2956077Z test_ops.py::TestMathBitsCPU::test_neg_view_sum_to_size_cpu_float64 XFAIL [ 86%] 2022-12-01T10:39:42.2956224Z test_ops.py::TestMathBitsCPU::test_neg_view_svd_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2956376Z test_ops.py::TestMathBitsCPU::test_neg_view_svd_lowrank_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2956504Z test_ops.py::TestMathBitsCPU::test_neg_view_t_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2956661Z test_ops.py::TestMathBitsCPU::test_neg_view_take_along_dim_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2956806Z test_ops.py::TestMathBitsCPU::test_neg_view_take_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2956964Z test_ops.py::TestMathBitsCPU::test_neg_view_tensor_split_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2957110Z test_ops.py::TestMathBitsCPU::test_neg_view_tile_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2957254Z test_ops.py::TestMathBitsCPU::test_neg_view_tril_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2957404Z test_ops.py::TestMathBitsCPU::test_neg_view_true_divide_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2957552Z test_ops.py::TestMathBitsCPU::test_neg_view_unflatten_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2957685Z test_ops.py::TestMathBitsCPU::test_neg_view_unfold_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2957828Z test_ops.py::TestMathBitsCPU::test_neg_view_uniform_cpu_float64 XFAIL [ 86%] 2022-12-01T10:39:42.2957989Z test_ops.py::TestMathBitsCPU::test_neg_view_unique_consecutive_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2958133Z test_ops.py::TestMathBitsCPU::test_neg_view_unique_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2958281Z test_ops.py::TestMathBitsCPU::test_neg_view_unsqueeze_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2958455Z test_ops.py::TestMathBitsCPU::test_neg_view_var_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2958599Z test_ops.py::TestMathBitsCPU::test_neg_view_vstack_cpu_float64 PASSED [ 86%] 2022-12-01T10:39:42.2958739Z test_ops.py::TestMathBitsCPU::test_neg_view_zeros_cpu_float64 XFAIL [ 86%] 2022-12-01T10:39:42.2958895Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_abs_cpu PASSED [ 86%] 2022-12-01T10:39:42.2959103Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_acos_cpu PASSED [ 86%] 2022-12-01T10:39:42.2959276Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_acosh_cpu PASSED [ 86%] 2022-12-01T10:39:42.2959446Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_addr_cpu PASSED [ 86%] 2022-12-01T10:39:42.2959620Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_allclose_cpu PASSED [ 86%] 2022-12-01T10:39:42.2959790Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_amax_cpu PASSED [ 86%] 2022-12-01T10:39:42.2959957Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_amin_cpu PASSED [ 86%] 2022-12-01T10:39:42.2960136Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_as_strided_cpu PASSED [ 86%] 2022-12-01T10:39:42.2960303Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_asin_cpu PASSED [ 86%] 2022-12-01T10:39:42.2960460Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atan_cpu PASSED [ 86%] 2022-12-01T10:39:42.2960636Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atleast_1d_cpu PASSED [ 86%] 2022-12-01T10:39:42.2960805Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atleast_2d_cpu PASSED [ 86%] 2022-12-01T10:39:42.2960979Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_and_cpu PASSED [ 86%] 2022-12-01T10:39:42.2961152Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_not_cpu PASSED [ 86%] 2022-12-01T10:39:42.2961340Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_right_shift_cpu PASSED [ 86%] 2022-12-01T10:39:42.2961515Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_xor_cpu PASSED [ 86%] 2022-12-01T10:39:42.2961699Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_broadcast_tensors_cpu PASSED [ 86%] 2022-12-01T10:39:42.2961878Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_broadcast_to_cpu PASSED [ 86%] 2022-12-01T10:39:42.2962036Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_chunk_cpu PASSED [ 86%] 2022-12-01T10:39:42.2962206Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_clamp_cpu PASSED [ 86%] 2022-12-01T10:39:42.2962386Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_conj_physical_cpu PASSED [ 86%] 2022-12-01T10:39:42.2962560Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_copysign_cpu PASSED [ 86%] 2022-12-01T10:39:42.2962726Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cosh_cpu PASSED [ 86%] 2022-12-01T10:39:42.2962900Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_diag_embed_cpu PASSED [ 86%] 2022-12-01T10:39:42.2963073Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_diagonal_cpu PASSED [ 86%] 2022-12-01T10:39:42.2963245Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_dsplit_cpu PASSED [ 86%] 2022-12-01T10:39:42.2963414Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_empty_cpu PASSED [ 86%] 2022-12-01T10:39:42.2963569Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_eq_cpu PASSED [ 86%] 2022-12-01T10:39:42.2963738Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erf_cpu PASSED [ 86%] 2022-12-01T10:39:42.2963938Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_exp2_cpu PASSED [ 86%] 2022-12-01T10:39:42.2964111Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_expand_cpu PASSED [ 87%] 2022-12-01T10:39:42.2964281Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_expm1_cpu PASSED [ 87%] 2022-12-01T10:39:42.2964453Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fftn_cpu PASSED [ 87%] 2022-12-01T10:39:42.2964766Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fftshift_cpu PASSED [ 87%] 2022-12-01T10:39:42.2964947Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_hfft_cpu PASSED [ 87%] 2022-12-01T10:39:42.2965102Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifft_cpu PASSED [ 87%] 2022-12-01T10:39:42.2965278Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifftn_cpu PASSED [ 87%] 2022-12-01T10:39:42.2965461Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifftshift_cpu PASSED [ 87%] 2022-12-01T10:39:42.2965636Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ihfft2_cpu PASSED [ 87%] 2022-12-01T10:39:42.2965811Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ihfft_cpu PASSED [ 87%] 2022-12-01T10:39:42.2965984Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_irfft2_cpu PASSED [ 87%] 2022-12-01T10:39:42.2966158Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_rfft_cpu PASSED [ 87%] 2022-12-01T10:39:42.2966331Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_rfftn_cpu PASSED [ 87%] 2022-12-01T10:39:42.2966508Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_float_power_cpu PASSED [ 87%] 2022-12-01T10:39:42.2966661Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fmax_cpu PASSED [ 87%] 2022-12-01T10:39:42.2966833Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_frac_cpu PASSED [ 87%] 2022-12-01T10:39:42.2967001Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_full_cpu PASSED [ 87%] 2022-12-01T10:39:42.2967177Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_full_like_cpu PASSED [ 87%] 2022-12-01T10:39:42.2967345Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ge_cpu PASSED [ 87%] 2022-12-01T10:39:42.2967519Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_hstack_cpu PASSED [ 87%] 2022-12-01T10:39:42.2967688Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_hypot_cpu PASSED [ 87%] 2022-12-01T10:39:42.2967850Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_i0_cpu PASSED [ 87%] 2022-12-01T10:39:42.2968024Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_igammac_cpu PASSED [ 87%] 2022-12-01T10:39:42.2968186Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_add__cpu PASSED [ 87%] 2022-12-01T10:39:42.2968362Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_copy_cpu PASSED [ 87%] 2022-12-01T10:39:42.2968535Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_fill__cpu PASSED [ 87%] 2022-12-01T10:39:42.2968706Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isclose_cpu PASSED [ 87%] 2022-12-01T10:39:42.2968883Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isfinite_cpu PASSED [ 87%] 2022-12-01T10:39:42.2969052Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isnan_cpu PASSED [ 87%] 2022-12-01T10:39:42.2969224Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isreal_cpu PASSED [ 87%] 2022-12-01T10:39:42.2969396Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_item_cpu PASSED [ 87%] 2022-12-01T10:39:42.2969564Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lcm_cpu PASSED [ 87%] 2022-12-01T10:39:42.2969757Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_linspace_cpu PASSED [ 87%] 2022-12-01T10:39:42.2969932Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_and_cpu PASSED [ 87%] 2022-12-01T10:39:42.2970105Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_or_cpu PASSED [ 87%] 2022-12-01T10:39:42.2970305Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_xor_cpu PASSED [ 87%] 2022-12-01T10:39:42.2970471Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lt_cpu PASSED [ 87%] 2022-12-01T10:39:42.2970644Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_masked_fill_cpu PASSED [ 87%] 2022-12-01T10:39:42.2970816Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_maximum_cpu PASSED [ 87%] 2022-12-01T10:39:42.2970987Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_mean_cpu PASSED [ 87%] 2022-12-01T10:39:42.2971164Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_meshgrid_cpu PASSED [ 87%] 2022-12-01T10:39:42.2971323Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_minimum_cpu PASSED [ 87%] 2022-12-01T10:39:42.2971489Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_mul_cpu PASSED [ 87%] 2022-12-01T10:39:42.2971665Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nan_to_num_cpu PASSED [ 87%] 2022-12-01T10:39:42.2971834Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_narrow_cpu PASSED [ 87%] 2022-12-01T10:39:42.2972017Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_native_layer_norm_cpu PASSED [ 87%] 2022-12-01T10:39:42.2972181Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ne_cpu PASSED [ 87%] 2022-12-01T10:39:42.2972370Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_dropout_cpu PASSED [ 87%] 2022-12-01T10:39:42.2972556Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_elu_cpu PASSED [ 87%] 2022-12-01T10:39:42.2972727Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_glu_cpu PASSED [ 87%] 2022-12-01T10:39:42.2972918Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_hardtanh_cpu PASSED [ 87%] 2022-12-01T10:39:42.2973112Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_huber_loss_cpu PASSED [ 87%] 2022-12-01T10:39:42.2973299Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_l1_loss_cpu PASSED [ 87%] 2022-12-01T10:39:42.2973502Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_margin_ranking_loss_cpu PASSED [ 87%] 2022-12-01T10:39:42.2973687Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_mish_cpu PASSED [ 87%] 2022-12-01T10:39:42.2973878Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_mse_loss_cpu PASSED [ 87%] 2022-12-01T10:39:42.2974078Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_pairwise_distance_cpu PASSED [ 87%] 2022-12-01T10:39:42.2974262Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_relu6_cpu PASSED [ 87%] 2022-12-01T10:39:42.2974445Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_selu_cpu PASSED [ 87%] 2022-12-01T10:39:42.2974622Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_softplus_cpu PASSED [ 87%] 2022-12-01T10:39:42.2974815Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_softshrink_cpu PASSED [ 87%] 2022-12-01T10:39:42.2975003Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_tanhshrink_cpu PASSED [ 87%] 2022-12-01T10:39:42.2975222Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_threshold_cpu PASSED [ 87%] 2022-12-01T10:39:42.2975389Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ones_cpu PASSED [ 87%] 2022-12-01T10:39:42.2975564Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ones_like_cpu PASSED [ 87%] 2022-12-01T10:39:42.2975765Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_permute_cpu PASSED [ 87%] 2022-12-01T10:39:42.2975938Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ravel_cpu PASSED [ 87%] 2022-12-01T10:39:42.2976107Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_reshape_cpu PASSED [ 87%] 2022-12-01T10:39:42.2976263Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_roll_cpu PASSED [ 87%] 2022-12-01T10:39:42.2976430Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rot90_cpu PASSED [ 87%] 2022-12-01T10:39:42.2976600Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_round_cpu PASSED [ 87%] 2022-12-01T10:39:42.2976767Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rpow_cpu PASSED [ 87%] 2022-12-01T10:39:42.2976940Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rtruediv_cpu PASSED [ 87%] 2022-12-01T10:39:42.2977107Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sgn_cpu PASSED [ 87%] 2022-12-01T10:39:42.2977278Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sigmoid_cpu PASSED [ 87%] 2022-12-01T10:39:42.2977444Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sinh_cpu PASSED [ 87%] 2022-12-01T10:39:42.2977610Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_zeta_cpu PASSED [ 87%] 2022-12-01T10:39:42.2977774Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sqrt_cpu PASSED [ 87%] 2022-12-01T10:39:42.2977947Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_squeeze_cpu PASSED [ 87%] 2022-12-01T10:39:42.2978115Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_stack_cpu PASSED [ 87%] 2022-12-01T10:39:42.2978288Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_std_mean_cpu PASSED [ 87%] 2022-12-01T10:39:42.2978455Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sub_cpu PASSED [ 87%] 2022-12-01T10:39:42.2978631Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_swap_axes_cpu PASSED [ 87%] 2022-12-01T10:39:42.2978794Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_t_cpu PASSED [ 87%] 2022-12-01T10:39:42.2978962Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tan_cpu PASSED [ 87%] 2022-12-01T10:39:42.2979115Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tanh_cpu PASSED [ 87%] 2022-12-01T10:39:42.2979297Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tensor_split_cpu PASSED [ 87%] 2022-12-01T10:39:42.2979468Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_trace_cpu PASSED [ 87%] 2022-12-01T10:39:42.2979645Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_transpose_cpu PASSED [ 87%] 2022-12-01T10:39:42.2979820Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tril_indices_cpu PASSED [ 87%] 2022-12-01T10:39:42.2979990Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_triu_cpu PASSED [ 87%] 2022-12-01T10:39:42.2980162Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_triu_indices_cpu PASSED [ 87%] 2022-12-01T10:39:42.2980338Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_trunc_divide_cpu PASSED [ 87%] 2022-12-01T10:39:42.2980510Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unbind_cpu PASSED [ 87%] 2022-12-01T10:39:42.2980703Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unflatten_cpu PASSED [ 87%] 2022-12-01T10:39:42.2980879Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unfold_copy_cpu PASSED [ 87%] 2022-12-01T10:39:42.2981050Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_uniform_cpu PASSED [ 87%] 2022-12-01T10:39:42.2981222Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_var_mean_cpu PASSED [ 87%] 2022-12-01T10:39:42.2981417Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_view_cpu PASSED [ 87%] 2022-12-01T10:39:42.2981591Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_vsplit_cpu PASSED [ 87%] 2022-12-01T10:39:42.2981761Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_vstack_cpu PASSED [ 87%] 2022-12-01T10:39:42.2981931Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_where_cpu PASSED [ 87%] 2022-12-01T10:39:42.2982111Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_zeros_like_cpu PASSED [ 87%] 2022-12-01T10:39:42.2982389Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_acos_cpu PASSED [ 87%] 2022-12-01T10:39:42.2982562Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_acosh_cpu PASSED [ 87%] 2022-12-01T10:39:42.2982730Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_add_cpu PASSED [ 87%] 2022-12-01T10:39:42.2982899Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_addr_cpu PASSED [ 87%] 2022-12-01T10:39:42.2983074Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_allclose_cpu PASSED [ 87%] 2022-12-01T10:39:42.2983242Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_any_cpu PASSED [ 87%] 2022-12-01T10:39:42.2983417Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_arange_cpu PASSED [ 87%] 2022-12-01T10:39:42.2983595Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_as_strided_cpu PASSED [ 87%] 2022-12-01T10:39:42.2983753Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_asinh_cpu PASSED [ 87%] 2022-12-01T10:39:42.2983922Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atan2_cpu PASSED [ 87%] 2022-12-01T10:39:42.2984093Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atanh_cpu PASSED [ 87%] 2022-12-01T10:39:42.2984282Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_left_shift_cpu PASSED [ 87%] 2022-12-01T10:39:42.2984461Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_not_cpu PASSED [ 87%] 2022-12-01T10:39:42.2984727Z 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:39:42.2984915Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_broadcast_tensors_cpu PASSED [ 87%] 2022-12-01T10:39:42.2985085Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ceil_cpu PASSED [ 87%] 2022-12-01T10:39:42.2985254Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_chunk_cpu PASSED [ 87%] 2022-12-01T10:39:42.2985422Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_clone_cpu PASSED [ 87%] 2022-12-01T10:39:42.2985818Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_column_stack_cpu PASSED [ 87%] 2022-12-01T10:39:42.2986201Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_conj_physical_cpu PASSED [ 87%] 2022-12-01T10:39:42.2986592Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_constant_pad_nd_cpu PASSED [ 87%] 2022-12-01T10:39:42.2986963Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_copysign_cpu PASSED [ 87%] 2022-12-01T10:39:42.2987331Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cos_cpu PASSED [ 87%] 2022-12-01T10:39:42.2987754Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cosh_cpu PASSED [ 87%] 2022-12-01T10:39:42.2988126Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_digamma_cpu PASSED [ 87%] 2022-12-01T10:39:42.2988474Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_div_cpu PASSED [ 87%] 2022-12-01T10:39:42.2988869Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_dsplit_cpu PASSED [ 87%] 2022-12-01T10:39:42.2989235Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_empty_cpu PASSED [ 87%] 2022-12-01T10:39:42.2989604Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_empty_like_cpu PASSED [ 87%] 2022-12-01T10:39:42.2989957Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_eq_cpu PASSED [ 88%] 2022-12-01T10:39:42.2990314Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erf_cpu PASSED [ 88%] 2022-12-01T10:39:42.2990676Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_exp2_cpu PASSED [ 88%] 2022-12-01T10:39:42.2991034Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_expand_cpu PASSED [ 88%] 2022-12-01T10:39:42.2991390Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_expm1_cpu PASSED [ 88%] 2022-12-01T10:39:42.2991763Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fft2_cpu PASSED [ 88%] 2022-12-01T10:39:42.2992128Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fft_cpu PASSED [ 88%] 2022-12-01T10:39:42.2992476Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fftn_cpu PASSED [ 88%] 2022-12-01T10:39:42.2992851Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fftshift_cpu PASSED [ 88%] 2022-12-01T10:39:42.2993232Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ihfftn_cpu PASSED [ 88%] 2022-12-01T10:39:42.2993604Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_rfft2_cpu PASSED [ 88%] 2022-12-01T10:39:42.2993952Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_rfft_cpu PASSED [ 88%] 2022-12-01T10:39:42.2994320Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_rfftn_cpu PASSED [ 88%] 2022-12-01T10:39:42.2994690Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fill_cpu PASSED [ 88%] 2022-12-01T10:39:42.2995056Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_flatten_cpu PASSED [ 88%] 2022-12-01T10:39:42.2995406Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fliplr_cpu PASSED [ 88%] 2022-12-01T10:39:42.2995800Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_floor_cpu PASSED [ 88%] 2022-12-01T10:39:42.2996223Z 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:39:42.2996633Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_gcd_cpu PASSED [ 88%] 2022-12-01T10:39:42.2996973Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_gt_cpu PASSED [ 88%] 2022-12-01T10:39:42.2997334Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_heaviside_cpu PASSED [ 88%] 2022-12-01T10:39:42.2997703Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_hsplit_cpu PASSED [ 88%] 2022-12-01T10:39:42.2998067Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_hstack_cpu PASSED [ 88%] 2022-12-01T10:39:42.2998413Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_i0_cpu PASSED [ 88%] 2022-12-01T10:39:42.2998771Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_imag_cpu PASSED [ 88%] 2022-12-01T10:39:42.2999234Z 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:39:42.2999659Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_copy_cpu PASSED [ 88%] 2022-12-01T10:39:42.3000023Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isfinite_cpu PASSED [ 88%] 2022-12-01T10:39:42.3000419Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isnan_cpu PASSED [ 88%] 2022-12-01T10:39:42.3000786Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isreal_cpu PASSED [ 88%] 2022-12-01T10:39:42.3001189Z 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:39:42.3001592Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_le_cpu PASSED [ 88%] 2022-12-01T10:39:42.3001956Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_linspace_cpu PASSED [ 88%] 2022-12-01T10:39:42.3002323Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log10_cpu PASSED [ 88%] 2022-12-01T10:39:42.3002668Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log1p_cpu PASSED [ 88%] 2022-12-01T10:39:42.3003023Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log_cpu PASSED [ 88%] 2022-12-01T10:39:42.3003390Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_not_cpu PASSED [ 88%] 2022-12-01T10:39:42.3003775Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logspace_cpu PASSED [ 88%] 2022-12-01T10:39:42.3004120Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lt_cpu PASSED [ 88%] 2022-12-01T10:39:42.3004475Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_mean_cpu PASSED [ 88%] 2022-12-01T10:39:42.3004923Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_meshgrid_cpu PASSED [ 88%] 2022-12-01T10:39:42.3005278Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_minimum_cpu PASSED [ 88%] 2022-12-01T10:39:42.3005641Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_movedim_cpu PASSED [ 88%] 2022-12-01T10:39:42.3006007Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_narrow_cpu PASSED [ 88%] 2022-12-01T10:39:42.3006366Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ne_cpu PASSED [ 88%] 2022-12-01T10:39:42.3006720Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nextafter_cpu PASSED [ 88%] 2022-12-01T10:39:42.3007105Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_celu_cpu PASSED [ 88%] 2022-12-01T10:39:42.3007503Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_hardtanh_cpu PASSED [ 88%] 2022-12-01T10:39:42.3007917Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_hinge_embedding_loss_cpu PASSED [ 88%] 2022-12-01T10:39:42.3008314Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_l1_loss_cpu PASSED [ 88%] 2022-12-01T10:39:42.3008712Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_mse_loss_cpu PASSED [ 88%] 2022-12-01T10:39:42.3009127Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_pairwise_distance_cpu PASSED [ 88%] 2022-12-01T10:39:42.3009539Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_pdist_cpu PASSED [ 88%] 2022-12-01T10:39:42.3009939Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_poisson_nll_loss_cpu PASSED [ 88%] 2022-12-01T10:39:42.3010347Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_relu6_cpu PASSED [ 88%] 2022-12-01T10:39:42.3010817Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_softshrink_cpu PASSED [ 88%] 2022-12-01T10:39:42.3011223Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_tanhshrink_cpu PASSED [ 88%] 2022-12-01T10:39:42.3011595Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_roll_cpu PASSED [ 88%] 2022-12-01T10:39:42.3012144Z 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:39:42.3012587Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_i0e_cpu PASSED [ 88%] 2022-12-01T10:39:42.3012960Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_logit_cpu PASSED [ 88%] 2022-12-01T10:39:42.3013367Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_spherical_bessel_j0_cpu PASSED [ 88%] 2022-12-01T10:39:42.3013761Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_zeta_cpu PASSED [ 88%] 2022-12-01T10:39:42.3014138Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sqrt_cpu PASSED [ 88%] 2022-12-01T10:39:42.3014500Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_squeeze_cpu PASSED [ 88%] 2022-12-01T10:39:42.3014871Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_stack_cpu PASSED [ 88%] 2022-12-01T10:39:42.3015243Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_std_mean_cpu PASSED [ 88%] 2022-12-01T10:39:42.3015615Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sub_cpu PASSED [ 88%] 2022-12-01T10:39:42.3016038Z 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:39:42.3016466Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tanh_cpu PASSED [ 88%] 2022-12-01T10:39:42.3016852Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tensor_split_cpu PASSED [ 88%] 2022-12-01T10:39:42.3017278Z 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:39:42.3017672Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_triu_cpu PASSED [ 88%] 2022-12-01T10:39:42.3018045Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_triu_indices_cpu PASSED [ 88%] 2022-12-01T10:39:42.3018480Z 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:39:42.3018921Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unsqueeze_cpu PASSED [ 88%] 2022-12-01T10:39:42.3019275Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_view_cpu PASSED [ 88%] 2022-12-01T10:39:42.3019641Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_vsplit_cpu PASSED [ 88%] 2022-12-01T10:39:42.3020007Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_where_cpu PASSED [ 88%] 2022-12-01T10:39:42.3020341Z test_ops.py::TestFakeTensorCPU::test_fake___getitem___cpu_float32 PASSED [ 88%] 2022-12-01T10:39:42.3020676Z test_ops.py::TestFakeTensorCPU::test_fake___rand___cpu_int64 PASSED [ 88%] 2022-12-01T10:39:42.3021024Z test_ops.py::TestFakeTensorCPU::test_fake___rdiv___cpu_float32 PASSED [ 88%] 2022-12-01T10:39:42.3021346Z test_ops.py::TestFakeTensorCPU::test_fake___rmod___cpu_float32 PASSED [ 88%] 2022-12-01T10:39:42.3021651Z test_ops.py::TestFakeTensorCPU::test_fake___rmul___cpu_float32 PASSED [ 88%] 2022-12-01T10:39:42.3021965Z test_ops.py::TestFakeTensorCPU::test_fake_abs_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:42.3022467Z test_ops.py::TestFakeTensorCPU::test_fake_acos_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:42.3022919Z test_ops.py::TestFakeTensorCPU::test_fake_addbmm_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:42.3023237Z test_ops.py::TestFakeTensorCPU::test_fake_addcdiv_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:42.3023559Z test_ops.py::TestFakeTensorCPU::test_fake_all_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:42.3023888Z test_ops.py::TestFakeTensorCPU::test_fake_allclose_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:42.3024245Z test_ops.py::TestFakeTensorCPU::test_fake_amax_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:42.3024567Z test_ops.py::TestFakeTensorCPU::test_fake_angle_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:42.3024887Z test_ops.py::TestFakeTensorCPU::test_fake_any_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:42.3025196Z test_ops.py::TestFakeTensorCPU::test_fake_arange_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:42.3025516Z test_ops.py::TestFakeTensorCPU::test_fake_argmax_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:42.3025835Z test_ops.py::TestFakeTensorCPU::test_fake_as_strided_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:42.3026180Z test_ops.py::TestFakeTensorCPU::test_fake_as_strided_scatter_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:42.3026499Z test_ops.py::TestFakeTensorCPU::test_fake_asinh_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:42.3026817Z test_ops.py::TestFakeTensorCPU::test_fake_atan2_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:42.3027136Z test_ops.py::TestFakeTensorCPU::test_fake_atanh_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:42.3027450Z test_ops.py::TestFakeTensorCPU::test_fake_atleast_2d_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:42.3027769Z test_ops.py::TestFakeTensorCPU::test_fake_atleast_3d_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:42.3028097Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_T_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:42.3028431Z test_ops.py::TestFakeTensorCPU::test_fake_autocast___rpow___cpu_float32 PASSED [ 88%] 2022-12-01T10:39:42.3028748Z test_ops.py::TestFakeTensorCPU::test_fake_autocast___rsub___cpu_float32 PASSED [ 88%] 2022-12-01T10:39:42.3029087Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_abs_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:42.3029423Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_addcdiv_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:42.3029765Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_addmm_decomposed_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:42.3030110Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_addmv_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:42.3030450Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_addr_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:42.3030775Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_any_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:42.3031093Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_argmax_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:42.3031424Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_argmin_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:42.3031762Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_argwhere_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:42.3032100Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_as_strided_scatter_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:42.3032447Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_atan2_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:42.3032779Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_atan_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:42.3033109Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_atanh_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:42.3033437Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_atleast_3d_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:42.3033778Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_baddbmm_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:42.3034118Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bfloat16_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:42.3034438Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bincount_cpu_int64 PASSED [ 88%] 2022-12-01T10:39:42.3034776Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bitwise_not_cpu_int64 PASSED [ 88%] 2022-12-01T10:39:42.3035170Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bitwise_or_cpu_int64 PASSED [ 88%] 2022-12-01T10:39:42.3035516Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bitwise_right_shift_cpu_int64 PASSED [ 88%] 2022-12-01T10:39:42.3035853Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bitwise_xor_cpu_int64 PASSED [ 88%] 2022-12-01T10:39:42.3036188Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bmm_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:42.3036544Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bool_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:42.3036869Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bucketize_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:42.3037205Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_byte_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:42.3037548Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cholesky_solve_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:42.3037896Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_clamp_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3038223Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_clamp_max_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3038563Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_clone_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3038899Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_column_stack_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3039224Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_conj_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3039567Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_conj_physical_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3039920Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_constant_pad_nd_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3040285Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cov_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:39:42.3040623Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cross_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3040958Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cummax_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3041293Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cumprod_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3041629Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cumsum_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3041963Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cumulative_trapezoid_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3042321Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_deg2rad_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3042661Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_diag_embed_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3042986Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_diagflat_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3043317Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_diagonal_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3043661Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_diagonal_scatter_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3044009Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_digamma_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3044345Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_div_trunc_rounding_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3044755Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_equal_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3045089Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_erf_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3045412Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_erfinv_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3045751Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_exp2_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3046087Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_fft2_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3046425Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_fft_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3046750Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_hfft2_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3047130Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_hfft_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3047472Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_ifftn_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3047804Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_ifftshift_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3048149Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_ihfft2_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3048519Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_ihfft_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3048860Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_ihfftn_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3049184Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_irfft2_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3049530Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_irfft_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3049868Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_rfft2_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3050196Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_rfftn_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3050531Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_flatten_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3050865Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fliplr_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3051201Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_flipud_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3051525Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_float_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3051864Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_floor_divide_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3052203Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fmax_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3052533Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fmod_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3052848Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_frac_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3053183Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_full_like_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3053524Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_gather_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3053841Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_gcd_cpu_int64 PASSED [ 89%] 2022-12-01T10:39:42.3054164Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_ge_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3054498Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_half_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3054828Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_hstack_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3055142Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_igamma_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3055481Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_index_copy_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3055819Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_int_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3056138Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_isin_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3056470Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_isnan_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3056858Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 89%] 2022-12-01T10:39:42.3057235Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_kron_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3057550Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_le_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3057876Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_lerp_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3058210Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_lgamma_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3058537Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_cross_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3058888Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_eigh_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3059280Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_inv_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3059625Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_inv_ex_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3059960Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_ldl_solve_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3060362Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3060735Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_lu_solve_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3061082Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_matrix_norm_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3061445Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_matrix_rank_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3061800Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_norm_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3062306Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_pinv_hermitian_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:39:42.3062702Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_solve_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:39:42.3063073Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_svd_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3063429Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_tensorinv_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3063822Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_tensorsolve_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:39:42.3064186Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_vander_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3064540Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_vecdot_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3064881Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_log2_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3065206Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_log_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3065557Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_log_softmax_dtype_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3065915Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_logaddexp2_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3066261Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_logical_or_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3066592Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_logspace_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3066928Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_long_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3067255Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_lt_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3067577Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_lu_unpack_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3067910Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_mH_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3068247Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_amax_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3068599Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_argmin_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3068941Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_cumprod_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3069287Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_cumsum_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3069635Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_fill_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3069992Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_logaddexp_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3070335Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_mean_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3070683Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_median_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3071036Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_scatter_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3071469Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_select_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3071819Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_softmin_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3072168Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_sum_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3072560Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_var_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3072891Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_matmul_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3073230Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_matrix_exp_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3073584Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_max_reduction_no_dim_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3073923Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_median_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3074265Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_min_binary_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3074605Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_minimum_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3074939Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_mode_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3075258Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_msort_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3075590Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_mul_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3075952Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_multinomial_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:39:42.3076342Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_mvlgamma_mvlgamma_p_3_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:39:42.3076752Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_mvlgamma_mvlgamma_p_5_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:39:42.3077130Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_narrow_copy_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3077498Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_narrow_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:39:42.3077837Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_ne_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3078183Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_new_empty_strided_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3078540Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_new_ones_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3078879Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_new_zeros_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3079208Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nextafter_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3079604Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional__scaled_dot_product_attention_cpu_float32 SKIPPED (Skipped!) [ 89%] 2022-12-01T10:39:42.3080025Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3080412Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3080806Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3081197Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3081589Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_avg_pool1d_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3081945Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_avg_pool3d_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3082309Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_batch_norm_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3082680Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_conv2d_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3083111Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3083488Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:42.3083876Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3084291Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_cross_entropy_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3084755Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_dropout3d_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3085121Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_embedding_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3085526Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3085943Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_fractional_max_pool2d_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3086332Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_fractional_max_pool3d_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3086724Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_grid_sample_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3087099Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_group_norm_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3087476Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_hardshrink_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3087833Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_hardswish_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3088200Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_huber_loss_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3088585Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3088965Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_l1_loss_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3089319Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_leaky_relu_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3089688Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_linear_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3090067Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_local_response_norm_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3090453Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_logsigmoid_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3090822Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3091200Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_pool2d_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3091563Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_pool3d_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3091924Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3092304Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_unpool3d_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3092689Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3093062Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_mish_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3093411Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_mse_loss_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3093785Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_multi_margin_loss_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3094175Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_multilabel_margin_loss_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3094566Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pad_circular_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3094975Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pad_reflect_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3095344Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pdist_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3095718Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3096133Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_prelu_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3096506Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_silu_complex_cpu_complex64 PASSED [ 90%] 2022-12-01T10:39:42.3096891Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3097273Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3097635Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_softmin_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3098005Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_softshrink_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3098373Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_tanhshrink_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3098755Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3099153Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3099544Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_unfold_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3099891Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_norm_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3100227Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_norm_inf_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3100549Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_norm_nuc_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3100899Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_normal_number_mean_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3101244Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_ormqr_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3101564Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_outer_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3101908Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_pca_lowrank_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3102484Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_pinverse_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3102864Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_polar_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3103210Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_polygamma_polygamma_n_0_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3103585Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_polygamma_polygamma_n_3_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3103940Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_prod_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3104256Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_qr_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3104592Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_rand_like_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3104937Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_randn_like_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3105278Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_ravel_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3105606Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_reciprocal_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3105944Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_renorm_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3106272Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_repeat_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3106597Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_resize__cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3107011Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_resolve_neg_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3107348Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_rot90_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3107684Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_scatter_add_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3108010Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_scatter_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3108396Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_scatter_reduce_amax_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3108759Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_scatter_reduce_prod_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3109101Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_searchsorted_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3109462Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_segment_reduce_offsets_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3109814Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_select_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3110158Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_select_scatter_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3110484Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sgn_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3110818Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sigmoid_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3111151Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sinc_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3111490Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_slice_scatter_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3111814Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sort_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3112156Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_bessel_j0_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3112512Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_bessel_y1_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3112874Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_chebyshev_polynomial_t_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3113245Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_erfcx_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3113610Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_hermite_polynomial_h_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3113993Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_hermite_polynomial_he_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3114342Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_i1_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3114708Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_laguerre_polynomial_l_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3115390Z 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:39:42.3115839Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_modified_bessel_i0_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3116207Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_modified_bessel_k0_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3116573Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_ndtri_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3116963Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3117356Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_scaled_modified_bessel_k0_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3117747Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_scaled_modified_bessel_k1_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3118330Z 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:39:42.3118760Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_split_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3119123Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sqrt_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3119459Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_square_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3119795Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_squeeze_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3120133Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_std_mean_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3120481Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_stft_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3120811Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sub_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3121138Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_svd_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3121462Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_svd_lowrank_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3121796Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_t_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3122139Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_take_along_dim_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3122479Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_take_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3122827Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_tensor_split_cpu_float32 SKIPPED (Skip failing test) [ 90%] 2022-12-01T10:39:42.3123180Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_to_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3123511Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_trace_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3123850Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_transpose_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3124178Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_trapezoid_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3124520Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_tril_indices_cpu_int64 PASSED [ 90%] 2022-12-01T10:39:42.3124935Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_triu_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3125259Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_triu_indices_cpu_int64 PASSED [ 90%] 2022-12-01T10:39:42.3125602Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_true_divide_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3125942Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_trunc_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3126300Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_unique_consecutive_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3126636Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_unique_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3126975Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_unsqueeze_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3127315Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_var_mean_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3127637Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_vdot_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3127978Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_view_as_complex_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3128317Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_view_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3128649Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_xlogy_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3128963Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_zero__cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3129304Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_zeros_like_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3129636Z test_ops.py::TestFakeTensorCPU::test_fake_baddbmm_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3129945Z test_ops.py::TestFakeTensorCPU::test_fake_bitwise_and_cpu_int64 PASSED [ 90%] 2022-12-01T10:39:42.3130261Z test_ops.py::TestFakeTensorCPU::test_fake_bitwise_not_cpu_int64 PASSED [ 90%] 2022-12-01T10:39:42.3130593Z test_ops.py::TestFakeTensorCPU::test_fake_bitwise_right_shift_cpu_int64 PASSED [ 90%] 2022-12-01T10:39:42.3130958Z test_ops.py::TestFakeTensorCPU::test_fake_bool_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3131266Z test_ops.py::TestFakeTensorCPU::test_fake_broadcast_to_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3131587Z test_ops.py::TestFakeTensorCPU::test_fake_cat_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:42.3131904Z test_ops.py::TestFakeTensorCPU::test_fake_cdist_cpu_float32 PASSED [ 91%] 2022-12-01T10:39:42.3132204Z test_ops.py::TestFakeTensorCPU::test_fake_char_cpu_float32 PASSED [ 91%] 2022-12-01T10:39:42.3132572Z test_ops.py::TestFakeTensorCPU::test_fake_cholesky_cpu_float32 SKIPPED (Skip failing test) [ 91%] 2022-12-01T10:39:42.3132953Z test_ops.py::TestFakeTensorCPU::test_fake_cholesky_inverse_cpu_float32 SKIPPED (Skip failing test) [ 91%] 2022-12-01T10:39:42.3133300Z test_ops.py::TestFakeTensorCPU::test_fake_chunk_cpu_float32 PASSED [ 91%] 2022-12-01T10:39:42.3133607Z test_ops.py::TestFakeTensorCPU::test_fake_complex_cpu_float32 PASSED [ 91%] 2022-12-01T10:39:42.3133930Z test_ops.py::TestFakeTensorCPU::test_fake_contiguous_cpu_float32 PASSED [ 91%] 2022-12-01T10:39:42.3134252Z test_ops.py::TestFakeTensorCPU::test_fake_copysign_cpu_float32 PASSED [ 91%] 2022-12-01T10:39:42.3134554Z test_ops.py::TestFakeTensorCPU::test_fake_cos_cpu_float32 PASSED [ 91%] 2022-12-01T10:39:42.3134905Z test_ops.py::TestFakeTensorCPU::test_fake_cov_cpu_float32 SKIPPED (Skip failing test) [ 91%] 2022-12-01T10:39:42.3135283Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_T_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3135688Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___getitem___cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3136090Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___rmatmul___cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3136493Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___rsub___cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3136894Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_abs_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3137292Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_acos_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3137679Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_addcdiv_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3138083Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_addcmul_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3138491Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_addmm_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3138889Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_addmv_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3139273Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_addr_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3139667Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_amax_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3140074Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_as_strided_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3140491Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_as_strided_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3140890Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_asinh_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3141282Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_atan_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3141681Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_atleast_1d_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3142073Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_atleast_3d_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3142656Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_bmm_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3143051Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cat_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3143448Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_ceil_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3143897Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cholesky_inverse_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3144310Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_clamp_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3144717Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_column_stack_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3145127Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_combinations_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3145521Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_complex_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3145931Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_constant_pad_nd_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3146347Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_contiguous_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3146760Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_corrcoef_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3147146Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cos_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3147539Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cosh_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3147942Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cummin_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3148343Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_deg2rad_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3148739Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_diag_embed_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3149141Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_diagonal_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3149547Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_dist_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3149954Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_div_floor_rounding_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3150354Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_double_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3150752Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_dsplit_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3151142Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_dstack_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3151528Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_erf_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3151915Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_expand_as_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3152321Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_expand_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3152714Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_expm1_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3153117Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_fft2_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3153501Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_fft_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3153946Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_fftn_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3154354Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_fftshift_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3154794Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_hfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3155183Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_hfft_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3155584Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ifft2_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3155985Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ifft_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3156376Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ihfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3156780Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ihfft_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3157182Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_irfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3157587Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_irfft_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3157972Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_irfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3158370Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_rfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3158767Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_flip_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3159169Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_float_power_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3159554Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fmod_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3159943Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_frac_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3160341Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_hsplit_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3160736Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_hstack_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3161117Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_index_fill_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3161528Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_index_select_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3161937Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_ldexp_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3162336Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_lerp_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3162724Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_cross_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3163145Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_det_singular_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3163565Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_eigh_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3163986Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_eigvalsh_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3164411Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_householder_product_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3164968Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_lstsq_grad_oriented_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3165396Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_lu_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3165814Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_lu_factor_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3166263Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_matrix_power_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3166691Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_multi_dot_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3167099Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_pinv_cpu_float32 SKIPPED (Skipped!) [ 91%] 2022-12-01T10:39:42.3167508Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_slogdet_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3167909Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3168329Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_tensorsolve_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3168742Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_log1p_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3169145Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_logaddexp2_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3169543Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_logcumsumexp_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3169948Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_lu_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3170146Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_lu_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3170341Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_lu_unpack_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3170529Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mH_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3170734Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_amin_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3170934Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_cumsum_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3171115Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3171314Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_median_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3171515Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3171713Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3171908Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_softmin_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3172105Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_std_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3172299Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_sum_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3172495Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_matrix_exp_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3172703Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_max_reduction_no_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3172944Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_maximum_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3173126Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_min_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3173377Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_min_reduction_no_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3173571Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_minimum_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3173763Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mode_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3173972Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mvlgamma_mvlgamma_p_1_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3174178Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mvlgamma_mvlgamma_p_3_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3174371Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nanmean_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3174567Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nanmedian_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3174767Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nanquantile_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3174959Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nansum_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3175150Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_native_batch_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3175356Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_native_layer_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3175558Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_neg_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3175792Z 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:39:42.3176017Z 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:39:42.3176229Z 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:39:42.3176452Z 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:39:42.3176676Z 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:39:42.3176892Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_avg_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3177101Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_conv1d_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:39:42.3177321Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_conv_transpose1d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3177541Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_conv_transpose2d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3177754Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_conv_transpose3d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3177972Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_cosine_similarity_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3178219Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_cross_entropy_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3178422Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_ctc_loss_cpu_float32 SKIPPED (Skipped!) [ 92%] 2022-12-01T10:39:42.3178621Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_dropout2d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3178859Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_dropout3d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3179076Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_embedding_bag_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3179286Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_embedding_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3179524Z 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:39:42.3179746Z 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:39:42.3179950Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_gelu_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3180163Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_grid_sample_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3180374Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_hardshrink_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3180582Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_hardswish_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3180791Z 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:39:42.3181010Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_interpolate_area_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3181232Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_interpolate_bicubic_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3181456Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_interpolate_linear_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3181677Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_interpolate_nearest_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3181902Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_interpolate_trilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3182108Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_kl_div_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3182533Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_leaky_relu_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3182746Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_linear_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3182968Z 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:39:42.3183174Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_pool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3183371Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3183589Z 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:39:42.3183915Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_mse_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3184137Z 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:39:42.3184406Z 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:39:42.3184614Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_nll_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3184824Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_normalize_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3185038Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pad_circular_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3185254Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pad_constant_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3185467Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pad_replicate_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3185676Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pdist_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3185880Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pixel_unshuffle_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3186084Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_prelu_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3186282Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_rrelu_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3186487Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_selu_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3186697Z 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:39:42.3186915Z 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:39:42.3187121Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_softplus_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3187330Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_softshrink_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3187535Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_softsign_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3187767Z 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:39:42.3187962Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_unfold_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3188151Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3188343Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_norm_inf_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3188532Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_norm_nuc_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3188735Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_normal_number_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3188964Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_pca_lowrank_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3189158Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_permute_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3189344Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_pinverse_cpu_float32 SKIPPED (Skipped!) [ 92%] 2022-12-01T10:39:42.3189557Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_polar_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3189768Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_polygamma_polygamma_n_0_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3189965Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_polygamma_polygamma_n_1_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3190175Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_polygamma_polygamma_n_4_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3190366Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_pow_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3190550Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_put_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3190734Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_qr_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3190928Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_quantile_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3191120Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_rad2deg_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3191308Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_ravel_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3191506Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_reciprocal_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3191704Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_remainder_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3191883Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_renorm_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3192069Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_repeat_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3192277Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_repeat_interleave_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3192469Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_reshape_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3192666Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_resolve_conj_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3192861Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_resolve_neg_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3193052Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_roll_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3193239Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_rot90_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3193422Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_round_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3193617Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_scatter_reduce_amax_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3193814Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_scatter_reduce_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3194018Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_scatter_reduce_sum_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3194231Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_segment_reduce_lengths_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3194467Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_segment_reduce_offsets_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3194668Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_select_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3194880Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sign_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3195067Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sinh_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3195255Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_slice_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3195458Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_softmax_with_dtype_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3195644Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_entr_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3195839Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_i0e_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3196031Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_i1_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3196235Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_log_ndtr_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3196465Z 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:39:42.3196654Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_split_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3196851Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_split_with_sizes_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3197040Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sqrt_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3197225Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_std_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3197408Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_stft_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3197585Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_symeig_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3197770Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_t_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3197968Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_take_along_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3198154Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_take_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3198340Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_tan_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3198523Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_tanh_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3198720Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_tensordot_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3198909Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_topk_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3199095Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_trace_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3199288Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_trapezoid_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3199464Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_triu_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3199691Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_trunc_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3199880Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_unfold_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3200070Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_unsqueeze_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3200287Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_vdot_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3200488Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_view_as_complex_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3200677Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_view_as_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3200865Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_vstack_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3201057Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_where_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3201229Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_xlogy_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3201409Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_zero__cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3201596Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_T_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3201788Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___radd___cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3201980Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___rmul___cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3202169Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___rpow___cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3202359Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___rsub___cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3202551Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_acos_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3202746Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_acosh_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3202939Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_addcdiv_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3203135Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_addmm_decomposed_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3203327Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_amax_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3203518Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_angle_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3203725Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_as_strided_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3203917Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_atan2_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:39:42.3204108Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_atan_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3204304Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_baddbmm_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3204500Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_block_diag_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3204786Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_broadcast_to_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3205028Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cartesian_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3205203Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_ceil_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3205399Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cholesky_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3205630Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cholesky_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3205823Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_chunk_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3206021Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_column_stack_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3206221Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_combinations_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3206416Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_complex_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3206618Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_constant_pad_nd_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3206818Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_contiguous_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3207012Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_corrcoef_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3207191Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cos_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3207381Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cosh_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3207576Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cov_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3207768Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cummin_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3207963Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cumprod_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3208176Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cumulative_trapezoid_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3208367Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_diag_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3208562Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_diagflat_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3208769Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_diagonal_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3208955Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_digamma_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3209144Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_dist_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3209351Z 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:39:42.3209561Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_div_trunc_rounding_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3209752Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_double_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3209943Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_dsplit_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3210135Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_einsum_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3210359Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_erf_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3210549Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_erfc_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3210740Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_exp2_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3210965Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_fft2_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3211165Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_fftshift_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3211362Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_hfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3211557Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_ifft2_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3211753Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_ifft_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3211943Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_ifftn_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3212146Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_ifftshift_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3212340Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_ihfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3212533Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_ihfft_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3212726Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_rfft_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3212906Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_rfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3213097Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_flatten_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3213296Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_float_power_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3213488Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fmin_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3213676Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_frac_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3213872Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_gather_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3214069Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_gradient_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3214257Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_half_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3214446Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_hstack_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3214633Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_i0_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3214819Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_index_copy_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3215016Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_index_reduce_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3215208Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_inner_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3215402Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_kthvalue_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3215629Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_ldexp_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3215818Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_lerp_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3216010Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_lgamma_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3216233Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_det_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3216431Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_eig_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3216637Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_eigh_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3216828Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_eigvals_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3217051Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_householder_product_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3217244Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_inv_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3217445Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_inv_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3217642Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_lstsq_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3217853Z 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:39:42.3218054Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_matrix_power_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3218253Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_pinv_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3218454Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_solve_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3218669Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_solve_triangular_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3218854Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_svd_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3219058Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_tensorinv_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3219256Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_vander_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3219458Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_vecdot_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3219663Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_vector_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3219852Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_log10_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3220044Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_log1p_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3220235Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_log2_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3220426Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_log_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3220623Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_log_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3220849Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_log_softmax_dtype_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3221046Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_logaddexp2_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3221239Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_logdet_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3221456Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_logit_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3221655Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_logsumexp_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3221845Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_lu_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3222040Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_lu_unpack_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3222401Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_amax_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3222607Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_cumprod_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3222798Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_cumsum_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3222997Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_median_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3223193Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3223398Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_normalize_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3223600Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3223794Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_select_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3223996Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3224193Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_std_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3224388Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_sum_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3224581Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_var_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3224763Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_matmul_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3224958Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_max_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3225166Z 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:39:42.3225375Z 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:39:42.3225570Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_maximum_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3225787Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_meshgrid_variadic_tensors_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3225994Z 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:39:42.3226237Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mm_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3226427Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mode_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3226620Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mul_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3226835Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mv_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3227035Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nanquantile_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3227230Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nansum_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3227421Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_narrow_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3227627Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_native_batch_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3227817Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_neg_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3228051Z 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:39:42.3228275Z 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:39:42.3228494Z 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:39:42.3228706Z 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:39:42.3228920Z 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:39:42.3229121Z 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:39:42.3229329Z 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:39:42.3229540Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_bilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3229746Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_celu_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3229951Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_conv2d_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3230172Z 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:39:42.3230389Z 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:39:42.3230602Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_dropout2d_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:39:42.3230812Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_dropout_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:42.3231016Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_elu_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:42.3231218Z 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:39:42.3231452Z 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:39:42.3231720Z 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:39:42.3231942Z 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:39:42.3232176Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_glu_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:42.3232389Z 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:39:42.3232600Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_hardswish_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:42.3232816Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_hardtanh_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:42.3233036Z 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:39:42.3233260Z 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:39:42.3233481Z 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:39:42.3233675Z 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:39:42.3233890Z 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:39:42.3234115Z 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:39:42.3234332Z 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:39:42.3234542Z 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:39:42.3234754Z 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:39:42.3234961Z 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:39:42.3235182Z 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:39:42.3235401Z 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:39:42.3235617Z 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:39:42.3235836Z 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:39:42.3236030Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_mish_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:42.3236239Z 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:39:42.3236463Z 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:39:42.3236708Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_normalize_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:42.3236924Z 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:39:42.3237141Z 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:39:42.3237382Z 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:39:42.3237602Z 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:39:42.3237821Z 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:39:42.3238034Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_prelu_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:42.3238250Z 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:39:42.3238453Z 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:39:42.3238667Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_softsign_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:42.3238877Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_threshold_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:42.3239100Z 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:39:42.3239306Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_normal_number_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:42.3239500Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_polar_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:42.3239717Z 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:39:42.3239933Z 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:39:42.3240126Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_pow_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:42.3240318Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_qr_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:42.3240497Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_ravel_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:42.3240692Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_real_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:42.3240892Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_reciprocal_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:42.3241092Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_remainder_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:42.3241289Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_repeat_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:42.3241487Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_reshape_as_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:42.3241684Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_reshape_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:42.3241886Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_resolve_conj_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:42.3242112Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_roll_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:42.3242301Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_rot90_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:42.3242527Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_scatter_reduce_amin_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:42.3242741Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_segment_reduce_lengths_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:42.3242954Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_segment_reduce_offsets_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:42.3243145Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_select_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:42.3243352Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_select_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:42.3243543Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sign_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:42.3243731Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sin_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:42.3243937Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_slice_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:42.3244130Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:42.3244328Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_entr_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:42.3244514Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_i0e_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:42.3244779Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_i1_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:42.3244977Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_i1e_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:42.3245185Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_xlog1py_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:42.3245385Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_split_list_args_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:42.3245573Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_std_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:42.3245766Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_std_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:42.3245958Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_stft_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:42.3246151Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sum_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:42.3246337Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_svd_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:42.3246521Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_symeig_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:42.3246720Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_take_along_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:42.3246909Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_take_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:42.3247099Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_tile_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:42.3247328Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_to_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:42.3247525Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_to_sparse_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:42.3247726Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_transpose_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:42.3247960Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_trapezoid_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:42.3248168Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_triangular_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:42.3248343Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_tril_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:42.3248533Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_triu_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:42.3248731Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_unbind_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:42.3248926Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_unsqueeze_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:42.3249111Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_var_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:42.3249313Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_view_as_complex_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:42.3249508Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_view_as_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:42.3249695Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_view_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:42.3249888Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_vstack_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:42.3250081Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_xlogy_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:42.3250258Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_zero__cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:39:42.3250408Z test_ops.py::TestFakeTensorCPU::test_fake_cummin_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:42.3250560Z test_ops.py::TestFakeTensorCPU::test_fake_deg2rad_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:42.3250706Z test_ops.py::TestFakeTensorCPU::test_fake_diag_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:42.3250854Z test_ops.py::TestFakeTensorCPU::test_fake_diag_embed_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:42.3251001Z test_ops.py::TestFakeTensorCPU::test_fake_diagonal_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:42.3251159Z test_ops.py::TestFakeTensorCPU::test_fake_diagonal_scatter_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:42.3251320Z test_ops.py::TestFakeTensorCPU::test_fake_div_floor_rounding_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:42.3251483Z test_ops.py::TestFakeTensorCPU::test_fake_div_trunc_rounding_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:42.3251616Z test_ops.py::TestFakeTensorCPU::test_fake_dsplit_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:42.3251762Z test_ops.py::TestFakeTensorCPU::test_fake_empty_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:42.3251916Z test_ops.py::TestFakeTensorCPU::test_fake_empty_like_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:42.3252061Z test_ops.py::TestFakeTensorCPU::test_fake_expm1_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:42.3252203Z test_ops.py::TestFakeTensorCPU::test_fake_eye_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:42.3252346Z test_ops.py::TestFakeTensorCPU::test_fake_fft_fft2_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:42.3252490Z test_ops.py::TestFakeTensorCPU::test_fake_fft_fftn_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:42.3252672Z test_ops.py::TestFakeTensorCPU::test_fake_fft_hfft2_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:42.3252803Z test_ops.py::TestFakeTensorCPU::test_fake_fft_hfft_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:42.3252947Z test_ops.py::TestFakeTensorCPU::test_fake_fft_ifft2_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:42.3253093Z test_ops.py::TestFakeTensorCPU::test_fake_fft_ihfft2_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:42.3253237Z test_ops.py::TestFakeTensorCPU::test_fake_fft_ihfft_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:42.3253409Z test_ops.py::TestFakeTensorCPU::test_fake_fft_irfft2_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:42.3253553Z test_ops.py::TestFakeTensorCPU::test_fake_fft_irfftn_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:42.3253697Z test_ops.py::TestFakeTensorCPU::test_fake_flatten_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:42.3253841Z test_ops.py::TestFakeTensorCPU::test_fake_flip_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:42.3253970Z test_ops.py::TestFakeTensorCPU::test_fake_floor_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:42.3254115Z test_ops.py::TestFakeTensorCPU::test_fake_fmin_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:42.3254256Z test_ops.py::TestFakeTensorCPU::test_fake_fmod_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:42.3254397Z test_ops.py::TestFakeTensorCPU::test_fake_frexp_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:42.3254542Z test_ops.py::TestFakeTensorCPU::test_fake_full_like_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:42.3254683Z test_ops.py::TestFakeTensorCPU::test_fake_half_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:42.3254826Z test_ops.py::TestFakeTensorCPU::test_fake_histc_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:42.3254972Z test_ops.py::TestFakeTensorCPU::test_fake_histogramdd_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:42.3255101Z test_ops.py::TestFakeTensorCPU::test_fake_hstack_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:42.3255243Z test_ops.py::TestFakeTensorCPU::test_fake_igamma_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:42.3255388Z test_ops.py::TestFakeTensorCPU::test_fake_igammac_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:42.3255532Z test_ops.py::TestFakeTensorCPU::test_fake_index_copy_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:42.3255676Z test_ops.py::TestFakeTensorCPU::test_fake_index_fill_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3255828Z test_ops.py::TestFakeTensorCPU::test_fake_index_reduce_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3255972Z test_ops.py::TestFakeTensorCPU::test_fake_inner_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3256113Z test_ops.py::TestFakeTensorCPU::test_fake_int_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3256243Z test_ops.py::TestFakeTensorCPU::test_fake_isclose_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3256386Z test_ops.py::TestFakeTensorCPU::test_fake_isnan_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3256531Z test_ops.py::TestFakeTensorCPU::test_fake_isposinf_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3256671Z test_ops.py::TestFakeTensorCPU::test_fake_kron_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3256810Z test_ops.py::TestFakeTensorCPU::test_fake_lcm_cpu_int64 PASSED [ 95%] 2022-12-01T10:39:42.3256951Z test_ops.py::TestFakeTensorCPU::test_fake_ldexp_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3257093Z test_ops.py::TestFakeTensorCPU::test_fake_lerp_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3257235Z test_ops.py::TestFakeTensorCPU::test_fake_lgamma_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3257369Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_cond_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3257513Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_det_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3257676Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_det_singular_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3257822Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_eigh_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3257995Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_householder_product_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3258186Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_ldl_solve_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3258352Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3258500Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_lu_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3258643Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_lu_factor_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3258832Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_lu_factor_ex_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3258987Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_lu_solve_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3259173Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_matrix_power_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:39:42.3259366Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:39:42.3259525Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_multi_dot_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3259673Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_norm_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3259898Z 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:39:42.3260064Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_solve_triangular_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3260203Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_svd_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3260360Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_tensorinv_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3260515Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_vector_norm_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3260662Z test_ops.py::TestFakeTensorCPU::test_fake_linspace_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3260807Z test_ops.py::TestFakeTensorCPU::test_fake_log1p_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3260952Z test_ops.py::TestFakeTensorCPU::test_fake_log_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3261101Z test_ops.py::TestFakeTensorCPU::test_fake_log_softmax_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3261247Z test_ops.py::TestFakeTensorCPU::test_fake_logaddexp2_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3261389Z test_ops.py::TestFakeTensorCPU::test_fake_logcumsumexp_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3261539Z test_ops.py::TestFakeTensorCPU::test_fake_logical_not_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3261685Z test_ops.py::TestFakeTensorCPU::test_fake_logsumexp_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3261826Z test_ops.py::TestFakeTensorCPU::test_fake_long_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3261969Z test_ops.py::TestFakeTensorCPU::test_fake_mT_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3262123Z test_ops.py::TestFakeTensorCPU::test_fake_masked_argmax_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3262457Z test_ops.py::TestFakeTensorCPU::test_fake_masked_argmin_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3262627Z test_ops.py::TestFakeTensorCPU::test_fake_masked_cumsum_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3262773Z test_ops.py::TestFakeTensorCPU::test_fake_masked_log_softmax_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3262934Z test_ops.py::TestFakeTensorCPU::test_fake_masked_logaddexp_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3263091Z test_ops.py::TestFakeTensorCPU::test_fake_masked_logsumexp_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3263240Z test_ops.py::TestFakeTensorCPU::test_fake_masked_mean_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3263387Z test_ops.py::TestFakeTensorCPU::test_fake_masked_norm_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3263542Z test_ops.py::TestFakeTensorCPU::test_fake_masked_normalize_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3263697Z test_ops.py::TestFakeTensorCPU::test_fake_masked_scatter_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3263921Z test_ops.py::TestFakeTensorCPU::test_fake_masked_select_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3264075Z test_ops.py::TestFakeTensorCPU::test_fake_masked_softmin_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3264212Z test_ops.py::TestFakeTensorCPU::test_fake_masked_sum_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3264356Z test_ops.py::TestFakeTensorCPU::test_fake_matmul_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3264582Z test_ops.py::TestFakeTensorCPU::test_fake_max_binary_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3264744Z test_ops.py::TestFakeTensorCPU::test_fake_max_reduction_no_dim_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3264888Z test_ops.py::TestFakeTensorCPU::test_fake_maximum_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3265031Z test_ops.py::TestFakeTensorCPU::test_fake_mean_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3265176Z test_ops.py::TestFakeTensorCPU::test_fake_median_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3265347Z test_ops.py::TestFakeTensorCPU::test_fake_meshgrid_variadic_tensors_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3265499Z test_ops.py::TestFakeTensorCPU::test_fake_min_reduction_with_dim_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3265646Z test_ops.py::TestFakeTensorCPU::test_fake_minimum_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3265791Z test_ops.py::TestFakeTensorCPU::test_fake_movedim_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3265935Z test_ops.py::TestFakeTensorCPU::test_fake_mul_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3266123Z test_ops.py::TestFakeTensorCPU::test_fake_mvlgamma_mvlgamma_p_1_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:39:42.3266309Z test_ops.py::TestFakeTensorCPU::test_fake_mvlgamma_mvlgamma_p_3_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:39:42.3266492Z test_ops.py::TestFakeTensorCPU::test_fake_mvlgamma_mvlgamma_p_5_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:39:42.3266663Z test_ops.py::TestFakeTensorCPU::test_fake_nanmean_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:39:42.3266811Z test_ops.py::TestFakeTensorCPU::test_fake_native_layer_norm_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3266960Z test_ops.py::TestFakeTensorCPU::test_fake_new_empty_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3267105Z test_ops.py::TestFakeTensorCPU::test_fake_new_full_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3267250Z test_ops.py::TestFakeTensorCPU::test_fake_new_ones_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3267430Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3267604Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3267778Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3267948Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3268117Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_avg_pool1d_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3268271Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_avg_pool2d_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3268448Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3268610Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_conv2d_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3268794Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3268969Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_cosine_similarity_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3269137Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_cross_entropy_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3269302Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_dropout2d_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3269518Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_fractional_max_pool2d_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3269698Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_fractional_max_pool3d_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3269860Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_gaussian_nll_loss_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3270017Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_glu_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3270223Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_grid_sample_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3270390Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_group_norm_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3270553Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_hardtanh_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3270730Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3270898Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_huber_loss_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3271065Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_instance_norm_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3271230Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3271404Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3271565Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_l1_loss_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3271729Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_layer_norm_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3271904Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_local_response_norm_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3272067Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_logsigmoid_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3272239Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3272402Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_pool2d_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3272559Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_pool3d_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3272713Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_unpool1d_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3272888Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3273055Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_unpool2d_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3273220Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_unpool3d_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3273407Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_nll_loss_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:39:42.3273571Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_normalize_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3273737Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pad_circular_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3273906Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pad_replicate_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3274080Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pairwise_distance_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3274229Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pdist_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3274388Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_silu_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3274557Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3274729Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3274890Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_softmin_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3275094Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3275258Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_threshold_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3275432Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3275634Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3275797Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_unfold_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3275945Z test_ops.py::TestFakeTensorCPU::test_fake_norm_nuc_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3276090Z test_ops.py::TestFakeTensorCPU::test_fake_normal_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3276247Z test_ops.py::TestFakeTensorCPU::test_fake_normal_number_mean_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3276392Z test_ops.py::TestFakeTensorCPU::test_fake_ones_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3276537Z test_ops.py::TestFakeTensorCPU::test_fake_ormqr_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3276681Z test_ops.py::TestFakeTensorCPU::test_fake_outer_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3276828Z test_ops.py::TestFakeTensorCPU::test_fake_pinverse_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:42.3276959Z test_ops.py::TestFakeTensorCPU::test_fake_polar_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3277125Z test_ops.py::TestFakeTensorCPU::test_fake_polygamma_polygamma_n_0_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3277289Z test_ops.py::TestFakeTensorCPU::test_fake_polygamma_polygamma_n_3_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3277449Z test_ops.py::TestFakeTensorCPU::test_fake_polygamma_polygamma_n_4_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3277596Z test_ops.py::TestFakeTensorCPU::test_fake_pow_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3277738Z test_ops.py::TestFakeTensorCPU::test_fake_put_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3277884Z test_ops.py::TestFakeTensorCPU::test_fake_rad2deg_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3278029Z test_ops.py::TestFakeTensorCPU::test_fake_rand_like_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3278170Z test_ops.py::TestFakeTensorCPU::test_fake_randint_like_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3278310Z test_ops.py::TestFakeTensorCPU::test_fake_real_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3278460Z test_ops.py::TestFakeTensorCPU::test_fake_remainder_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3278604Z test_ops.py::TestFakeTensorCPU::test_fake_renorm_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3278789Z test_ops.py::TestFakeTensorCPU::test_fake_repeat_interleave_cpu_float32 SKIPPED (Skip failing test) [ 96%] 2022-12-01T10:39:42.3278939Z test_ops.py::TestFakeTensorCPU::test_fake_reshape_as_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3279084Z test_ops.py::TestFakeTensorCPU::test_fake_reshape_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3279228Z test_ops.py::TestFakeTensorCPU::test_fake_rot90_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3279372Z test_ops.py::TestFakeTensorCPU::test_fake_round_decimals_0_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3279524Z test_ops.py::TestFakeTensorCPU::test_fake_round_decimals_3_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3279683Z test_ops.py::TestFakeTensorCPU::test_fake_round_decimals_neg_3_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3279827Z test_ops.py::TestFakeTensorCPU::test_fake_rsub_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3279974Z test_ops.py::TestFakeTensorCPU::test_fake_scatter_add_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3280118Z test_ops.py::TestFakeTensorCPU::test_fake_scatter_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3280277Z test_ops.py::TestFakeTensorCPU::test_fake_scatter_reduce_amin_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3280430Z test_ops.py::TestFakeTensorCPU::test_fake_searchsorted_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3280638Z test_ops.py::TestFakeTensorCPU::test_fake_segment_reduce_lengths_cpu_float32 SKIPPED (Skip failing test) [ 96%] 2022-12-01T10:39:42.3280781Z test_ops.py::TestFakeTensorCPU::test_fake_sgn_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3280925Z test_ops.py::TestFakeTensorCPU::test_fake_softmax_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3281085Z test_ops.py::TestFakeTensorCPU::test_fake_softmax_with_dtype_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3281275Z test_ops.py::TestFakeTensorCPU::test_fake_special_airy_ai_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3281452Z test_ops.py::TestFakeTensorCPU::test_fake_special_chebyshev_polynomial_u_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3281906Z 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:39:42.3282062Z test_ops.py::TestFakeTensorCPU::test_fake_special_entr_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3282237Z test_ops.py::TestFakeTensorCPU::test_fake_special_hermite_polynomial_h_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3282400Z test_ops.py::TestFakeTensorCPU::test_fake_special_hermite_polynomial_he_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3282550Z test_ops.py::TestFakeTensorCPU::test_fake_special_i1_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3282703Z test_ops.py::TestFakeTensorCPU::test_fake_special_i1e_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3282882Z test_ops.py::TestFakeTensorCPU::test_fake_special_laguerre_polynomial_l_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3283040Z test_ops.py::TestFakeTensorCPU::test_fake_special_log_ndtr_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3283211Z test_ops.py::TestFakeTensorCPU::test_fake_special_modified_bessel_i0_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3283382Z test_ops.py::TestFakeTensorCPU::test_fake_special_modified_bessel_i1_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3283553Z test_ops.py::TestFakeTensorCPU::test_fake_special_modified_bessel_k0_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3283719Z test_ops.py::TestFakeTensorCPU::test_fake_special_modified_bessel_k1_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3283862Z test_ops.py::TestFakeTensorCPU::test_fake_special_ndtr_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3284049Z test_ops.py::TestFakeTensorCPU::test_fake_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3284230Z test_ops.py::TestFakeTensorCPU::test_fake_special_scaled_modified_bessel_k0_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3284403Z test_ops.py::TestFakeTensorCPU::test_fake_special_scaled_modified_bessel_k1_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3284847Z 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:39:42.3285217Z 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:39:42.3285582Z 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:39:42.3285741Z test_ops.py::TestFakeTensorCPU::test_fake_special_xlog1py_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3285899Z test_ops.py::TestFakeTensorCPU::test_fake_special_zeta_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3286033Z test_ops.py::TestFakeTensorCPU::test_fake_split_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3286189Z test_ops.py::TestFakeTensorCPU::test_fake_split_list_args_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3286347Z test_ops.py::TestFakeTensorCPU::test_fake_split_with_sizes_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3286494Z test_ops.py::TestFakeTensorCPU::test_fake_sqrt_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3286645Z test_ops.py::TestFakeTensorCPU::test_fake_squeeze_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3286832Z test_ops.py::TestFakeTensorCPU::test_fake_std_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3286977Z test_ops.py::TestFakeTensorCPU::test_fake_sum_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3287125Z test_ops.py::TestFakeTensorCPU::test_fake_sum_to_size_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3287260Z test_ops.py::TestFakeTensorCPU::test_fake_svd_lowrank_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3287448Z test_ops.py::TestFakeTensorCPU::test_fake_symeig_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3287590Z test_ops.py::TestFakeTensorCPU::test_fake_t_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3287747Z test_ops.py::TestFakeTensorCPU::test_fake_take_along_dim_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3287889Z test_ops.py::TestFakeTensorCPU::test_fake_tan_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3288033Z test_ops.py::TestFakeTensorCPU::test_fake_tanh_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3288214Z test_ops.py::TestFakeTensorCPU::test_fake_tensor_split_cpu_float32 SKIPPED (Skip failing test) [ 96%] 2022-12-01T10:39:42.3288364Z test_ops.py::TestFakeTensorCPU::test_fake_tensordot_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3288493Z test_ops.py::TestFakeTensorCPU::test_fake_tile_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3288642Z test_ops.py::TestFakeTensorCPU::test_fake_transpose_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3288788Z test_ops.py::TestFakeTensorCPU::test_fake_trapz_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3288948Z test_ops.py::TestFakeTensorCPU::test_fake_triangular_solve_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3289094Z test_ops.py::TestFakeTensorCPU::test_fake_triu_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3289237Z test_ops.py::TestFakeTensorCPU::test_fake_trunc_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3289375Z test_ops.py::TestFakeTensorCPU::test_fake_var_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3289522Z test_ops.py::TestFakeTensorCPU::test_fake_var_mean_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3289679Z test_ops.py::TestFakeTensorCPU::test_fake_view_as_complex_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3289810Z test_ops.py::TestFakeTensorCPU::test_fake_view_as_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3289952Z test_ops.py::TestFakeTensorCPU::test_fake_view_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3290096Z test_ops.py::TestFakeTensorCPU::test_fake_vsplit_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3290240Z test_ops.py::TestFakeTensorCPU::test_fake_vstack_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3290385Z test_ops.py::TestFakeTensorCPU::test_fake_xlogy_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3290531Z test_ops.py::TestFakeTensorCPU::test_fake_zeros_like_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3290668Z test_ops.py::TestTagsCPU::test_tags_T_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3290807Z test_ops.py::TestTagsCPU::test_tags___radd___cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3290931Z test_ops.py::TestTagsCPU::test_tags___rand___cpu_int64 PASSED [ 96%] 2022-12-01T10:39:42.3291065Z test_ops.py::TestTagsCPU::test_tags___rdiv___cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3291204Z test_ops.py::TestTagsCPU::test_tags___rmatmul___cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3291339Z test_ops.py::TestTagsCPU::test_tags___rmod___cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3291476Z test_ops.py::TestTagsCPU::test_tags___rmul___cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3291608Z test_ops.py::TestTagsCPU::test_tags___ror___cpu_int64 PASSED [ 96%] 2022-12-01T10:39:42.3291740Z test_ops.py::TestTagsCPU::test_tags___rxor___cpu_int64 PASSED [ 96%] 2022-12-01T10:39:42.3291875Z test_ops.py::TestTagsCPU::test_tags__refs_add_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3292000Z test_ops.py::TestTagsCPU::test_tags__refs_addr_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3292174Z test_ops.py::TestTagsCPU::test_tags__refs_allclose_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3292310Z test_ops.py::TestTagsCPU::test_tags__refs_any_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3292445Z test_ops.py::TestTagsCPU::test_tags__refs_asin_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3292582Z test_ops.py::TestTagsCPU::test_tags__refs_atan2_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3292747Z test_ops.py::TestTagsCPU::test_tags__refs_atan_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3292889Z test_ops.py::TestTagsCPU::test_tags__refs_atanh_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3293029Z test_ops.py::TestTagsCPU::test_tags__refs_atleast_1d_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3293156Z test_ops.py::TestTagsCPU::test_tags__refs_atleast_2d_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3293296Z test_ops.py::TestTagsCPU::test_tags__refs_atleast_3d_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3293438Z test_ops.py::TestTagsCPU::test_tags__refs_bitwise_and_cpu_int64 PASSED [ 96%] 2022-12-01T10:39:42.3293590Z test_ops.py::TestTagsCPU::test_tags__refs_bitwise_left_shift_cpu_int64 PASSED [ 96%] 2022-12-01T10:39:42.3293730Z test_ops.py::TestTagsCPU::test_tags__refs_bitwise_not_cpu_int64 PASSED [ 96%] 2022-12-01T10:39:42.3293869Z test_ops.py::TestTagsCPU::test_tags__refs_bitwise_or_cpu_int64 PASSED [ 96%] 2022-12-01T10:39:42.3294027Z test_ops.py::TestTagsCPU::test_tags__refs_broadcast_shapes_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3294163Z test_ops.py::TestTagsCPU::test_tags__refs_cat_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3294289Z test_ops.py::TestTagsCPU::test_tags__refs_ceil_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3294429Z test_ops.py::TestTagsCPU::test_tags__refs_chunk_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3294567Z test_ops.py::TestTagsCPU::test_tags__refs_clamp_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3294707Z test_ops.py::TestTagsCPU::test_tags__refs_clamp_max_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3294858Z test_ops.py::TestTagsCPU::test_tags__refs_column_stack_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3295008Z test_ops.py::TestTagsCPU::test_tags__refs_conj_physical_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3295150Z test_ops.py::TestTagsCPU::test_tags__refs_contiguous_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3295289Z test_ops.py::TestTagsCPU::test_tags__refs_diag_embed_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3295438Z test_ops.py::TestTagsCPU::test_tags__refs_div_no_rounding_mode_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3295594Z test_ops.py::TestTagsCPU::test_tags__refs_div_trunc_rounding_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3295733Z test_ops.py::TestTagsCPU::test_tags__refs_empty_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3295874Z test_ops.py::TestTagsCPU::test_tags__refs_empty_like_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3296011Z test_ops.py::TestTagsCPU::test_tags__refs_eq_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3296149Z test_ops.py::TestTagsCPU::test_tags__refs_erf_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3296288Z test_ops.py::TestTagsCPU::test_tags__refs_erfinv_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3296426Z test_ops.py::TestTagsCPU::test_tags__refs_expand_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3296553Z test_ops.py::TestTagsCPU::test_tags__refs_fft_fft2_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3296694Z test_ops.py::TestTagsCPU::test_tags__refs_fft_fft_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3296832Z test_ops.py::TestTagsCPU::test_tags__refs_fft_fftn_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3296971Z test_ops.py::TestTagsCPU::test_tags__refs_fft_hfft2_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3297111Z test_ops.py::TestTagsCPU::test_tags__refs_fft_hfftn_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3297250Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ifft2_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3297421Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ifft_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3297570Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ifftshift_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:42.3297699Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ihfft2_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3297838Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ihfft_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3298004Z test_ops.py::TestTagsCPU::test_tags__refs_fft_irfft2_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3298148Z test_ops.py::TestTagsCPU::test_tags__refs_fft_irfft_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3298290Z test_ops.py::TestTagsCPU::test_tags__refs_fft_rfft_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3298430Z test_ops.py::TestTagsCPU::test_tags__refs_fft_rfftn_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3298568Z test_ops.py::TestTagsCPU::test_tags__refs_fliplr_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3298708Z test_ops.py::TestTagsCPU::test_tags__refs_float_power_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3298848Z test_ops.py::TestTagsCPU::test_tags__refs_fmin_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3298968Z test_ops.py::TestTagsCPU::test_tags__refs_gcd_cpu_int64 PASSED [ 97%] 2022-12-01T10:39:42.3299103Z test_ops.py::TestTagsCPU::test_tags__refs_ge_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3299247Z test_ops.py::TestTagsCPU::test_tags__refs_heaviside_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3299386Z test_ops.py::TestTagsCPU::test_tags__refs_hstack_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3299522Z test_ops.py::TestTagsCPU::test_tags__refs_hypot_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3299656Z test_ops.py::TestTagsCPU::test_tags__refs_i0_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3299796Z test_ops.py::TestTagsCPU::test_tags__refs_igammac_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3299934Z test_ops.py::TestTagsCPU::test_tags__refs_imag_cpu_complex64 PASSED [ 97%] 2022-12-01T10:39:42.3300063Z test_ops.py::TestTagsCPU::test_tags__refs_index_fill_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3300211Z test_ops.py::TestTagsCPU::test_tags__refs_index_select_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3300349Z test_ops.py::TestTagsCPU::test_tags__refs_isfinite_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3300489Z test_ops.py::TestTagsCPU::test_tags__refs_isposinf_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3300645Z test_ops.py::TestTagsCPU::test_tags__refs_linalg_matrix_norm_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3300785Z test_ops.py::TestTagsCPU::test_tags__refs_linalg_norm_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3300926Z test_ops.py::TestTagsCPU::test_tags__refs_linalg_svd_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3301079Z test_ops.py::TestTagsCPU::test_tags__refs_linalg_svdvals_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3301220Z test_ops.py::TestTagsCPU::test_tags__refs_linalg_vector_norm_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3301362Z test_ops.py::TestTagsCPU::test_tags__refs_log_softmax_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3301505Z test_ops.py::TestTagsCPU::test_tags__refs_logical_and_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3301645Z test_ops.py::TestTagsCPU::test_tags__refs_logical_not_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3301784Z test_ops.py::TestTagsCPU::test_tags__refs_logical_or_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3301928Z test_ops.py::TestTagsCPU::test_tags__refs_logical_xor_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3302071Z test_ops.py::TestTagsCPU::test_tags__refs_logsumexp_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3302423Z test_ops.py::TestTagsCPU::test_tags__refs_lt_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3302572Z test_ops.py::TestTagsCPU::test_tags__refs_maximum_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3302709Z test_ops.py::TestTagsCPU::test_tags__refs_mean_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3302848Z test_ops.py::TestTagsCPU::test_tags__refs_movedim_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3303060Z test_ops.py::TestTagsCPU::test_tags__refs_mul_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3303199Z test_ops.py::TestTagsCPU::test_tags__refs_new_empty_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3303354Z test_ops.py::TestTagsCPU::test_tags__refs_new_empty_strided_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3303491Z test_ops.py::TestTagsCPU::test_tags__refs_new_full_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3303665Z test_ops.py::TestTagsCPU::test_tags__refs_new_ones_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3303808Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_celu_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3303968Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_dropout_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3304123Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_gelu_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3304284Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_hardtanh_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3304460Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3304619Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_l1_loss_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3304780Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_leaky_relu_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3304937Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_mish_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3305111Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_pairwise_distance_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3305255Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_pdist_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3305412Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_relu6_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3305564Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_relu_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3305726Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_threshold_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3305869Z test_ops.py::TestTagsCPU::test_tags__refs_permute_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3306013Z test_ops.py::TestTagsCPU::test_tags__refs_prod_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3306152Z test_ops.py::TestTagsCPU::test_tags__refs_randn_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3306295Z test_ops.py::TestTagsCPU::test_tags__refs_ravel_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3306429Z test_ops.py::TestTagsCPU::test_tags__refs_reciprocal_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3306572Z test_ops.py::TestTagsCPU::test_tags__refs_reshape_as_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3306711Z test_ops.py::TestTagsCPU::test_tags__refs_roll_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3306849Z test_ops.py::TestTagsCPU::test_tags__refs_rot90_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3306988Z test_ops.py::TestTagsCPU::test_tags__refs_rsqrt_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3307126Z test_ops.py::TestTagsCPU::test_tags__refs_sgn_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3307265Z test_ops.py::TestTagsCPU::test_tags__refs_sign_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3307400Z test_ops.py::TestTagsCPU::test_tags__refs_sin_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3307525Z test_ops.py::TestTagsCPU::test_tags__refs_sinc_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3307669Z test_ops.py::TestTagsCPU::test_tags__refs_softmax_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3307811Z test_ops.py::TestTagsCPU::test_tags__refs_special_i0e_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3307960Z test_ops.py::TestTagsCPU::test_tags__refs_special_logit_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3308135Z test_ops.py::TestTagsCPU::test_tags__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3308305Z test_ops.py::TestTagsCPU::test_tags__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3308513Z test_ops.py::TestTagsCPU::test_tags__refs_special_spherical_bessel_j0_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3308663Z test_ops.py::TestTagsCPU::test_tags__refs_special_zeta_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3308791Z test_ops.py::TestTagsCPU::test_tags__refs_std_mean_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3308966Z test_ops.py::TestTagsCPU::test_tags__refs_sum_to_size_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3309106Z test_ops.py::TestTagsCPU::test_tags__refs_tan_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3309244Z test_ops.py::TestTagsCPU::test_tags__refs_to_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3309383Z test_ops.py::TestTagsCPU::test_tags__refs_trace_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3309521Z test_ops.py::TestTagsCPU::test_tags__refs_tril_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3309665Z test_ops.py::TestTagsCPU::test_tags__refs_tril_indices_cpu_int64 PASSED [ 97%] 2022-12-01T10:39:42.3309810Z test_ops.py::TestTagsCPU::test_tags__refs_true_divide_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3309936Z test_ops.py::TestTagsCPU::test_tags__refs_trunc_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3310076Z test_ops.py::TestTagsCPU::test_tags__refs_unbind_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3310218Z test_ops.py::TestTagsCPU::test_tags__refs_unfold_copy_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3310357Z test_ops.py::TestTagsCPU::test_tags__refs_var_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3310495Z test_ops.py::TestTagsCPU::test_tags__refs_var_mean_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3310635Z test_ops.py::TestTagsCPU::test_tags__refs_view_as_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3310772Z test_ops.py::TestTagsCPU::test_tags__refs_view_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3310911Z test_ops.py::TestTagsCPU::test_tags__refs_vstack_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3311051Z test_ops.py::TestTagsCPU::test_tags__refs_where_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3311176Z test_ops.py::TestTagsCPU::test_tags__refs_zeros_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3311311Z test_ops.py::TestTagsCPU::test_tags_acos_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3311445Z test_ops.py::TestTagsCPU::test_tags_add_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3311584Z test_ops.py::TestTagsCPU::test_tags_addcdiv_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3311720Z test_ops.py::TestTagsCPU::test_tags_addcmul_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3311855Z test_ops.py::TestTagsCPU::test_tags_addmm_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3312000Z test_ops.py::TestTagsCPU::test_tags_addmm_decomposed_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3312133Z test_ops.py::TestTagsCPU::test_tags_addmv_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3312259Z test_ops.py::TestTagsCPU::test_tags_amax_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3312393Z test_ops.py::TestTagsCPU::test_tags_amin_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3312529Z test_ops.py::TestTagsCPU::test_tags_aminmax_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3312664Z test_ops.py::TestTagsCPU::test_tags_angle_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3312798Z test_ops.py::TestTagsCPU::test_tags_arange_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3312936Z test_ops.py::TestTagsCPU::test_tags_argmax_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3313073Z test_ops.py::TestTagsCPU::test_tags_argsort_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3313210Z test_ops.py::TestTagsCPU::test_tags_argwhere_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3313332Z test_ops.py::TestTagsCPU::test_tags_asinh_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3313466Z test_ops.py::TestTagsCPU::test_tags_atan_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3313635Z test_ops.py::TestTagsCPU::test_tags_atanh_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3313775Z test_ops.py::TestTagsCPU::test_tags_atleast_1d_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3313910Z test_ops.py::TestTagsCPU::test_tags_baddbmm_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3314047Z test_ops.py::TestTagsCPU::test_tags_bernoulli_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3314215Z test_ops.py::TestTagsCPU::test_tags_bfloat16_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3314352Z test_ops.py::TestTagsCPU::test_tags_bitwise_and_cpu_int64 PASSED [ 97%] 2022-12-01T10:39:42.3314476Z test_ops.py::TestTagsCPU::test_tags_bitwise_not_cpu_int64 PASSED [ 97%] 2022-12-01T10:39:42.3314610Z test_ops.py::TestTagsCPU::test_tags_bool_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3314753Z test_ops.py::TestTagsCPU::test_tags_broadcast_tensors_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3314895Z test_ops.py::TestTagsCPU::test_tags_broadcast_to_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3315031Z test_ops.py::TestTagsCPU::test_tags_bucketize_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3315165Z test_ops.py::TestTagsCPU::test_tags_chalf_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3315297Z test_ops.py::TestTagsCPU::test_tags_char_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3315437Z test_ops.py::TestTagsCPU::test_tags_cholesky_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3315565Z test_ops.py::TestTagsCPU::test_tags_cholesky_inverse_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3315698Z test_ops.py::TestTagsCPU::test_tags_chunk_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3315832Z test_ops.py::TestTagsCPU::test_tags_clamp_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3315973Z test_ops.py::TestTagsCPU::test_tags_combinations_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3316112Z test_ops.py::TestTagsCPU::test_tags_conj_physical_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3316253Z test_ops.py::TestTagsCPU::test_tags_contiguous_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3316386Z test_ops.py::TestTagsCPU::test_tags_cosh_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3316519Z test_ops.py::TestTagsCPU::test_tags_cov_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:42.3316641Z test_ops.py::TestTagsCPU::test_tags_cummin_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3316780Z test_ops.py::TestTagsCPU::test_tags_cumsum_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3316936Z test_ops.py::TestTagsCPU::test_tags_cumulative_trapezoid_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3317075Z test_ops.py::TestTagsCPU::test_tags_diagflat_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3317212Z test_ops.py::TestTagsCPU::test_tags_diagonal_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3317347Z test_ops.py::TestTagsCPU::test_tags_diff_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3317482Z test_ops.py::TestTagsCPU::test_tags_dist_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3317631Z test_ops.py::TestTagsCPU::test_tags_div_floor_rounding_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3317768Z test_ops.py::TestTagsCPU::test_tags_div_trunc_rounding_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3317901Z test_ops.py::TestTagsCPU::test_tags_dot_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3318039Z test_ops.py::TestTagsCPU::test_tags_double_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3318177Z test_ops.py::TestTagsCPU::test_tags_dsplit_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3318314Z test_ops.py::TestTagsCPU::test_tags_einsum_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3318449Z test_ops.py::TestTagsCPU::test_tags_empty_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3318587Z test_ops.py::TestTagsCPU::test_tags_empty_like_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3318762Z test_ops.py::TestTagsCPU::test_tags_erf_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3318885Z test_ops.py::TestTagsCPU::test_tags_erfc_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3319021Z test_ops.py::TestTagsCPU::test_tags_expand_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3319156Z test_ops.py::TestTagsCPU::test_tags_expm1_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3319294Z test_ops.py::TestTagsCPU::test_tags_fft_fft2_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3319468Z test_ops.py::TestTagsCPU::test_tags_fft_fftshift_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3319605Z test_ops.py::TestTagsCPU::test_tags_fft_hfft2_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3319740Z test_ops.py::TestTagsCPU::test_tags_fft_hfft_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3319878Z test_ops.py::TestTagsCPU::test_tags_fft_ifft_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3320002Z test_ops.py::TestTagsCPU::test_tags_fft_ifftn_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3320140Z test_ops.py::TestTagsCPU::test_tags_fft_ihfft2_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3320279Z test_ops.py::TestTagsCPU::test_tags_fft_irfftn_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3320413Z test_ops.py::TestTagsCPU::test_tags_fft_rfft2_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3320548Z test_ops.py::TestTagsCPU::test_tags_fft_rfft_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3320684Z test_ops.py::TestTagsCPU::test_tags_fill_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3320819Z test_ops.py::TestTagsCPU::test_tags_flatten_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3320951Z test_ops.py::TestTagsCPU::test_tags_fmin_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3321073Z test_ops.py::TestTagsCPU::test_tags_fmod_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3321209Z test_ops.py::TestTagsCPU::test_tags_frac_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3321349Z test_ops.py::TestTagsCPU::test_tags_full_like_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3321480Z test_ops.py::TestTagsCPU::test_tags_gcd_cpu_int64 PASSED [ 98%] 2022-12-01T10:39:42.3321615Z test_ops.py::TestTagsCPU::test_tags_geqrf_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3321749Z test_ops.py::TestTagsCPU::test_tags_half_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3321886Z test_ops.py::TestTagsCPU::test_tags_hsplit_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3322021Z test_ops.py::TestTagsCPU::test_tags_hypot_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3322157Z test_ops.py::TestTagsCPU::test_tags_igamma_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3322282Z test_ops.py::TestTagsCPU::test_tags_index_add_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3322420Z test_ops.py::TestTagsCPU::test_tags_index_copy_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3322558Z test_ops.py::TestTagsCPU::test_tags_index_put_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3322697Z test_ops.py::TestTagsCPU::test_tags_isfinite_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3322830Z test_ops.py::TestTagsCPU::test_tags_isin_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3322967Z test_ops.py::TestTagsCPU::test_tags_isinf_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3323102Z test_ops.py::TestTagsCPU::test_tags_isnan_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3323240Z test_ops.py::TestTagsCPU::test_tags_isneginf_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3323362Z test_ops.py::TestTagsCPU::test_tags_isreal_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3323497Z test_ops.py::TestTagsCPU::test_tags_istft_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3323681Z test_ops.py::TestTagsCPU::test_tags_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 98%] 2022-12-01T10:39:42.3323869Z test_ops.py::TestTagsCPU::test_tags_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 98%] 2022-12-01T10:39:42.3324080Z test_ops.py::TestTagsCPU::test_tags_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 98%] 2022-12-01T10:39:42.3324260Z test_ops.py::TestTagsCPU::test_tags_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 98%] 2022-12-01T10:39:42.3324401Z test_ops.py::TestTagsCPU::test_tags_kthvalue_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3324666Z test_ops.py::TestTagsCPU::test_tags_lcm_cpu_int64 PASSED [ 98%] 2022-12-01T10:39:42.3324812Z test_ops.py::TestTagsCPU::test_tags_linalg_det_singular_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3324958Z test_ops.py::TestTagsCPU::test_tags_linalg_eigvalsh_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3325120Z test_ops.py::TestTagsCPU::test_tags_linalg_householder_product_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3325260Z test_ops.py::TestTagsCPU::test_tags_linalg_inv_ex_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3325419Z test_ops.py::TestTagsCPU::test_tags_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3325557Z test_ops.py::TestTagsCPU::test_tags_linalg_lu_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3325703Z test_ops.py::TestTagsCPU::test_tags_linalg_lu_factor_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3325854Z test_ops.py::TestTagsCPU::test_tags_linalg_lu_factor_ex_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3325993Z test_ops.py::TestTagsCPU::test_tags_linalg_matrix_rank_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3326154Z test_ops.py::TestTagsCPU::test_tags_linalg_matrix_rank_hermitian_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3326300Z test_ops.py::TestTagsCPU::test_tags_linalg_multi_dot_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3326470Z test_ops.py::TestTagsCPU::test_tags_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3326612Z test_ops.py::TestTagsCPU::test_tags_linalg_pinv_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3326771Z test_ops.py::TestTagsCPU::test_tags_linalg_pinv_hermitian_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3326916Z test_ops.py::TestTagsCPU::test_tags_linalg_solve_ex_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3327072Z test_ops.py::TestTagsCPU::test_tags_linalg_solve_triangular_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3327214Z test_ops.py::TestTagsCPU::test_tags_linalg_svd_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3327346Z test_ops.py::TestTagsCPU::test_tags_linalg_vecdot_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3327496Z test_ops.py::TestTagsCPU::test_tags_linalg_vector_norm_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3327639Z test_ops.py::TestTagsCPU::test_tags_linspace_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3327775Z test_ops.py::TestTagsCPU::test_tags_log2_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3327912Z test_ops.py::TestTagsCPU::test_tags_log_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3328060Z test_ops.py::TestTagsCPU::test_tags_log_softmax_dtype_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3328202Z test_ops.py::TestTagsCPU::test_tags_logaddexp2_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3328340Z test_ops.py::TestTagsCPU::test_tags_logdet_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3328468Z test_ops.py::TestTagsCPU::test_tags_logical_or_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3328609Z test_ops.py::TestTagsCPU::test_tags_logical_xor_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3328748Z test_ops.py::TestTagsCPU::test_tags_logit_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3328883Z test_ops.py::TestTagsCPU::test_tags_mT_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3329023Z test_ops.py::TestTagsCPU::test_tags_masked_amax_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3329164Z test_ops.py::TestTagsCPU::test_tags_masked_argmax_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3329304Z test_ops.py::TestTagsCPU::test_tags_masked_fill_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3329505Z test_ops.py::TestTagsCPU::test_tags_masked_log_softmax_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3329631Z test_ops.py::TestTagsCPU::test_tags_masked_mean_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3329772Z test_ops.py::TestTagsCPU::test_tags_masked_norm_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3329913Z test_ops.py::TestTagsCPU::test_tags_masked_prod_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3330081Z test_ops.py::TestTagsCPU::test_tags_masked_scatter_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3330225Z test_ops.py::TestTagsCPU::test_tags_masked_softmax_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3330368Z test_ops.py::TestTagsCPU::test_tags_masked_softmin_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3330506Z test_ops.py::TestTagsCPU::test_tags_matmul_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3330657Z test_ops.py::TestTagsCPU::test_tags_max_reduction_no_dim_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3330801Z test_ops.py::TestTagsCPU::test_tags_max_reduction_with_dim_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3330940Z test_ops.py::TestTagsCPU::test_tags_maximum_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3331076Z test_ops.py::TestTagsCPU::test_tags_mean_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3331214Z test_ops.py::TestTagsCPU::test_tags_median_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3331373Z test_ops.py::TestTagsCPU::test_tags_meshgrid_list_of_tensors_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3331514Z test_ops.py::TestTagsCPU::test_tags_min_binary_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3331668Z test_ops.py::TestTagsCPU::test_tags_min_reduction_no_dim_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3331804Z test_ops.py::TestTagsCPU::test_tags_mm_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3331929Z test_ops.py::TestTagsCPU::test_tags_movedim_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3332070Z test_ops.py::TestTagsCPU::test_tags_msort_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3332204Z test_ops.py::TestTagsCPU::test_tags_mv_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3332358Z test_ops.py::TestTagsCPU::test_tags_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3332511Z test_ops.py::TestTagsCPU::test_tags_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3332652Z test_ops.py::TestTagsCPU::test_tags_nan_to_num_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3332790Z test_ops.py::TestTagsCPU::test_tags_nanmean_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3332931Z test_ops.py::TestTagsCPU::test_tags_nanmedian_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3333053Z test_ops.py::TestTagsCPU::test_tags_nansum_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3333196Z test_ops.py::TestTagsCPU::test_tags_narrow_copy_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3333336Z test_ops.py::TestTagsCPU::test_tags_native_layer_norm_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3333472Z test_ops.py::TestTagsCPU::test_tags_ne_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3333614Z test_ops.py::TestTagsCPU::test_tags_new_empty_strided_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3333749Z test_ops.py::TestTagsCPU::test_tags_new_full_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3333885Z test_ops.py::TestTagsCPU::test_tags_new_zeros_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3334056Z test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3334223Z test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3334379Z test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3334546Z test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3334703Z test_ops.py::TestTagsCPU::test_tags_nn_functional_avg_pool1d_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3334896Z test_ops.py::TestTagsCPU::test_tags_nn_functional_bilinear_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3335064Z test_ops.py::TestTagsCPU::test_tags_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3335214Z test_ops.py::TestTagsCPU::test_tags_nn_functional_celu_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3335404Z test_ops.py::TestTagsCPU::test_tags_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3335569Z test_ops.py::TestTagsCPU::test_tags_nn_functional_cosine_similarity_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:42.3335715Z test_ops.py::TestTagsCPU::test_tags_nn_functional_cross_entropy_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3335872Z test_ops.py::TestTagsCPU::test_tags_nn_functional_dropout2d_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3336024Z test_ops.py::TestTagsCPU::test_tags_nn_functional_dropout3d_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3336180Z test_ops.py::TestTagsCPU::test_tags_nn_functional_dropout_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3336325Z test_ops.py::TestTagsCPU::test_tags_nn_functional_elu_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3336484Z test_ops.py::TestTagsCPU::test_tags_nn_functional_embedding_bag_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3336639Z test_ops.py::TestTagsCPU::test_tags_nn_functional_embedding_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3336825Z test_ops.py::TestTagsCPU::test_tags_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3336994Z test_ops.py::TestTagsCPU::test_tags_nn_functional_fractional_max_pool3d_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3337145Z test_ops.py::TestTagsCPU::test_tags_nn_functional_gaussian_nll_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3337301Z test_ops.py::TestTagsCPU::test_tags_nn_functional_grid_sample_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3337473Z test_ops.py::TestTagsCPU::test_tags_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3337628Z test_ops.py::TestTagsCPU::test_tags_nn_functional_huber_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3337787Z test_ops.py::TestTagsCPU::test_tags_nn_functional_instance_norm_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3337950Z test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_area_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3338120Z test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3338286Z test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_linear_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3338442Z test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3338600Z test_ops.py::TestTagsCPU::test_tags_nn_functional_layer_norm_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3338752Z test_ops.py::TestTagsCPU::test_tags_nn_functional_linear_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3338908Z test_ops.py::TestTagsCPU::test_tags_nn_functional_logsigmoid_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3339072Z test_ops.py::TestTagsCPU::test_tags_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3339243Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_pool1d_cpu_float32 SKIPPED (Skipped!) [ 99%] 2022-12-01T10:39:42.3339405Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3339569Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3339726Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3339883Z test_ops.py::TestTagsCPU::test_tags_nn_functional_multilabel_margin_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3340061Z test_ops.py::TestTagsCPU::test_tags_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3340256Z test_ops.py::TestTagsCPU::test_tags_nn_functional_normalize_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3340406Z test_ops.py::TestTagsCPU::test_tags_nn_functional_one_hot_cpu_int64 PASSED [ 99%] 2022-12-01T10:39:42.3340563Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_reflect_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3340726Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pairwise_distance_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3340914Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3341076Z test_ops.py::TestTagsCPU::test_tags_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3341213Z test_ops.py::TestTagsCPU::test_tags_nn_functional_relu6_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3341375Z test_ops.py::TestTagsCPU::test_tags_nn_functional_silu_complex_cpu_complex64 PASSED [ 99%] 2022-12-01T10:39:42.3341533Z test_ops.py::TestTagsCPU::test_tags_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3341699Z test_ops.py::TestTagsCPU::test_tags_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3341853Z test_ops.py::TestTagsCPU::test_tags_nn_functional_softplus_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3342008Z test_ops.py::TestTagsCPU::test_tags_nn_functional_softshrink_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3342347Z test_ops.py::TestTagsCPU::test_tags_nn_functional_softsign_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3342569Z test_ops.py::TestTagsCPU::test_tags_nn_functional_tanhshrink_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3342741Z test_ops.py::TestTagsCPU::test_tags_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3342913Z test_ops.py::TestTagsCPU::test_tags_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3343078Z test_ops.py::TestTagsCPU::test_tags_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3343219Z test_ops.py::TestTagsCPU::test_tags_norm_inf_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3343369Z test_ops.py::TestTagsCPU::test_tags_normal_number_mean_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3343521Z test_ops.py::TestTagsCPU::test_tags_ops_nvprims_var_mean_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3343661Z test_ops.py::TestTagsCPU::test_tags_ormqr_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3343799Z test_ops.py::TestTagsCPU::test_tags_outer_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3343940Z test_ops.py::TestTagsCPU::test_tags_permute_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3344084Z test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_3_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3344235Z test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_4_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3344377Z test_ops.py::TestTagsCPU::test_tags_positive_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3344512Z test_ops.py::TestTagsCPU::test_tags_qr_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3344654Z test_ops.py::TestTagsCPU::test_tags_quantile_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3344792Z test_ops.py::TestTagsCPU::test_tags_rad2deg_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3344936Z test_ops.py::TestTagsCPU::test_tags_randint_like_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3345074Z test_ops.py::TestTagsCPU::test_tags_randn_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3345203Z test_ops.py::TestTagsCPU::test_tags_randn_like_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3345339Z test_ops.py::TestTagsCPU::test_tags_ravel_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3352605Z test_ops.py::TestTagsCPU::test_tags_reciprocal_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3352823Z test_ops.py::TestTagsCPU::test_tags_remainder_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3352976Z test_ops.py::TestTagsCPU::test_tags_repeat_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3353284Z test_ops.py::TestTagsCPU::test_tags_repeat_interleave_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3353415Z test_ops.py::TestTagsCPU::test_tags_resize__cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3353562Z test_ops.py::TestTagsCPU::test_tags_resolve_conj_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3353702Z test_ops.py::TestTagsCPU::test_tags_roll_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3353881Z test_ops.py::TestTagsCPU::test_tags_rot90_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3354030Z test_ops.py::TestTagsCPU::test_tags_round_decimals_0_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3354176Z test_ops.py::TestTagsCPU::test_tags_round_decimals_3_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3354314Z test_ops.py::TestTagsCPU::test_tags_rsqrt_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3354456Z test_ops.py::TestTagsCPU::test_tags_scatter_add_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3354597Z test_ops.py::TestTagsCPU::test_tags_scatter_reduce_amax_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3354752Z test_ops.py::TestTagsCPU::test_tags_scatter_reduce_mean_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3354903Z test_ops.py::TestTagsCPU::test_tags_scatter_reduce_sum_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3355060Z test_ops.py::TestTagsCPU::test_tags_segment_reduce_offsets_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3355206Z test_ops.py::TestTagsCPU::test_tags_select_scatter_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3355348Z test_ops.py::TestTagsCPU::test_tags_short_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3355489Z test_ops.py::TestTagsCPU::test_tags_sigmoid_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3355629Z test_ops.py::TestTagsCPU::test_tags_signbit_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3355751Z test_ops.py::TestTagsCPU::test_tags_sinc_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3355894Z test_ops.py::TestTagsCPU::test_tags_slice_scatter_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3356036Z test_ops.py::TestTagsCPU::test_tags_softmax_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3356235Z test_ops.py::TestTagsCPU::test_tags_softmax_with_dtype_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3356372Z test_ops.py::TestTagsCPU::test_tags_sort_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3356544Z test_ops.py::TestTagsCPU::test_tags_sparse_sampled_addmm_cpu_float32 SKIPPED (Skipped!) [ 99%] 2022-12-01T10:39:42.3356690Z test_ops.py::TestTagsCPU::test_tags_special_airy_ai_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3356858Z test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_t_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3357287Z 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:39:42.3357434Z test_ops.py::TestTagsCPU::test_tags_special_entr_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3357602Z test_ops.py::TestTagsCPU::test_tags_special_hermite_polynomial_h_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3357745Z test_ops.py::TestTagsCPU::test_tags_special_i0e_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3357885Z test_ops.py::TestTagsCPU::test_tags_special_i1_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3358027Z test_ops.py::TestTagsCPU::test_tags_special_i1e_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3358189Z test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_i0_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3358349Z test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_i1_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3358492Z test_ops.py::TestTagsCPU::test_tags_special_ndtr_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3358624Z test_ops.py::TestTagsCPU::test_tags_special_ndtri_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3358802Z test_ops.py::TestTagsCPU::test_tags_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3359045Z test_ops.py::TestTagsCPU::test_tags_special_scaled_modified_bessel_k0_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3359406Z 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:39:42.3359556Z test_ops.py::TestTagsCPU::test_tags_special_xlog1py_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3359700Z test_ops.py::TestTagsCPU::test_tags_split_with_sizes_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3359870Z test_ops.py::TestTagsCPU::test_tags_squeeze_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3360011Z test_ops.py::TestTagsCPU::test_tags_std_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3360134Z test_ops.py::TestTagsCPU::test_tags_stft_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3360270Z test_ops.py::TestTagsCPU::test_tags_sum_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3360408Z test_ops.py::TestTagsCPU::test_tags_sum_to_size_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3360552Z test_ops.py::TestTagsCPU::test_tags_svd_lowrank_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3360691Z test_ops.py::TestTagsCPU::test_tags_symeig_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3360825Z test_ops.py::TestTagsCPU::test_tags_t_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3360960Z test_ops.py::TestTagsCPU::test_tags_take_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3361097Z test_ops.py::TestTagsCPU::test_tags_to_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3361250Z test_ops.py::TestTagsCPU::test_tags_to_sparse_cpu_float32 SKIPPED (Allowed exception) [ 99%] 2022-12-01T10:39:42.3361391Z test_ops.py::TestTagsCPU::test_tags_trapezoid_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3361527Z test_ops.py::TestTagsCPU::test_tags_trapz_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3361672Z test_ops.py::TestTagsCPU::test_tags_triangular_solve_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3361813Z test_ops.py::TestTagsCPU::test_tags_tril_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3361951Z test_ops.py::TestTagsCPU::test_tags_tril_indices_cpu_int64 PASSED [ 99%] 2022-12-01T10:39:42.3362086Z test_ops.py::TestTagsCPU::test_tags_triu_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3362225Z test_ops.py::TestTagsCPU::test_tags_triu_indices_cpu_int64 PASSED [ 99%] 2022-12-01T10:39:42.3362366Z test_ops.py::TestTagsCPU::test_tags_unflatten_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3362489Z test_ops.py::TestTagsCPU::test_tags_unfold_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3362640Z test_ops.py::TestTagsCPU::test_tags_unique_consecutive_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3362777Z test_ops.py::TestTagsCPU::test_tags_unique_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3362910Z test_ops.py::TestTagsCPU::test_tags_var_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3363045Z test_ops.py::TestTagsCPU::test_tags_vdot_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3363184Z test_ops.py::TestTagsCPU::test_tags_view_as_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3363322Z test_ops.py::TestTagsCPU::test_tags_vsplit_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3363456Z test_ops.py::TestTagsCPU::test_tags_where_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:42.3363577Z test_ops.py::TestTagsCPU::test_tags_zero__cpu_float32 PASSED [100%] 2022-12-01T10:39:42.3363591Z 2022-12-01T10:39:42.3363891Z - generated xml file: /var/lib/jenkins/workspace/test/test-reports/python-pytest/test_ops/test_ops-3597f73739279c77.xml - 2022-12-01T10:39:42.3364040Z = 9122 passed, 3856 skipped, 15 deselected, 154 xfailed, 128 warnings in 1278.71s (0:21:18) = 2022-12-01T10:39:42.3364214Z 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:39:42.3364220Z 2022-12-01T10:39:42.3364693Z ##[endgroup] 2022-12-01T10:39:42.3365001Z FINISHED PRINTING LOG FILE of test_ops (/var/lib/jenkins/workspace/test/test-reports/test_ops_ndrwdbio) 2022-12-01T10:39:42.3365008Z 2022-12-01T10:39:42.3365480Z 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:39:42.172209] 2022-12-01T10:39:52.4051855Z 2022-12-01T10:39:52.4052297Z Expand the folded group to see the log file of test_ops 2022-12-01T10:39:52.4053376Z ##[group]PRINTING LOG FILE of test_ops (/var/lib/jenkins/workspace/test/test-reports/test_ops_111ftzh2) 2022-12-01T10:39:52.4054353Z Test results will be stored in test-reports/python-pytest/test_ops/test_ops-9e8072289e224e0e.xml 2022-12-01T10:39:52.4054876Z ============================= test session starts ============================== 2022-12-01T10:39:52.4055382Z platform linux -- Python 3.7.13, pytest-7.1.3, pluggy-1.0.0 -- /opt/conda/bin/python 2022-12-01T10:39:52.4055779Z cachedir: .pytest_cache 2022-12-01T10:39:52.4056519Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-12-01T10:39:52.4057108Z rootdir: /var/lib/jenkins/workspace, configfile: pytest.ini 2022-12-01T10:39:52.4057767Z 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:39:52.4058378Z collecting ... collected 26295 items / 26257 deselected / 38 selected 2022-12-01T10:39:52.4063669Z 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:39:52.4067624Z 2022-12-01T10:39:52.4067856Z test_ops.py::TestCommonCPU::test_dtypes_linalg_cholesky_cpu PASSED [ 2%] 2022-12-01T10:39:52.4068266Z test_ops.py::TestCommonCPU::test_dtypes_linalg_cholesky_ex_cpu PASSED [ 5%] 2022-12-01T10:39:52.4068799Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cholesky_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:39:52.4069201Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cholesky_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 10%] 2022-12-01T10:39:52.4069590Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_cpu_complex64 PASSED [ 13%] 2022-12-01T10:39:52.4069964Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_cpu_float32 PASSED [ 15%] 2022-12-01T10:39:52.4070337Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_ex_cpu_complex64 PASSED [ 18%] 2022-12-01T10:39:52.4070700Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_ex_cpu_float32 PASSED [ 21%] 2022-12-01T10:39:52.4071051Z test_ops.py::TestCommonCPU::test_out_linalg_cholesky_cpu_float32 PASSED [ 23%] 2022-12-01T10:39:52.4071408Z test_ops.py::TestCommonCPU::test_out_linalg_cholesky_ex_cpu_float32 PASSED [ 26%] 2022-12-01T10:39:52.4071780Z test_ops.py::TestCommonCPU::test_out_warning_linalg_cholesky_cpu PASSED [ 28%] 2022-12-01T10:39:52.4072111Z test_ops.py::TestCommonCPU::test_out_warning_linalg_cholesky_ex_cpu PASSED [ 31%] 2022-12-01T10:39:52.4072464Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_cpu_complex64 PASSED [ 34%] 2022-12-01T10:39:52.4072840Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_cpu_float32 PASSED [ 36%] 2022-12-01T10:39:52.4073206Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_ex_cpu_complex64 PASSED [ 39%] 2022-12-01T10:39:52.4073581Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_ex_cpu_float32 PASSED [ 42%] 2022-12-01T10:39:52.4073956Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cholesky_cpu_float32 PASSED [ 44%] 2022-12-01T10:39:52.4074344Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cholesky_ex_cpu_float32 PASSED [ 47%] 2022-12-01T10:39:52.4074718Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cholesky_cpu_float32 PASSED [ 50%] 2022-12-01T10:39:52.4075103Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cholesky_ex_cpu_float32 PASSED [ 52%] 2022-12-01T10:39:52.4075486Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cholesky_cpu_float32 PASSED [ 55%] 2022-12-01T10:39:52.4075864Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cholesky_ex_cpu_float32 PASSED [ 57%] 2022-12-01T10:39:52.4076215Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cholesky_cpu_complex64 PASSED [ 60%] 2022-12-01T10:39:52.4076562Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cholesky_ex_cpu_complex64 PASSED [ 63%] 2022-12-01T10:39:52.4076913Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cholesky_cpu_complex128 PASSED [ 65%] 2022-12-01T10:39:52.4077256Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cholesky_ex_cpu_complex128 PASSED [ 68%] 2022-12-01T10:39:52.4077597Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cholesky_cpu_float64 PASSED [ 71%] 2022-12-01T10:39:52.4077998Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cholesky_ex_cpu_float64 PASSED [ 73%] 2022-12-01T10:39:52.4078344Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_cholesky_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:52.4078687Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_cholesky_ex_cpu_float32 PASSED [ 78%] 2022-12-01T10:39:52.4079118Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_cholesky_cpu_float32 SKIPPED (Only runs on cuda) [ 81%] 2022-12-01T10:39:52.4079574Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_cholesky_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 84%] 2022-12-01T10:39:52.4079996Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_cholesky_cpu_float32 SKIPPED (Only runs on cuda) [ 86%] 2022-12-01T10:39:52.4080407Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_cholesky_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 89%] 2022-12-01T10:39:52.4080789Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_cholesky_cpu_float32 PASSED [ 92%] 2022-12-01T10:39:52.4081125Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_cholesky_ex_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:52.4081459Z test_ops.py::TestTagsCPU::test_tags_linalg_cholesky_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:52.4081765Z test_ops.py::TestTagsCPU::test_tags_linalg_cholesky_ex_cpu_float32 PASSED [100%] 2022-12-01T10:39:52.4081943Z 2022-12-01T10:39:52.4082306Z - generated xml file: /var/lib/jenkins/workspace/test/test-reports/python-pytest/test_ops/test_ops-9e8072289e224e0e.xml - 2022-12-01T10:39:52.4082671Z ========= 32 passed, 6 skipped, 26257 deselected, 2 warnings in 4.83s ========== 2022-12-01T10:39:52.4082988Z 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:39:52.4083187Z 2022-12-01T10:39:52.4083479Z ##[endgroup] 2022-12-01T10:39:52.4083846Z FINISHED PRINTING LOG FILE of test_ops (/var/lib/jenkins/workspace/test/test-reports/test_ops_111ftzh2) 2022-12-01T10:39:52.4084048Z 2022-12-01T10:39:52.4084214Z Running test_reductions ... [2022-12-01 10:39:52.406739] 2022-12-01T10:39:52.4084769Z Executing ['/opt/conda/bin/python', '-bb', 'test_reductions.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:39:52.407068] 2022-12-01T10:43:09.7503596Z 2022-12-01T10:43:09.7503998Z Expand the folded group to see the log file of test_reductions 2022-12-01T10:43:09.7504914Z ##[group]PRINTING LOG FILE of test_reductions (/var/lib/jenkins/workspace/test/test-reports/test_reductions_57uk_8da) 2022-12-01T10:43:09.7509844Z Test results will be stored in test-reports/python-unittest/test_reductions 2022-12-01T10:43:09.7510177Z 2022-12-01T10:43:09.7510292Z Running tests... 2022-12-01T10:43:09.7510815Z ---------------------------------------------------------------------- 2022-12-01T10:43:09.7511292Z test_accreal_type_cpu (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T10:43:09.7511740Z test_all_any_cpu (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:43:09.7512159Z test_all_any_empty_cpu (__main__.TestReductionsCPU) ... ok (0.001s) 2022-12-01T10:43:09.7513992Z test_all_any_vs_numpy_cpu_bool (__main__.TestReductionsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:43:09.7515081Z r = func(*args, **kwargs) 2022-12-01T10:43:09.7516705Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: An output with one or more elements was resized since it had shape [4], which does not match the required output shape []. 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:43:09.7517978Z r = func(*args, **kwargs) 2022-12-01T10:43:09.7519673Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: An output with one or more elements was resized since it had shape [1, 1], 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:43:09.7583465Z r = func(*args, **kwargs) 2022-12-01T10:43:09.7585180Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: An output with one or more elements was resized since it had shape [1, 5, 1], which does not match the required output shape [5, 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:43:09.7586328Z r = func(*args, **kwargs) 2022-12-01T10:43:09.7588098Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: An output with one or more elements was resized since it had shape [1, 5, 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:43:09.7589252Z r = func(*args, **kwargs) 2022-12-01T10:43:09.7591103Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: An output with one or more elements was resized since it had shape [1, 5, 1], which does not match the required output shape [1, 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:43:09.7592325Z r = func(*args, **kwargs) 2022-12-01T10:43:09.7594195Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 3, 2], which does not match the required output shape [1, 3, 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:43:09.7594943Z r = func(*args, **kwargs) 2022-12-01T10:43:09.7595970Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 3, 2], which does not match the required output shape [1, 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:43:09.7596759Z r = func(*args, **kwargs) 2022-12-01T10:43:09.7597819Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 3, 2], which does not match the required output shape [1, 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:43:09.7598478Z r = func(*args, **kwargs) 2022-12-01T10:43:09.7598665Z ok (0.171s) 2022-12-01T10:43:09.7599356Z test_all_any_vs_numpy_cpu_complex128 (__main__.TestReductionsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:43:09.7599837Z r = func(*args, **kwargs) 2022-12-01T10:43:09.7600004Z ok (0.449s) 2022-12-01T10:43:09.7600254Z test_all_any_vs_numpy_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.448s) 2022-12-01T10:43:09.7600579Z test_all_any_vs_numpy_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.453s) 2022-12-01T10:43:09.7600882Z test_all_any_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.452s) 2022-12-01T10:43:09.7601206Z test_all_any_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.452s) 2022-12-01T10:43:09.7601516Z test_all_any_vs_numpy_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.451s) 2022-12-01T10:43:09.7601818Z test_all_any_vs_numpy_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.442s) 2022-12-01T10:43:09.7602109Z test_all_any_vs_numpy_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.442s) 2022-12-01T10:43:09.7602411Z test_all_any_vs_numpy_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.445s) 2022-12-01T10:43:09.7602724Z test_all_any_vs_numpy_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.175s) 2022-12-01T10:43:09.7603024Z test_all_any_with_dim_cpu (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:43:09.7603300Z test_amax_cpu_bool (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T10:43:09.7603589Z test_amax_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-12-01T10:43:09.7603883Z test_amax_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-12-01T10:43:09.7604160Z test_amax_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-12-01T10:43:09.7604532Z test_amax_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T10:43:09.7604814Z test_amax_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T10:43:09.7605093Z test_amin_amax_some_dims_cpu (__main__.TestReductionsCPU) ... ok (0.042s) 2022-12-01T10:43:09.7605385Z test_amin_cpu_bool (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T10:43:09.7605674Z test_amin_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-12-01T10:43:09.7605963Z test_amin_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-12-01T10:43:09.7610107Z test_amin_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-12-01T10:43:09.7610550Z test_amin_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T10:43:09.7611010Z test_amin_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T10:43:09.7611461Z test_aminmax_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.009s) 2022-12-01T10:43:09.7611947Z test_aminmax_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.009s) 2022-12-01T10:43:09.7612512Z test_argminmax_axis_with_dim_one_cpu (__main__.TestReductionsCPU) ... ok (0.005s) 2022-12-01T10:43:09.7612989Z test_argminmax_large_axis_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:43:09.7614230Z test_argminmax_multiple_cpu_float16 (__main__.TestReductionsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:43:09.7615087Z r = func(*args, **kwargs) 2022-12-01T10:43:09.7615366Z ok (0.018s) 2022-12-01T10:43:09.7615747Z test_argminmax_multiple_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.030s) 2022-12-01T10:43:09.7616406Z test_argminmax_multiple_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.031s) 2022-12-01T10:43:09.7616900Z test_argminmax_multiple_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.028s) 2022-12-01T10:43:09.7617407Z test_argminmax_multiple_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.028s) 2022-12-01T10:43:09.7617925Z test_argminmax_multiple_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.028s) 2022-12-01T10:43:09.7618479Z test_argminmax_multiple_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.028s) 2022-12-01T10:43:09.7618930Z test_argminmax_multiple_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.028s) 2022-12-01T10:43:09.7619327Z test_bincount_cpu (__main__.TestReductionsCPU) ... ok (0.205s) 2022-12-01T10:43:09.7619710Z test_bucketization_cpu (__main__.TestReductionsCPU) ... ok (0.053s) 2022-12-01T10:43:09.7620107Z test_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.024s) 2022-12-01T10:43:09.7620525Z test_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.022s) 2022-12-01T10:43:09.7620934Z test_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.022s) 2022-12-01T10:43:09.7621321Z test_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.022s) 2022-12-01T10:43:09.7621728Z test_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.023s) 2022-12-01T10:43:09.7622133Z test_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.014s) 2022-12-01T10:43:09.7622783Z test_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.013s) 2022-12-01T10:43:09.7623170Z test_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.013s) 2022-12-01T10:43:09.7623570Z test_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.013s) 2022-12-01T10:43:09.7623966Z test_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.013s) 2022-12-01T10:43:09.7624360Z test_cumprod_integer_upcast_cpu (__main__.TestReductionsCPU) ... ok (0.192s) 2022-12-01T10:43:09.7624781Z test_cumsum_integer_upcast_cpu (__main__.TestReductionsCPU) ... ok (0.190s) 2022-12-01T10:43:09.7625221Z test_dim_arg_reduction_scalar_cpu_bfloat16 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T10:43:09.7625667Z test_dim_arg_reduction_scalar_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:43:09.7626090Z test_dim_arg_reduction_scalar_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:43:09.7626526Z test_dim_arg_reduction_scalar_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:43:09.7626968Z test_dim_arg_reduction_scalar_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:43:09.7627400Z test_dim_arg_reduction_scalar_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:43:09.7627816Z test_dim_arg_reduction_scalar_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:43:09.7628309Z test_dim_arg_reduction_scalar_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:43:09.7628817Z test_dim_arg_reduction_scalar_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:43:09.7629250Z test_dim_default_all_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7629706Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-12-01T10:43:09.7630127Z test_dim_default_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7630481Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-12-01T10:43:09.7630850Z test_dim_default_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7631356Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-12-01T10:43:09.7631711Z test_dim_default_any_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7632064Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-12-01T10:43:09.7632436Z test_dim_default_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7632803Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-12-01T10:43:09.7633228Z test_dim_default_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7633612Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-12-01T10:43:09.7634002Z test_dim_default_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7634392Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-12-01T10:43:09.7634758Z test_dim_default_keepdim_all_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7635217Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... expected failure (0.002s) 2022-12-01T10:43:09.7635692Z test_dim_default_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7636120Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-12-01T10:43:09.7636558Z test_dim_default_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7636994Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-12-01T10:43:09.7637421Z test_dim_default_keepdim_any_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7637912Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... expected failure (0.001s) 2022-12-01T10:43:09.7638426Z test_dim_default_keepdim_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7638960Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-12-01T10:43:09.7639492Z test_dim_default_keepdim_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7639958Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-12-01T10:43:09.7640432Z test_dim_default_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7640919Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-12-01T10:43:09.7641373Z test_dim_default_keepdim_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7641832Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-12-01T10:43:09.7642298Z test_dim_default_keepdim_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7642724Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-12-01T10:43:09.7643200Z test_dim_default_keepdim_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7643654Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-12-01T10:43:09.7644111Z test_dim_default_keepdim_masked_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7644634Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-12-01T10:43:09.7645082Z test_dim_default_keepdim_masked_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7645552Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-12-01T10:43:09.7646019Z test_dim_default_keepdim_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7646463Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-12-01T10:43:09.7646928Z test_dim_default_keepdim_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7647400Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-12-01T10:43:09.7647950Z test_dim_default_keepdim_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7648458Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-12-01T10:43:09.7648973Z test_dim_default_keepdim_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7649464Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-12-01T10:43:09.7649974Z test_dim_default_keepdim_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7650419Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.003s) 2022-12-01T10:43:09.7652154Z test_dim_default_keepdim_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7652596Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-12-01T10:43:09.7653025Z test_dim_default_keepdim_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7653498Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-12-01T10:43:09.7653904Z test_dim_default_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7654355Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-12-01T10:43:09.7654803Z test_dim_default_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7655220Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-12-01T10:43:09.7655666Z test_dim_default_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7656114Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-12-01T10:43:09.7656548Z test_dim_default_keepdim_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7656982Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-12-01T10:43:09.7657514Z test_dim_default_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7658012Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-12-01T10:43:09.7658497Z test_dim_default_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7658970Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-12-01T10:43:09.7659487Z test_dim_default_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7659999Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-12-01T10:43:09.7660500Z test_dim_default_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7660991Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-12-01T10:43:09.7661433Z test_dim_default_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7661906Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-12-01T10:43:09.7662500Z test_dim_default_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7662958Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-12-01T10:43:09.7663512Z test_dim_default_masked_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7663996Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-12-01T10:43:09.7664528Z test_dim_default_masked_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7665054Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-12-01T10:43:09.7665565Z test_dim_default_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7666022Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-12-01T10:43:09.7666501Z test_dim_default_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7666997Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-12-01T10:43:09.7667652Z test_dim_default_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7668173Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-12-01T10:43:09.7668675Z test_dim_default_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7669156Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-12-01T10:43:09.7669615Z test_dim_default_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7670164Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-12-01T10:43:09.7670629Z test_dim_default_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7671073Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-12-01T10:43:09.7671576Z test_dim_default_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7672056Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-12-01T10:43:09.7672508Z test_dim_default_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7673038Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-12-01T10:43:09.7673521Z test_dim_default_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7674021Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-12-01T10:43:09.7674462Z test_dim_default_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7674931Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-12-01T10:43:09.7675432Z test_dim_default_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7675895Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-12-01T10:43:09.7676385Z test_dim_default_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7676853Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-12-01T10:43:09.7677334Z test_dim_default_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7677808Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-12-01T10:43:09.7678279Z test_dim_default_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7678768Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-12-01T10:43:09.7679247Z test_dim_empty_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7679904Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-12-01T10:43:09.7680385Z test_dim_empty_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7680942Z Tests that dim=[] is a no-op ... expected failure (0.001s) 2022-12-01T10:43:09.7681451Z test_dim_empty_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7682015Z Tests that dim=[] is a no-op ... skip: Skipped! (0.000s) 2022-12-01T10:43:09.7682522Z test_dim_empty_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7683156Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.001s) 2022-12-01T10:43:09.7683695Z test_dim_empty_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7684407Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.001s) 2022-12-01T10:43:09.7684937Z test_dim_empty_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7685544Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.000s) 2022-12-01T10:43:09.7686078Z test_dim_empty_keepdim_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7686738Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.001s) 2022-12-01T10:43:09.7687268Z test_dim_empty_keepdim_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7687946Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-12-01T10:43:09.7688496Z test_dim_empty_keepdim_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7689136Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-12-01T10:43:09.7689657Z test_dim_empty_keepdim_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7690480Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.000s) 2022-12-01T10:43:09.7690979Z test_dim_empty_keepdim_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7691643Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-12-01T10:43:09.7692139Z test_dim_empty_keepdim_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7692788Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-12-01T10:43:09.7693361Z test_dim_empty_keepdim_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7693972Z Tests that dim=[], when keepdim=True, is a no-op ... ok (0.001s) 2022-12-01T10:43:09.7694464Z test_dim_empty_keepdim_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7695111Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-12-01T10:43:09.7695635Z test_dim_empty_keepdim_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7696272Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-12-01T10:43:09.7696801Z test_dim_empty_keepdim_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7697417Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-12-01T10:43:09.7697932Z test_dim_empty_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7698570Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.000s) 2022-12-01T10:43:09.7699082Z test_dim_empty_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7699730Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.000s) 2022-12-01T10:43:09.7700252Z test_dim_empty_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7700885Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.001s) 2022-12-01T10:43:09.7701385Z test_dim_empty_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7702018Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.000s) 2022-12-01T10:43:09.7702707Z test_dim_empty_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7703343Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.000s) 2022-12-01T10:43:09.7703873Z test_dim_empty_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7704479Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.000s) 2022-12-01T10:43:09.7704993Z test_dim_empty_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7705594Z Tests that dim=[] is a no-op ... expected failure (0.001s) 2022-12-01T10:43:09.7706059Z test_dim_empty_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7706610Z Tests that dim=[] is a no-op ... expected failure (0.001s) 2022-12-01T10:43:09.7707067Z test_dim_empty_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7707642Z Tests that dim=[] is a no-op ... expected failure (0.001s) 2022-12-01T10:43:09.7708137Z test_dim_empty_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7708688Z Tests that dim=[] is a no-op ... skip: Skipped! (0.000s) 2022-12-01T10:43:09.7709161Z test_dim_empty_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7709740Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-12-01T10:43:09.7710203Z test_dim_empty_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7710769Z Tests that dim=[] is a no-op ... expected failure (0.001s) 2022-12-01T10:43:09.7711224Z test_dim_empty_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7711760Z Tests that dim=[] is a no-op ... ok (0.001s) 2022-12-01T10:43:09.7712150Z test_dim_empty_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7712697Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-12-01T10:43:09.7713091Z test_dim_empty_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7713423Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-12-01T10:43:09.7713809Z test_dim_empty_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7714132Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-12-01T10:43:09.7714385Z test_dim_empty_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7714704Z Tests that dim=[] is a no-op ... skip: Skipped! (0.000s) 2022-12-01T10:43:09.7714971Z test_dim_empty_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7715289Z Tests that dim=[] is a no-op ... skip: Skipped! (0.000s) 2022-12-01T10:43:09.7715585Z test_dim_empty_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7715910Z Tests that dim=[] is a no-op ... expected failure (0.001s) 2022-12-01T10:43:09.7716176Z test_dim_empty_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7716477Z Tests that dim=[] is a no-op ... skip: Skipped! (0.000s) 2022-12-01T10:43:09.7717377Z test_dim_empty_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7717719Z Tests that dim=[] is a no-op ... skip: Skipped! (0.000s) 2022-12-01T10:43:09.7717974Z test_dim_empty_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7718282Z Tests that dim=[] is a no-op ... skip: Skipped! (0.000s) 2022-12-01T10:43:09.7718544Z test_dim_multi_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7718806Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-12-01T10:43:09.7719083Z test_dim_multi_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7719356Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-12-01T10:43:09.7719642Z test_dim_multi_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7719911Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-12-01T10:43:09.7720195Z test_dim_multi_duplicate_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7720793Z Tests that an error is raised if dim has duplicate entries. ... ok (0.005s) 2022-12-01T10:43:09.7721226Z test_dim_multi_duplicate_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7721715Z Tests that an error is raised if dim has duplicate entries. ... ok (0.005s) 2022-12-01T10:43:09.7722261Z test_dim_multi_duplicate_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7722790Z Tests that an error is raised if dim has duplicate entries. ... ok (0.006s) 2022-12-01T10:43:09.7723258Z test_dim_multi_duplicate_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7723832Z Tests that an error is raised if dim has duplicate entries. ... ok (0.005s) 2022-12-01T10:43:09.7724386Z test_dim_multi_duplicate_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7724888Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-12-01T10:43:09.7725375Z test_dim_multi_duplicate_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7725870Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-12-01T10:43:09.7726392Z test_dim_multi_duplicate_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7726938Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-12-01T10:43:09.7727466Z test_dim_multi_duplicate_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7727999Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-12-01T10:43:09.7728517Z test_dim_multi_duplicate_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7729038Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-12-01T10:43:09.7729549Z test_dim_multi_duplicate_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7730041Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-12-01T10:43:09.7730571Z test_dim_multi_duplicate_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7731120Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-12-01T10:43:09.7731647Z test_dim_multi_duplicate_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7732238Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-12-01T10:43:09.7732732Z test_dim_multi_duplicate_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7733057Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-12-01T10:43:09.7733344Z test_dim_multi_duplicate_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7733729Z Tests that an error is raised if dim has duplicate entries. ... ok (0.005s) 2022-12-01T10:43:09.7734032Z test_dim_multi_duplicate_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7734330Z Tests that an error is raised if dim has duplicate entries. ... ok (0.006s) 2022-12-01T10:43:09.7734616Z test_dim_multi_duplicate_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7734918Z Tests that an error is raised if dim has duplicate entries. ... ok (0.005s) 2022-12-01T10:43:09.7735209Z test_dim_multi_duplicate_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7735491Z Tests that an error is raised if dim has duplicate entries. ... ok (0.006s) 2022-12-01T10:43:09.7735780Z test_dim_multi_duplicate_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7736071Z Tests that an error is raised if dim has duplicate entries. ... ok (0.005s) 2022-12-01T10:43:09.7736350Z test_dim_multi_duplicate_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7737173Z Tests that an error is raised if dim has duplicate entries. ... ok (0.006s) 2022-12-01T10:43:09.7737677Z test_dim_multi_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7738223Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-12-01T10:43:09.7738721Z test_dim_multi_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7739258Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-12-01T10:43:09.7739810Z test_dim_multi_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7740395Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... skip: Skipped! (0.000s) 2022-12-01T10:43:09.7740968Z test_dim_multi_keepdim_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7741507Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-12-01T10:43:09.7742059Z test_dim_multi_keepdim_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7742734Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-12-01T10:43:09.7743274Z test_dim_multi_keepdim_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7743834Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-12-01T10:43:09.7744387Z test_dim_multi_keepdim_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7744971Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-12-01T10:43:09.7745559Z test_dim_multi_keepdim_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7746096Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-12-01T10:43:09.7746626Z test_dim_multi_keepdim_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7747188Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-12-01T10:43:09.7747752Z test_dim_multi_keepdim_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7748318Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-12-01T10:43:09.7748879Z test_dim_multi_keepdim_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7749431Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-12-01T10:43:09.7750126Z test_dim_multi_keepdim_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7750643Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-12-01T10:43:09.7751175Z test_dim_multi_keepdim_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7751732Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-12-01T10:43:09.7752343Z test_dim_multi_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7752875Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-12-01T10:43:09.7753397Z test_dim_multi_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7753927Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-12-01T10:43:09.7754442Z test_dim_multi_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7755004Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-12-01T10:43:09.7755528Z test_dim_multi_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7756036Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-12-01T10:43:09.7756547Z test_dim_multi_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7757078Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-12-01T10:43:09.7757599Z test_dim_multi_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7758119Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-12-01T10:43:09.7758650Z test_dim_multi_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7759150Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-12-01T10:43:09.7759643Z test_dim_multi_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7760098Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-12-01T10:43:09.7760578Z test_dim_multi_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7761046Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-12-01T10:43:09.7761534Z test_dim_multi_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7762039Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-12-01T10:43:09.7762509Z test_dim_multi_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7762966Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-12-01T10:43:09.7763439Z test_dim_multi_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7763920Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-12-01T10:43:09.7764490Z test_dim_multi_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7764955Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-12-01T10:43:09.7765435Z test_dim_multi_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7765916Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-12-01T10:43:09.7766390Z test_dim_multi_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7766862Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-12-01T10:43:09.7767326Z test_dim_multi_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7767806Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-12-01T10:43:09.7768275Z test_dim_multi_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7768734Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-12-01T10:43:09.7769207Z test_dim_multi_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7769654Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-12-01T10:43:09.7770231Z test_dim_multi_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7770698Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-12-01T10:43:09.7771131Z test_dim_multi_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7771601Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-12-01T10:43:09.7772039Z test_dim_multi_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7772568Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-12-01T10:43:09.7773037Z test_dim_multi_unsorted_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7773546Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-12-01T10:43:09.7774050Z test_dim_multi_unsorted_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7774546Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-12-01T10:43:09.7775089Z test_dim_multi_unsorted_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7775615Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-12-01T10:43:09.7776113Z test_dim_multi_unsorted_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7776649Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-12-01T10:43:09.7777217Z test_dim_multi_unsorted_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7777791Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-12-01T10:43:09.7778364Z test_dim_multi_unsorted_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7778989Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... skip: Skipped! (0.000s) 2022-12-01T10:43:09.7779602Z test_dim_multi_unsorted_keepdim_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7780217Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-12-01T10:43:09.7780798Z test_dim_multi_unsorted_keepdim_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7781391Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-12-01T10:43:09.7781988Z test_dim_multi_unsorted_keepdim_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7782763Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-12-01T10:43:09.7783356Z test_dim_multi_unsorted_keepdim_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7783973Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-12-01T10:43:09.7784521Z test_dim_multi_unsorted_keepdim_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7785054Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-12-01T10:43:09.7785614Z test_dim_multi_unsorted_keepdim_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7786177Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-12-01T10:43:09.7786744Z test_dim_multi_unsorted_keepdim_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7787299Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-12-01T10:43:09.7787875Z test_dim_multi_unsorted_keepdim_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7788452Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-12-01T10:43:09.7788998Z test_dim_multi_unsorted_keepdim_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7789589Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-12-01T10:43:09.7790172Z test_dim_multi_unsorted_keepdim_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7790715Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-12-01T10:43:09.7791412Z test_dim_multi_unsorted_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7791952Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-12-01T10:43:09.7792511Z test_dim_multi_unsorted_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7793059Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-12-01T10:43:09.7793733Z test_dim_multi_unsorted_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7794300Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-12-01T10:43:09.7794809Z test_dim_multi_unsorted_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7795356Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-12-01T10:43:09.7795831Z test_dim_multi_unsorted_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7796157Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-12-01T10:43:09.7796465Z test_dim_multi_unsorted_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7796790Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-12-01T10:43:09.7797123Z test_dim_multi_unsorted_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7797425Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-12-01T10:43:09.7797724Z test_dim_multi_unsorted_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7798021Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-12-01T10:43:09.7798315Z test_dim_multi_unsorted_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7798600Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-12-01T10:43:09.7798912Z test_dim_multi_unsorted_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7799572Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-12-01T10:43:09.7799879Z test_dim_multi_unsorted_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7800179Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-12-01T10:43:09.7800477Z test_dim_multi_unsorted_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7800785Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-12-01T10:43:09.7801072Z test_dim_multi_unsorted_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7801369Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-12-01T10:43:09.7801663Z test_dim_multi_unsorted_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7801948Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-12-01T10:43:09.7802247Z test_dim_multi_unsorted_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7802543Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-12-01T10:43:09.7802827Z test_dim_multi_unsorted_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7803121Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-12-01T10:43:09.7803408Z test_dim_multi_unsorted_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7803710Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-12-01T10:43:09.7804349Z test_dim_multi_unsorted_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7804742Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-12-01T10:43:09.7805029Z test_dim_multi_unsorted_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7805310Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-12-01T10:43:09.7805593Z test_dim_multi_unsorted_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7805959Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-12-01T10:43:09.7806240Z test_dim_multi_unsorted_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7806511Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-12-01T10:43:09.7806794Z test_dim_multi_unsorted_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7807083Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-12-01T10:43:09.7807391Z test_dim_multi_unsupported_all_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7808222Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.001s) 2022-12-01T10:43:09.7808690Z test_dim_multi_unsupported_any_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7809337Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.001s) 2022-12-01T10:43:09.7809869Z test_dim_multi_unsupported_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7810496Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.001s) 2022-12-01T10:43:09.7811032Z test_dim_multi_unsupported_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7811628Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.001s) 2022-12-01T10:43:09.7812161Z test_dim_multi_unsupported_masked_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7812848Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.001s) 2022-12-01T10:43:09.7813348Z test_dim_multi_unsupported_masked_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7813965Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.001s) 2022-12-01T10:43:09.7814449Z test_dim_multi_unsupported_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7815082Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.001s) 2022-12-01T10:43:09.7815388Z test_dim_multi_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7815668Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-12-01T10:43:09.7815940Z test_dim_ndim_limit_all_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7816226Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-12-01T10:43:09.7816514Z test_dim_ndim_limit_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7816808Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-12-01T10:43:09.7817090Z test_dim_ndim_limit_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7817384Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-12-01T10:43:09.7817678Z test_dim_ndim_limit_any_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7817966Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-12-01T10:43:09.7818646Z test_dim_ndim_limit_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7819162Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-12-01T10:43:09.7819664Z test_dim_ndim_limit_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7820166Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-12-01T10:43:09.7820667Z test_dim_ndim_limit_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7821137Z Tests that an exception is raised when reducing a tensor with more ... ok (0.007s) 2022-12-01T10:43:09.7821687Z test_dim_ndim_limit_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7822324Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-12-01T10:43:09.7822836Z test_dim_ndim_limit_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7823358Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-12-01T10:43:09.7823857Z test_dim_ndim_limit_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7824521Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-12-01T10:43:09.7825047Z test_dim_ndim_limit_masked_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7825552Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-12-01T10:43:09.7826034Z test_dim_ndim_limit_masked_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7826564Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-12-01T10:43:09.7827202Z test_dim_ndim_limit_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7827721Z Tests that an exception is raised when reducing a tensor with more ... ok (0.007s) 2022-12-01T10:43:09.7828221Z test_dim_ndim_limit_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7828748Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-12-01T10:43:09.7829266Z test_dim_ndim_limit_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7829794Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-12-01T10:43:09.7830303Z test_dim_ndim_limit_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7830819Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-12-01T10:43:09.7831319Z test_dim_ndim_limit_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7831858Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-12-01T10:43:09.7832378Z test_dim_ndim_limit_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7832878Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-12-01T10:43:09.7833394Z test_dim_ndim_limit_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7833923Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-12-01T10:43:09.7834434Z test_dim_ndim_limit_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7834943Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-12-01T10:43:09.7835456Z test_dim_ndim_limit_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7835983Z Tests that an exception is raised when reducing a tensor with more ... ok (0.006s) 2022-12-01T10:43:09.7836492Z test_dim_ndim_limit_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7837019Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-12-01T10:43:09.7837538Z test_dim_ndim_limit_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7838058Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-12-01T10:43:09.7838558Z test_dim_ndim_limit_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7839053Z Tests that an exception is raised when reducing a tensor with more ... ok (0.006s) 2022-12-01T10:43:09.7839564Z test_dim_ndim_limit_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7840082Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-12-01T10:43:09.7840593Z test_dim_ndim_limit_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7841109Z Tests that an exception is raised when reducing a tensor with more ... ok (0.006s) 2022-12-01T10:43:09.7841605Z test_dim_none_all_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7842094Z Tests that dim=None reduces all dimensions. ... expected failure (0.004s) 2022-12-01T10:43:09.7842585Z test_dim_none_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7843038Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-12-01T10:43:09.7843478Z test_dim_none_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7843926Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-12-01T10:43:09.7844469Z test_dim_none_any_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7844938Z Tests that dim=None reduces all dimensions. ... expected failure (0.004s) 2022-12-01T10:43:09.7845538Z test_dim_none_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7845994Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-12-01T10:43:09.7846440Z test_dim_none_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7846884Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-12-01T10:43:09.7847342Z test_dim_none_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7847861Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-12-01T10:43:09.7848316Z test_dim_none_keepdim_all_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7848877Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... expected failure (0.004s) 2022-12-01T10:43:09.7849455Z test_dim_none_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7849987Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-12-01T10:43:09.7850537Z test_dim_none_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7851093Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-12-01T10:43:09.7851613Z test_dim_none_keepdim_any_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7852139Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... expected failure (0.004s) 2022-12-01T10:43:09.7852686Z test_dim_none_keepdim_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7853244Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-12-01T10:43:09.7853791Z test_dim_none_keepdim_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7854351Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-12-01T10:43:09.7854925Z test_dim_none_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7855514Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-12-01T10:43:09.7856124Z test_dim_none_keepdim_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7856683Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-12-01T10:43:09.7857192Z test_dim_none_keepdim_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7857709Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-12-01T10:43:09.7858251Z test_dim_none_keepdim_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7858793Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-12-01T10:43:09.7859339Z test_dim_none_keepdim_masked_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7859863Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-12-01T10:43:09.7860408Z test_dim_none_keepdim_masked_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7860946Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-12-01T10:43:09.7861482Z test_dim_none_keepdim_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7862039Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-12-01T10:43:09.7862736Z test_dim_none_keepdim_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7863282Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-12-01T10:43:09.7863808Z test_dim_none_keepdim_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7864349Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-12-01T10:43:09.7864891Z test_dim_none_keepdim_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7865420Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-12-01T10:43:09.7865900Z test_dim_none_keepdim_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7866546Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-12-01T10:43:09.7867059Z test_dim_none_keepdim_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7867571Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-12-01T10:43:09.7868110Z test_dim_none_keepdim_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7868735Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-12-01T10:43:09.7869254Z test_dim_none_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7869774Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-12-01T10:43:09.7870309Z test_dim_none_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7870846Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-12-01T10:43:09.7871363Z test_dim_none_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7871889Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-12-01T10:43:09.7872407Z test_dim_none_keepdim_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7872957Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-12-01T10:43:09.7873510Z test_dim_none_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7874022Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-12-01T10:43:09.7874571Z test_dim_none_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7875094Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-12-01T10:43:09.7875620Z test_dim_none_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7876117Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-12-01T10:43:09.7876640Z test_dim_none_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7877104Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-12-01T10:43:09.7877585Z test_dim_none_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7878052Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-12-01T10:43:09.7878535Z test_dim_none_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7878983Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-12-01T10:43:09.7879439Z test_dim_none_masked_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7879890Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-12-01T10:43:09.7880360Z test_dim_none_masked_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7880794Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-12-01T10:43:09.7881233Z test_dim_none_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7881732Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-12-01T10:43:09.7882210Z test_dim_none_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7882660Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-12-01T10:43:09.7883129Z test_dim_none_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7883599Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-12-01T10:43:09.7884089Z test_dim_none_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7884642Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-12-01T10:43:09.7885129Z test_dim_none_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7885607Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-12-01T10:43:09.7886064Z test_dim_none_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7886524Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-12-01T10:43:09.7887071Z test_dim_none_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7887518Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-12-01T10:43:09.7887948Z test_dim_none_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7888383Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-12-01T10:43:09.7888831Z test_dim_none_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7889282Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-12-01T10:43:09.7889825Z test_dim_none_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7890279Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-12-01T10:43:09.7890706Z test_dim_none_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7891176Z Tests that dim=None reduces all dimensions. ... skip: Skipped! (0.000s) 2022-12-01T10:43:09.7891659Z test_dim_none_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7892082Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-12-01T10:43:09.7892532Z test_dim_none_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7892992Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-12-01T10:43:09.7893447Z test_dim_none_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7893913Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-12-01T10:43:09.7894374Z test_dim_offbounds_all_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7894826Z Tests that passing an off-bounds dim throws ... ok (0.005s) 2022-12-01T10:43:09.7895098Z test_dim_offbounds_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7895422Z Tests that passing an off-bounds dim throws ... ok (0.005s) 2022-12-01T10:43:09.7895691Z test_dim_offbounds_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7895997Z Tests that passing an off-bounds dim throws ... ok (0.005s) 2022-12-01T10:43:09.7896267Z test_dim_offbounds_any_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7896589Z Tests that passing an off-bounds dim throws ... ok (0.005s) 2022-12-01T10:43:09.7896852Z test_dim_offbounds_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7897173Z Tests that passing an off-bounds dim throws ... ok (0.004s) 2022-12-01T10:43:09.7897442Z test_dim_offbounds_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7897769Z Tests that passing an off-bounds dim throws ... ok (0.004s) 2022-12-01T10:43:09.7898324Z test_dim_offbounds_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7898663Z Tests that passing an off-bounds dim throws ... ok (0.007s) 2022-12-01T10:43:09.7898947Z test_dim_offbounds_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7899271Z Tests that passing an off-bounds dim throws ... ok (0.005s) 2022-12-01T10:43:09.7899546Z test_dim_offbounds_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7899875Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-12-01T10:43:09.7900137Z test_dim_offbounds_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7900465Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-12-01T10:43:09.7900747Z test_dim_offbounds_masked_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7901078Z Tests that passing an off-bounds dim throws ... ok (0.004s) 2022-12-01T10:43:09.7901617Z test_dim_offbounds_masked_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7901950Z Tests that passing an off-bounds dim throws ... ok (0.004s) 2022-12-01T10:43:09.7902380Z test_dim_offbounds_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7902708Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-12-01T10:43:09.7902984Z test_dim_offbounds_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7903309Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-12-01T10:43:09.7903586Z test_dim_offbounds_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7903900Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-12-01T10:43:09.7904280Z test_dim_offbounds_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7904615Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-12-01T10:43:09.7905062Z test_dim_offbounds_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7905447Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-12-01T10:43:09.7905724Z test_dim_offbounds_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7906100Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-12-01T10:43:09.7906372Z test_dim_offbounds_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7906703Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-12-01T10:43:09.7906975Z test_dim_offbounds_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7907284Z Tests that passing an off-bounds dim throws ... ok (0.005s) 2022-12-01T10:43:09.7907655Z test_dim_offbounds_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7908193Z Tests that passing an off-bounds dim throws ... ok (0.006s) 2022-12-01T10:43:09.7908491Z test_dim_offbounds_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7908826Z Tests that passing an off-bounds dim throws ... ok (0.005s) 2022-12-01T10:43:09.7909100Z test_dim_offbounds_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7909409Z Tests that passing an off-bounds dim throws ... ok (0.005s) 2022-12-01T10:43:09.7909677Z test_dim_offbounds_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7910000Z Tests that passing an off-bounds dim throws ... ok (0.006s) 2022-12-01T10:43:09.7910258Z test_dim_offbounds_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7910578Z Tests that passing an off-bounds dim throws ... ok (0.004s) 2022-12-01T10:43:09.7910846Z test_dim_offbounds_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7911250Z Tests that passing an off-bounds dim throws ... ok (0.006s) 2022-12-01T10:43:09.7913332Z test_dim_reduction_cpu_bfloat16 (__main__.TestReductionsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: An output with one or more elements was resized since it had shape [2, 3], which does not match the required output shape [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:43:09.7914643Z r = func(*args, **kwargs) 2022-12-01T10:43:09.7914983Z ok (0.047s) 2022-12-01T10:43:09.7915393Z test_dim_reduction_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.046s) 2022-12-01T10:43:09.7915925Z test_dim_reduction_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.046s) 2022-12-01T10:43:09.7916492Z test_dim_reduction_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.045s) 2022-12-01T10:43:09.7917038Z test_dim_reduction_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.044s) 2022-12-01T10:43:09.7917580Z test_dim_reduction_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.044s) 2022-12-01T10:43:09.7918094Z test_dim_reduction_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.044s) 2022-12-01T10:43:09.7918630Z test_dim_reduction_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.044s) 2022-12-01T10:43:09.7919181Z test_dim_reduction_lastdim_cpu_bfloat16 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:43:09.7919758Z test_dim_reduction_lastdim_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:43:09.7920326Z test_dim_reduction_less_than_64_cpu (__main__.TestReductionsCPU) ... ok (0.074s) 2022-12-01T10:43:09.7920848Z test_dim_single_all_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7921394Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-12-01T10:43:09.7921840Z test_dim_single_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7922301Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-12-01T10:43:09.7922860Z test_dim_single_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7923298Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-12-01T10:43:09.7923747Z test_dim_single_any_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7924205Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-12-01T10:43:09.7924743Z test_dim_single_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7925263Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-12-01T10:43:09.7925731Z test_dim_single_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7926168Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-12-01T10:43:09.7926665Z test_dim_single_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7927151Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-12-01T10:43:09.7927624Z test_dim_single_keepdim_all_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7928140Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-12-01T10:43:09.7928671Z test_dim_single_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7929212Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-12-01T10:43:09.7929708Z test_dim_single_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7930241Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-12-01T10:43:09.7930780Z test_dim_single_keepdim_any_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7931313Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-12-01T10:43:09.7931818Z test_dim_single_keepdim_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7932365Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-12-01T10:43:09.7932890Z test_dim_single_keepdim_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7933400Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-12-01T10:43:09.7933951Z test_dim_single_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7934537Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... skip: Skipped! (0.001s) 2022-12-01T10:43:09.7935137Z test_dim_single_keepdim_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7935681Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-12-01T10:43:09.7936344Z test_dim_single_keepdim_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7936904Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-12-01T10:43:09.7937435Z test_dim_single_keepdim_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7937969Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-12-01T10:43:09.7938519Z test_dim_single_keepdim_masked_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7939072Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-12-01T10:43:09.7939615Z test_dim_single_keepdim_masked_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7940163Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-12-01T10:43:09.7940726Z test_dim_single_keepdim_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7941285Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-12-01T10:43:09.7941826Z test_dim_single_keepdim_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7942764Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-12-01T10:43:09.7943171Z test_dim_single_keepdim_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7943499Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-12-01T10:43:09.7943949Z test_dim_single_keepdim_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7944272Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-12-01T10:43:09.7944572Z test_dim_single_keepdim_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7944878Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-12-01T10:43:09.7945199Z test_dim_single_keepdim_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7945541Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-12-01T10:43:09.7945858Z test_dim_single_keepdim_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7946163Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-12-01T10:43:09.7946463Z test_dim_single_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7946750Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-12-01T10:43:09.7947057Z test_dim_single_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7947364Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-12-01T10:43:09.7947656Z test_dim_single_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7947963Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-12-01T10:43:09.7948265Z test_dim_single_keepdim_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7948578Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-12-01T10:43:09.7948877Z test_dim_single_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7949175Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-12-01T10:43:09.7949477Z test_dim_single_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7949767Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-12-01T10:43:09.7950070Z test_dim_single_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7950369Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-12-01T10:43:09.7950674Z test_dim_single_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7950941Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-12-01T10:43:09.7951213Z test_dim_single_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7951486Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-12-01T10:43:09.7951747Z test_dim_single_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7952020Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-12-01T10:43:09.7952299Z test_dim_single_masked_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7952561Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-12-01T10:43:09.7952824Z test_dim_single_masked_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7953096Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-12-01T10:43:09.7953373Z test_dim_single_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7953640Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-12-01T10:43:09.7953912Z test_dim_single_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7954184Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-12-01T10:43:09.7954443Z test_dim_single_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7954708Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-12-01T10:43:09.7954976Z test_dim_single_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7955239Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-12-01T10:43:09.7955504Z test_dim_single_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7955764Z Tests that dim=i reduces dimension i. ... ok (0.004s) 2022-12-01T10:43:09.7956021Z test_dim_single_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7956327Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-12-01T10:43:09.7956591Z test_dim_single_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7956850Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-12-01T10:43:09.7957099Z test_dim_single_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7957358Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-12-01T10:43:09.7957675Z test_dim_single_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7957924Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-12-01T10:43:09.7958185Z test_dim_single_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7958456Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-12-01T10:43:09.7958708Z test_dim_single_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7958969Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-12-01T10:43:09.7959231Z test_dim_single_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7959499Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-12-01T10:43:09.7959740Z test_dim_single_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7959994Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-12-01T10:43:09.7960252Z test_dim_single_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7960498Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-12-01T10:43:09.7960782Z test_empty_tensor_empty_slice_all_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7961093Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.001s) 2022-12-01T10:43:09.7961391Z test_empty_tensor_empty_slice_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7961699Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.009s) 2022-12-01T10:43:09.7962001Z test_empty_tensor_empty_slice_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7962310Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.009s) 2022-12-01T10:43:09.7962607Z test_empty_tensor_empty_slice_any_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7962917Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-12-01T10:43:09.7963228Z test_empty_tensor_empty_slice_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7963527Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.001s) 2022-12-01T10:43:09.7963839Z test_empty_tensor_empty_slice_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7964146Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.001s) 2022-12-01T10:43:09.7964556Z test_empty_tensor_empty_slice_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7964856Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-12-01T10:43:09.7965176Z test_empty_tensor_empty_slice_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7965558Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-12-01T10:43:09.7965855Z test_empty_tensor_empty_slice_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7966166Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.009s) 2022-12-01T10:43:09.7966475Z test_empty_tensor_empty_slice_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7966789Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.009s) 2022-12-01T10:43:09.7967095Z test_empty_tensor_empty_slice_masked_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7967408Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.001s) 2022-12-01T10:43:09.7967722Z test_empty_tensor_empty_slice_masked_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7968027Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.001s) 2022-12-01T10:43:09.7968346Z test_empty_tensor_empty_slice_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7968734Z Tests for consistent behavior when reducing over an empty slice. ... skip: Skipped! (0.001s) 2022-12-01T10:43:09.7969065Z test_empty_tensor_empty_slice_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7969366Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.003s) 2022-12-01T10:43:09.7969685Z test_empty_tensor_empty_slice_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7970030Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-12-01T10:43:09.7970331Z test_empty_tensor_empty_slice_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7970639Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-12-01T10:43:09.7970953Z test_empty_tensor_empty_slice_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7971271Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.003s) 2022-12-01T10:43:09.7971570Z test_empty_tensor_empty_slice_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7971881Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-12-01T10:43:09.7972194Z test_empty_tensor_empty_slice_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7972495Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.003s) 2022-12-01T10:43:09.7972798Z test_empty_tensor_empty_slice_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7973106Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-12-01T10:43:09.7973403Z test_empty_tensor_empty_slice_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7973712Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-12-01T10:43:09.7974019Z test_empty_tensor_empty_slice_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7974325Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-12-01T10:43:09.7974616Z test_empty_tensor_empty_slice_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7974927Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.001s) 2022-12-01T10:43:09.7975229Z test_empty_tensor_empty_slice_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7975516Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-12-01T10:43:09.7975825Z test_empty_tensor_empty_slice_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7976131Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-12-01T10:43:09.7976435Z test_empty_tensor_empty_slice_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7976726Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-12-01T10:43:09.7977028Z test_empty_tensor_nonempty_slice_all_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7977340Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-12-01T10:43:09.7977640Z test_empty_tensor_nonempty_slice_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7977960Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-12-01T10:43:09.7978272Z test_empty_tensor_nonempty_slice_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7978581Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-12-01T10:43:09.7978880Z test_empty_tensor_nonempty_slice_any_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7979192Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-12-01T10:43:09.7979510Z test_empty_tensor_nonempty_slice_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7979812Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-12-01T10:43:09.7980126Z test_empty_tensor_nonempty_slice_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7980478Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-12-01T10:43:09.7980797Z test_empty_tensor_nonempty_slice_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7981102Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-12-01T10:43:09.7981430Z test_empty_tensor_nonempty_slice_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7981780Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-12-01T10:43:09.7982083Z test_empty_tensor_nonempty_slice_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7982604Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-12-01T10:43:09.7982926Z test_empty_tensor_nonempty_slice_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7983250Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-12-01T10:43:09.7983558Z test_empty_tensor_nonempty_slice_masked_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7983883Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-12-01T10:43:09.7984203Z test_empty_tensor_nonempty_slice_masked_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7984506Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-12-01T10:43:09.7984832Z test_empty_tensor_nonempty_slice_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7985159Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-12-01T10:43:09.7985469Z test_empty_tensor_nonempty_slice_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7985770Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-12-01T10:43:09.7986080Z test_empty_tensor_nonempty_slice_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7986398Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-12-01T10:43:09.7986701Z test_empty_tensor_nonempty_slice_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7987014Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-12-01T10:43:09.7987330Z test_empty_tensor_nonempty_slice_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7987649Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-12-01T10:43:09.7987950Z test_empty_tensor_nonempty_slice_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7988264Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-12-01T10:43:09.7988581Z test_empty_tensor_nonempty_slice_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7988882Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-12-01T10:43:09.7989189Z test_empty_tensor_nonempty_slice_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.7989505Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-12-01T10:43:09.7989823Z test_empty_tensor_nonempty_slice_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8015985Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-12-01T10:43:09.8016429Z test_empty_tensor_nonempty_slice_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8016757Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-12-01T10:43:09.8017077Z test_empty_tensor_nonempty_slice_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8017399Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-12-01T10:43:09.8017713Z test_empty_tensor_nonempty_slice_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8018013Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-12-01T10:43:09.8018462Z test_empty_tensor_nonempty_slice_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8018770Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-12-01T10:43:09.8019066Z test_empty_tensor_nonempty_slice_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8019375Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-12-01T10:43:09.8019677Z test_histc_bfloat16_cpu (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:43:09.8020001Z test_histc_cpu (__main__.TestReductionsCPU) ... ok (0.034s) 2022-12-01T10:43:09.8020627Z test_histogram_cpu_float32 (__main__.TestReductionsCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/lib/histograms.py:908: RuntimeWarning: invalid value encountered in true_divide 2022-12-01T10:43:09.8021001Z return n/db/n.sum(), bin_edges 2022-12-01T10:43:09.8021190Z ok (15.821s) 2022-12-01T10:43:09.8021435Z test_histogram_error_handling_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.053s) 2022-12-01T10:43:09.8022021Z test_histogramdd_cpu_float32 (__main__.TestReductionsCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/lib/histograms.py:1118: RuntimeWarning: invalid value encountered in true_divide 2022-12-01T10:43:09.8022489Z hist /= s 2022-12-01T10:43:09.8022658Z ok (21.371s) 2022-12-01T10:43:09.8022870Z test_identity_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8023167Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T10:43:09.8023457Z test_identity_all_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8023734Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T10:43:09.8024030Z test_identity_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8024326Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T10:43:09.8024609Z test_identity_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8024904Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T10:43:09.8025196Z test_identity_all_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8025480Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T10:43:09.8025751Z test_identity_all_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8026034Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T10:43:09.8026322Z test_identity_all_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8026595Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T10:43:09.8026881Z test_identity_all_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8027164Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:43:09.8027432Z test_identity_all_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8027713Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:43:09.8027995Z test_identity_all_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8028269Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:43:09.8028541Z test_identity_all_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8028827Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:43:09.8029109Z test_identity_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8029380Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:43:09.8029667Z test_identity_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8029958Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T10:43:09.8030239Z test_identity_any_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8030508Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:43:09.8030848Z test_identity_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8031141Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T10:43:09.8031420Z test_identity_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8031712Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T10:43:09.8031995Z test_identity_any_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8032304Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T10:43:09.8032591Z test_identity_any_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8032874Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T10:43:09.8033160Z test_identity_any_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8033431Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T10:43:09.8033710Z test_identity_any_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8033991Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:43:09.8034259Z test_identity_any_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8034535Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:43:09.8034814Z test_identity_any_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8035099Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:43:09.8035368Z test_identity_any_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8035651Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:43:09.8035933Z test_identity_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8036206Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:43:09.8036506Z test_identity_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8036806Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T10:43:09.8037088Z test_identity_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8037383Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:43:09.8037682Z test_identity_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8037984Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T10:43:09.8038269Z test_identity_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8038569Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T10:43:09.8038865Z test_identity_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8039151Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T10:43:09.8039446Z test_identity_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8039745Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T10:43:09.8040037Z test_identity_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8040320Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T10:43:09.8040613Z test_identity_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8040909Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:43:09.8041191Z test_identity_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8041491Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:43:09.8041790Z test_identity_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8042092Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:43:09.8042376Z test_identity_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8042707Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:43:09.8043006Z test_identity_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8043291Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:43:09.8043602Z test_identity_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8043934Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T10:43:09.8044321Z test_identity_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8044620Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T10:43:09.8044932Z test_identity_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8045238Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T10:43:09.8045529Z test_identity_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8045835Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T10:43:09.8046143Z test_identity_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8046443Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T10:43:09.8046735Z test_identity_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8047042Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T10:43:09.8047336Z test_identity_masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8047629Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T10:43:09.8047925Z test_identity_masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8048224Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T10:43:09.8048526Z test_identity_masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8048812Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T10:43:09.8049104Z test_identity_masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8049400Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T10:43:09.8049678Z test_identity_masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8049978Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T10:43:09.8050275Z test_identity_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8050615Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T10:43:09.8050905Z test_identity_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8051208Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T10:43:09.8051503Z test_identity_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8051789Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T10:43:09.8052079Z test_identity_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8052378Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T10:43:09.8052676Z test_identity_masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8052957Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T10:43:09.8053248Z test_identity_masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8053540Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T10:43:09.8053821Z test_identity_masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8054121Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T10:43:09.8054464Z test_identity_masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8054766Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T10:43:09.8055055Z test_identity_masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8055357Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T10:43:09.8055664Z test_identity_masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8056007Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T10:43:09.8056294Z test_identity_masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8056587Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T10:43:09.8056892Z test_identity_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8057199Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T10:43:09.8057488Z test_identity_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8057792Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T10:43:09.8058086Z test_identity_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8058372Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T10:43:09.8058669Z test_identity_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8058965Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T10:43:09.8059242Z test_identity_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8059534Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T10:43:09.8059828Z test_identity_masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8060118Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T10:43:09.8060397Z test_identity_masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8060687Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T10:43:09.8060977Z test_identity_masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8061258Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T10:43:09.8061551Z test_identity_masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8061847Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T10:43:09.8062140Z test_identity_masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8062594Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T10:43:09.8062887Z test_identity_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8063208Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T10:43:09.8063489Z test_identity_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8063786Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:43:09.8064078Z test_identity_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8064377Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T10:43:09.8064670Z test_identity_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8064974Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T10:43:09.8065262Z test_identity_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8065552Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T10:43:09.8065826Z test_identity_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8066113Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:43:09.8066396Z test_identity_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8066730Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:43:09.8067014Z test_identity_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8067302Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:43:09.8067596Z test_identity_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8067866Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:43:09.8068218Z test_identity_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8068502Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:43:09.8068772Z test_identity_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8069056Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:43:09.8069347Z test_identity_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8069642Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T10:43:09.8069916Z test_identity_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8070211Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T10:43:09.8070503Z test_identity_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8070780Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T10:43:09.8071075Z test_identity_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8071390Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T10:43:09.8071694Z test_identity_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8071977Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:43:09.8072256Z test_identity_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8072537Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:43:09.8072825Z test_identity_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8073097Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:43:09.8073382Z test_identity_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8073667Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:43:09.8073939Z test_identity_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8074222Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:43:09.8074508Z test_identity_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8074796Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T10:43:09.8075062Z test_identity_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8075344Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:43:09.8075637Z test_identity_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8075913Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T10:43:09.8076199Z test_identity_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8076488Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T10:43:09.8076760Z test_identity_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8077047Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T10:43:09.8077330Z test_identity_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8077631Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T10:43:09.8077943Z test_identity_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8078220Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T10:43:09.8078548Z test_identity_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8078855Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:43:09.8079138Z test_identity_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8079411Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:43:09.8079687Z test_identity_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8079999Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:43:09.8080273Z test_identity_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8080578Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:43:09.8080876Z test_identity_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8081159Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:43:09.8081437Z test_logsumexp_cpu (__main__.TestReductionsCPU) ... ok (0.004s) 2022-12-01T10:43:09.8081733Z test_logsumexp_dim_cpu (__main__.TestReductionsCPU) ... ok (0.556s) 2022-12-01T10:43:09.8082019Z test_max_cpu_bool (__main__.TestReductionsCPU) ... ok (0.004s) 2022-12-01T10:43:09.8082289Z test_max_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-12-01T10:43:09.8082574Z test_max_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-12-01T10:43:09.8082958Z test_max_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-12-01T10:43:09.8083423Z test_max_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-12-01T10:43:09.8083922Z test_max_elementwise_cpu (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T10:43:09.8084354Z test_max_mixed_devices_cpu (__main__.TestReductionsCPU) ... ok (0.001s) 2022-12-01T10:43:09.8084683Z test_max_with_inf_cpu_bfloat16 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-12-01T10:43:09.8084996Z test_max_with_inf_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-12-01T10:43:09.8085304Z test_max_with_inf_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-12-01T10:43:09.8085600Z test_max_with_inf_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-12-01T10:43:09.8085884Z test_mean_dim_cpu (__main__.TestReductionsCPU) ... ok (13.141s) 2022-12-01T10:43:09.8086169Z test_mean_int_with_optdtype_cpu (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:43:09.8086478Z test_median_corner_cases_cpu (__main__.TestReductionsCPU) ... ok (0.012s) 2022-12-01T10:43:09.8087108Z test_median_nan_values_cpu_float32 (__main__.TestReductionsCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/lib/nanfunctions.py:1116: RuntimeWarning: All-NaN slice encountered 2022-12-01T10:43:09.8087482Z overwrite_input=overwrite_input) 2022-12-01T10:43:09.8087662Z ok (0.066s) 2022-12-01T10:43:09.8087909Z test_median_nan_values_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.065s) 2022-12-01T10:43:09.8088225Z test_median_real_values_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.037s) 2022-12-01T10:43:09.8088528Z test_median_real_values_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.037s) 2022-12-01T10:43:09.8088843Z test_median_real_values_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.030s) 2022-12-01T10:43:09.8089155Z test_median_real_values_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.030s) 2022-12-01T10:43:09.8089454Z test_min_cpu_bool (__main__.TestReductionsCPU) ... ok (0.004s) 2022-12-01T10:43:09.8089728Z test_min_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-12-01T10:43:09.8090011Z test_min_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-12-01T10:43:09.8090291Z test_min_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-12-01T10:43:09.8090555Z test_min_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-12-01T10:43:09.8090843Z test_min_elementwise_cpu (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T10:43:09.8091156Z test_min_max_nan_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:43:09.8091526Z test_min_mixed_devices_cpu (__main__.TestReductionsCPU) ... ok (0.001s) 2022-12-01T10:43:09.8091831Z test_min_with_inf_cpu_bfloat16 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-12-01T10:43:09.8092134Z test_min_with_inf_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-12-01T10:43:09.8092434Z test_min_with_inf_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-12-01T10:43:09.8092743Z test_min_with_inf_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-12-01T10:43:09.8093048Z test_minmax_illegal_dtype_cpu (__main__.TestReductionsCPU) ... ok (0.036s) 2022-12-01T10:43:09.8093361Z test_mode_boolean_cpu (__main__.TestReductionsCPU) ... tensor([9, 9, 9, 9, 9, 9, 9, 9, 9, 9]) 2022-12-01T10:43:09.8093595Z tensor([5, 5, 5, 5, 5, 5, 5, 5, 5, 5]) 2022-12-01T10:43:09.8093790Z tensor([1374, 1374, 1374, 1374]) 2022-12-01T10:43:09.8093971Z tensor([344, 344, 344, 344]) 2022-12-01T10:43:09.8094140Z tensor([2720]) 2022-12-01T10:43:09.8094318Z tensor([680]) 2022-12-01T10:43:09.8094487Z ok (0.007s) 2022-12-01T10:43:09.8094705Z test_mode_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-12-01T10:43:09.8094991Z test_mode_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-12-01T10:43:09.8095273Z test_mode_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-12-01T10:43:09.8095553Z test_mode_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-12-01T10:43:09.8095819Z test_mode_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-12-01T10:43:09.8096099Z test_mode_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-12-01T10:43:09.8096380Z test_mode_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-12-01T10:43:09.8096685Z test_mode_large_cpu_bfloat16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:43:09.8097034Z test_mode_large_cpu_float16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:43:09.8097381Z test_mode_large_cpu_float32 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:43:09.8097718Z test_mode_large_cpu_float64 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:43:09.8098039Z test_mode_large_cpu_int16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:43:09.8098372Z test_mode_large_cpu_int32 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:43:09.8098706Z test_mode_large_cpu_int64 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:43:09.8099024Z test_mode_large_cpu_int8 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:43:09.8099354Z test_mode_large_cpu_uint8 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:43:09.8099695Z test_mode_wrong_device_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:43:09.8100014Z test_mode_wrong_dtype_cpu (__main__.TestReductionsCPU) ... ok (0.035s) 2022-12-01T10:43:09.8100310Z test_nan_policy_omit_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8100602Z Tests that NaN values do not affect the result. ... ok (0.002s) 2022-12-01T10:43:09.8100889Z test_nan_policy_omit_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8101161Z Tests that NaN values do not affect the result. ... ok (0.002s) 2022-12-01T10:43:09.8101445Z test_nan_policy_omit_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8101729Z Tests that NaN values do not affect the result. ... ok (0.002s) 2022-12-01T10:43:09.8102015Z test_nan_policy_omit_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8102398Z Tests that NaN values do not affect the result. ... ok (0.002s) 2022-12-01T10:43:09.8102682Z test_nan_policy_omit_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8102966Z Tests that NaN values do not affect the result. ... ok (0.002s) 2022-12-01T10:43:09.8103456Z test_nan_policy_omit_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8103983Z Tests that NaN values do not affect the result. ... ok (0.002s) 2022-12-01T10:43:09.8104278Z test_nan_policy_omit_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8104563Z Tests that NaN values do not affect the result. ... ok (0.002s) 2022-12-01T10:43:09.8104827Z test_nan_policy_omit_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8105151Z Tests that NaN values do not affect the result. ... ok (0.002s) 2022-12-01T10:43:09.8105450Z test_nan_policy_propagate_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8105763Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:43:09.8106208Z test_nan_policy_propagate_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8106631Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:43:09.8107113Z test_nan_policy_propagate_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8107540Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:43:09.8107983Z test_nan_policy_propagate_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8108497Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:43:09.8108958Z test_nan_policy_propagate_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8109263Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:43:09.8109555Z test_nan_policy_propagate_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8109839Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:43:09.8110126Z test_nan_policy_propagate_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8110426Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:43:09.8110727Z test_nan_policy_propagate_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8111013Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:43:09.8111331Z test_nan_policy_propagate_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8111654Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:43:09.8111961Z test_nan_policy_propagate_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8112283Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:43:09.8112603Z test_nan_policy_propagate_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8112919Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:43:09.8113220Z test_nan_policy_propagate_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8113528Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:43:09.8113846Z test_nan_policy_propagate_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8114149Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:43:09.8114456Z test_nan_policy_propagate_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8114768Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:43:09.8115074Z test_nan_policy_propagate_masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8115371Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:43:09.8115681Z test_nan_policy_propagate_masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8115985Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:43:09.8116279Z test_nan_policy_propagate_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8116586Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:43:09.8116963Z test_nan_policy_propagate_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8117259Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:43:09.8117559Z test_nan_policy_propagate_masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8117859Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:43:09.8118190Z test_nan_policy_propagate_masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8118475Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:43:09.8118767Z test_nan_policy_propagate_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8119062Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:43:09.8119356Z test_nan_policy_propagate_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8119655Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:43:09.8119964Z test_nan_policy_propagate_masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8120267Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:43:09.8120559Z test_nan_policy_propagate_masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8120862Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:43:09.8121171Z test_nan_policy_propagate_masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8121459Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:43:09.8121762Z test_nan_policy_propagate_masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8122061Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:43:09.8122365Z test_nan_policy_propagate_masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8122658Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:43:09.8122958Z test_nan_policy_propagate_masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8123258Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:43:09.8123548Z test_nan_policy_propagate_masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8123846Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:43:09.8124149Z test_nan_policy_propagate_masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8124530Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T10:43:09.8124816Z test_nan_policy_propagate_masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8125109Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:43:09.8125408Z test_nan_policy_propagate_masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8125703Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:43:09.8126003Z test_nan_policy_propagate_masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8126304Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:43:09.8126597Z test_nan_policy_propagate_masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8126887Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:43:09.8127188Z test_nan_policy_propagate_masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8127485Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:43:09.8127783Z test_nan_policy_propagate_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8128085Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:43:09.8128395Z test_nan_policy_propagate_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8128726Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:43:09.8129022Z test_nan_policy_propagate_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8129375Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:43:09.8129806Z test_nan_policy_propagate_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8130282Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:43:09.8130786Z test_nan_policy_propagate_masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8131288Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T10:43:09.8131794Z test_nan_policy_propagate_masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8132295Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T10:43:09.8132826Z test_nan_policy_propagate_masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8133332Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T10:43:09.8133869Z test_nan_policy_propagate_masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8134416Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T10:43:09.8134976Z test_nan_policy_propagate_masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8135517Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T10:43:09.8136069Z test_nan_policy_propagate_masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8136612Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:43:09.8137173Z test_nan_policy_propagate_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8137716Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:43:09.8138276Z test_nan_policy_propagate_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8138831Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:43:09.8139369Z test_nan_policy_propagate_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8139904Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:43:09.8140448Z test_nan_policy_propagate_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8141002Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:43:09.8141539Z test_nan_policy_propagate_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8142074Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:43:09.8142723Z test_nan_policy_propagate_masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8143263Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T10:43:09.8143831Z test_nan_policy_propagate_masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8144388Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T10:43:09.8144930Z test_nan_policy_propagate_masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8145483Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T10:43:09.8146023Z test_nan_policy_propagate_masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8146583Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T10:43:09.8147119Z test_nan_policy_propagate_masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8147665Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T10:43:09.8148207Z test_nan_policy_propagate_masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8148735Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:43:09.8149378Z test_nan_policy_propagate_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8149918Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:43:09.8150455Z test_nan_policy_propagate_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8150987Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:43:09.8151597Z test_nan_policy_propagate_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8152139Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:43:09.8152664Z test_nan_policy_propagate_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8153175Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:43:09.8153692Z test_nan_policy_propagate_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8154232Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:43:09.8154751Z test_nan_policy_propagate_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8155279Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:43:09.8155819Z test_nan_policy_propagate_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8156343Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:43:09.8156883Z test_nan_policy_propagate_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8157427Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:43:09.8157951Z test_nan_policy_propagate_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8158487Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:43:09.8159019Z test_nan_policy_propagate_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8159552Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:43:09.8160072Z test_nan_policy_propagate_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8160603Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:43:09.8161146Z test_nan_policy_propagate_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8161680Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:43:09.8162219Z test_nan_policy_propagate_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8162763Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:43:09.8163310Z test_nan_policy_propagate_std_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8163826Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:43:09.8164427Z test_nan_policy_propagate_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8164961Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:43:09.8165486Z test_nan_policy_propagate_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8166019Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:43:09.8166561Z test_nan_policy_propagate_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8167097Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:43:09.8167622Z test_nan_policy_propagate_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8168166Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:43:09.8168713Z test_nan_policy_propagate_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8169240Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:43:09.8169786Z test_nan_policy_propagate_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8170318Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:43:09.8170896Z test_nan_policy_propagate_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8171424Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:43:09.8171954Z test_nan_policy_propagate_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8172485Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:43:09.8173019Z test_nan_policy_propagate_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8173582Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:43:09.8174090Z test_nan_policy_propagate_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8174596Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:43:09.8175124Z test_nan_policy_propagate_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8175641Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:43:09.8176174Z test_nan_policy_propagate_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8176698Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:43:09.8177233Z test_nan_policy_propagate_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8177766Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:43:09.8178300Z test_nan_policy_propagate_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8178836Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:43:09.8179381Z test_nansum_complex_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-12-01T10:43:09.8179945Z test_nansum_complex_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-12-01T10:43:09.8180489Z test_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) ... ok (0.006s) 2022-12-01T10:43:09.8181012Z test_nansum_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-12-01T10:43:09.8181527Z test_nansum_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-12-01T10:43:09.8182037Z test_nansum_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-12-01T10:43:09.8182684Z test_nansum_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-12-01T10:43:09.8183202Z test_nansum_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-12-01T10:43:09.8183700Z test_nansum_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-12-01T10:43:09.8184218Z test_nansum_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-12-01T10:43:09.8184729Z test_nansum_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-12-01T10:43:09.8185813Z test_nansum_out_dtype_cpu_float16 (__main__.TestReductionsCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/core/fromnumeric.py:90: RuntimeWarning: overflow encountered in reduce 2022-12-01T10:43:09.8186532Z return ufunc.reduce(obj, axis, dtype, out, **passkwargs) 2022-12-01T10:43:09.8186920Z ok (0.005s) 2022-12-01T10:43:09.8187361Z test_nansum_out_dtype_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-12-01T10:43:09.8187907Z test_nansum_out_dtype_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-12-01T10:43:09.8188449Z test_nansum_out_dtype_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T10:43:09.8188994Z test_nansum_out_dtype_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:43:09.8189543Z test_nansum_out_dtype_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:43:09.8190084Z test_nansum_out_dtype_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:43:09.8190631Z test_nansum_out_dtype_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:43:09.8191677Z test_nansum_vs_numpy_cpu_float16 (__main__.TestReductionsCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/core/fromnumeric.py:90: RuntimeWarning: invalid value encountered in reduce 2022-12-01T10:43:09.8192391Z return ufunc.reduce(obj, axis, dtype, out, **passkwargs) 2022-12-01T10:43:09.8192864Z ok (0.037s) 2022-12-01T10:43:09.8193290Z test_nansum_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.036s) 2022-12-01T10:43:09.8193846Z test_nansum_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.037s) 2022-12-01T10:43:09.8194384Z test_nansum_vs_numpy_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.021s) 2022-12-01T10:43:09.8194929Z test_nansum_vs_numpy_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.021s) 2022-12-01T10:43:09.8195516Z test_nansum_vs_numpy_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.021s) 2022-12-01T10:43:09.8196039Z test_nansum_vs_numpy_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.021s) 2022-12-01T10:43:09.8196585Z test_nansum_vs_numpy_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-12-01T10:43:09.8197130Z test_noncontiguous_all_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8197676Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8198203Z test_noncontiguous_all_all_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8198746Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8199284Z test_noncontiguous_all_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8199816Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8200356Z test_noncontiguous_all_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8200899Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8201426Z test_noncontiguous_all_all_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8201963Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8202506Z test_noncontiguous_all_all_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8203044Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8203569Z test_noncontiguous_all_all_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8204108Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8204707Z test_noncontiguous_all_all_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8205230Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8205766Z test_noncontiguous_all_all_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8206309Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8206844Z test_noncontiguous_all_all_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8207359Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8207892Z test_noncontiguous_all_all_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8208398Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8208914Z test_noncontiguous_all_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8209410Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8209834Z test_noncontiguous_all_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8210310Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8210857Z test_noncontiguous_all_amax_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8211189Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8211502Z test_noncontiguous_all_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8211799Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8212104Z test_noncontiguous_all_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8212402Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8212689Z test_noncontiguous_all_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8213071Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8213372Z test_noncontiguous_all_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8213669Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8213956Z test_noncontiguous_all_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8214250Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8214582Z test_noncontiguous_all_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8214870Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8215165Z test_noncontiguous_all_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8215463Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8215762Z test_noncontiguous_all_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8216048Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8216349Z test_noncontiguous_all_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8216653Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8216935Z test_noncontiguous_all_amin_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8217237Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8217548Z test_noncontiguous_all_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8217836Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8218134Z test_noncontiguous_all_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8218433Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8218735Z test_noncontiguous_all_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8219028Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8219324Z test_noncontiguous_all_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8219628Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8219911Z test_noncontiguous_all_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8220210Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8220509Z test_noncontiguous_all_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8220809Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8221096Z test_noncontiguous_all_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8221394Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8221689Z test_noncontiguous_all_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8221983Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8222412Z test_noncontiguous_all_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8222712Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8222999Z test_noncontiguous_all_any_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8223302Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8223611Z test_noncontiguous_all_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8223919Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8224207Z test_noncontiguous_all_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8224511Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8224813Z test_noncontiguous_all_any_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8225099Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8225473Z test_noncontiguous_all_any_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8225773Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8226071Z test_noncontiguous_all_any_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8226356Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8226696Z test_noncontiguous_all_any_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8226996Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8227281Z test_noncontiguous_all_any_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8227578Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8227877Z test_noncontiguous_all_any_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8228157Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8228456Z test_noncontiguous_all_any_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8228751Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8229054Z test_noncontiguous_all_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8229336Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8229637Z test_noncontiguous_all_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8229948Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8230235Z test_noncontiguous_all_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8230536Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8230837Z test_noncontiguous_all_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8231134Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8231538Z test_noncontiguous_all_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8231973Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8232416Z test_noncontiguous_all_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8232830Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8233277Z test_noncontiguous_all_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8233768Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8234265Z test_noncontiguous_all_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8234798Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8235344Z test_noncontiguous_all_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8235882Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8236400Z test_noncontiguous_all_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8236931Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8237482Z test_noncontiguous_all_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8238011Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8238492Z test_noncontiguous_all_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8238961Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8239465Z test_noncontiguous_all_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8239979Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8240437Z test_noncontiguous_all_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8240887Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8241490Z test_noncontiguous_all_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8242045Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8242373Z test_noncontiguous_all_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8242677Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8242970Z test_noncontiguous_all_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8243319Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8243622Z test_noncontiguous_all_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8243910Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8244293Z test_noncontiguous_all_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8244592Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8244896Z test_noncontiguous_all_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8245208Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8245516Z test_noncontiguous_all_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8245821Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8246123Z test_noncontiguous_all_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8246439Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8246754Z test_noncontiguous_all_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8247054Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8247368Z test_noncontiguous_all_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8247678Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8247987Z test_noncontiguous_all_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8248279Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8248584Z test_noncontiguous_all_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8248719Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8248870Z test_noncontiguous_all_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8249007Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8249141Z test_noncontiguous_all_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8249277Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8249425Z test_noncontiguous_all_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8249559Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8249708Z test_noncontiguous_all_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8249842Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8249988Z test_noncontiguous_all_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8250125Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8250271Z test_noncontiguous_all_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8250407Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.004s) 2022-12-01T10:43:09.8250564Z test_noncontiguous_all_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8250703Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.004s) 2022-12-01T10:43:09.8250861Z test_noncontiguous_all_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8251036Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.004s) 2022-12-01T10:43:09.8251191Z test_noncontiguous_all_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8251328Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.004s) 2022-12-01T10:43:09.8251480Z test_noncontiguous_all_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8251603Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.004s) 2022-12-01T10:43:09.8251786Z test_noncontiguous_all_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8251926Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.004s) 2022-12-01T10:43:09.8252075Z test_noncontiguous_all_masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8252210Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8252360Z test_noncontiguous_all_masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8252500Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8252647Z test_noncontiguous_all_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8252771Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8252916Z test_noncontiguous_all_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8253053Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8253198Z test_noncontiguous_all_masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8253337Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8253480Z test_noncontiguous_all_masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8253616Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8253746Z test_noncontiguous_all_masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8253884Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8254029Z test_noncontiguous_all_masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8254164Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8254307Z test_noncontiguous_all_masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8254444Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8254593Z test_noncontiguous_all_masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8254728Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8254861Z test_noncontiguous_all_masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8255000Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8255144Z test_noncontiguous_all_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8255281Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8255428Z test_noncontiguous_all_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8255563Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8255709Z test_noncontiguous_all_masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8255845Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8255975Z test_noncontiguous_all_masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8256110Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8256251Z test_noncontiguous_all_masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8256390Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8256534Z test_noncontiguous_all_masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8256701Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8256844Z test_noncontiguous_all_masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8256979Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8257116Z test_noncontiguous_all_masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8257293Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8257445Z test_noncontiguous_all_masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8257584Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8257733Z test_noncontiguous_all_masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8257870Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8258017Z test_noncontiguous_all_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8258153Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8258288Z test_noncontiguous_all_masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8258425Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8258569Z test_noncontiguous_all_masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8258707Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8258854Z test_noncontiguous_all_masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8258990Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8259136Z test_noncontiguous_all_masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8259276Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8259411Z test_noncontiguous_all_masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8259546Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8259696Z test_noncontiguous_all_masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8259829Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8259979Z test_noncontiguous_all_masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8260116Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8260262Z test_noncontiguous_all_masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8260399Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8260531Z test_noncontiguous_all_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8260667Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8260816Z test_noncontiguous_all_masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8260952Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8261095Z test_noncontiguous_all_masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8261231Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8261379Z test_noncontiguous_all_masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8261513Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8261646Z test_noncontiguous_all_masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8261780Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8261926Z test_noncontiguous_all_masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8262060Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8262381Z test_noncontiguous_all_masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8262517Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8262673Z test_noncontiguous_all_masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8262811Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8263005Z test_noncontiguous_all_masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8263144Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8263295Z test_noncontiguous_all_masked_logsumexp_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8263436Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8263589Z test_noncontiguous_all_masked_logsumexp_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8263726Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8263876Z test_noncontiguous_all_masked_logsumexp_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8264011Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8264149Z test_noncontiguous_all_masked_logsumexp_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8264283Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8264439Z test_noncontiguous_all_masked_logsumexp_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8264579Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8264728Z test_noncontiguous_all_masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8264866Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8265013Z test_noncontiguous_all_masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8265155Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8265291Z test_noncontiguous_all_masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8265426Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8265574Z test_noncontiguous_all_masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8265711Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8265856Z test_noncontiguous_all_masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8265994Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8266144Z test_noncontiguous_all_masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8266281Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8266415Z test_noncontiguous_all_masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8266550Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8266695Z test_noncontiguous_all_masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8266831Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8266975Z test_noncontiguous_all_masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8267115Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8267264Z test_noncontiguous_all_masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8267398Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8267530Z test_noncontiguous_all_masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8267665Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8267808Z test_noncontiguous_all_masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8267988Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8268140Z test_noncontiguous_all_masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8268277Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8268424Z test_noncontiguous_all_masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8268584Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8268717Z test_noncontiguous_all_masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8268858Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8269004Z test_noncontiguous_all_masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8269139Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8269284Z test_noncontiguous_all_masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8269420Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8269575Z test_noncontiguous_all_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8269711Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8269849Z test_noncontiguous_all_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8269985Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8270128Z test_noncontiguous_all_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8270262Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8270405Z test_noncontiguous_all_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8270539Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8270683Z test_noncontiguous_all_masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8270816Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8270947Z test_noncontiguous_all_masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8271081Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8271223Z test_noncontiguous_all_masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8271358Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8271500Z test_noncontiguous_all_masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8271633Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8271778Z test_noncontiguous_all_masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8271911Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8272046Z test_noncontiguous_all_masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8272178Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8272324Z test_noncontiguous_all_masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8272457Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8272606Z test_noncontiguous_all_masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8272739Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8272885Z test_noncontiguous_all_masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8273017Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8273151Z test_noncontiguous_all_masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8273285Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8273495Z test_noncontiguous_all_masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8273629Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8273775Z test_noncontiguous_all_masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8273909Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8274075Z test_noncontiguous_all_masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8274197Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8274339Z test_noncontiguous_all_masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8274476Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8274624Z test_noncontiguous_all_masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8274761Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8274909Z test_noncontiguous_all_masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8275041Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8275182Z test_noncontiguous_all_masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8275305Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8275455Z test_noncontiguous_all_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8275589Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8275738Z test_noncontiguous_all_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8275870Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8276016Z test_noncontiguous_all_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8276152Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8276299Z test_noncontiguous_all_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8276421Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8276563Z test_noncontiguous_all_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8276694Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8276839Z test_noncontiguous_all_masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8276972Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8277114Z test_noncontiguous_all_masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8277250Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8277394Z test_noncontiguous_all_masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8277519Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8277662Z test_noncontiguous_all_masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8277797Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8277937Z test_noncontiguous_all_masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8278068Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8278216Z test_noncontiguous_all_masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8278348Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8278499Z test_noncontiguous_all_masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8278619Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8278767Z test_noncontiguous_all_masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8278933Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8279076Z test_noncontiguous_all_masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8279209Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8279355Z test_noncontiguous_all_masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8279489Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8279659Z test_noncontiguous_all_masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8279782Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8279922Z test_noncontiguous_all_masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8280055Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8280199Z test_noncontiguous_all_masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8280333Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8280473Z test_noncontiguous_all_masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8280609Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8280752Z test_noncontiguous_all_masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8280876Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8281017Z test_noncontiguous_all_masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8281149Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8281288Z test_noncontiguous_all_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8281420Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8281563Z test_noncontiguous_all_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8281697Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8281836Z test_noncontiguous_all_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8281957Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8282095Z test_noncontiguous_all_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8282228Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8282368Z test_noncontiguous_all_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8282503Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8282639Z test_noncontiguous_all_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8282772Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8282916Z test_noncontiguous_all_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8283041Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8283180Z test_noncontiguous_all_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8283315Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8283454Z test_noncontiguous_all_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8283587Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8283730Z test_noncontiguous_all_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8283865Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8284005Z test_noncontiguous_all_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8284126Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8284343Z test_noncontiguous_all_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8284521Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8284656Z test_noncontiguous_all_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8284790Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8284928Z test_noncontiguous_all_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8285060Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8285222Z test_noncontiguous_all_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8285343Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8285482Z test_noncontiguous_all_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8285614Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8285750Z test_noncontiguous_all_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8285885Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8286023Z test_noncontiguous_all_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8286159Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8286285Z test_noncontiguous_all_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8286418Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8286557Z test_noncontiguous_all_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8286692Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8286829Z test_noncontiguous_all_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8286963Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8287106Z test_noncontiguous_all_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8287242Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8287371Z test_noncontiguous_all_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8287504Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8287641Z test_noncontiguous_all_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8287774Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8287916Z test_noncontiguous_all_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8288049Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8288186Z test_noncontiguous_all_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8288319Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8288444Z test_noncontiguous_all_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8288576Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8288709Z test_noncontiguous_all_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8288843Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8288978Z test_noncontiguous_all_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8289113Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8289252Z test_noncontiguous_all_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8289386Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8289509Z test_noncontiguous_all_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8289643Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8289779Z test_noncontiguous_all_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8289911Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8290086Z test_noncontiguous_all_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8290219Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-12-01T10:43:09.8290356Z test_noncontiguous_all_std_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8290487Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8290611Z test_noncontiguous_all_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8290768Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8290904Z test_noncontiguous_all_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8291037Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8291173Z test_noncontiguous_all_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8291307Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8291446Z test_noncontiguous_all_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8291578Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8291704Z test_noncontiguous_all_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8291839Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8291978Z test_noncontiguous_all_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8292115Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8292253Z test_noncontiguous_all_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8292387Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8292522Z test_noncontiguous_all_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8292642Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8292775Z test_noncontiguous_all_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8292908Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8293042Z test_noncontiguous_all_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8293178Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8293314Z test_noncontiguous_all_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8293449Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8293580Z test_noncontiguous_all_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8293700Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8293832Z test_noncontiguous_all_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8293966Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8294099Z test_noncontiguous_all_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8294233Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:43:09.8294371Z test_noncontiguous_all_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8294508Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8294644Z test_noncontiguous_all_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8294769Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8294911Z test_noncontiguous_all_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8295049Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8295184Z test_noncontiguous_all_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8295316Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8295451Z test_noncontiguous_all_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8295611Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8295746Z test_noncontiguous_all_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8295868Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:43:09.8296015Z test_noncontiguous_expanded_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8296194Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8296335Z test_noncontiguous_expanded_all_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8296476Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8296625Z test_noncontiguous_expanded_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8296764Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8296911Z test_noncontiguous_expanded_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8297041Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8297186Z test_noncontiguous_expanded_all_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8297323Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8297464Z test_noncontiguous_expanded_all_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8297601Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8297746Z test_noncontiguous_expanded_all_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8297887Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8298029Z test_noncontiguous_expanded_all_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8298157Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8298298Z test_noncontiguous_expanded_all_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8298439Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8298577Z test_noncontiguous_expanded_all_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8298715Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8298855Z test_noncontiguous_expanded_all_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8298997Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8299140Z test_noncontiguous_expanded_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8299267Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8299412Z test_noncontiguous_expanded_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8299548Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8299689Z test_noncontiguous_expanded_amax_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8299826Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8299971Z test_noncontiguous_expanded_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8300108Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8300249Z test_noncontiguous_expanded_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8300378Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8300516Z test_noncontiguous_expanded_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8300655Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8300797Z test_noncontiguous_expanded_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8300936Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8301107Z test_noncontiguous_expanded_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8301244Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8301386Z test_noncontiguous_expanded_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8301511Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8301650Z test_noncontiguous_expanded_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8301818Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8301959Z test_noncontiguous_expanded_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8302096Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8302362Z test_noncontiguous_expanded_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8302498Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8302641Z test_noncontiguous_expanded_amin_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8302766Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8302906Z test_noncontiguous_expanded_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8303047Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8303191Z test_noncontiguous_expanded_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8303332Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8303472Z test_noncontiguous_expanded_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8303608Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8303750Z test_noncontiguous_expanded_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8303873Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8304017Z test_noncontiguous_expanded_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8304155Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8304298Z test_noncontiguous_expanded_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8304435Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8304579Z test_noncontiguous_expanded_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8304717Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8304861Z test_noncontiguous_expanded_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8304986Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8305129Z test_noncontiguous_expanded_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8305267Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8305413Z test_noncontiguous_expanded_any_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8305555Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8305707Z test_noncontiguous_expanded_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8305845Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8305996Z test_noncontiguous_expanded_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8306121Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8306268Z test_noncontiguous_expanded_any_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8306406Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8306550Z test_noncontiguous_expanded_any_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8306743Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8306884Z test_noncontiguous_expanded_any_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8307020Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8307162Z test_noncontiguous_expanded_any_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8307289Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8307477Z test_noncontiguous_expanded_any_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8307618Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8307759Z test_noncontiguous_expanded_any_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8307897Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8308041Z test_noncontiguous_expanded_any_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8308182Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8308311Z test_noncontiguous_expanded_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8308449Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8308601Z test_noncontiguous_expanded_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8308743Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8308897Z test_noncontiguous_expanded_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8309033Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8309179Z test_noncontiguous_expanded_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8309318Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8309450Z test_noncontiguous_expanded_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8309588Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8309732Z test_noncontiguous_expanded_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8309871Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8310012Z test_noncontiguous_expanded_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8310154Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8310294Z test_noncontiguous_expanded_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8310433Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8310567Z test_noncontiguous_expanded_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8310707Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8310849Z test_noncontiguous_expanded_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8310985Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8311135Z test_noncontiguous_expanded_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8311270Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8311420Z test_noncontiguous_expanded_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8311558Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8311689Z test_noncontiguous_expanded_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8311823Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8311965Z test_noncontiguous_expanded_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8312098Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8312269Z test_noncontiguous_expanded_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8312406Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8312544Z test_noncontiguous_expanded_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8312679Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8312806Z test_noncontiguous_expanded_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8312967Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8313111Z test_noncontiguous_expanded_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8313252Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8313391Z test_noncontiguous_expanded_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8313527Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8313687Z test_noncontiguous_expanded_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8313823Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8313964Z test_noncontiguous_expanded_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8314097Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8314260Z test_noncontiguous_expanded_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8314395Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8314554Z test_noncontiguous_expanded_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8314691Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8314848Z test_noncontiguous_expanded_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8314988Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8315144Z test_noncontiguous_expanded_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8315270Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8315423Z test_noncontiguous_expanded_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8315566Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8315722Z test_noncontiguous_expanded_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8315859Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8316013Z test_noncontiguous_expanded_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8316150Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8316303Z test_noncontiguous_expanded_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8316430Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8316579Z test_noncontiguous_expanded_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8316715Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8316866Z test_noncontiguous_expanded_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8317007Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8317170Z test_noncontiguous_expanded_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8317306Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.004s) 2022-12-01T10:43:09.8317474Z test_noncontiguous_expanded_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8317600Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.004s) 2022-12-01T10:43:09.8317795Z test_noncontiguous_expanded_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8317931Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.004s) 2022-12-01T10:43:09.8318090Z test_noncontiguous_expanded_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8318227Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.004s) 2022-12-01T10:43:09.8318413Z test_noncontiguous_expanded_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8318553Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.004s) 2022-12-01T10:43:09.8318714Z test_noncontiguous_expanded_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8318840Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.004s) 2022-12-01T10:43:09.8318992Z test_noncontiguous_expanded_masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8319129Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8319281Z test_noncontiguous_expanded_masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8319419Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8319572Z test_noncontiguous_expanded_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8319709Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8319866Z test_noncontiguous_expanded_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8319993Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8320147Z test_noncontiguous_expanded_masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8320282Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8320432Z test_noncontiguous_expanded_masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8320573Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8320729Z test_noncontiguous_expanded_masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8320864Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8321013Z test_noncontiguous_expanded_masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8321143Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8321293Z test_noncontiguous_expanded_masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8321430Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8321587Z test_noncontiguous_expanded_masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8321724Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8321882Z test_noncontiguous_expanded_masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8322018Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8322169Z test_noncontiguous_expanded_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8322294Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8322445Z test_noncontiguous_expanded_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8322581Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8322731Z test_noncontiguous_expanded_masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8322867Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8323016Z test_noncontiguous_expanded_masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8323154Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8323335Z test_noncontiguous_expanded_masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8323459Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8323609Z test_noncontiguous_expanded_masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8323745Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8323921Z test_noncontiguous_expanded_masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8324060Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8324291Z test_noncontiguous_expanded_masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8324438Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8324595Z test_noncontiguous_expanded_masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8324736Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8324881Z test_noncontiguous_expanded_masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8325017Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8325171Z test_noncontiguous_expanded_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8325312Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8325466Z test_noncontiguous_expanded_masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8325603Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8325754Z test_noncontiguous_expanded_masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8325892Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8326028Z test_noncontiguous_expanded_masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8326168Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8326322Z test_noncontiguous_expanded_masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8326463Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8326615Z test_noncontiguous_expanded_masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8326754Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8326912Z test_noncontiguous_expanded_masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8327051Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8327195Z test_noncontiguous_expanded_masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8327333Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8327488Z test_noncontiguous_expanded_masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8327624Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8327776Z test_noncontiguous_expanded_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8327912Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8328068Z test_noncontiguous_expanded_masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8328205Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8328344Z test_noncontiguous_expanded_masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8328480Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8328629Z test_noncontiguous_expanded_masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8328803Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8328955Z test_noncontiguous_expanded_masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8329093Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8329243Z test_noncontiguous_expanded_masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8329380Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8329556Z test_noncontiguous_expanded_masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8329692Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8329851Z test_noncontiguous_expanded_masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8329990Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8330150Z test_noncontiguous_expanded_masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8330288Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8330445Z test_noncontiguous_expanded_masked_logsumexp_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8330582Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8330727Z test_noncontiguous_expanded_masked_logsumexp_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8330868Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8331025Z test_noncontiguous_expanded_masked_logsumexp_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8331161Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8331316Z test_noncontiguous_expanded_masked_logsumexp_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8331453Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8331613Z test_noncontiguous_expanded_masked_logsumexp_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8331749Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8331893Z test_noncontiguous_expanded_masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8332029Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8332180Z test_noncontiguous_expanded_masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8332314Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8332470Z test_noncontiguous_expanded_masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8332607Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8332762Z test_noncontiguous_expanded_masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8332899Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8333040Z test_noncontiguous_expanded_masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8333178Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8333331Z test_noncontiguous_expanded_masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8333469Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8333625Z test_noncontiguous_expanded_masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8333765Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8333917Z test_noncontiguous_expanded_masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8334053Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8334190Z test_noncontiguous_expanded_masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8334355Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8334503Z test_noncontiguous_expanded_masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8334642Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8334792Z test_noncontiguous_expanded_masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8334967Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8335117Z test_noncontiguous_expanded_masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8335254Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8335395Z test_noncontiguous_expanded_masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8335531Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8335683Z test_noncontiguous_expanded_masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8335821Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8335972Z test_noncontiguous_expanded_masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8336113Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8336266Z test_noncontiguous_expanded_masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8336404Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8336554Z test_noncontiguous_expanded_masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8336677Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8336834Z test_noncontiguous_expanded_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8336970Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8337130Z test_noncontiguous_expanded_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8337266Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8337421Z test_noncontiguous_expanded_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8337558Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8337717Z test_noncontiguous_expanded_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8337843Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8337994Z test_noncontiguous_expanded_masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8338128Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8338276Z test_noncontiguous_expanded_masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8338415Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8338565Z test_noncontiguous_expanded_masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8338703Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8338852Z test_noncontiguous_expanded_masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8338977Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8339128Z test_noncontiguous_expanded_masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8339265Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8339419Z test_noncontiguous_expanded_masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8339559Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8339718Z test_noncontiguous_expanded_masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8339888Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8340044Z test_noncontiguous_expanded_masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8340168Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8340318Z test_noncontiguous_expanded_masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8340481Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8340634Z test_noncontiguous_expanded_masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8340771Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8340918Z test_noncontiguous_expanded_masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8341054Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8341204Z test_noncontiguous_expanded_masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8341331Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8341480Z test_noncontiguous_expanded_masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8341617Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8341764Z test_noncontiguous_expanded_masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8341903Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8342052Z test_noncontiguous_expanded_masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8342297Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8342453Z test_noncontiguous_expanded_masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8342577Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8342729Z test_noncontiguous_expanded_masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8342867Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8343024Z test_noncontiguous_expanded_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8343162Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8343321Z test_noncontiguous_expanded_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8343456Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8343608Z test_noncontiguous_expanded_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8343729Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8343881Z test_noncontiguous_expanded_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8344020Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8344171Z test_noncontiguous_expanded_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8344311Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8344460Z test_noncontiguous_expanded_masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8344601Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8344752Z test_noncontiguous_expanded_masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8344880Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8345025Z test_noncontiguous_expanded_masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8345162Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8345315Z test_noncontiguous_expanded_masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8345506Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8345658Z test_noncontiguous_expanded_masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8345797Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8345953Z test_noncontiguous_expanded_masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8346111Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8346274Z test_noncontiguous_expanded_masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8346410Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8346571Z test_noncontiguous_expanded_masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8346710Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8346864Z test_noncontiguous_expanded_masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8347003Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8347154Z test_noncontiguous_expanded_masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8347276Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8347431Z test_noncontiguous_expanded_masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8347572Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8347722Z test_noncontiguous_expanded_masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8347863Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8348014Z test_noncontiguous_expanded_masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8348153Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8348306Z test_noncontiguous_expanded_masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8348433Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8348585Z test_noncontiguous_expanded_masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8348724Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8348877Z test_noncontiguous_expanded_masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8349013Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8349162Z test_noncontiguous_expanded_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8349297Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8349447Z test_noncontiguous_expanded_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8349575Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8349725Z test_noncontiguous_expanded_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8349861Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8350007Z test_noncontiguous_expanded_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8350145Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8350290Z test_noncontiguous_expanded_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8350426Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8350569Z test_noncontiguous_expanded_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8350694Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8350844Z test_noncontiguous_expanded_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8351013Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8351162Z test_noncontiguous_expanded_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8351303Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8351452Z test_noncontiguous_expanded_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8351617Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8351770Z test_noncontiguous_expanded_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8351895Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8352045Z test_noncontiguous_expanded_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8352185Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8352330Z test_noncontiguous_expanded_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8352471Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8352621Z test_noncontiguous_expanded_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8352760Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8352907Z test_noncontiguous_expanded_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8353031Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8353188Z test_noncontiguous_expanded_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8353328Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8353468Z test_noncontiguous_expanded_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8353604Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8353747Z test_noncontiguous_expanded_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8353881Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8354018Z test_noncontiguous_expanded_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8354143Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8354285Z test_noncontiguous_expanded_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8354423Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8354561Z test_noncontiguous_expanded_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8354697Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8354841Z test_noncontiguous_expanded_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8354978Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8355131Z test_noncontiguous_expanded_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8355256Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8355404Z test_noncontiguous_expanded_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8355539Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8355679Z test_noncontiguous_expanded_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8355818Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8355960Z test_noncontiguous_expanded_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8356094Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8356236Z test_noncontiguous_expanded_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8356361Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8356537Z test_noncontiguous_expanded_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8356675Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8356817Z test_noncontiguous_expanded_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8356951Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8357143Z test_noncontiguous_expanded_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8357282Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8357426Z test_noncontiguous_expanded_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8357551Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8357691Z test_noncontiguous_expanded_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8357825Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8357976Z test_noncontiguous_expanded_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8358111Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8358261Z test_noncontiguous_expanded_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8358399Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8358545Z test_noncontiguous_expanded_std_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8358669Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8358811Z test_noncontiguous_expanded_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8358945Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8359091Z test_noncontiguous_expanded_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8359228Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8359370Z test_noncontiguous_expanded_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8359507Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8359651Z test_noncontiguous_expanded_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8359777Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8361798Z test_noncontiguous_expanded_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8361934Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8362081Z test_noncontiguous_expanded_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8362216Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8362358Z test_noncontiguous_expanded_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8362496Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8362635Z test_noncontiguous_expanded_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8362773Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8362903Z test_noncontiguous_expanded_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8363039Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8363182Z test_noncontiguous_expanded_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8363321Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8363461Z test_noncontiguous_expanded_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8363599Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8363739Z test_noncontiguous_expanded_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8363914Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8364042Z test_noncontiguous_expanded_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8364179Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8364398Z test_noncontiguous_expanded_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8364535Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:43:09.8364707Z test_noncontiguous_expanded_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8364843Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8364991Z test_noncontiguous_expanded_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8365128Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8365262Z test_noncontiguous_expanded_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8365401Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8365542Z test_noncontiguous_expanded_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8365677Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8365818Z test_noncontiguous_expanded_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8365956Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8366095Z test_noncontiguous_expanded_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8366233Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:43:09.8366367Z test_noncontiguous_innermost_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8366505Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8366647Z test_noncontiguous_innermost_all_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8366788Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8366936Z test_noncontiguous_innermost_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8367074Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8367223Z test_noncontiguous_innermost_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8367348Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8367489Z test_noncontiguous_innermost_all_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8367625Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8367765Z test_noncontiguous_innermost_all_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8367901Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8368042Z test_noncontiguous_innermost_all_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8368180Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8368321Z test_noncontiguous_innermost_all_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8368446Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8368583Z test_noncontiguous_innermost_all_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8368720Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8368859Z test_noncontiguous_innermost_all_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8368994Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8369135Z test_noncontiguous_innermost_all_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8369269Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8369408Z test_noncontiguous_innermost_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8369562Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8369709Z test_noncontiguous_innermost_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8369842Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8369983Z test_noncontiguous_innermost_amax_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8370145Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8370292Z test_noncontiguous_innermost_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8370424Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8370570Z test_noncontiguous_innermost_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8370694Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8370837Z test_noncontiguous_innermost_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8370972Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8371115Z test_noncontiguous_innermost_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8371250Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8371391Z test_noncontiguous_innermost_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8371527Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8371667Z test_noncontiguous_innermost_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8371792Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8371932Z test_noncontiguous_innermost_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8372065Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8372204Z test_noncontiguous_innermost_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8372340Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8372487Z test_noncontiguous_innermost_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8372623Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8372764Z test_noncontiguous_innermost_amin_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8372889Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8373034Z test_noncontiguous_innermost_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8373168Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8373312Z test_noncontiguous_innermost_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8373447Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8373593Z test_noncontiguous_innermost_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8373731Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8373872Z test_noncontiguous_innermost_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8373993Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8374133Z test_noncontiguous_innermost_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8374268Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8374409Z test_noncontiguous_innermost_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8374546Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8374686Z test_noncontiguous_innermost_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8374821Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8374961Z test_noncontiguous_innermost_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8375115Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8375265Z test_noncontiguous_innermost_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8375398Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8375539Z test_noncontiguous_innermost_any_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8375714Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8375867Z test_noncontiguous_innermost_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8376004Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8376152Z test_noncontiguous_innermost_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8376273Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8376418Z test_noncontiguous_innermost_any_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8376556Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8376697Z test_noncontiguous_innermost_any_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8376829Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8376972Z test_noncontiguous_innermost_any_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8377108Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8377249Z test_noncontiguous_innermost_any_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8377370Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8377508Z test_noncontiguous_innermost_any_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8377642Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8377783Z test_noncontiguous_innermost_any_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8377918Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8378060Z test_noncontiguous_innermost_any_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8378196Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8378335Z test_noncontiguous_innermost_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8378460Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8378611Z test_noncontiguous_innermost_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8378745Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8378893Z test_noncontiguous_innermost_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8379026Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8379172Z test_noncontiguous_innermost_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8379303Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8379447Z test_noncontiguous_innermost_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8379570Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8379714Z test_noncontiguous_innermost_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8379850Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8379995Z test_noncontiguous_innermost_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8380130Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8380275Z test_noncontiguous_innermost_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8380409Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8380580Z test_noncontiguous_innermost_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8380704Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8380851Z test_noncontiguous_innermost_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8380985Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8381137Z test_noncontiguous_innermost_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8381300Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8381446Z test_noncontiguous_innermost_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8381581Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8381714Z test_noncontiguous_innermost_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8381846Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8381990Z test_noncontiguous_innermost_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8382123Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8382382Z test_noncontiguous_innermost_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8382518Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8382664Z test_noncontiguous_innermost_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8382799Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8382932Z test_noncontiguous_innermost_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8383067Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8383211Z test_noncontiguous_innermost_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8383345Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8383492Z test_noncontiguous_innermost_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8383627Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8383788Z test_noncontiguous_innermost_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8383923Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8384068Z test_noncontiguous_innermost_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8384203Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8384365Z test_noncontiguous_innermost_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8384500Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8384659Z test_noncontiguous_innermost_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8384797Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8384953Z test_noncontiguous_innermost_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8385086Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8385229Z test_noncontiguous_innermost_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8385364Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8385520Z test_noncontiguous_innermost_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8385655Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8385808Z test_noncontiguous_innermost_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8385943Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8386094Z test_noncontiguous_innermost_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8386287Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8386439Z test_noncontiguous_innermost_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8386561Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8386714Z test_noncontiguous_innermost_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8386878Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8387034Z test_noncontiguous_innermost_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8387169Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8387331Z test_noncontiguous_innermost_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8387472Z Tests reducing along noncontiguous innermost dimension. ... ok (0.004s) 2022-12-01T10:43:09.8387640Z test_noncontiguous_innermost_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8387764Z Tests reducing along noncontiguous innermost dimension. ... ok (0.004s) 2022-12-01T10:43:09.8387930Z test_noncontiguous_innermost_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8388066Z Tests reducing along noncontiguous innermost dimension. ... ok (0.004s) 2022-12-01T10:43:09.8388226Z test_noncontiguous_innermost_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8388366Z Tests reducing along noncontiguous innermost dimension. ... ok (0.004s) 2022-12-01T10:43:09.8388528Z test_noncontiguous_innermost_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8388665Z Tests reducing along noncontiguous innermost dimension. ... ok (0.004s) 2022-12-01T10:43:09.8388828Z test_noncontiguous_innermost_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8388952Z Tests reducing along noncontiguous innermost dimension. ... ok (0.004s) 2022-12-01T10:43:09.8389110Z test_noncontiguous_innermost_masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8389246Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8389401Z test_noncontiguous_innermost_masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8389535Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8389690Z test_noncontiguous_innermost_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8389826Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8389982Z test_noncontiguous_innermost_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8390105Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8390258Z test_noncontiguous_innermost_masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8390395Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8390545Z test_noncontiguous_innermost_masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8390681Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8390830Z test_noncontiguous_innermost_masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8390968Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8391123Z test_noncontiguous_innermost_masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8391246Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8391397Z test_noncontiguous_innermost_masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8391532Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8391689Z test_noncontiguous_innermost_masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8391853Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8392005Z test_noncontiguous_innermost_masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8392141Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8392295Z test_noncontiguous_innermost_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8392442Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8392598Z test_noncontiguous_innermost_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8392735Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8392888Z test_noncontiguous_innermost_masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8393026Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8393175Z test_noncontiguous_innermost_masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8393312Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8393463Z test_noncontiguous_innermost_masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8393586Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8393738Z test_noncontiguous_innermost_masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8393877Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8394028Z test_noncontiguous_innermost_masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8394163Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8394323Z test_noncontiguous_innermost_masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8394463Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8394622Z test_noncontiguous_innermost_masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8394744Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8394901Z test_noncontiguous_innermost_masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8395039Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8395199Z test_noncontiguous_innermost_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8395335Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8395492Z test_noncontiguous_innermost_masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8395630Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8395783Z test_noncontiguous_innermost_masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8395907Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8396063Z test_noncontiguous_innermost_masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8396196Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8396351Z test_noncontiguous_innermost_masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8396488Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8396643Z test_noncontiguous_innermost_masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8396778Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8396937Z test_noncontiguous_innermost_masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8397060Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8397213Z test_noncontiguous_innermost_masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8397379Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8397534Z test_noncontiguous_innermost_masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8397669Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8397822Z test_noncontiguous_innermost_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8397993Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8398147Z test_noncontiguous_innermost_masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8398271Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8398430Z test_noncontiguous_innermost_masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8398564Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8398713Z test_noncontiguous_innermost_masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8398848Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8399002Z test_noncontiguous_innermost_masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8399137Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8399289Z test_noncontiguous_innermost_masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8399413Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8399574Z test_noncontiguous_innermost_masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8399707Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8399869Z test_noncontiguous_innermost_masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8400003Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8400164Z test_noncontiguous_innermost_masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8400298Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8400457Z test_noncontiguous_innermost_masked_logsumexp_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8400579Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8400740Z test_noncontiguous_innermost_masked_logsumexp_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8400877Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8401036Z test_noncontiguous_innermost_masked_logsumexp_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8401170Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8401328Z test_noncontiguous_innermost_masked_logsumexp_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8401461Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8401618Z test_noncontiguous_innermost_masked_logsumexp_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8401754Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8401896Z test_noncontiguous_innermost_masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8402033Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8402186Z test_noncontiguous_innermost_masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8402321Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8402478Z test_noncontiguous_innermost_masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8402614Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8402766Z test_noncontiguous_innermost_masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8402934Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8403075Z test_noncontiguous_innermost_masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8403208Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8403360Z test_noncontiguous_innermost_masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8403519Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8403674Z test_noncontiguous_innermost_masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8403810Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8403961Z test_noncontiguous_innermost_masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8404094Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8404312Z test_noncontiguous_innermost_masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8404452Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8404600Z test_noncontiguous_innermost_masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8404731Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8404884Z test_noncontiguous_innermost_masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8405022Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8405174Z test_noncontiguous_innermost_masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8405309Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8405451Z test_noncontiguous_innermost_masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8405583Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8405736Z test_noncontiguous_innermost_masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8405869Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8406019Z test_noncontiguous_innermost_masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8406157Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8406308Z test_noncontiguous_innermost_masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8406444Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8406585Z test_noncontiguous_innermost_masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8406720Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8406878Z test_noncontiguous_innermost_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8407013Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8407172Z test_noncontiguous_innermost_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8407306Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8407459Z test_noncontiguous_innermost_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8407591Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8407730Z test_noncontiguous_innermost_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8407865Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8408017Z test_noncontiguous_innermost_masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8408152Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8408299Z test_noncontiguous_innermost_masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8408464Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8408615Z test_noncontiguous_innermost_masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8408749Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8408888Z test_noncontiguous_innermost_masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8409020Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8409193Z test_noncontiguous_innermost_masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8409329Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8409482Z test_noncontiguous_innermost_masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8409615Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8409771Z test_noncontiguous_innermost_masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8409909Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8410054Z test_noncontiguous_innermost_masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8410187Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8410339Z test_noncontiguous_innermost_masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8410477Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8410628Z test_noncontiguous_innermost_masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8410770Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8410918Z test_noncontiguous_innermost_masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8411055Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8411191Z test_noncontiguous_innermost_masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8411327Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8411474Z test_noncontiguous_innermost_masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8411607Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8411755Z test_noncontiguous_innermost_masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8411890Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8412041Z test_noncontiguous_innermost_masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8412173Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8412314Z test_noncontiguous_innermost_masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8412445Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8412595Z test_noncontiguous_innermost_masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8412730Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8412886Z test_noncontiguous_innermost_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8413018Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8413172Z test_noncontiguous_innermost_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8413308Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8413447Z test_noncontiguous_innermost_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8413581Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8413731Z test_noncontiguous_innermost_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8413870Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8414052Z test_noncontiguous_innermost_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8414187Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8414337Z test_noncontiguous_innermost_masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8414473Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8414645Z test_noncontiguous_innermost_masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8414779Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8414924Z test_noncontiguous_innermost_masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8415056Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8415202Z test_noncontiguous_innermost_masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8415336Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8415486Z test_noncontiguous_innermost_masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8415618Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8415760Z test_noncontiguous_innermost_masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8415893Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8416049Z test_noncontiguous_innermost_masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8416182Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8416337Z test_noncontiguous_innermost_masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8416473Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8416627Z test_noncontiguous_innermost_masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8416765Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8416906Z test_noncontiguous_innermost_masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8417040Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8417189Z test_noncontiguous_innermost_masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8417324Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8417475Z test_noncontiguous_innermost_masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8417608Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8417754Z test_noncontiguous_innermost_masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8417892Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8418029Z test_noncontiguous_innermost_masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8418166Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8418313Z test_noncontiguous_innermost_masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8418445Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8418592Z test_noncontiguous_innermost_masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8418729Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8418876Z test_noncontiguous_innermost_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8419011Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8419146Z test_noncontiguous_innermost_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8419280Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8419426Z test_noncontiguous_innermost_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8419591Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8419737Z test_noncontiguous_innermost_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8419869Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8420013Z test_noncontiguous_innermost_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8420174Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8420306Z test_noncontiguous_innermost_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8420440Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8420589Z test_noncontiguous_innermost_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8420723Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8420871Z test_noncontiguous_innermost_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8421005Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8421149Z test_noncontiguous_innermost_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8421282Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8421419Z test_noncontiguous_innermost_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8421552Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8421696Z test_noncontiguous_innermost_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8421829Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8421974Z test_noncontiguous_innermost_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8422106Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8422390Z test_noncontiguous_innermost_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8422523Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8422656Z test_noncontiguous_innermost_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8422788Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8422932Z test_noncontiguous_innermost_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8423072Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8423216Z test_noncontiguous_innermost_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8423350Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8423495Z test_noncontiguous_innermost_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8423633Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8423768Z test_noncontiguous_innermost_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8423908Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8424053Z test_noncontiguous_innermost_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8424186Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8424332Z test_noncontiguous_innermost_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8424470Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8424613Z test_noncontiguous_innermost_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8424746Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8424883Z test_noncontiguous_innermost_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8425017Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8425215Z test_noncontiguous_innermost_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8425348Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8425493Z test_noncontiguous_innermost_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8425626Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8425771Z test_noncontiguous_innermost_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8425941Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8426074Z test_noncontiguous_innermost_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8426211Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8426352Z test_noncontiguous_innermost_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8426491Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8426636Z test_noncontiguous_innermost_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8426769Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8426917Z test_noncontiguous_innermost_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8427040Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8427183Z test_noncontiguous_innermost_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8427316Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8427461Z test_noncontiguous_innermost_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8427594Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8427745Z test_noncontiguous_innermost_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8427883Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8428032Z test_noncontiguous_innermost_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8428156Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8428300Z test_noncontiguous_innermost_std_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8428432Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8428576Z test_noncontiguous_innermost_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8428713Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8428859Z test_noncontiguous_innermost_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8428996Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8429142Z test_noncontiguous_innermost_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8429263Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8429406Z test_noncontiguous_innermost_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8429540Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8429689Z test_noncontiguous_innermost_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8429823Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8429975Z test_noncontiguous_innermost_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8430111Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8430253Z test_noncontiguous_innermost_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8430376Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8430521Z test_noncontiguous_innermost_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8430657Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8430831Z test_noncontiguous_innermost_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8446399Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8446653Z test_noncontiguous_innermost_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8446801Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8447068Z test_noncontiguous_innermost_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8447213Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8447356Z test_noncontiguous_innermost_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8447498Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8447643Z test_noncontiguous_innermost_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8447781Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8447927Z test_noncontiguous_innermost_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8448065Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8448199Z test_noncontiguous_innermost_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8448335Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8448487Z test_noncontiguous_innermost_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8448622Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8448772Z test_noncontiguous_innermost_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8448911Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8449055Z test_noncontiguous_innermost_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8449194Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8449327Z test_noncontiguous_innermost_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8449462Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8449604Z test_noncontiguous_innermost_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8449742Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8449894Z test_noncontiguous_outermost_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8450030Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8450172Z test_noncontiguous_outermost_all_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8450309Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8450446Z test_noncontiguous_outermost_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8450581Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8450732Z test_noncontiguous_outermost_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8450865Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8451010Z test_noncontiguous_outermost_all_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8451146Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8451290Z test_noncontiguous_outermost_all_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8451426Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8451555Z test_noncontiguous_outermost_all_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8451689Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8451831Z test_noncontiguous_outermost_all_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8451969Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8452143Z test_noncontiguous_outermost_all_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8452279Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8452418Z test_noncontiguous_outermost_all_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8452554Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8452708Z test_noncontiguous_outermost_all_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8452844Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8452981Z test_noncontiguous_outermost_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8453119Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8453268Z test_noncontiguous_outermost_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8453401Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8453546Z test_noncontiguous_outermost_amax_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8453681Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8453815Z test_noncontiguous_outermost_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8453949Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8454096Z test_noncontiguous_outermost_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8454235Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8454379Z test_noncontiguous_outermost_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8454515Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8454659Z test_noncontiguous_outermost_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8454794Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8454925Z test_noncontiguous_outermost_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8455061Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8455204Z test_noncontiguous_outermost_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8455340Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8455482Z test_noncontiguous_outermost_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8455616Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8455758Z test_noncontiguous_outermost_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8455898Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8456033Z test_noncontiguous_outermost_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8456169Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8456310Z test_noncontiguous_outermost_amin_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8456446Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8456594Z test_noncontiguous_outermost_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8456729Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8456876Z test_noncontiguous_outermost_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8457011Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8457143Z test_noncontiguous_outermost_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8457280Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8457423Z test_noncontiguous_outermost_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8457586Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8457726Z test_noncontiguous_outermost_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8457861Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8458002Z test_noncontiguous_outermost_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8458124Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8458290Z test_noncontiguous_outermost_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8458422Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8458564Z test_noncontiguous_outermost_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8458700Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8458846Z test_noncontiguous_outermost_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8458984Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8459124Z test_noncontiguous_outermost_any_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8459246Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8459395Z test_noncontiguous_outermost_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8459530Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8459678Z test_noncontiguous_outermost_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8459814Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8459957Z test_noncontiguous_outermost_any_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8460093Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8460236Z test_noncontiguous_outermost_any_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8460359Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8460502Z test_noncontiguous_outermost_any_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8460638Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8460779Z test_noncontiguous_outermost_any_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8460913Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8461055Z test_noncontiguous_outermost_any_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8461190Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8461332Z test_noncontiguous_outermost_any_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8461455Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8461597Z test_noncontiguous_outermost_any_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8461735Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8461876Z test_noncontiguous_outermost_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8462012Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8462290Z test_noncontiguous_outermost_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8462430Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8462581Z test_noncontiguous_outermost_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8462702Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8462847Z test_noncontiguous_outermost_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8463008Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8463151Z test_noncontiguous_outermost_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8463395Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8463541Z test_noncontiguous_outermost_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8463676Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8463822Z test_noncontiguous_outermost_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8463944Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8464127Z test_noncontiguous_outermost_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8464264Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8464410Z test_noncontiguous_outermost_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8464547Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8464691Z test_noncontiguous_outermost_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8464828Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8464976Z test_noncontiguous_outermost_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8465097Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8465246Z test_noncontiguous_outermost_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8465381Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8465529Z test_noncontiguous_outermost_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8465663Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8465803Z test_noncontiguous_outermost_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8465936Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8466077Z test_noncontiguous_outermost_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8466201Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8466347Z test_noncontiguous_outermost_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8466479Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8466624Z test_noncontiguous_outermost_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8466756Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8466896Z test_noncontiguous_outermost_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8467030Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8467170Z test_noncontiguous_outermost_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8467292Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8467451Z test_noncontiguous_outermost_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8467587Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8467745Z test_noncontiguous_outermost_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8467881Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8468040Z test_noncontiguous_outermost_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8468178Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8468337Z test_noncontiguous_outermost_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8468459Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8468618Z test_noncontiguous_outermost_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8468753Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8468938Z test_noncontiguous_outermost_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8469074Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8469228Z test_noncontiguous_outermost_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8469364Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8469557Z test_noncontiguous_outermost_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8469679Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8469834Z test_noncontiguous_outermost_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8469970Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8470120Z test_noncontiguous_outermost_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8470250Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8470406Z test_noncontiguous_outermost_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8470542Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8470697Z test_noncontiguous_outermost_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8470818Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8470982Z test_noncontiguous_outermost_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8471117Z Tests reducing along noncontiguous outermost dimension. ... ok (0.004s) 2022-12-01T10:43:09.8471283Z test_noncontiguous_outermost_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8471420Z Tests reducing along noncontiguous outermost dimension. ... ok (0.004s) 2022-12-01T10:43:09.8471587Z test_noncontiguous_outermost_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8471725Z Tests reducing along noncontiguous outermost dimension. ... ok (0.004s) 2022-12-01T10:43:09.8471885Z test_noncontiguous_outermost_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8472009Z Tests reducing along noncontiguous outermost dimension. ... ok (0.004s) 2022-12-01T10:43:09.8472170Z test_noncontiguous_outermost_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8472307Z Tests reducing along noncontiguous outermost dimension. ... ok (0.004s) 2022-12-01T10:43:09.8472467Z test_noncontiguous_outermost_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8472603Z Tests reducing along noncontiguous outermost dimension. ... ok (0.004s) 2022-12-01T10:43:09.8472758Z test_noncontiguous_outermost_masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8472892Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8473045Z test_noncontiguous_outermost_masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8473169Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8473324Z test_noncontiguous_outermost_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8473457Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8473610Z test_noncontiguous_outermost_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8473747Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8473897Z test_noncontiguous_outermost_masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8474032Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8474179Z test_noncontiguous_outermost_masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8474299Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8474470Z test_noncontiguous_outermost_masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8474605Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8474758Z test_noncontiguous_outermost_masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8474892Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8475069Z test_noncontiguous_outermost_masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8475206Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8475361Z test_noncontiguous_outermost_masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8475481Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8475633Z test_noncontiguous_outermost_masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8475767Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8475923Z test_noncontiguous_outermost_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8476061Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8476214Z test_noncontiguous_outermost_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8476350Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8476504Z test_noncontiguous_outermost_masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8476625Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8476774Z test_noncontiguous_outermost_masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8476907Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8477054Z test_noncontiguous_outermost_masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8477189Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8477340Z test_noncontiguous_outermost_masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8477475Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8477625Z test_noncontiguous_outermost_masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8477760Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8477909Z test_noncontiguous_outermost_masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8478043Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8478201Z test_noncontiguous_outermost_masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8478337Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8478493Z test_noncontiguous_outermost_masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8478633Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8478788Z test_noncontiguous_outermost_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8478922Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8479063Z test_noncontiguous_outermost_masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8479201Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8479356Z test_noncontiguous_outermost_masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8479492Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8479645Z test_noncontiguous_outermost_masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8479781Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8479965Z test_noncontiguous_outermost_masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8480101Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8480242Z test_noncontiguous_outermost_masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8480378Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8480535Z test_noncontiguous_outermost_masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8480696Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8480858Z test_noncontiguous_outermost_masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8480992Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8481148Z test_noncontiguous_outermost_masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8481282Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8481426Z test_noncontiguous_outermost_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8481561Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8481713Z test_noncontiguous_outermost_masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8481850Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8482003Z test_noncontiguous_outermost_masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8482139Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8482290Z test_noncontiguous_outermost_masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8482425Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8482565Z test_noncontiguous_outermost_masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8482702Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8482858Z test_noncontiguous_outermost_masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8482990Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8483153Z test_noncontiguous_outermost_masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8483289Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8483452Z test_noncontiguous_outermost_masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8483588Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8483735Z test_noncontiguous_outermost_masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8483872Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8484030Z test_noncontiguous_outermost_masked_logsumexp_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8484167Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8484409Z test_noncontiguous_outermost_masked_logsumexp_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8484548Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8484706Z test_noncontiguous_outermost_masked_logsumexp_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8484843Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8484992Z test_noncontiguous_outermost_masked_logsumexp_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8485126Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8485284Z test_noncontiguous_outermost_masked_logsumexp_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8485420Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8485613Z test_noncontiguous_outermost_masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8485749Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8485900Z test_noncontiguous_outermost_masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8486035Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8486179Z test_noncontiguous_outermost_masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8486338Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8486494Z test_noncontiguous_outermost_masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8486631Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8486784Z test_noncontiguous_outermost_masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8486919Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8487071Z test_noncontiguous_outermost_masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8487207Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8487346Z test_noncontiguous_outermost_masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8487481Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8487633Z test_noncontiguous_outermost_masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8487768Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8487921Z test_noncontiguous_outermost_masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8488053Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8488202Z test_noncontiguous_outermost_masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8488335Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8488476Z test_noncontiguous_outermost_masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8488612Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8488762Z test_noncontiguous_outermost_masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8488899Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8489056Z test_noncontiguous_outermost_masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8489190Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8489343Z test_noncontiguous_outermost_masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8489476Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8489612Z test_noncontiguous_outermost_masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8489751Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8489903Z test_noncontiguous_outermost_masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8490042Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8490197Z test_noncontiguous_outermost_masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8490334Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8490493Z test_noncontiguous_outermost_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8490629Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8490772Z test_noncontiguous_outermost_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8490908Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8491060Z test_noncontiguous_outermost_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8491229Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8491380Z test_noncontiguous_outermost_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8491515Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8491665Z test_noncontiguous_outermost_masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8491826Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8491962Z test_noncontiguous_outermost_masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8492095Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8492244Z test_noncontiguous_outermost_masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8492380Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8492533Z test_noncontiguous_outermost_masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8492669Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8492816Z test_noncontiguous_outermost_masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8492952Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8493093Z test_noncontiguous_outermost_masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8493233Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8493388Z test_noncontiguous_outermost_masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8493523Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8493681Z test_noncontiguous_outermost_masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8493815Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8493970Z test_noncontiguous_outermost_masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8494106Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8494245Z test_noncontiguous_outermost_masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8494383Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8494535Z test_noncontiguous_outermost_masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8494669Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8494818Z test_noncontiguous_outermost_masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8494952Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8495098Z test_noncontiguous_outermost_masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8495232Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8495371Z test_noncontiguous_outermost_masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8495506Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8495657Z test_noncontiguous_outermost_masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8495790Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8495947Z test_noncontiguous_outermost_masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8496080Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8496227Z test_noncontiguous_outermost_masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8496361Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8496506Z test_noncontiguous_outermost_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8496672Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8496828Z test_noncontiguous_outermost_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8496967Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8497121Z test_noncontiguous_outermost_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8497259Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8497433Z test_noncontiguous_outermost_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8497571Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8497712Z test_noncontiguous_outermost_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8497848Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8497999Z test_noncontiguous_outermost_masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8498136Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8498286Z test_noncontiguous_outermost_masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8498422Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8498571Z test_noncontiguous_outermost_masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8498707Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8498844Z test_noncontiguous_outermost_masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8498980Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8499130Z test_noncontiguous_outermost_masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8499265Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8499421Z test_noncontiguous_outermost_masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8499557Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8499714Z test_noncontiguous_outermost_masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8499847Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8499991Z test_noncontiguous_outermost_masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8500128Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8500281Z test_noncontiguous_outermost_masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8500418Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8500572Z test_noncontiguous_outermost_masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8500709Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8500862Z test_noncontiguous_outermost_masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8500996Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8501133Z test_noncontiguous_outermost_masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8501270Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8501423Z test_noncontiguous_outermost_masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8501558Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8501707Z test_noncontiguous_outermost_masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8501841Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8501990Z test_noncontiguous_outermost_masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8502123Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8502418Z test_noncontiguous_outermost_masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8502554Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8502702Z test_noncontiguous_outermost_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8502837Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8503037Z test_noncontiguous_outermost_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8503173Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8503323Z test_noncontiguous_outermost_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8503460Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8503594Z test_noncontiguous_outermost_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8503729Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8503877Z test_noncontiguous_outermost_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8504013Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8504159Z test_noncontiguous_outermost_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8504297Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8504449Z test_noncontiguous_outermost_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8504584Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8504718Z test_noncontiguous_outermost_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8504854Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8505000Z test_noncontiguous_outermost_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8505138Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8505285Z test_noncontiguous_outermost_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8505421Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8505567Z test_noncontiguous_outermost_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8505700Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8505833Z test_noncontiguous_outermost_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8505968Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8506117Z test_noncontiguous_outermost_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8506250Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8506397Z test_noncontiguous_outermost_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8506532Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8506676Z test_noncontiguous_outermost_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8506809Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8506943Z test_noncontiguous_outermost_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8507083Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8507231Z test_noncontiguous_outermost_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8507367Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8507513Z test_noncontiguous_outermost_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8507646Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8507791Z test_noncontiguous_outermost_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8507965Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8508097Z test_noncontiguous_outermost_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8508232Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8508377Z test_noncontiguous_outermost_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8508512Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8508700Z test_noncontiguous_outermost_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8508837Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8508987Z test_noncontiguous_outermost_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8509120Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8509252Z test_noncontiguous_outermost_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8509392Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8509537Z test_noncontiguous_outermost_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8509675Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8509819Z test_noncontiguous_outermost_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8509955Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8510118Z test_noncontiguous_outermost_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8510253Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8510382Z test_noncontiguous_outermost_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8510520Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8510663Z test_noncontiguous_outermost_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8510801Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8510943Z test_noncontiguous_outermost_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8511078Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8511224Z test_noncontiguous_outermost_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8511363Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8511499Z test_noncontiguous_outermost_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8511634Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8511781Z test_noncontiguous_outermost_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8511917Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8512058Z test_noncontiguous_outermost_std_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8512196Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8512340Z test_noncontiguous_outermost_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8512474Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8512604Z test_noncontiguous_outermost_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8512738Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8512886Z test_noncontiguous_outermost_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8513021Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8513164Z test_noncontiguous_outermost_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8513299Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8513448Z test_noncontiguous_outermost_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8513616Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8513750Z test_noncontiguous_outermost_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8513886Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8514029Z test_noncontiguous_outermost_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8514197Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8514342Z test_noncontiguous_outermost_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8514477Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8514620Z test_noncontiguous_outermost_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8514755Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8514885Z test_noncontiguous_outermost_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8515023Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8515161Z test_noncontiguous_outermost_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8515296Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8515435Z test_noncontiguous_outermost_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8515573Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8515713Z test_noncontiguous_outermost_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8515846Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8515973Z test_noncontiguous_outermost_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8516108Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:43:09.8516255Z test_noncontiguous_outermost_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8516393Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8516539Z test_noncontiguous_outermost_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8516674Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8516822Z test_noncontiguous_outermost_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8516958Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8517088Z test_noncontiguous_outermost_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8517224Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8517366Z test_noncontiguous_outermost_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8517499Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8517641Z test_noncontiguous_outermost_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8517777Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:43:09.8517927Z test_noncontiguous_transposed_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8518026Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8518169Z test_noncontiguous_transposed_all_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8518282Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8518436Z test_noncontiguous_transposed_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8518547Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8518697Z test_noncontiguous_transposed_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8518808Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8518955Z test_noncontiguous_transposed_all_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8519083Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8519233Z test_noncontiguous_transposed_all_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8519343Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8519490Z test_noncontiguous_transposed_all_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8519599Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8519769Z test_noncontiguous_transposed_all_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8519879Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8520022Z test_noncontiguous_transposed_all_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8520119Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8520263Z test_noncontiguous_transposed_all_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8520372Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8520520Z test_noncontiguous_transposed_all_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8520631Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8520774Z test_noncontiguous_transposed_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8520882Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8521017Z test_noncontiguous_transposed_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8521131Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8521275Z test_noncontiguous_transposed_amax_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8521385Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8521533Z test_noncontiguous_transposed_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8521642Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8521790Z test_noncontiguous_transposed_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8521901Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8522031Z test_noncontiguous_transposed_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8522141Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8522288Z test_noncontiguous_transposed_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8522397Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8522543Z test_noncontiguous_transposed_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8522653Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8522796Z test_noncontiguous_transposed_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8522906Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8523038Z test_noncontiguous_transposed_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8523147Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8523293Z test_noncontiguous_transposed_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8523401Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8523549Z test_noncontiguous_transposed_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8523659Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8523805Z test_noncontiguous_transposed_amin_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8523902Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8524050Z test_noncontiguous_transposed_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8524158Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8524368Z test_noncontiguous_transposed_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8524479Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8524624Z test_noncontiguous_transposed_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8524774Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8524919Z test_noncontiguous_transposed_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8525016Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8525159Z test_noncontiguous_transposed_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8525267Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8525440Z test_noncontiguous_transposed_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8525550Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8525694Z test_noncontiguous_transposed_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8525802Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8525946Z test_noncontiguous_transposed_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8526041Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8526188Z test_noncontiguous_transposed_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8526297Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8526441Z test_noncontiguous_transposed_any_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8526550Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8526704Z test_noncontiguous_transposed_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8526814Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8526951Z test_noncontiguous_transposed_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8527061Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8527208Z test_noncontiguous_transposed_any_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8527318Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8527465Z test_noncontiguous_transposed_any_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8527576Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8527724Z test_noncontiguous_transposed_any_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8527833Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8527963Z test_noncontiguous_transposed_any_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8528074Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8528221Z test_noncontiguous_transposed_any_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8528330Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8528472Z test_noncontiguous_transposed_any_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8528583Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8528727Z test_noncontiguous_transposed_any_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8528822Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8528969Z test_noncontiguous_transposed_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8529077Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8529232Z test_noncontiguous_transposed_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8529342Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8529493Z test_noncontiguous_transposed_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8529603Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8529755Z test_noncontiguous_transposed_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8529850Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8530002Z test_noncontiguous_transposed_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8530111Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8530258Z test_noncontiguous_transposed_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8530402Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8530550Z test_noncontiguous_transposed_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8530659Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8530804Z test_noncontiguous_transposed_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8530899Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8531072Z test_noncontiguous_transposed_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8531182Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8531330Z test_noncontiguous_transposed_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8531439Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8531593Z test_noncontiguous_transposed_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8531701Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8531839Z test_noncontiguous_transposed_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8531949Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8532099Z test_noncontiguous_transposed_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8532208Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8532359Z test_noncontiguous_transposed_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8532468Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8532614Z test_noncontiguous_transposed_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8532723Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8532854Z test_noncontiguous_transposed_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8532963Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8533110Z test_noncontiguous_transposed_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8533222Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8533373Z test_noncontiguous_transposed_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8533482Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8533627Z test_noncontiguous_transposed_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8533735Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8533884Z test_noncontiguous_transposed_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8533994Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8534150Z test_noncontiguous_transposed_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8534258Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8534422Z test_noncontiguous_transposed_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8534534Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8534696Z test_noncontiguous_transposed_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8534805Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8534950Z test_noncontiguous_transposed_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8535060Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8535221Z test_noncontiguous_transposed_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8535329Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8535489Z test_noncontiguous_transposed_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8535597Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8535754Z test_noncontiguous_transposed_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8535849Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8536032Z test_noncontiguous_transposed_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8536141Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8536291Z test_noncontiguous_transposed_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8536400Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8536582Z test_noncontiguous_transposed_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8536691Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8536846Z test_noncontiguous_transposed_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8536942Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8537105Z test_noncontiguous_transposed_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8537215Z Tests reducing a transposed tensor. ... ok (0.004s) 2022-12-01T10:43:09.8537387Z test_noncontiguous_transposed_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8537496Z Tests reducing a transposed tensor. ... ok (0.004s) 2022-12-01T10:43:09.8537664Z test_noncontiguous_transposed_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8537773Z Tests reducing a transposed tensor. ... ok (0.004s) 2022-12-01T10:43:09.8537938Z test_noncontiguous_transposed_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8538035Z Tests reducing a transposed tensor. ... ok (0.004s) 2022-12-01T10:43:09.8538198Z test_noncontiguous_transposed_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8538310Z Tests reducing a transposed tensor. ... ok (0.004s) 2022-12-01T10:43:09.8538473Z test_noncontiguous_transposed_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8538583Z Tests reducing a transposed tensor. ... ok (0.004s) 2022-12-01T10:43:09.8538743Z test_noncontiguous_transposed_masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8538852Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:43:09.8539007Z test_noncontiguous_transposed_masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8539102Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8539254Z test_noncontiguous_transposed_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8539366Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8539519Z test_noncontiguous_transposed_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8539627Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8539781Z test_noncontiguous_transposed_masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8539889Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8540043Z test_noncontiguous_transposed_masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8540140Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8540290Z test_noncontiguous_transposed_masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8540399Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8540552Z test_noncontiguous_transposed_masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8540662Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8540820Z test_noncontiguous_transposed_masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8540929Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8541072Z test_noncontiguous_transposed_masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8541183Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8541338Z test_noncontiguous_transposed_masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8541474Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8541631Z test_noncontiguous_transposed_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8541740Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8541892Z test_noncontiguous_transposed_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8542001Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8542309Z test_noncontiguous_transposed_masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8542422Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8542573Z test_noncontiguous_transposed_masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8542684Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8542837Z test_noncontiguous_transposed_masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8542946Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8543100Z test_noncontiguous_transposed_masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8543210Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8543350Z test_noncontiguous_transposed_masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8543459Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8543620Z test_noncontiguous_transposed_masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8543730Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:43:09.8543889Z test_noncontiguous_transposed_masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8543999Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:43:09.8544157Z test_noncontiguous_transposed_masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8544267Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8544408Z test_noncontiguous_transposed_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8544519Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8544676Z test_noncontiguous_transposed_masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8544784Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8544938Z test_noncontiguous_transposed_masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8545047Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8545199Z test_noncontiguous_transposed_masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8545294Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8545449Z test_noncontiguous_transposed_masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8545558Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:43:09.8545715Z test_noncontiguous_transposed_masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8545826Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8545983Z test_noncontiguous_transposed_masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8546091Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8546248Z test_noncontiguous_transposed_masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8546344Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8546508Z test_noncontiguous_transposed_masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8546619Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8546778Z test_noncontiguous_transposed_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8546890Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8547045Z test_noncontiguous_transposed_masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8547192Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8547344Z test_noncontiguous_transposed_masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8547441Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8547591Z test_noncontiguous_transposed_masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8547700Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8547925Z test_noncontiguous_transposed_masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8548037Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8548196Z test_noncontiguous_transposed_masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8548305Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8548470Z test_noncontiguous_transposed_masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8548566Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:43:09.8548733Z test_noncontiguous_transposed_masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8548842Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:43:09.8549003Z test_noncontiguous_transposed_masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8549113Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:43:09.8549275Z test_noncontiguous_transposed_masked_logsumexp_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8549384Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:43:09.8549529Z test_noncontiguous_transposed_masked_logsumexp_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8549639Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:43:09.8549795Z test_noncontiguous_transposed_masked_logsumexp_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8549905Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:43:09.8550067Z test_noncontiguous_transposed_masked_logsumexp_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8550176Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:43:09.8550337Z test_noncontiguous_transposed_masked_logsumexp_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8550445Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:43:09.8550589Z test_noncontiguous_transposed_masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8550702Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:43:09.8550860Z test_noncontiguous_transposed_masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8550970Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:43:09.8551129Z test_noncontiguous_transposed_masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8551237Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:43:09.8551395Z test_noncontiguous_transposed_masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8551505Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:43:09.8551647Z test_noncontiguous_transposed_masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8551757Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:43:09.8551908Z test_noncontiguous_transposed_masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8552019Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:43:09.8552170Z test_noncontiguous_transposed_masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8552280Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:43:09.8552435Z test_noncontiguous_transposed_masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8552544Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:43:09.8552682Z test_noncontiguous_transposed_masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8552821Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:43:09.8552971Z test_noncontiguous_transposed_masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8553081Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:43:09.8553236Z test_noncontiguous_transposed_masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8553345Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:43:09.8553523Z test_noncontiguous_transposed_masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8553620Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:43:09.8553777Z test_noncontiguous_transposed_masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8553885Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8554045Z test_noncontiguous_transposed_masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8554155Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8554309Z test_noncontiguous_transposed_masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8554417Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8554569Z test_noncontiguous_transposed_masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8554664Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8554820Z test_noncontiguous_transposed_masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8554929Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8555090Z test_noncontiguous_transposed_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8555198Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:43:09.8555358Z test_noncontiguous_transposed_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8555467Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:43:09.8555622Z test_noncontiguous_transposed_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8555717Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:43:09.8555873Z test_noncontiguous_transposed_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8555981Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:43:09.8556136Z test_noncontiguous_transposed_masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8556248Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8556399Z test_noncontiguous_transposed_masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8556508Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8556664Z test_noncontiguous_transposed_masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8556760Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8556914Z test_noncontiguous_transposed_masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8557028Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:43:09.8557181Z test_noncontiguous_transposed_masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8557290Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8557446Z test_noncontiguous_transposed_masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8557555Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:43:09.8557700Z test_noncontiguous_transposed_masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8557810Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:43:09.8557972Z test_noncontiguous_transposed_masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8558085Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:43:09.8558241Z test_noncontiguous_transposed_masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8558379Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:43:09.8558535Z test_noncontiguous_transposed_masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8558645Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:43:09.8558782Z test_noncontiguous_transposed_masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8558893Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:43:09.8559080Z test_noncontiguous_transposed_masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8559194Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:43:09.8559345Z test_noncontiguous_transposed_masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8559456Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:43:09.8559610Z test_noncontiguous_transposed_masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8559720Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-12-01T10:43:09.8559858Z test_noncontiguous_transposed_masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8559968Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:43:09.8560125Z test_noncontiguous_transposed_masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8560235Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:43:09.8560390Z test_noncontiguous_transposed_masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8560502Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8560662Z test_noncontiguous_transposed_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8560772Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:43:09.8560916Z test_noncontiguous_transposed_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8561025Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:43:09.8561182Z test_noncontiguous_transposed_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8561293Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8561446Z test_noncontiguous_transposed_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8561555Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8561705Z test_noncontiguous_transposed_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8561801Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8561952Z test_noncontiguous_transposed_masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8562061Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8562211Z test_noncontiguous_transposed_masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8562320Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8562471Z test_noncontiguous_transposed_masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8562581Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8562734Z test_noncontiguous_transposed_masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8562831Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8562982Z test_noncontiguous_transposed_masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8563093Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8563251Z test_noncontiguous_transposed_masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8563360Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:43:09.8563518Z test_noncontiguous_transposed_masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8563629Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:43:09.8563787Z test_noncontiguous_transposed_masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8563917Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:43:09.8564072Z test_noncontiguous_transposed_masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8564182Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:43:09.8564444Z test_noncontiguous_transposed_masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8564555Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:43:09.8564741Z test_noncontiguous_transposed_masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8564851Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:43:09.8565004Z test_noncontiguous_transposed_masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8565100Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:43:09.8565249Z test_noncontiguous_transposed_masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8565357Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:43:09.8565507Z test_noncontiguous_transposed_masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8565618Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:43:09.8565771Z test_noncontiguous_transposed_masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8565885Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:43:09.8566021Z test_noncontiguous_transposed_masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8566133Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:43:09.8566283Z test_noncontiguous_transposed_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8566393Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8566547Z test_noncontiguous_transposed_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8566658Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:43:09.8566810Z test_noncontiguous_transposed_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8566921Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8567056Z test_noncontiguous_transposed_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8567167Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8567314Z test_noncontiguous_transposed_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8567423Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8567570Z test_noncontiguous_transposed_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8567684Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8567840Z test_noncontiguous_transposed_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8567948Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8568086Z test_noncontiguous_transposed_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8568197Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8568349Z test_noncontiguous_transposed_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8568458Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8568609Z test_noncontiguous_transposed_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8568718Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8568867Z test_noncontiguous_transposed_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8568968Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8569118Z test_noncontiguous_transposed_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8569228Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8569376Z test_noncontiguous_transposed_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8569488Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8569638Z test_noncontiguous_transposed_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8569791Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8569938Z test_noncontiguous_transposed_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8570035Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8570183Z test_noncontiguous_transposed_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8570292Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8570465Z test_noncontiguous_transposed_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8570575Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8570721Z test_noncontiguous_transposed_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8570829Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8570977Z test_noncontiguous_transposed_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8571074Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8571222Z test_noncontiguous_transposed_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8571332Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8571478Z test_noncontiguous_transposed_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8571588Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8571745Z test_noncontiguous_transposed_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8571853Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8571992Z test_noncontiguous_transposed_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8572103Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8572251Z test_noncontiguous_transposed_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8572361Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8572514Z test_noncontiguous_transposed_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8572622Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8572766Z test_noncontiguous_transposed_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8572874Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8573007Z test_noncontiguous_transposed_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8573118Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8573264Z test_noncontiguous_transposed_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8573373Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8573518Z test_noncontiguous_transposed_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8573628Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8573773Z test_noncontiguous_transposed_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8573884Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8574016Z test_noncontiguous_transposed_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8574126Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:43:09.8574276Z test_noncontiguous_transposed_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8574386Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:43:09.8574542Z test_noncontiguous_transposed_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8574652Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:43:09.8574800Z test_noncontiguous_transposed_std_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8574896Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:43:09.8575044Z test_noncontiguous_transposed_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8575153Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:43:09.8575332Z test_noncontiguous_transposed_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8575441Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:43:09.8575588Z test_noncontiguous_transposed_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8575698Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8575842Z test_noncontiguous_transposed_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8575963Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8576116Z test_noncontiguous_transposed_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8576225Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:43:09.8576375Z test_noncontiguous_transposed_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8576483Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8576630Z test_noncontiguous_transposed_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8576741Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8576887Z test_noncontiguous_transposed_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8576983Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8577128Z test_noncontiguous_transposed_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8577239Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8577386Z test_noncontiguous_transposed_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8577496Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8577641Z test_noncontiguous_transposed_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8577751Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8577881Z test_noncontiguous_transposed_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8577991Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8578139Z test_noncontiguous_transposed_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8578248Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8578392Z test_noncontiguous_transposed_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8578501Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:43:09.8578649Z test_noncontiguous_transposed_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8578759Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:43:09.8578896Z test_noncontiguous_transposed_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8579007Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:43:09.8579156Z test_noncontiguous_transposed_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8579265Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:43:09.8579411Z test_noncontiguous_transposed_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8579522Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:43:09.8579668Z test_noncontiguous_transposed_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8579777Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:43:09.8579909Z test_noncontiguous_transposed_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8580017Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:43:09.8580161Z test_numpy_named_args_cpu (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:43:09.8580291Z test_prod_bool_cpu (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:43:09.8580425Z test_prod_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-12-01T10:43:09.8580584Z test_prod_gpu_cpu_float16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:43:09.8580742Z test_prod_gpu_cpu_float32 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:43:09.8580899Z test_prod_integer_upcast_cpu (__main__.TestReductionsCPU) ... ok (0.249s) 2022-12-01T10:43:09.8581038Z test_quantile_backward_cpu (__main__.TestReductionsCPU) ... ok (0.011s) 2022-12-01T10:43:09.8581530Z test_quantile_cpu_float32 (__main__.TestReductionsCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/lib/nanfunctions.py:1372: RuntimeWarning: All-NaN slice encountered 2022-12-01T10:43:09.8581670Z overwrite_input=overwrite_input, interpolation=interpolation 2022-12-01T10:43:09.8581983Z /opt/conda/lib/python3.7/site-packages/numpy/lib/nanfunctions.py:1392: RuntimeWarning: All-NaN slice encountered 2022-12-01T10:43:09.8582082Z overwrite_input, interpolation) 2022-12-01T10:43:09.8582274Z ok (5.491s) 2022-12-01T10:43:09.8582417Z test_quantile_cpu_float64 (__main__.TestReductionsCPU) ... ok (5.351s) 2022-12-01T10:43:09.8582539Z test_quantile_error_cpu (__main__.TestReductionsCPU) ... ok (0.030s) 2022-12-01T10:43:09.8582676Z test_reduce_dtype_cpu (__main__.TestReductionsCPU) ... ok (0.007s) 2022-12-01T10:43:09.8582823Z test_reduction_empty_any_all_cpu (__main__.TestReductionsCPU) ... ok (0.025s) 2022-12-01T10:43:09.8582982Z test_reduction_split_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:43:09.8583179Z test_reduction_vectorize_along_input_corner_cpu_bfloat16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T10:43:09.8583375Z test_reduction_vectorize_along_input_corner_cpu_float16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T10:43:09.8583571Z test_reduction_vectorize_along_input_corner_cpu_float32 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T10:43:09.8583757Z test_reduction_vectorize_along_input_corner_cpu_float64 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T10:43:09.8583944Z test_reduction_vectorize_along_output_cpu_bfloat16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:43:09.8584118Z test_reduction_vectorize_along_output_cpu_float16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:43:09.8584295Z test_reduction_vectorize_along_output_cpu_float32 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:43:09.8584470Z test_reduction_vectorize_along_output_cpu_float64 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:43:09.8584609Z test_ref_duplicate_values_all_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8584769Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8584914Z test_ref_duplicate_values_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8585074Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8585218Z test_ref_duplicate_values_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8585368Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8585496Z test_ref_duplicate_values_all_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8585647Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8585786Z test_ref_duplicate_values_all_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8585939Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8586081Z test_ref_duplicate_values_all_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8586235Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8586373Z test_ref_duplicate_values_all_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8586522Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8586645Z test_ref_duplicate_values_all_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8586849Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8586984Z test_ref_duplicate_values_all_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8587136Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8587271Z test_ref_duplicate_values_all_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8587476Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8587617Z test_ref_duplicate_values_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8587765Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8587889Z test_ref_duplicate_values_amax_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8588042Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8588181Z test_ref_duplicate_values_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8588335Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8588472Z test_ref_duplicate_values_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8588623Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8588762Z test_ref_duplicate_values_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8588917Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8589041Z test_ref_duplicate_values_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8589189Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8589325Z test_ref_duplicate_values_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8589475Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8589613Z test_ref_duplicate_values_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8589762Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8589900Z test_ref_duplicate_values_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8590047Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8590172Z test_ref_duplicate_values_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8590323Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8590460Z test_ref_duplicate_values_amin_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8590611Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8590750Z test_ref_duplicate_values_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8590897Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8591037Z test_ref_duplicate_values_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8591188Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8591327Z test_ref_duplicate_values_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8591463Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8591600Z test_ref_duplicate_values_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8591748Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8591882Z test_ref_duplicate_values_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8592032Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8592169Z test_ref_duplicate_values_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8592348Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8592483Z test_ref_duplicate_values_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8592617Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8592754Z test_ref_duplicate_values_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8592936Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8593075Z test_ref_duplicate_values_any_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8593223Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8593366Z test_ref_duplicate_values_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8593518Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8593660Z test_ref_duplicate_values_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8593796Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8593936Z test_ref_duplicate_values_any_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8594084Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8594223Z test_ref_duplicate_values_any_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8594373Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8594510Z test_ref_duplicate_values_any_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8594660Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8594796Z test_ref_duplicate_values_any_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8594934Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8595072Z test_ref_duplicate_values_any_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8595222Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8595356Z test_ref_duplicate_values_any_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8595504Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8595644Z test_ref_duplicate_values_any_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8595789Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8595925Z test_ref_duplicate_values_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8596057Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8596201Z test_ref_duplicate_values_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8596353Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8596497Z test_ref_duplicate_values_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8596643Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8596783Z test_ref_duplicate_values_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8596933Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8597076Z test_ref_duplicate_values_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8597213Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8597351Z test_ref_duplicate_values_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8597498Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8597637Z test_ref_duplicate_values_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8597814Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8597954Z test_ref_duplicate_values_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8598108Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8598250Z test_ref_duplicate_values_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8598413Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8598555Z test_ref_duplicate_values_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8598706Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8598850Z test_ref_duplicate_values_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8599000Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8599145Z test_ref_duplicate_values_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8599295Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8599434Z test_ref_duplicate_values_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8599580Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8599705Z test_ref_duplicate_values_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8599853Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8599993Z test_ref_duplicate_values_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8600144Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8600284Z test_ref_duplicate_values_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8600437Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8600579Z test_ref_duplicate_values_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8600730Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8600867Z test_ref_duplicate_values_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8601015Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8601172Z test_ref_duplicate_values_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8601322Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8601479Z test_ref_duplicate_values_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8601627Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8601777Z test_ref_duplicate_values_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8601927Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8602062Z test_ref_duplicate_values_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8602213Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8602363Z test_ref_duplicate_values_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8602514Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8602664Z test_ref_duplicate_values_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8602815Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8602961Z test_ref_duplicate_values_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8603109Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8603273Z test_ref_duplicate_values_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8603423Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8603571Z test_ref_duplicate_values_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8603721Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8603894Z test_ref_duplicate_values_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8604046Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8604193Z test_ref_duplicate_values_masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8604413Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8604562Z test_ref_duplicate_values_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8604700Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8604847Z test_ref_duplicate_values_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8604996Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8605142Z test_ref_duplicate_values_masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8605295Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8605440Z test_ref_duplicate_values_masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8605592Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8605738Z test_ref_duplicate_values_masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8605873Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T10:43:09.8606022Z test_ref_duplicate_values_masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8606171Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8606315Z test_ref_duplicate_values_masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8606468Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8606618Z test_ref_duplicate_values_masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8606768Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8606916Z test_ref_duplicate_values_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8607051Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8607198Z test_ref_duplicate_values_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8607351Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8607497Z test_ref_duplicate_values_masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8607646Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8607791Z test_ref_duplicate_values_masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8607940Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8608084Z test_ref_duplicate_values_masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8608221Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8608366Z test_ref_duplicate_values_masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8608514Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8608697Z test_ref_duplicate_values_masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8608848Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8609000Z test_ref_duplicate_values_masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8609149Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8609326Z test_ref_duplicate_values_masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8609464Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8609616Z test_ref_duplicate_values_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8609768Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8609915Z test_ref_duplicate_values_masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8610068Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8610214Z test_ref_duplicate_values_masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8610364Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8610511Z test_ref_duplicate_values_masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8610661Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8610796Z test_ref_duplicate_values_masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8610946Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8611093Z test_ref_duplicate_values_masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8611241Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8611395Z test_ref_duplicate_values_masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8611543Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8611690Z test_ref_duplicate_values_masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8611836Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8611975Z test_ref_duplicate_values_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8612126Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8612272Z test_ref_duplicate_values_masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8612422Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8612568Z test_ref_duplicate_values_masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8612719Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8612867Z test_ref_duplicate_values_masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8613017Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8613150Z test_ref_duplicate_values_masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8613300Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8613448Z test_ref_duplicate_values_masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8613599Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8613746Z test_ref_duplicate_values_masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8613895Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8614049Z test_ref_duplicate_values_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8614224Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T10:43:09.8614363Z test_ref_duplicate_values_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8614510Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T10:43:09.8614659Z test_ref_duplicate_values_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8614842Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8614990Z test_ref_duplicate_values_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8615140Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8615285Z test_ref_duplicate_values_masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8615434Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8615582Z test_ref_duplicate_values_masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8615718Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8615863Z test_ref_duplicate_values_masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8616011Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8616158Z test_ref_duplicate_values_masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8616308Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8616453Z test_ref_duplicate_values_masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8616598Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8616743Z test_ref_duplicate_values_masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8616881Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8617033Z test_ref_duplicate_values_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8617181Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T10:43:09.8617332Z test_ref_duplicate_values_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8617483Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T10:43:09.8617630Z test_ref_duplicate_values_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8617781Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8617929Z test_ref_duplicate_values_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8618062Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8618210Z test_ref_duplicate_values_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8618358Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8618502Z test_ref_duplicate_values_masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8618652Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8618797Z test_ref_duplicate_values_masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8618948Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8619092Z test_ref_duplicate_values_masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8619226Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8619368Z test_ref_duplicate_values_masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8619547Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8619690Z test_ref_duplicate_values_masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8619840Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8619983Z test_ref_duplicate_values_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8620158Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8620303Z test_ref_duplicate_values_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8620453Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8620580Z test_ref_duplicate_values_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8620726Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8620862Z test_ref_duplicate_values_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8621015Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8621154Z test_ref_duplicate_values_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8621304Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8621449Z test_ref_duplicate_values_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8621600Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T10:43:09.8621731Z test_ref_duplicate_values_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8621881Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8622024Z test_ref_duplicate_values_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8622271Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8622414Z test_ref_duplicate_values_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8622563Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8622705Z test_ref_duplicate_values_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8622855Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8622985Z test_ref_duplicate_values_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8623133Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8623272Z test_ref_duplicate_values_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8623421Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8623558Z test_ref_duplicate_values_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8623708Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8623888Z test_ref_duplicate_values_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8624105Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8624344Z test_ref_duplicate_values_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8624638Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8624873Z test_ref_duplicate_values_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8625033Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8625173Z test_ref_duplicate_values_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8625323Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8625465Z test_ref_duplicate_values_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8625691Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8625860Z test_ref_duplicate_values_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8626011Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8626144Z test_ref_duplicate_values_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8626364Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-12-01T10:43:09.8626507Z test_ref_duplicate_values_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8626657Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8626794Z test_ref_duplicate_values_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8626944Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8627084Z test_ref_duplicate_values_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8627239Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8627362Z test_ref_duplicate_values_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8627513Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8627651Z test_ref_duplicate_values_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8627800Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8627939Z test_ref_duplicate_values_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8628091Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8628231Z test_ref_duplicate_values_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8628402Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-12-01T10:43:09.8628532Z test_ref_duplicate_values_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8628702Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-12-01T10:43:09.8628848Z test_ref_duplicate_values_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8629017Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-12-01T10:43:09.8629159Z test_ref_duplicate_values_std_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8629323Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-12-01T10:43:09.8629460Z test_ref_duplicate_values_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8629626Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-12-01T10:43:09.8629753Z test_ref_duplicate_values_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8629921Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-12-01T10:43:09.8630058Z test_ref_duplicate_values_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8630210Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8630357Z test_ref_duplicate_values_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8630508Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8630652Z test_ref_duplicate_values_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8630805Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8630943Z test_ref_duplicate_values_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8631096Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-12-01T10:43:09.8631263Z test_ref_duplicate_values_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8631416Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8631554Z test_ref_duplicate_values_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8631703Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8631873Z test_ref_duplicate_values_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8632026Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8632162Z test_ref_duplicate_values_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8632299Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8632437Z test_ref_duplicate_values_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8632589Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8632726Z test_ref_duplicate_values_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8632875Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8633013Z test_ref_duplicate_values_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8633168Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:43:09.8633310Z test_ref_duplicate_values_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8633464Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-12-01T10:43:09.8633607Z test_ref_duplicate_values_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8633773Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-12-01T10:43:09.8633916Z test_ref_duplicate_values_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8634082Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-12-01T10:43:09.8634220Z test_ref_duplicate_values_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8634383Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-12-01T10:43:09.8634522Z test_ref_duplicate_values_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8634670Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-12-01T10:43:09.8634811Z test_ref_extremal_values_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8634965Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-12-01T10:43:09.8635101Z test_ref_extremal_values_all_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8635252Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-12-01T10:43:09.8635388Z test_ref_extremal_values_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8635541Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-12-01T10:43:09.8635676Z test_ref_extremal_values_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8635817Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-12-01T10:43:09.8635961Z test_ref_extremal_values_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8636110Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-12-01T10:43:09.8636249Z test_ref_extremal_values_any_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8636400Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-12-01T10:43:09.8636541Z test_ref_extremal_values_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8636751Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-12-01T10:43:09.8636893Z test_ref_extremal_values_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8637028Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-12-01T10:43:09.8637181Z test_ref_extremal_values_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8637354Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-12-01T10:43:09.8637505Z test_ref_extremal_values_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8637652Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-12-01T10:43:09.8637801Z test_ref_extremal_values_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8637952Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-12-01T10:43:09.8638100Z test_ref_extremal_values_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8638249Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-12-01T10:43:09.8638385Z test_ref_extremal_values_masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8638532Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-12-01T10:43:09.8638682Z test_ref_extremal_values_masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8638830Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-12-01T10:43:09.8638978Z test_ref_extremal_values_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8639123Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-12-01T10:43:09.8639270Z test_ref_extremal_values_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8639422Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-12-01T10:43:09.8639557Z test_ref_extremal_values_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8639705Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-12-01T10:43:09.8639849Z test_ref_extremal_values_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8640000Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-12-01T10:43:09.8640140Z test_ref_extremal_values_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8640603Z Compares op against reference for input tensors with extremal values ... /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:161: RuntimeWarning: invalid value encountered in true_divide 2022-12-01T10:43:09.8640701Z ret = ret.dtype.type(ret / rcount) 2022-12-01T10:43:09.8640769Z ok (0.002s) 2022-12-01T10:43:09.8640896Z test_ref_extremal_values_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8641047Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-12-01T10:43:09.8641187Z test_ref_extremal_values_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8641336Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-12-01T10:43:09.8641478Z test_ref_extremal_values_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8641633Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-12-01T10:43:09.8641773Z test_ref_extremal_values_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8641923Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-12-01T10:43:09.8642048Z test_ref_extremal_values_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8642201Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-12-01T10:43:09.8642377Z test_ref_extremal_values_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8642788Z Compares op against reference for input tensors with extremal values ... /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:186: RuntimeWarning: invalid value encountered in true_divide 2022-12-01T10:43:09.8642969Z arrmean, rcount, out=arrmean, casting='unsafe', subok=False) 2022-12-01T10:43:09.8643281Z /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:193: RuntimeWarning: invalid value encountered in subtract 2022-12-01T10:43:09.8643407Z x = asanyarray(arr - arrmean) 2022-12-01T10:43:09.8643476Z ok (0.004s) 2022-12-01T10:43:09.8643602Z test_ref_extremal_values_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8643753Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-12-01T10:43:09.8643892Z test_ref_extremal_values_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8644048Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-12-01T10:43:09.8644185Z test_ref_extremal_values_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8644419Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-12-01T10:43:09.8644563Z test_ref_extremal_values_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8644716Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-12-01T10:43:09.8644838Z test_ref_extremal_values_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8644989Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-12-01T10:43:09.8645125Z test_ref_large_input_1D_all_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8645288Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.013s) 2022-12-01T10:43:09.8645426Z test_ref_large_input_1D_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8645585Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.014s) 2022-12-01T10:43:09.8645720Z test_ref_large_input_1D_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8645880Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.014s) 2022-12-01T10:43:09.8646002Z test_ref_large_input_1D_any_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8646162Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.015s) 2022-12-01T10:43:09.8646303Z test_ref_large_input_1D_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8646459Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.014s) 2022-12-01T10:43:09.8646593Z test_ref_large_input_1D_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8646755Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.014s) 2022-12-01T10:43:09.8646906Z test_ref_large_input_1D_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8647061Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.014s) 2022-12-01T10:43:09.8647207Z test_ref_large_input_1D_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8647364Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.013s) 2022-12-01T10:43:09.8647499Z test_ref_large_input_1D_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8647658Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.012s) 2022-12-01T10:43:09.8647808Z test_ref_large_input_1D_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8647963Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.014s) 2022-12-01T10:43:09.8648144Z test_ref_large_input_1D_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8648306Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.014s) 2022-12-01T10:43:09.8648454Z test_ref_large_input_1D_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8648611Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.013s) 2022-12-01T10:43:09.8648781Z test_ref_large_input_1D_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8648925Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.012s) 2022-12-01T10:43:09.8649066Z test_ref_large_input_1D_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8649224Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.012s) 2022-12-01T10:43:09.8649368Z test_ref_large_input_1D_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8649521Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.016s) 2022-12-01T10:43:09.8649666Z test_ref_large_input_1D_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8649824Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.014s) 2022-12-01T10:43:09.8649964Z test_ref_large_input_1D_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8650109Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.013s) 2022-12-01T10:43:09.8650249Z test_ref_large_input_1D_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8650406Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.017s) 2022-12-01T10:43:09.8650542Z test_ref_large_input_1D_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8650701Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.012s) 2022-12-01T10:43:09.8650839Z test_ref_large_input_1D_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8651000Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.017s) 2022-12-01T10:43:09.8651138Z test_ref_large_input_2D_all_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8651290Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.030s) 2022-12-01T10:43:09.8651427Z test_ref_large_input_2D_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8651593Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.034s) 2022-12-01T10:43:09.8651731Z test_ref_large_input_2D_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8651894Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.035s) 2022-12-01T10:43:09.8652026Z test_ref_large_input_2D_any_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8652187Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.036s) 2022-12-01T10:43:09.8652328Z test_ref_large_input_2D_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8652474Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.032s) 2022-12-01T10:43:09.8652615Z test_ref_large_input_2D_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8652775Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.028s) 2022-12-01T10:43:09.8652928Z test_ref_large_input_2D_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8653087Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.037s) 2022-12-01T10:43:09.8653231Z test_ref_large_input_2D_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8653393Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.031s) 2022-12-01T10:43:09.8653535Z test_ref_large_input_2D_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8653723Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.029s) 2022-12-01T10:43:09.8653860Z test_ref_large_input_2D_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8654017Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.036s) 2022-12-01T10:43:09.8654161Z test_ref_large_input_2D_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8654344Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.032s) 2022-12-01T10:43:09.8654489Z test_ref_large_input_2D_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8654648Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.029s) 2022-12-01T10:43:09.8654791Z test_ref_large_input_2D_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8654945Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.027s) 2022-12-01T10:43:09.8655070Z test_ref_large_input_2D_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8655226Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.034s) 2022-12-01T10:43:09.8655367Z test_ref_large_input_2D_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8655522Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.043s) 2022-12-01T10:43:09.8655659Z test_ref_large_input_2D_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8655817Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.040s) 2022-12-01T10:43:09.8655952Z test_ref_large_input_2D_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8656113Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.036s) 2022-12-01T10:43:09.8656234Z test_ref_large_input_2D_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8656389Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.049s) 2022-12-01T10:43:09.8656521Z test_ref_large_input_2D_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8656681Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.025s) 2022-12-01T10:43:09.8656813Z test_ref_large_input_2D_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8656974Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.043s) 2022-12-01T10:43:09.8657122Z test_ref_large_input_64bit_indexing_all_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8657295Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.404s) 2022-12-01T10:43:09.8657445Z test_ref_large_input_64bit_indexing_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8657606Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.127s) 2022-12-01T10:43:09.8657757Z test_ref_large_input_64bit_indexing_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8657926Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.068s) 2022-12-01T10:43:09.8658074Z test_ref_large_input_64bit_indexing_any_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8658250Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.357s) 2022-12-01T10:43:09.8658402Z test_ref_large_input_64bit_indexing_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8658568Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.582s) 2022-12-01T10:43:09.8658723Z test_ref_large_input_64bit_indexing_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8658886Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.658s) 2022-12-01T10:43:09.8659077Z test_ref_large_input_64bit_indexing_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8659249Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.727s) 2022-12-01T10:43:09.8659407Z test_ref_large_input_64bit_indexing_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8659603Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.171s) 2022-12-01T10:43:09.8659760Z test_ref_large_input_64bit_indexing_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8659930Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.117s) 2022-12-01T10:43:09.8660092Z test_ref_large_input_64bit_indexing_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8660263Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.627s) 2022-12-01T10:43:09.8660416Z test_ref_large_input_64bit_indexing_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8660586Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.654s) 2022-12-01T10:43:09.8660739Z test_ref_large_input_64bit_indexing_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8660909Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.278s) 2022-12-01T10:43:09.8661064Z test_ref_large_input_64bit_indexing_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8661228Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.264s) 2022-12-01T10:43:09.8661376Z test_ref_large_input_64bit_indexing_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8661547Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.171s) 2022-12-01T10:43:09.8661702Z test_ref_large_input_64bit_indexing_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8661864Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (7.249s) 2022-12-01T10:43:09.8662015Z test_ref_large_input_64bit_indexing_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8662355Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (6.311s) 2022-12-01T10:43:09.8662508Z test_ref_large_input_64bit_indexing_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8662675Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.212s) 2022-12-01T10:43:09.8662825Z test_ref_large_input_64bit_indexing_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8662995Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (7.574s) 2022-12-01T10:43:09.8663149Z test_ref_large_input_64bit_indexing_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8663318Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.103s) 2022-12-01T10:43:09.8663450Z test_ref_large_input_64bit_indexing_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8663618Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (7.626s) 2022-12-01T10:43:09.8663750Z test_ref_scalar_input_all_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8663888Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8664027Z test_ref_scalar_input_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8664168Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8664306Z test_ref_scalar_input_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8664485Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8664609Z test_ref_scalar_input_all_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8664740Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8664875Z test_ref_scalar_input_all_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8665007Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8665185Z test_ref_scalar_input_all_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8665319Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8665451Z test_ref_scalar_input_all_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8665586Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8665704Z test_ref_scalar_input_all_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8665837Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8665972Z test_ref_scalar_input_all_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8666103Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8666234Z test_ref_scalar_input_all_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8666366Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8666499Z test_ref_scalar_input_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8666616Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8666742Z test_ref_scalar_input_amax_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8666871Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8667006Z test_ref_scalar_input_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8667141Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T10:43:09.8667277Z test_ref_scalar_input_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8667412Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8667545Z test_ref_scalar_input_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8667664Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8667797Z test_ref_scalar_input_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8667932Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8668065Z test_ref_scalar_input_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8668195Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8668324Z test_ref_scalar_input_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8668453Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8668586Z test_ref_scalar_input_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8668705Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8668835Z test_ref_scalar_input_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8668964Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8669093Z test_ref_scalar_input_amin_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8669224Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8669358Z test_ref_scalar_input_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8669490Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8669624Z test_ref_scalar_input_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8669741Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8669872Z test_ref_scalar_input_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8670033Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8670163Z test_ref_scalar_input_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8670296Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8670425Z test_ref_scalar_input_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8670558Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8670711Z test_ref_scalar_input_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8670831Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8670961Z test_ref_scalar_input_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8671093Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8671224Z test_ref_scalar_input_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8671355Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8671484Z test_ref_scalar_input_any_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8671617Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8671743Z test_ref_scalar_input_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8671875Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8672009Z test_ref_scalar_input_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8672141Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8672274Z test_ref_scalar_input_any_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8672406Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8672539Z test_ref_scalar_input_any_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8672671Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8672795Z test_ref_scalar_input_any_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8672926Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8673053Z test_ref_scalar_input_any_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8673187Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8673317Z test_ref_scalar_input_any_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8673447Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8673574Z test_ref_scalar_input_any_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8673705Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8673823Z test_ref_scalar_input_any_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8673955Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8674086Z test_ref_scalar_input_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8674216Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8674354Z test_ref_scalar_input_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8674485Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8674620Z test_ref_scalar_input_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8674752Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8674875Z test_ref_scalar_input_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8675006Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8675140Z test_ref_scalar_input_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8675272Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8675436Z test_ref_scalar_input_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8675566Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8675700Z test_ref_scalar_input_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8675835Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8675959Z test_ref_scalar_input_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8676117Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8676251Z test_ref_scalar_input_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8676382Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8676518Z test_ref_scalar_input_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8676652Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8676789Z test_ref_scalar_input_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8676923Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8677048Z test_ref_scalar_input_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8677179Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8677312Z test_ref_scalar_input_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8677445Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8677580Z test_ref_scalar_input_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8677714Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8677848Z test_ref_scalar_input_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8677967Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8678101Z test_ref_scalar_input_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8678236Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8678373Z test_ref_scalar_input_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8678504Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8678648Z test_ref_scalar_input_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8678781Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8678932Z test_ref_scalar_input_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8679051Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8679198Z test_ref_scalar_input_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8679327Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8679471Z test_ref_scalar_input_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8679604Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8679746Z test_ref_scalar_input_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8679877Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8680019Z test_ref_scalar_input_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8680141Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8680283Z test_ref_scalar_input_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8680415Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8680556Z test_ref_scalar_input_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8680687Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8680829Z test_ref_scalar_input_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8680988Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8681129Z test_ref_scalar_input_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8681249Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8681391Z test_ref_scalar_input_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8681554Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8681696Z test_ref_scalar_input_masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8681826Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8681970Z test_ref_scalar_input_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8682100Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8682241Z test_ref_scalar_input_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8682362Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8682500Z test_ref_scalar_input_masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8682631Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8682769Z test_ref_scalar_input_masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8682900Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8683040Z test_ref_scalar_input_masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8683170Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8683309Z test_ref_scalar_input_masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8683431Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8683571Z test_ref_scalar_input_masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8683704Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8683846Z test_ref_scalar_input_masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8683979Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8684122Z test_ref_scalar_input_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8684342Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8684487Z test_ref_scalar_input_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8684606Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8684747Z test_ref_scalar_input_masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8684880Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8685018Z test_ref_scalar_input_masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8685152Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8685293Z test_ref_scalar_input_masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8685426Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8685564Z test_ref_scalar_input_masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8685685Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8685824Z test_ref_scalar_input_masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8685956Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8686099Z test_ref_scalar_input_masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8686231Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8686374Z test_ref_scalar_input_masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8686538Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8686681Z test_ref_scalar_input_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8686799Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8686941Z test_ref_scalar_input_masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8687100Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8687242Z test_ref_scalar_input_masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8687376Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8687519Z test_ref_scalar_input_masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8687654Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8687795Z test_ref_scalar_input_masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8687918Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8688061Z test_ref_scalar_input_masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8688193Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8688335Z test_ref_scalar_input_masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8688472Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8688617Z test_ref_scalar_input_masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8688750Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8688895Z test_ref_scalar_input_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8689015Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8689163Z test_ref_scalar_input_masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8689298Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8689439Z test_ref_scalar_input_masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8689575Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8689717Z test_ref_scalar_input_masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8689852Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8689995Z test_ref_scalar_input_masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8690116Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8690259Z test_ref_scalar_input_masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8690393Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8690535Z test_ref_scalar_input_masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8690668Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8690818Z test_ref_scalar_input_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8690951Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8691102Z test_ref_scalar_input_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8691230Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8691374Z test_ref_scalar_input_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8691507Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8691651Z test_ref_scalar_input_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8691784Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8691954Z test_ref_scalar_input_masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8692088Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8692217Z test_ref_scalar_input_masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8692350Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8692490Z test_ref_scalar_input_masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8692648Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8692789Z test_ref_scalar_input_masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8692923Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8693065Z test_ref_scalar_input_masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8693198Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8693328Z test_ref_scalar_input_masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8693465Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8693613Z test_ref_scalar_input_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8693746Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8693893Z test_ref_scalar_input_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8694026Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8694170Z test_ref_scalar_input_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8694306Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8694436Z test_ref_scalar_input_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8694571Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8694715Z test_ref_scalar_input_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8694847Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8694984Z test_ref_scalar_input_masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8695117Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8695255Z test_ref_scalar_input_masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8695398Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8695523Z test_ref_scalar_input_masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8695654Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8695792Z test_ref_scalar_input_masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8695924Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8696063Z test_ref_scalar_input_masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8696194Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8696333Z test_ref_scalar_input_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8696466Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8696593Z test_ref_scalar_input_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8696727Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8696859Z test_ref_scalar_input_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8696994Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8697130Z test_ref_scalar_input_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8697263Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8697395Z test_ref_scalar_input_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8697556Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8697681Z test_ref_scalar_input_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8697811Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8697952Z test_ref_scalar_input_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8698109Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8698249Z test_ref_scalar_input_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8698380Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8698513Z test_ref_scalar_input_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8698646Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8698772Z test_ref_scalar_input_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8698902Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8699038Z test_ref_scalar_input_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8699168Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8699306Z test_ref_scalar_input_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8699441Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8699575Z test_ref_scalar_input_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8699705Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8699828Z test_ref_scalar_input_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8699960Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8700093Z test_ref_scalar_input_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8700230Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8700367Z test_ref_scalar_input_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8700498Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8700633Z test_ref_scalar_input_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8700754Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8700886Z test_ref_scalar_input_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8701019Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8701160Z test_ref_scalar_input_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8701291Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8701429Z test_ref_scalar_input_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8701562Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8701699Z test_ref_scalar_input_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8701818Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8701955Z test_ref_scalar_input_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8702083Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8702345Z test_ref_scalar_input_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8702480Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8702609Z test_ref_scalar_input_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8702742Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8702875Z test_ref_scalar_input_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8702996Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8703177Z test_ref_scalar_input_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8703310Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8703446Z test_ref_scalar_input_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8703578Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8703766Z test_ref_scalar_input_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8704180Z Compares op against reference for scalar input tensors ... /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:217: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-12-01T10:43:09.8704261Z keepdims=keepdims) 2022-12-01T10:43:09.8704549Z /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:209: RuntimeWarning: invalid value encountered in double_scalars 2022-12-01T10:43:09.8704647Z ret = ret.dtype.type(ret / rcount) 2022-12-01T10:43:09.8704718Z ok (0.002s) 2022-12-01T10:43:09.8704856Z test_ref_scalar_input_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8705239Z Compares op against reference for scalar input tensors ... /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:209: RuntimeWarning: invalid value encountered in true_divide 2022-12-01T10:43:09.8705337Z ret = ret.dtype.type(ret / rcount) 2022-12-01T10:43:09.8705403Z ok (0.002s) 2022-12-01T10:43:09.8705544Z test_ref_scalar_input_std_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8705666Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8705798Z test_ref_scalar_input_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8705932Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8706066Z test_ref_scalar_input_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8706199Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8706330Z test_ref_scalar_input_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8706463Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8706600Z test_ref_scalar_input_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8706723Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8706858Z test_ref_scalar_input_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8706990Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8707125Z test_ref_scalar_input_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8707254Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8707386Z test_ref_scalar_input_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8707518Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8707640Z test_ref_scalar_input_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8707773Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8707902Z test_ref_scalar_input_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8708034Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8708161Z test_ref_scalar_input_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8708296Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8708425Z test_ref_scalar_input_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8708557Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8708674Z test_ref_scalar_input_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8708806Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8708934Z test_ref_scalar_input_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8709099Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8709238Z test_ref_scalar_input_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8709619Z Compares op against reference for scalar input tensors ... /opt/conda/lib/python3.7/site-packages/numpy/core/fromnumeric.py:3584: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-12-01T10:43:09.8709687Z **kwargs) 2022-12-01T10:43:09.8709780Z ok (0.002s) 2022-12-01T10:43:09.8709905Z test_ref_scalar_input_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8710037Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8710171Z test_ref_scalar_input_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8710302Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8710434Z test_ref_scalar_input_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8710568Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8710700Z test_ref_scalar_input_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8710832Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:43:09.8710949Z test_ref_small_input_all_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8711084Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:43:09.8711217Z test_ref_small_input_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8711353Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:43:09.8711485Z test_ref_small_input_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8711616Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:43:09.8711745Z test_ref_small_input_all_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8711879Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:43:09.8711996Z test_ref_small_input_all_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8712126Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:43:09.8712253Z test_ref_small_input_all_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8712384Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:43:09.8712516Z test_ref_small_input_all_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8712650Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:43:09.8712776Z test_ref_small_input_all_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8712897Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:43:09.8713030Z test_ref_small_input_all_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8713163Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:43:09.8713295Z test_ref_small_input_all_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8713426Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:43:09.8713553Z test_ref_small_input_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8713683Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:43:09.8713814Z test_ref_small_input_amax_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8713934Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:43:09.8714068Z test_ref_small_input_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8714200Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T10:43:09.8714333Z test_ref_small_input_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8714463Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T10:43:09.8714620Z test_ref_small_input_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8714749Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T10:43:09.8714880Z test_ref_small_input_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8714997Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:43:09.8715128Z test_ref_small_input_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8715294Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:43:09.8715420Z test_ref_small_input_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8715550Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:43:09.8715677Z test_ref_small_input_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8715809Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:43:09.8715939Z test_ref_small_input_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8716060Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:43:09.8716189Z test_ref_small_input_amin_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8716318Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:43:09.8716449Z test_ref_small_input_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8716581Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T10:43:09.8716713Z test_ref_small_input_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8716840Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T10:43:09.8716975Z test_ref_small_input_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8717093Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T10:43:09.8717219Z test_ref_small_input_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8717350Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:43:09.8717477Z test_ref_small_input_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8717604Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:43:09.8717729Z test_ref_small_input_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8717862Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:43:09.8717978Z test_ref_small_input_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8718108Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:43:09.8718237Z test_ref_small_input_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8718367Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:43:09.8718495Z test_ref_small_input_any_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8718624Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:43:09.8718762Z test_ref_small_input_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8718892Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:43:09.8719012Z test_ref_small_input_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8719140Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:43:09.8719274Z test_ref_small_input_any_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8719407Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:43:09.8719536Z test_ref_small_input_any_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8719667Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:43:09.8719799Z test_ref_small_input_any_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8719929Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:43:09.8720070Z test_ref_small_input_any_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8720201Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:43:09.8720330Z test_ref_small_input_any_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8720460Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:43:09.8720587Z test_ref_small_input_any_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8720776Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:43:09.8720904Z test_ref_small_input_any_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8721036Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:43:09.8721150Z test_ref_small_input_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8721279Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:43:09.8721416Z test_ref_small_input_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8721547Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:43:09.8721683Z test_ref_small_input_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8721815Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:43:09.8721950Z test_ref_small_input_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8722084Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:43:09.8722206Z test_ref_small_input_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8722338Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:43:09.8722471Z test_ref_small_input_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8722605Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:43:09.8722739Z test_ref_small_input_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8722872Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:43:09.8723010Z test_ref_small_input_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8723128Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:43:09.8723259Z test_ref_small_input_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8723390Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:43:09.8723527Z test_ref_small_input_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8723656Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:43:09.8723790Z test_ref_small_input_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8723922Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:43:09.8724055Z test_ref_small_input_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8724175Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:43:09.8724387Z test_ref_small_input_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8724518Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:43:09.8724650Z test_ref_small_input_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8724779Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:43:09.8724912Z test_ref_small_input_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8725042Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:43:09.8725181Z test_ref_small_input_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8725301Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:43:09.8725433Z test_ref_small_input_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8725564Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:43:09.8725742Z test_ref_small_input_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8725872Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:43:09.8726021Z test_ref_small_input_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8726153Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:43:09.8726326Z test_ref_small_input_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8726447Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:43:09.8726591Z test_ref_small_input_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8726724Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:43:09.8726864Z test_ref_small_input_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8726996Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:43:09.8727142Z test_ref_small_input_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8727272Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:43:09.8727414Z test_ref_small_input_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8727535Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:43:09.8727679Z test_ref_small_input_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8727811Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:43:09.8727952Z test_ref_small_input_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8728086Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:43:09.8728229Z test_ref_small_input_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8728364Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:43:09.8728508Z test_ref_small_input_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8728627Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:43:09.8728767Z test_ref_small_input_masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8728897Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T10:43:09.8729041Z test_ref_small_input_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8729175Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T10:43:09.8729323Z test_ref_small_input_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8729456Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T10:43:09.8729598Z test_ref_small_input_masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8729718Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T10:43:09.8729857Z test_ref_small_input_masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8729987Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T10:43:09.8730124Z test_ref_small_input_masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8730258Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T10:43:09.8730399Z test_ref_small_input_masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8730534Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T10:43:09.8730673Z test_ref_small_input_masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8730791Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T10:43:09.8730929Z test_ref_small_input_masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8731059Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T10:43:09.8731227Z test_ref_small_input_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8731355Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T10:43:09.8731493Z test_ref_small_input_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8731627Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T10:43:09.8731769Z test_ref_small_input_masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8731917Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T10:43:09.8732055Z test_ref_small_input_masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8732193Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T10:43:09.8732332Z test_ref_small_input_masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8732463Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T10:43:09.8732604Z test_ref_small_input_masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8732737Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T10:43:09.8732863Z test_ref_small_input_masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8732998Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T10:43:09.8733143Z test_ref_small_input_masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8733277Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:43:09.8733422Z test_ref_small_input_masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8733553Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:43:09.8733697Z test_ref_small_input_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8733830Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:43:09.8733961Z test_ref_small_input_masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8734098Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:43:09.8734240Z test_ref_small_input_masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8734374Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:43:09.8734515Z test_ref_small_input_masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8734650Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:43:09.8734789Z test_ref_small_input_masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8734918Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:43:09.8735045Z test_ref_small_input_masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8735175Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:43:09.8735318Z test_ref_small_input_masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8735447Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:43:09.8735589Z test_ref_small_input_masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8735722Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:43:09.8735864Z test_ref_small_input_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8735997Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:43:09.8736124Z test_ref_small_input_masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8736255Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:43:09.8736392Z test_ref_small_input_masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8736523Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:43:09.8736691Z test_ref_small_input_masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8736822Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:43:09.8736961Z test_ref_small_input_masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8737091Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:43:09.8737217Z test_ref_small_input_masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8737378Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:43:09.8737518Z test_ref_small_input_masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8737650Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T10:43:09.8737795Z test_ref_small_input_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8737925Z Compares op against reference for small input tensors ... ok (0.005s) 2022-12-01T10:43:09.8738074Z test_ref_small_input_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8738203Z Compares op against reference for small input tensors ... ok (0.005s) 2022-12-01T10:43:09.8738329Z test_ref_small_input_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8738459Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T10:43:09.8738598Z test_ref_small_input_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8738727Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T10:43:09.8738865Z test_ref_small_input_masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8739013Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T10:43:09.8739151Z test_ref_small_input_masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8739301Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T10:43:09.8739428Z test_ref_small_input_masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8739560Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:43:09.8739696Z test_ref_small_input_masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8739842Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T10:43:09.8739979Z test_ref_small_input_masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8740113Z Compares op against reference for small input tensors ... ok (0.006s) 2022-12-01T10:43:09.8740248Z test_ref_small_input_masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8740381Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T10:43:09.8740512Z test_ref_small_input_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8740645Z Compares op against reference for small input tensors ... ok (0.005s) 2022-12-01T10:43:09.8740790Z test_ref_small_input_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8740921Z Compares op against reference for small input tensors ... ok (0.005s) 2022-12-01T10:43:09.8741063Z test_ref_small_input_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8741194Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T10:43:09.8741334Z test_ref_small_input_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8741467Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T10:43:09.8741593Z test_ref_small_input_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8741726Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T10:43:09.8741866Z test_ref_small_input_masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8741998Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T10:43:09.8742301Z test_ref_small_input_masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8742432Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T10:43:09.8742565Z test_ref_small_input_masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8742697Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T10:43:09.8742822Z test_ref_small_input_masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8743011Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T10:43:09.8743149Z test_ref_small_input_masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8743281Z Compares op against reference for small input tensors ... ok (0.006s) 2022-12-01T10:43:09.8743417Z test_ref_small_input_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8743549Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T10:43:09.8743689Z test_ref_small_input_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8743822Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T10:43:09.8743944Z test_ref_small_input_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8744097Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T10:43:09.8744255Z test_ref_small_input_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8744454Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T10:43:09.8744706Z test_ref_small_input_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8744955Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T10:43:09.8745187Z test_ref_small_input_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8745347Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T10:43:09.8745471Z test_ref_small_input_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8745603Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T10:43:09.8745736Z test_ref_small_input_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8745867Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T10:43:09.8746000Z test_ref_small_input_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8746131Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:43:09.8746265Z test_ref_small_input_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8746413Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T10:43:09.8746534Z test_ref_small_input_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8746668Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T10:43:09.8746801Z test_ref_small_input_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8746930Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T10:43:09.8747061Z test_ref_small_input_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8747190Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:43:09.8747320Z test_ref_small_input_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8747437Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:43:09.8747565Z test_ref_small_input_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8747692Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:43:09.8747825Z test_ref_small_input_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8747957Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:43:09.8748091Z test_ref_small_input_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8748268Z Compares op against reference for small input tensors ... ok (0.005s) 2022-12-01T10:43:09.8748399Z test_ref_small_input_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8748518Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:43:09.8748653Z test_ref_small_input_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8748784Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:43:09.8748946Z test_ref_small_input_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8749095Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T10:43:09.8749229Z test_ref_small_input_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8749361Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:43:09.8749493Z test_ref_small_input_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8749613Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:43:09.8749743Z test_ref_small_input_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8749871Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:43:09.8749999Z test_ref_small_input_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8750127Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:43:09.8750253Z test_ref_small_input_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8750385Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:43:09.8750516Z test_ref_small_input_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8750634Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:43:09.8750763Z test_ref_small_input_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8750893Z Compares op against reference for small input tensors ... ok (0.005s) 2022-12-01T10:43:09.8751029Z test_ref_small_input_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8751178Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T10:43:09.8751311Z test_ref_small_input_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8751458Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T10:43:09.8751592Z test_ref_small_input_std_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8751726Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T10:43:09.8751856Z test_ref_small_input_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8752003Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T10:43:09.8752135Z test_ref_small_input_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8752280Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T10:43:09.8752412Z test_ref_small_input_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8752543Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:43:09.8752679Z test_ref_small_input_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8752799Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T10:43:09.8752932Z test_ref_small_input_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8753063Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T10:43:09.8753192Z test_ref_small_input_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8753338Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T10:43:09.8753466Z test_ref_small_input_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8753599Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:43:09.8753760Z test_ref_small_input_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8753879Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:43:09.8754005Z test_ref_small_input_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8754137Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:43:09.8754265Z test_ref_small_input_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8754423Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:43:09.8754548Z test_ref_small_input_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8754680Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:43:09.8754796Z test_ref_small_input_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8754924Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:43:09.8755053Z test_ref_small_input_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8755184Z Compares op against reference for small input tensors ... ok (0.005s) 2022-12-01T10:43:09.8755320Z test_ref_small_input_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8755468Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T10:43:09.8755599Z test_ref_small_input_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8755749Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T10:43:09.8755873Z test_ref_small_input_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8756020Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T10:43:09.8756153Z test_ref_small_input_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8756301Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T10:43:09.8756436Z test_ref_small_input_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8756583Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T10:43:09.8756728Z test_reference_masked_masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8756980Z Test masked reduction operations on strided-only tensors using ... ok (0.074s) 2022-12-01T10:43:09.8757115Z test_reference_masked_masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8757331Z Test masked reduction operations on strided-only tensors using ... ok (0.070s) 2022-12-01T10:43:09.8757473Z test_reference_masked_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8757681Z Test masked reduction operations on strided-only tensors using ... ok (0.070s) 2022-12-01T10:43:09.8757824Z test_reference_masked_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8758034Z Test masked reduction operations on strided-only tensors using ... ok (0.069s) 2022-12-01T10:43:09.8758178Z test_reference_masked_masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8758386Z Test masked reduction operations on strided-only tensors using ... ok (0.054s) 2022-12-01T10:43:09.8758513Z test_reference_masked_masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8758720Z Test masked reduction operations on strided-only tensors using ... ok (0.053s) 2022-12-01T10:43:09.8758861Z test_reference_masked_masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8759072Z Test masked reduction operations on strided-only tensors using ... ok (0.053s) 2022-12-01T10:43:09.8759211Z test_reference_masked_masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8759414Z Test masked reduction operations on strided-only tensors using ... ok (0.053s) 2022-12-01T10:43:09.8759555Z test_reference_masked_masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8759759Z Test masked reduction operations on strided-only tensors using ... ok (0.054s) 2022-12-01T10:43:09.8759921Z test_reference_masked_masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8760128Z Test masked reduction operations on strided-only tensors using ... ok (0.074s) 2022-12-01T10:43:09.8760273Z test_reference_masked_masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8760479Z Test masked reduction operations on strided-only tensors using ... ok (0.070s) 2022-12-01T10:43:09.8760646Z test_reference_masked_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8760857Z Test masked reduction operations on strided-only tensors using ... ok (0.070s) 2022-12-01T10:43:09.8761001Z test_reference_masked_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8761210Z Test masked reduction operations on strided-only tensors using ... ok (0.069s) 2022-12-01T10:43:09.8761336Z test_reference_masked_masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8761542Z Test masked reduction operations on strided-only tensors using ... ok (0.054s) 2022-12-01T10:43:09.8761678Z test_reference_masked_masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8761881Z Test masked reduction operations on strided-only tensors using ... ok (0.054s) 2022-12-01T10:43:09.8762021Z test_reference_masked_masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8762224Z Test masked reduction operations on strided-only tensors using ... ok (0.053s) 2022-12-01T10:43:09.8762367Z test_reference_masked_masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8762570Z Test masked reduction operations on strided-only tensors using ... ok (0.054s) 2022-12-01T10:43:09.8762698Z test_reference_masked_masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8762900Z Test masked reduction operations on strided-only tensors using ... ok (0.054s) 2022-12-01T10:43:09.8763048Z test_reference_masked_masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8763287Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-12-01T10:43:09.8763429Z test_reference_masked_masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8763666Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-12-01T10:43:09.8763809Z test_reference_masked_masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8764043Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-12-01T10:43:09.8764189Z test_reference_masked_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8764491Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-12-01T10:43:09.8764635Z test_reference_masked_masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8764864Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-12-01T10:43:09.8765013Z test_reference_masked_masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8765243Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-12-01T10:43:09.8765384Z test_reference_masked_masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8765609Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-12-01T10:43:09.8765754Z test_reference_masked_masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8765967Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-12-01T10:43:09.8766112Z test_reference_masked_masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8766348Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-12-01T10:43:09.8766496Z test_reference_masked_masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8766756Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-12-01T10:43:09.8766902Z test_reference_masked_masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8767135Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-12-01T10:43:09.8767278Z test_reference_masked_masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8767525Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-12-01T10:43:09.8767671Z test_reference_masked_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8767907Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-12-01T10:43:09.8768051Z test_reference_masked_masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8768283Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-12-01T10:43:09.8768429Z test_reference_masked_masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8768657Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-12-01T10:43:09.8768799Z test_reference_masked_masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8769015Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-12-01T10:43:09.8769163Z test_reference_masked_masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8769390Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-12-01T10:43:09.8769535Z test_reference_masked_masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8769767Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-12-01T10:43:09.8769911Z test_reference_masked_masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8770170Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.001s) 2022-12-01T10:43:09.8770323Z test_reference_masked_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8770533Z Test masked reduction operations on strided-only tensors using ... ok (0.062s) 2022-12-01T10:43:09.8770669Z test_reference_masked_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8770878Z Test masked reduction operations on strided-only tensors using ... ok (0.062s) 2022-12-01T10:43:09.8771022Z test_reference_masked_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8771227Z Test masked reduction operations on strided-only tensors using ... ok (0.071s) 2022-12-01T10:43:09.8771374Z test_reference_masked_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8771583Z Test masked reduction operations on strided-only tensors using ... ok (0.070s) 2022-12-01T10:43:09.8771730Z test_reference_masked_masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8771984Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.001s) 2022-12-01T10:43:09.8772113Z test_reference_masked_masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8772366Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.001s) 2022-12-01T10:43:09.8772513Z test_reference_masked_masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8772729Z Test masked reduction operations on strided-only tensors using ... ok (0.052s) 2022-12-01T10:43:09.8772874Z test_reference_masked_masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8773124Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.001s) 2022-12-01T10:43:09.8773269Z test_reference_masked_masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8773511Z Test masked reduction operations on strided-only tensors using ... ok (0.042s) 2022-12-01T10:43:09.8773643Z test_reference_masked_masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8773854Z Test masked reduction operations on strided-only tensors using ... ok (0.073s) 2022-12-01T10:43:09.8773999Z test_reference_masked_masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8774285Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.002s) 2022-12-01T10:43:09.8774434Z test_reference_masked_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8774642Z Test masked reduction operations on strided-only tensors using ... ok (0.060s) 2022-12-01T10:43:09.8774789Z test_reference_masked_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8774996Z Test masked reduction operations on strided-only tensors using ... ok (0.061s) 2022-12-01T10:43:09.8775127Z test_reference_masked_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8775336Z Test masked reduction operations on strided-only tensors using ... ok (0.069s) 2022-12-01T10:43:09.8775479Z test_reference_masked_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8775688Z Test masked reduction operations on strided-only tensors using ... ok (0.069s) 2022-12-01T10:43:09.8775829Z test_reference_masked_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8776038Z Test masked reduction operations on strided-only tensors using ... ok (0.068s) 2022-12-01T10:43:09.8776182Z test_reference_masked_masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8776438Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.001s) 2022-12-01T10:43:09.8776568Z test_reference_masked_masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8776822Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.001s) 2022-12-01T10:43:09.8776965Z test_reference_masked_masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8777177Z Test masked reduction operations on strided-only tensors using ... ok (0.051s) 2022-12-01T10:43:09.8777318Z test_reference_masked_masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8777569Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.001s) 2022-12-01T10:43:09.8777715Z test_reference_masked_masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8777926Z Test masked reduction operations on strided-only tensors using ... ok (0.041s) 2022-12-01T10:43:09.8778063Z test_repeated_dim_cpu (__main__.TestReductionsCPU) ... ok (0.073s) 2022-12-01T10:43:09.8778183Z test_result_dtype_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8778306Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8778438Z test_result_dtype_all_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8778559Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8778696Z test_result_dtype_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8778816Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8778950Z test_result_dtype_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8779057Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8779191Z test_result_dtype_all_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8779310Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8779442Z test_result_dtype_all_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8779564Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8779695Z test_result_dtype_all_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8779811Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8779971Z test_result_dtype_all_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8780080Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8780205Z test_result_dtype_all_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8780325Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8780451Z test_result_dtype_all_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8780602Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8780733Z test_result_dtype_all_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8780853Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8780970Z test_result_dtype_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8781106Z Tests that the result has the correct dtype ... expected failure (0.002s) 2022-12-01T10:43:09.8781239Z test_result_dtype_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8781359Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8781490Z test_result_dtype_amax_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8781607Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8781740Z test_result_dtype_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8781859Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8781978Z test_result_dtype_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8782095Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8782335Z test_result_dtype_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8782455Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8782586Z test_result_dtype_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8782702Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8782834Z test_result_dtype_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8782952Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8783068Z test_result_dtype_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8783185Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8783316Z test_result_dtype_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8783435Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8783562Z test_result_dtype_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8783681Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8783817Z test_result_dtype_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8783921Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8784047Z test_result_dtype_amin_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8784166Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8784297Z test_result_dtype_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8784412Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8784539Z test_result_dtype_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8784656Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8784787Z test_result_dtype_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8784890Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8785017Z test_result_dtype_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8785130Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8785258Z test_result_dtype_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8785373Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8785552Z test_result_dtype_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8785671Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8785786Z test_result_dtype_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8785902Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8786028Z test_result_dtype_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8786145Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8786326Z test_result_dtype_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8786444Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8786570Z test_result_dtype_any_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8786688Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8786812Z test_result_dtype_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8786929Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8787063Z test_result_dtype_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8787176Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8787308Z test_result_dtype_any_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8787424Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8787553Z test_result_dtype_any_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8787661Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8787789Z test_result_dtype_any_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8787906Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8788034Z test_result_dtype_any_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8788152Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8788276Z test_result_dtype_any_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8788392Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8788519Z test_result_dtype_any_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8788623Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8788750Z test_result_dtype_any_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8788865Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8788992Z test_result_dtype_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8789132Z Tests that the result has the correct dtype ... expected failure (0.002s) 2022-12-01T10:43:09.8789267Z test_result_dtype_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8789383Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8789518Z test_result_dtype_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8789623Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8789760Z test_result_dtype_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8789877Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8790008Z test_result_dtype_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8790125Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8790254Z test_result_dtype_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8790374Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8790489Z test_result_dtype_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8790653Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8790780Z test_result_dtype_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8790897Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8791028Z test_result_dtype_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8791179Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8791308Z test_result_dtype_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8791427Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8791550Z test_result_dtype_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8791664Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8791825Z test_result_dtype_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8791940Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8792072Z test_result_dtype_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8792191Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8792322Z test_result_dtype_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8792439Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8792558Z test_result_dtype_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8792671Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8792800Z test_result_dtype_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8792917Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8793044Z test_result_dtype_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8793161Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8793297Z test_result_dtype_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8793401Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8793526Z test_result_dtype_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8793644Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8793786Z test_result_dtype_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8793904Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8794042Z test_result_dtype_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8794158Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8794303Z test_result_dtype_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8794408Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8794553Z test_result_dtype_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8794669Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8794813Z test_result_dtype_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8794928Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8795068Z test_result_dtype_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8795186Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8795327Z test_result_dtype_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8795430Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8795567Z test_result_dtype_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8795685Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8795825Z test_result_dtype_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8795940Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8796079Z test_result_dtype_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8796196Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8796323Z test_result_dtype_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8796440Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8796605Z test_result_dtype_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8796721Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8796872Z test_result_dtype_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8796988Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8797139Z test_result_dtype_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8797282Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8797421Z test_result_dtype_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8797540Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8797686Z test_result_dtype_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8797803Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8797948Z test_result_dtype_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8798066Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8798208Z test_result_dtype_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8798324Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8798453Z test_result_dtype_masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8798570Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8798708Z test_result_dtype_masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8798826Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8798964Z test_result_dtype_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8799079Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8799219Z test_result_dtype_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8799337Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8799461Z test_result_dtype_masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8799579Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8799715Z test_result_dtype_masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8799829Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8799967Z test_result_dtype_masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8800082Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8800219Z test_result_dtype_masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8800324Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8800460Z test_result_dtype_masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8800575Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8800714Z test_result_dtype_masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8800834Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8800971Z test_result_dtype_masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8801087Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8801224Z test_result_dtype_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8801330Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8801467Z test_result_dtype_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8801583Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8801717Z test_result_dtype_masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8801833Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8801966Z test_result_dtype_masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8802113Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8802249Z test_result_dtype_masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8802353Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8802488Z test_result_dtype_masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8802604Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8802770Z test_result_dtype_masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8802886Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8803028Z test_result_dtype_masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8803146Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8803279Z test_result_dtype_masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8803395Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8803537Z test_result_dtype_masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8803654Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8803793Z test_result_dtype_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8803910Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8804050Z test_result_dtype_masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8804167Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8804377Z test_result_dtype_masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8804497Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8804632Z test_result_dtype_masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8804751Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8804893Z test_result_dtype_masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8805011Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8805148Z test_result_dtype_masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8805264Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8805393Z test_result_dtype_masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8805511Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8805650Z test_result_dtype_masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8805765Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8805904Z test_result_dtype_masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8806019Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8806157Z test_result_dtype_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8806263Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8806401Z test_result_dtype_masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8806516Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8806654Z test_result_dtype_masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8806773Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8806912Z test_result_dtype_masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8807028Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8807164Z test_result_dtype_masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8807270Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8807404Z test_result_dtype_masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8807517Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8807703Z test_result_dtype_masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8807820Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8807965Z test_result_dtype_masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8808079Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8808253Z test_result_dtype_masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8808355Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8808496Z test_result_dtype_masked_logsumexp_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8808609Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8808752Z test_result_dtype_masked_logsumexp_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8808867Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8809011Z test_result_dtype_masked_logsumexp_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8809128Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8809270Z test_result_dtype_masked_logsumexp_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8809373Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8809513Z test_result_dtype_masked_logsumexp_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8809632Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8809772Z test_result_dtype_masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8809893Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8810030Z test_result_dtype_masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8810146Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8810273Z test_result_dtype_masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8810389Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8810529Z test_result_dtype_masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8810645Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8810781Z test_result_dtype_masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8810901Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8811041Z test_result_dtype_masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8811161Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8811287Z test_result_dtype_masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8811404Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8811542Z test_result_dtype_masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8811662Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8811802Z test_result_dtype_masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8811923Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8812060Z test_result_dtype_masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8812180Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8812305Z test_result_dtype_masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8812423Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8812560Z test_result_dtype_masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8812678Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8812820Z test_result_dtype_masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8812940Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8813139Z test_result_dtype_masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8813244Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8813383Z test_result_dtype_masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8813501Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8813639Z test_result_dtype_masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8813784Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8813922Z test_result_dtype_masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8814039Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8814183Z test_result_dtype_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8814287Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8814431Z test_result_dtype_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8814550Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8814692Z test_result_dtype_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8814810Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8814950Z test_result_dtype_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8815070Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8815211Z test_result_dtype_masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8815314Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8815450Z test_result_dtype_masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8815568Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8815706Z test_result_dtype_masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8815823Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8815966Z test_result_dtype_masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8816077Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8824828Z test_result_dtype_masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8824980Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8825118Z test_result_dtype_masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8825238Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8825374Z test_result_dtype_masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8825494Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8825642Z test_result_dtype_masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8825752Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8825892Z test_result_dtype_masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8826017Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8826155Z test_result_dtype_masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8826273Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8826410Z test_result_dtype_masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8826530Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8826656Z test_result_dtype_masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8826774Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8826907Z test_result_dtype_masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8827026Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8827163Z test_result_dtype_masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8827398Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8827535Z test_result_dtype_masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8827656Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8827784Z test_result_dtype_masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8827903Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8828077Z test_result_dtype_masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8828196Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8828342Z test_result_dtype_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8828459Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8828602Z test_result_dtype_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8828723Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8828850Z test_result_dtype_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8828970Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8829108Z test_result_dtype_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8829226Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8829363Z test_result_dtype_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8829484Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8829621Z test_result_dtype_masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8829726Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8829862Z test_result_dtype_masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8829979Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8830115Z test_result_dtype_masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8830235Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8830371Z test_result_dtype_masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8830489Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8830625Z test_result_dtype_masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8830729Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8830876Z test_result_dtype_masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8830994Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8831140Z test_result_dtype_masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8831257Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8831402Z test_result_dtype_masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8831521Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8831660Z test_result_dtype_masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8831765Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8831900Z test_result_dtype_masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8832018Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8832155Z test_result_dtype_masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8832275Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8832409Z test_result_dtype_masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8832530Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8832653Z test_result_dtype_masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8832773Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8832907Z test_result_dtype_masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8833056Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8833193Z test_result_dtype_masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8833313Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8833448Z test_result_dtype_masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8833566Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8833730Z test_result_dtype_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8833850Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8833985Z test_result_dtype_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8834106Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8834244Z test_result_dtype_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8834362Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8834500Z test_result_dtype_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8834618Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8834736Z test_result_dtype_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8834856Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8834984Z test_result_dtype_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8835105Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8835241Z test_result_dtype_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8835360Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8835496Z test_result_dtype_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8835601Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8835735Z test_result_dtype_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8835853Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8835989Z test_result_dtype_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8836106Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8836241Z test_result_dtype_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8836359Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8836495Z test_result_dtype_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8836599Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8836731Z test_result_dtype_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8836847Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8836981Z test_result_dtype_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8837099Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8837235Z test_result_dtype_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8837354Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8837475Z test_result_dtype_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8837594Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8837724Z test_result_dtype_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8837848Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8837979Z test_result_dtype_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8838095Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8838225Z test_result_dtype_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8838348Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8838465Z test_result_dtype_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8838612Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8838743Z test_result_dtype_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8838861Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8838999Z test_result_dtype_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8839116Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8839281Z test_result_dtype_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8839403Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8839522Z test_result_dtype_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8839641Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8839771Z test_result_dtype_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8839888Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8840020Z test_result_dtype_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8840137Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8840271Z test_result_dtype_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8840377Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8840505Z test_result_dtype_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8840626Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8840755Z test_result_dtype_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8840871Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8841001Z test_result_dtype_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8841120Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8841251Z test_result_dtype_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8841358Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8841492Z test_result_dtype_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8841609Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8841742Z test_result_dtype_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8841858Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8841991Z test_result_dtype_std_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8842111Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8842228Z test_result_dtype_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8842345Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8842471Z test_result_dtype_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8842588Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8842721Z test_result_dtype_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8842838Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8842968Z test_result_dtype_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8843087Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8843208Z test_result_dtype_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8843328Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8843461Z test_result_dtype_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8843581Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8843710Z test_result_dtype_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8843828Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8843958Z test_result_dtype_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8844103Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8844320Z test_result_dtype_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8844441Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8844568Z test_result_dtype_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8844689Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8844817Z test_result_dtype_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8844971Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8845097Z test_result_dtype_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8845202Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8845331Z test_result_dtype_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8845447Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8845575Z test_result_dtype_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8845699Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8845828Z test_result_dtype_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8845945Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8846082Z test_result_dtype_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8846186Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8846322Z test_result_dtype_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8846438Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8846567Z test_result_dtype_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8846685Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8846812Z test_result_dtype_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8846931Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8847050Z test_result_dtype_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:43:09.8847169Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:43:09.8847658Z test_std_correction_vs_numpy_cpu_complex128 (__main__.TestReductionsCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:207: RuntimeWarning: divide by zero encountered in true_divide 2022-12-01T10:43:09.8847823Z ret, rcount, out=ret, casting='unsafe', subok=False) 2022-12-01T10:43:09.8847896Z ok (0.015s) 2022-12-01T10:43:09.8848056Z test_std_correction_vs_numpy_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.016s) 2022-12-01T10:43:09.8848213Z test_std_correction_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.015s) 2022-12-01T10:43:09.8848366Z test_std_correction_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.014s) 2022-12-01T10:43:09.8848480Z test_std_dim_cpu (__main__.TestReductionsCPU) ... ok (1.168s) 2022-12-01T10:43:09.8848621Z test_std_mean_all_dims_cpu (__main__.TestReductionsCPU) ... ok (0.004s) 2022-12-01T10:43:09.8848774Z test_std_mean_correction_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.022s) 2022-12-01T10:43:09.8848928Z test_std_mean_correction_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.023s) 2022-12-01T10:43:09.8849077Z test_std_mean_correction_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.021s) 2022-12-01T10:43:09.8849223Z test_std_mean_correction_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.021s) 2022-12-01T10:43:09.8849352Z test_std_mean_cpu (__main__.TestReductionsCPU) ... ok (0.025s) 2022-12-01T10:43:09.8849490Z test_std_mean_some_dims_cpu (__main__.TestReductionsCPU) ... ok (0.080s) 2022-12-01T10:43:09.8849636Z test_std_vs_numpy_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.012s) 2022-12-01T10:43:09.8849766Z test_std_vs_numpy_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.012s) 2022-12-01T10:43:09.8849907Z test_std_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.011s) 2022-12-01T10:43:09.8850080Z test_std_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.010s) 2022-12-01T10:43:09.8850211Z test_sum_all_cpu_bool (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:43:09.8850345Z test_sum_all_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.018s) 2022-12-01T10:43:09.8850516Z test_sum_cpu_device_mismatch_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:43:09.8850740Z test_sum_dim_cpu (__main__.TestReductionsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:43:09.8851778Z test_sum_dim_reduction_uint8_overflow_cpu (__main__.TestReductionsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: An output with one or more elements was resized since it had shape [2, 3], which does not match the required output shape [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:43:09.8851865Z r = func(*args, **kwargs) 2022-12-01T10:43:09.8851934Z ok (0.002s) 2022-12-01T10:43:09.8852062Z test_sum_integer_upcast_cpu (__main__.TestReductionsCPU) ... ok (0.232s) 2022-12-01T10:43:09.8852233Z test_sum_noncontig_cpu_float64 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:43:09.8852368Z test_sum_out_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.010s) 2022-12-01T10:43:09.8852502Z test_sum_parallel_cpu (__main__.TestReductionsCPU) ... ok (0.179s) 2022-12-01T10:43:09.8852892Z test_sum_vs_numpy_cpu_float16 (__main__.TestReductionsCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/core/fromnumeric.py:90: RuntimeWarning: invalid value encountered in reduce 2022-12-01T10:43:09.8853020Z return ufunc.reduce(obj, axis, dtype, out, **passkwargs) 2022-12-01T10:43:09.8853089Z ok (0.035s) 2022-12-01T10:43:09.8853230Z test_sum_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.035s) 2022-12-01T10:43:09.8853358Z test_sum_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.036s) 2022-12-01T10:43:09.8853493Z test_sum_vs_numpy_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.021s) 2022-12-01T10:43:09.8853628Z test_sum_vs_numpy_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.021s) 2022-12-01T10:43:09.8853763Z test_sum_vs_numpy_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.020s) 2022-12-01T10:43:09.8853898Z test_sum_vs_numpy_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.021s) 2022-12-01T10:43:09.8854034Z test_sum_vs_numpy_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T10:43:09.8854217Z test_tensor_compare_ops_argmax_argmix_kthvalue_dim_empty_cpu (__main__.TestReductionsCPU) ... ok (0.027s) 2022-12-01T10:43:09.8854366Z test_tensor_compare_ops_empty_cpu (__main__.TestReductionsCPU) ... ok (0.037s) 2022-12-01T10:43:09.8854732Z test_tensor_reduce_ops_empty_cpu (__main__.TestReductionsCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/core/fromnumeric.py:3335: RuntimeWarning: Mean of empty slice. 2022-12-01T10:43:09.8854809Z out=out, **kwargs) 2022-12-01T10:43:09.8855102Z /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:154: RuntimeWarning: invalid value encountered in true_divide 2022-12-01T10:43:09.8855270Z ret, rcount, out=ret, casting='unsafe', subok=False) 2022-12-01T10:43:09.8855555Z /opt/conda/lib/python3.7/site-packages/numpy/core/fromnumeric.py:3584: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-12-01T10:43:09.8855625Z **kwargs) 2022-12-01T10:43:09.8855912Z /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:186: RuntimeWarning: invalid value encountered in true_divide 2022-12-01T10:43:09.8856094Z arrmean, rcount, out=arrmean, casting='unsafe', subok=False) 2022-12-01T10:43:09.8856363Z /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:207: RuntimeWarning: invalid value encountered in true_divide 2022-12-01T10:43:09.8856556Z ret, rcount, out=ret, casting='unsafe', subok=False) 2022-12-01T10:43:09.8856832Z /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:217: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-12-01T10:43:09.8856913Z keepdims=keepdims) 2022-12-01T10:43:09.8856981Z ok (0.048s) 2022-12-01T10:43:09.8857421Z test_var_correction_vs_numpy_cpu_complex128 (__main__.TestReductionsCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:207: RuntimeWarning: divide by zero encountered in true_divide 2022-12-01T10:43:09.8857585Z ret, rcount, out=ret, casting='unsafe', subok=False) 2022-12-01T10:43:09.8857653Z ok (0.014s) 2022-12-01T10:43:09.8857797Z test_var_correction_vs_numpy_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.014s) 2022-12-01T10:43:09.8857953Z test_var_correction_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.014s) 2022-12-01T10:43:09.8858106Z test_var_correction_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.013s) 2022-12-01T10:43:09.8858256Z test_var_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:43:09.8858387Z test_var_dim_cpu (__main__.TestReductionsCPU) ... ok (1.158s) 2022-12-01T10:43:09.8858545Z test_var_large_input_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:43:09.8858686Z test_var_mean_all_dims_cpu (__main__.TestReductionsCPU) ... ok (0.004s) 2022-12-01T10:43:09.8858842Z test_var_mean_correction_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.022s) 2022-12-01T10:43:09.8858982Z test_var_mean_correction_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.023s) 2022-12-01T10:43:09.8859136Z test_var_mean_correction_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.021s) 2022-12-01T10:43:09.8859283Z test_var_mean_correction_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.020s) 2022-12-01T10:43:09.8859413Z test_var_mean_cpu (__main__.TestReductionsCPU) ... ok (0.132s) 2022-12-01T10:43:09.8859552Z test_var_mean_some_dims_cpu (__main__.TestReductionsCPU) ... ok (0.080s) 2022-12-01T10:43:09.8859689Z test_var_stability2_cpu (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:43:09.8859823Z test_var_stability_cpu (__main__.TestReductionsCPU) ... ok (0.001s) 2022-12-01T10:43:09.8859961Z test_var_unbiased_cpu (__main__.TestReductionsCPU) ... ok (0.005s) 2022-12-01T10:43:09.8860092Z test_var_vs_numpy_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.011s) 2022-12-01T10:43:09.8860237Z test_var_vs_numpy_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.011s) 2022-12-01T10:43:09.8860377Z test_var_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.010s) 2022-12-01T10:43:09.8860516Z test_var_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.010s) 2022-12-01T10:43:09.8860525Z 2022-12-01T10:43:09.8860731Z ---------------------------------------------------------------------- 2022-12-01T10:43:09.8860817Z Ran 2905 tests in 194.614s 2022-12-01T10:43:09.8860823Z 2022-12-01T10:43:09.8860922Z OK (skipped=98, expected failures=48) 2022-12-01T10:43:09.8860928Z 2022-12-01T10:43:09.8861015Z Generating XML reports... 2022-12-01T10:43:09.8861318Z Generated XML report: test-reports/python-unittest/test_reductions/TEST-TestReductionsCPU-20221201103954.xml 2022-12-01T10:43:09.8861324Z 2022-12-01T10:43:09.8861691Z ##[endgroup] 2022-12-01T10:43:09.8861981Z FINISHED PRINTING LOG FILE of test_reductions (/var/lib/jenkins/workspace/test/test-reports/test_reductions_57uk_8da) 2022-12-01T10:43:09.8861987Z 2022-12-01T10:43:09.8862250Z Running test_linalg ... [2022-12-01 10:43:09.757658] 2022-12-01T10:43:09.8862585Z Executing ['/opt/conda/bin/python', '-bb', 'test_linalg.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:43:09.757978] 2022-12-01T10:45:57.8593683Z 2022-12-01T10:45:57.8594451Z Expand the folded group to see the log file of test_linalg 2022-12-01T10:45:57.8595672Z ##[group]PRINTING LOG FILE of test_linalg (/var/lib/jenkins/workspace/test/test-reports/test_linalg_re0sd1qb) 2022-12-01T10:45:57.8597813Z Test results will be stored in test-reports/python-unittest/test_linalg 2022-12-01T10:45:57.8598751Z 2022-12-01T10:45:57.8599217Z Running tests... 2022-12-01T10:45:57.8599795Z ---------------------------------------------------------------------- 2022-12-01T10:45:57.8600449Z test_addbmm_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.838s) 2022-12-01T10:45:57.8623327Z test_addbmm_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.790s) 2022-12-01T10:45:57.8623836Z test_addbmm_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.798s) 2022-12-01T10:45:57.8624280Z test_addbmm_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.755s) 2022-12-01T10:45:57.8624713Z test_addbmm_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.731s) 2022-12-01T10:45:57.8625147Z test_addmm_activation_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.033s) 2022-12-01T10:45:57.8625569Z test_addmm_activation_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.023s) 2022-12-01T10:45:57.8625974Z test_addmm_activation_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.025s) 2022-12-01T10:45:57.8626431Z test_addmm_baddbmm_overflow_cpu_float16 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:45:57.8626831Z test_addmm_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.025s) 2022-12-01T10:45:57.8627199Z test_addmm_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.023s) 2022-12-01T10:45:57.8627582Z test_addmm_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.023s) 2022-12-01T10:45:57.8627937Z test_addmm_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.022s) 2022-12-01T10:45:57.8628299Z test_addmm_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.022s) 2022-12-01T10:45:57.8628672Z test_addmm_sizes_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.236s) 2022-12-01T10:45:57.8629052Z test_addmm_sizes_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.233s) 2022-12-01T10:45:57.8654305Z test_addmv_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.039s) 2022-12-01T10:45:57.8654613Z test_addmv_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.028s) 2022-12-01T10:45:57.8654905Z test_addmv_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.029s) 2022-12-01T10:45:57.8655195Z test_addmv_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.029s) 2022-12-01T10:45:57.8655600Z test_addmv_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.029s) 2022-12-01T10:45:57.8656089Z test_addmv_rowmajor_colmajor_incx_incy_lda_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-12-01T10:45:57.8656778Z test_addmv_rowmajor_colmajor_incx_incy_lda_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-12-01T10:45:57.8657483Z test_addr_bool_cpu_bool (__main__.TestLinalgCPU) ... ok (0.015s) 2022-12-01T10:45:57.8658008Z test_addr_float_and_complex_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.022s) 2022-12-01T10:45:57.8658588Z test_addr_float_and_complex_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.029s) 2022-12-01T10:45:57.8659167Z test_addr_float_and_complex_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.029s) 2022-12-01T10:45:57.8659667Z test_addr_float_and_complex_cpu_float16 (__main__.TestLinalgCPU) ... ok (0.022s) 2022-12-01T10:45:57.8660167Z test_addr_float_and_complex_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-12-01T10:45:57.8660789Z test_addr_float_and_complex_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-12-01T10:45:57.8661337Z test_addr_integral_cpu_int16 (__main__.TestLinalgCPU) ... ok (0.027s) 2022-12-01T10:45:57.8661837Z test_addr_integral_cpu_int32 (__main__.TestLinalgCPU) ... ok (0.027s) 2022-12-01T10:45:57.8663024Z test_addr_integral_cpu_int64 (__main__.TestLinalgCPU) ... ok (0.027s) 2022-12-01T10:45:57.8663545Z test_addr_integral_cpu_int8 (__main__.TestLinalgCPU) ... ok (0.026s) 2022-12-01T10:45:57.8663942Z test_addr_integral_cpu_uint8 (__main__.TestLinalgCPU) ... ok (0.025s) 2022-12-01T10:45:57.8664404Z test_addr_type_promotion_cpu (__main__.TestLinalgCPU) ... ok (0.658s) 2022-12-01T10:45:57.8665078Z test_baddbmm_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (1.835s) 2022-12-01T10:45:57.8665472Z test_baddbmm_cpu_complex128 (__main__.TestLinalgCPU) ... ok (2.242s) 2022-12-01T10:45:57.8665863Z test_baddbmm_cpu_complex64 (__main__.TestLinalgCPU) ... ok (2.248s) 2022-12-01T10:45:57.8666320Z test_baddbmm_cpu_float32 (__main__.TestLinalgCPU) ... ok (1.904s) 2022-12-01T10:45:57.8666923Z test_baddbmm_cpu_float64 (__main__.TestLinalgCPU) ... ok (1.886s) 2022-12-01T10:45:57.8667584Z test_blas_alpha_beta_empty_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T10:45:57.8668108Z test_blas_alpha_beta_empty_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T10:45:57.8668637Z test_blas_alpha_beta_empty_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T10:45:57.8669190Z test_blas_alpha_beta_empty_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T10:45:57.8669733Z test_blas_alpha_beta_empty_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T10:45:57.8670285Z test_blas_alpha_beta_empty_cpu_int16 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T10:45:57.8670825Z test_blas_alpha_beta_empty_cpu_int32 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T10:45:57.8671356Z test_blas_alpha_beta_empty_cpu_int64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T10:45:57.8671879Z test_blas_alpha_beta_empty_cpu_int8 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T10:45:57.8672436Z test_blas_alpha_beta_empty_cpu_uint8 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T10:45:57.8672836Z test_blas_empty_cpu (__main__.TestLinalgCPU) ... ok (0.017s) 2022-12-01T10:45:57.8674816Z test_blas_mv_large_input_cpu (__main__.TestLinalgCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:45:57.8676193Z r = func(*args, **kwargs) 2022-12-01T10:45:57.8676512Z ok (0.005s) 2022-12-01T10:45:57.8678424Z test_blas_nan_out_cpu_bfloat16 (__main__.TestLinalgCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:45:57.8679555Z r = func(*args, **kwargs) 2022-12-01T10:45:57.8679848Z ok (0.004s) 2022-12-01T10:45:57.8680232Z test_blas_nan_out_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:45:57.8680721Z test_blas_nan_out_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:45:57.8681186Z test_blas_nan_out_cpu_float16 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:45:57.8681662Z test_blas_nan_out_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:45:57.8682134Z test_blas_nan_out_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:45:57.8684363Z test_bmm_cpu_bfloat16 (__main__.TestLinalgCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:45:57.8685746Z r = func(*args, **kwargs) 2022-12-01T10:45:57.8687561Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:45:57.8688222Z r = func(*args, **kwargs) 2022-12-01T10:45:57.8689253Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:45:57.8689908Z r = func(*args, **kwargs) 2022-12-01T10:45:57.8690928Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:45:57.8691588Z r = func(*args, **kwargs) 2022-12-01T10:45:57.8692597Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:45:57.8693235Z r = func(*args, **kwargs) 2022-12-01T10:45:57.8694339Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:45:57.8694994Z r = func(*args, **kwargs) 2022-12-01T10:45:57.8696006Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:45:57.8696657Z r = func(*args, **kwargs) 2022-12-01T10:45:57.8697736Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:45:57.8698388Z r = func(*args, **kwargs) 2022-12-01T10:45:57.8699387Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:45:57.8700020Z r = func(*args, **kwargs) 2022-12-01T10:45:57.8701034Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:45:57.8701676Z r = func(*args, **kwargs) 2022-12-01T10:45:57.8702801Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:45:57.8703462Z r = func(*args, **kwargs) 2022-12-01T10:45:57.8704483Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:45:57.8705136Z r = func(*args, **kwargs) 2022-12-01T10:45:57.8706136Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:45:57.8706772Z r = func(*args, **kwargs) 2022-12-01T10:45:57.8707776Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:45:57.8708803Z r = func(*args, **kwargs) 2022-12-01T10:45:57.8708978Z ok (1.539s) 2022-12-01T10:45:57.8709199Z test_bmm_cpu_complex128 (__main__.TestLinalgCPU) ... ok (1.568s) 2022-12-01T10:45:57.8709508Z test_bmm_cpu_complex64 (__main__.TestLinalgCPU) ... ok (1.594s) 2022-12-01T10:45:57.8709782Z test_bmm_cpu_float32 (__main__.TestLinalgCPU) ... ok (1.465s) 2022-12-01T10:45:57.8710045Z test_bmm_cpu_float64 (__main__.TestLinalgCPU) ... ok (1.412s) 2022-12-01T10:45:57.8711190Z test_broadcast_batched_matmul_cpu (__main__.TestLinalgCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:45:57.8711900Z r = func(*args, **kwargs) 2022-12-01T10:45:57.8712909Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:45:57.8713560Z r = func(*args, **kwargs) 2022-12-01T10:45:57.8713737Z ok (0.031s) 2022-12-01T10:45:57.8713970Z test_broadcast_fused_matmul_cpu (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T10:45:57.8714892Z 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:45:57.8715582Z return _VF.chain_matmul(matrices) # type: ignore[attr-defined] 2022-12-01T10:45:57.8715801Z ok (0.007s) 2022-12-01T10:45:57.8716029Z test_cholesky_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.025s) 2022-12-01T10:45:57.8716306Z test_cholesky_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.023s) 2022-12-01T10:45:57.8716590Z test_cholesky_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-12-01T10:45:57.8716871Z test_cholesky_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-12-01T10:45:57.8717176Z test_cholesky_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.033s) 2022-12-01T10:45:57.8717494Z test_cholesky_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.032s) 2022-12-01T10:45:57.8717820Z test_cholesky_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.032s) 2022-12-01T10:45:57.8718143Z test_cholesky_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.032s) 2022-12-01T10:45:57.8718436Z test_cholesky_ex_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T10:45:57.8718723Z test_cholesky_ex_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-12-01T10:45:57.8719007Z test_cholesky_ex_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-12-01T10:45:57.8719290Z test_cholesky_ex_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-12-01T10:45:57.8719607Z test_cholesky_ex_non_pd_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T10:45:57.8719911Z test_cholesky_ex_non_pd_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T10:45:57.8720211Z test_cholesky_ex_non_pd_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T10:45:57.8720492Z test_cholesky_ex_non_pd_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T10:45:57.8720818Z test_cholesky_inverse_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.029s) 2022-12-01T10:45:57.8721119Z test_cholesky_inverse_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.029s) 2022-12-01T10:45:57.8721404Z test_cholesky_inverse_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.028s) 2022-12-01T10:45:57.8721698Z test_cholesky_inverse_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.027s) 2022-12-01T10:45:57.8722019Z test_cholesky_inverse_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-12-01T10:45:57.8722366Z test_cholesky_inverse_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-12-01T10:45:57.8722694Z test_cholesky_inverse_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-12-01T10:45:57.8723025Z test_cholesky_inverse_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-12-01T10:45:57.8723366Z test_cholesky_solve_batched_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-12-01T10:45:57.8723713Z test_cholesky_solve_batched_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-12-01T10:45:57.8724126Z test_cholesky_solve_batched_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-12-01T10:45:57.8724465Z test_cholesky_solve_batched_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-12-01T10:45:57.8725193Z test_cholesky_solve_batched_cpu_complex128 (__main__.TestLinalgCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-12-01T10:45:57.8725638Z L = torch.cholesky(A) 2022-12-01T10:45:57.8725818Z should be replaced with 2022-12-01T10:45:57.8726020Z L = torch.linalg.cholesky(A) 2022-12-01T10:45:57.8726203Z and 2022-12-01T10:45:57.8726367Z U = torch.cholesky(A, upper=True) 2022-12-01T10:45:57.8726566Z should be replaced with 2022-12-01T10:45:57.8726773Z U = torch.linalg.cholesky(A).mH(). 2022-12-01T10:45:57.8727175Z 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:57.8727546Z r = func(*args, **kwargs) 2022-12-01T10:45:57.8727721Z ok (0.010s) 2022-12-01T10:45:57.8727953Z test_cholesky_solve_batched_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-12-01T10:45:57.8728269Z test_cholesky_solve_batched_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-12-01T10:45:57.8728579Z test_cholesky_solve_batched_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-12-01T10:45:57.8728971Z test_cholesky_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:45:57.8729423Z 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:45:57.8729880Z 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:45:57.8730325Z 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:45:57.8730701Z test_cholesky_solve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T10:45:57.8731031Z test_cholesky_solve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T10:45:57.8731326Z test_cholesky_solve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T10:45:57.8731614Z test_cholesky_solve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T10:45:57.8731932Z test_cholesky_solve_out_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T10:45:57.8732300Z test_cholesky_solve_out_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-12-01T10:45:57.8732646Z test_cholesky_solve_out_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T10:45:57.8732985Z test_cholesky_solve_out_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T10:45:57.8733275Z test_cond_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.075s) 2022-12-01T10:45:57.8733554Z test_cond_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.078s) 2022-12-01T10:45:57.8733828Z test_cond_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.075s) 2022-12-01T10:45:57.8734095Z test_cond_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.073s) 2022-12-01T10:45:57.8734380Z test_cond_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.055s) 2022-12-01T10:45:57.8734700Z test_cond_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.055s) 2022-12-01T10:45:57.8735016Z test_cond_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.054s) 2022-12-01T10:45:57.8735312Z test_cond_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.054s) 2022-12-01T10:45:57.8735634Z test_corner_cases_of_cublasltmatmul_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.506s) 2022-12-01T10:45:57.8735967Z test_corner_cases_of_cublasltmatmul_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.712s) 2022-12-01T10:45:57.8736299Z test_corner_cases_of_cublasltmatmul_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.574s) 2022-12-01T10:45:57.8736618Z test_corner_cases_of_cublasltmatmul_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.438s) 2022-12-01T10:45:57.8736945Z test_corner_cases_of_cublasltmatmul_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.551s) 2022-12-01T10:45:57.8737264Z test_corner_cases_of_cublasltmatmul_cpu_int16 (__main__.TestLinalgCPU) ... ok (0.634s) 2022-12-01T10:45:57.8737572Z test_corner_cases_of_cublasltmatmul_cpu_int32 (__main__.TestLinalgCPU) ... ok (0.898s) 2022-12-01T10:45:57.8737890Z test_corner_cases_of_cublasltmatmul_cpu_int64 (__main__.TestLinalgCPU) ... ok (0.837s) 2022-12-01T10:45:57.8738210Z test_corner_cases_of_cublasltmatmul_cpu_int8 (__main__.TestLinalgCPU) ... ok (0.577s) 2022-12-01T10:45:57.8738530Z test_corner_cases_of_cublasltmatmul_cpu_uint8 (__main__.TestLinalgCPU) ... ok (0.583s) 2022-12-01T10:45:57.8738813Z test_cross_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T10:45:57.8739083Z test_cross_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:45:57.8739381Z test_cross_with_and_without_dim_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8739682Z test_cross_with_and_without_dim_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8740027Z test_cublas_addmm_size_10000_cpu_bfloat16 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-12-01T10:45:57.8740389Z test_cublas_addmm_size_10000_cpu_float16 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-12-01T10:45:57.8740745Z test_cublas_addmm_size_10000_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-12-01T10:45:57.8741086Z test_cublas_addmm_size_1000_cpu_bfloat16 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-12-01T10:45:57.8741446Z test_cublas_addmm_size_1000_cpu_float16 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-12-01T10:45:57.8741799Z test_cublas_addmm_size_1000_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-12-01T10:45:57.8743946Z test_cublas_addmm_size_100_cpu_bfloat16 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-12-01T10:45:57.8744300Z test_cublas_addmm_size_100_cpu_float16 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-12-01T10:45:57.8744655Z test_cublas_addmm_size_100_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-12-01T10:45:57.8745041Z test_det_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.024s) 2022-12-01T10:45:57.8745318Z test_det_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-12-01T10:45:57.8745600Z test_det_logdet_slogdet_batched_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.107s) 2022-12-01T10:45:57.8746300Z test_det_logdet_slogdet_cpu_float64 (__main__.TestLinalgCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-12-01T10:45:57.8746860Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-12-01T10:45:57.8747100Z Q, R = torch.qr(A, some) 2022-12-01T10:45:57.8747292Z should be replaced with 2022-12-01T10:45:57.8747762Z 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:57.8748100Z r = func(*args, **kwargs) 2022-12-01T10:45:57.8748263Z ok (1.861s) 2022-12-01T10:45:57.8748488Z test_dot_invalid_args_cpu (__main__.TestLinalgCPU) ... ok (0.023s) 2022-12-01T10:45:57.8748773Z test_dot_vs_numpy_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T10:45:57.8749051Z test_dot_vs_numpy_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T10:45:57.8749338Z test_dot_vs_numpy_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T10:45:57.8749699Z 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:45:57.8750093Z test_eig_compare_backends_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:45:57.8750439Z test_eig_compare_backends_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:45:57.8750792Z test_eig_compare_backends_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:45:57.8751141Z test_eig_compare_backends_cpu_float64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:45:57.8751455Z test_eig_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.022s) 2022-12-01T10:45:57.8751772Z test_eig_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.022s) 2022-12-01T10:45:57.8752084Z test_eig_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.030s) 2022-12-01T10:45:57.8752391Z test_eig_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.030s) 2022-12-01T10:45:57.8752675Z test_eig_numpy_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-12-01T10:45:57.8752957Z test_eig_numpy_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-12-01T10:45:57.8753234Z test_eig_removed_error_cpu (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:45:57.8753505Z test_eig_with_nan_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-12-01T10:45:57.8753797Z test_eig_with_nan_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-12-01T10:45:57.8754084Z test_eig_with_nan_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-12-01T10:45:57.8754366Z test_eig_with_nan_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-12-01T10:45:57.8754643Z test_eigh_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.045s) 2022-12-01T10:45:57.8754921Z test_eigh_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.046s) 2022-12-01T10:45:57.8755244Z test_eigh_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.046s) 2022-12-01T10:45:57.8755498Z test_eigh_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.044s) 2022-12-01T10:45:57.8755791Z test_eigh_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.030s) 2022-12-01T10:45:57.8756112Z test_eigh_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.030s) 2022-12-01T10:45:57.8756427Z test_eigh_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.030s) 2022-12-01T10:45:57.8756756Z test_eigh_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.030s) 2022-12-01T10:45:57.8757064Z test_eigh_lower_uplo_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:45:57.8757361Z test_eigh_lower_uplo_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:45:57.8757643Z test_eigh_lower_uplo_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:45:57.8757931Z test_eigh_lower_uplo_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:45:57.8758267Z test_eigvals_compare_backends_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:45:57.8758632Z test_eigvals_compare_backends_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:45:57.8758980Z test_eigvals_compare_backends_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:45:57.8759343Z test_eigvals_compare_backends_cpu_float64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:45:57.8759684Z test_eigvals_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-12-01T10:45:57.8760012Z test_eigvals_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-12-01T10:45:57.8760319Z test_eigvals_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-12-01T10:45:57.8760634Z test_eigvals_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-12-01T10:45:57.8760946Z test_eigvals_numpy_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-12-01T10:45:57.8761228Z test_eigvals_numpy_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T10:45:57.8761516Z test_eigvalsh_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.022s) 2022-12-01T10:45:57.8761802Z test_eigvalsh_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.022s) 2022-12-01T10:45:57.8762085Z test_eigvalsh_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.022s) 2022-12-01T10:45:57.8762352Z test_eigvalsh_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-12-01T10:45:57.8763116Z test_eigvalsh_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:45:57.8763590Z r = func(*args, **kwargs) 2022-12-01T10:45:57.8763757Z ok (0.022s) 2022-12-01T10:45:57.8764005Z test_eigvalsh_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.022s) 2022-12-01T10:45:57.8764420Z test_eigvalsh_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.022s) 2022-12-01T10:45:57.8764740Z test_eigvalsh_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.022s) 2022-12-01T10:45:57.8765031Z test_einsum_corner_cases_cpu (__main__.TestLinalgCPU) ... ok (0.012s) 2022-12-01T10:45:57.8765317Z test_einsum_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.060s) 2022-12-01T10:45:57.8765594Z test_einsum_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.056s) 2022-12-01T10:45:57.8765859Z test_einsum_error_cases_cpu (__main__.TestLinalgCPU) ... ok (0.045s) 2022-12-01T10:45:57.8766148Z test_einsum_random_cpu_complex128 (__main__.TestLinalgCPU) ... ok (5.189s) 2022-12-01T10:45:57.8766442Z test_einsum_random_cpu_float64 (__main__.TestLinalgCPU) ... ok (4.666s) 2022-12-01T10:45:57.8766781Z test_einsum_sublist_format_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.023s) 2022-12-01T10:45:57.8767078Z test_einsum_sublist_format_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.022s) 2022-12-01T10:45:57.8767370Z test_geqrf_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.040s) 2022-12-01T10:45:57.8767650Z test_geqrf_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.041s) 2022-12-01T10:45:57.8767913Z test_geqrf_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.037s) 2022-12-01T10:45:57.8768208Z test_geqrf_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.037s) 2022-12-01T10:45:57.8768504Z test_householder_product_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-12-01T10:45:57.8768818Z test_householder_product_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-12-01T10:45:57.8769114Z test_householder_product_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-12-01T10:45:57.8769418Z test_householder_product_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-12-01T10:45:57.8769738Z test_householder_product_errors_and_warnings_cpu (__main__.TestLinalgCPU) ... ok (0.022s) 2022-12-01T10:45:57.8770028Z test_inner_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.024s) 2022-12-01T10:45:57.8770298Z test_inner_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.023s) 2022-12-01T10:45:57.8770590Z test_inv_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.042s) 2022-12-01T10:45:57.8770905Z test_inv_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.041s) 2022-12-01T10:45:57.8771209Z test_inv_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.041s) 2022-12-01T10:45:57.8771513Z test_inv_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.041s) 2022-12-01T10:45:57.8771816Z test_inv_ex_info_device_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:45:57.8772105Z test_inv_ex_info_device_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:45:57.8772407Z test_inv_ex_info_device_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:45:57.8772698Z test_inv_ex_info_device_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:45:57.8772988Z test_inv_ex_singular_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-12-01T10:45:57.8773272Z test_inv_ex_singular_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T10:45:57.8773564Z test_inv_ex_singular_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T10:45:57.8773853Z test_inv_ex_singular_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T10:45:57.8774169Z test_invariance_error_spectral_decompositions_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-12-01T10:45:57.8774490Z test_inverse_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.150s) 2022-12-01T10:45:57.8774776Z test_inverse_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.153s) 2022-12-01T10:45:57.8775053Z test_inverse_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.141s) 2022-12-01T10:45:57.8775314Z test_inverse_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.139s) 2022-12-01T10:45:57.8775597Z test_inverse_errors_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.037s) 2022-12-01T10:45:57.8775892Z test_inverse_errors_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.037s) 2022-12-01T10:45:57.8776170Z test_inverse_errors_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.037s) 2022-12-01T10:45:57.8776456Z test_inverse_errors_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.037s) 2022-12-01T10:45:57.8776751Z test_inverse_errors_large_cpu_complex128 (__main__.TestLinalgCPU) ... ok (1.205s) 2022-12-01T10:45:57.8777048Z test_inverse_errors_large_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.608s) 2022-12-01T10:45:57.8777352Z test_inverse_errors_large_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.302s) 2022-12-01T10:45:57.8777649Z test_inverse_errors_large_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.454s) 2022-12-01T10:45:57.8778070Z 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:45:57.8778495Z 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:45:57.8778928Z 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:45:57.8779387Z 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:45:57.8779734Z test_kron_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-12-01T10:45:57.8779999Z test_kron_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-12-01T10:45:57.8780272Z test_kron_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-12-01T10:45:57.8780542Z test_kron_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.018s) 2022-12-01T10:45:57.8780810Z test_kron_empty_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:45:57.8781096Z test_kron_empty_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:45:57.8781378Z test_kron_empty_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:45:57.8781657Z test_kron_empty_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:45:57.8783000Z test_kron_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:45:57.8783734Z r = func(*args, **kwargs) 2022-12-01T10:45:57.8783915Z ok (0.006s) 2022-12-01T10:45:57.8785043Z test_kron_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:45:57.8785759Z r = func(*args, **kwargs) 2022-12-01T10:45:57.8785932Z ok (0.006s) 2022-12-01T10:45:57.8787025Z test_kron_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:45:57.8787739Z r = func(*args, **kwargs) 2022-12-01T10:45:57.8787911Z ok (0.006s) 2022-12-01T10:45:57.8789010Z test_kron_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:45:57.8789790Z r = func(*args, **kwargs) 2022-12-01T10:45:57.8789953Z ok (0.006s) 2022-12-01T10:45:57.8790176Z test_lapack_empty_cpu (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T10:45:57.8790559Z test_ldl_factor_cpu_complex128 (__main__.TestLinalgCPU) ... test_linalg.py:7312: ComplexWarning: scipy.linalg.ldl(): 2022-12-01T10:45:57.8790965Z The imaginary parts of the diagonalare ignored. Use "hermitian=False" for factorization ofcomplex symmetric arrays. 2022-12-01T10:45:57.8791287Z lambda x: scipy_ldl(x, hermitian=hermitian, lower=True), 2022-12-01T10:45:57.8791499Z ok (0.051s) 2022-12-01T10:45:57.8791729Z test_ldl_factor_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.022s) 2022-12-01T10:45:57.8792006Z test_ldl_factor_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-12-01T10:45:57.8792288Z test_ldl_factor_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-12-01T10:45:57.8792568Z test_ldl_solve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-12-01T10:45:57.8792844Z test_ldl_solve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-12-01T10:45:57.8793129Z test_ldl_solve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-12-01T10:45:57.8793403Z test_ldl_solve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-12-01T10:45:57.8793687Z test_linalg_cross_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T10:45:57.8793963Z test_linalg_cross_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T10:45:57.8794274Z test_linalg_cross_with_and_without_dim_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8794605Z test_linalg_cross_with_and_without_dim_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8794927Z test_linalg_lstsq_batch_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.064s) 2022-12-01T10:45:57.8795266Z test_linalg_lstsq_batch_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.063s) 2022-12-01T10:45:57.8795600Z test_linalg_lstsq_batch_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.055s) 2022-12-01T10:45:57.8795927Z test_linalg_lstsq_batch_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.054s) 2022-12-01T10:45:57.8796222Z test_linalg_lstsq_cpu_complex128 (__main__.TestLinalgCPU) ... ok (2.814s) 2022-12-01T10:45:57.8796513Z test_linalg_lstsq_cpu_complex64 (__main__.TestLinalgCPU) ... ok (2.857s) 2022-12-01T10:45:57.8796798Z test_linalg_lstsq_cpu_float32 (__main__.TestLinalgCPU) ... ok (2.714s) 2022-12-01T10:45:57.8797069Z test_linalg_lstsq_cpu_float64 (__main__.TestLinalgCPU) ... ok (2.671s) 2022-12-01T10:45:57.8797374Z test_linalg_lstsq_input_checks_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.035s) 2022-12-01T10:45:57.8797695Z test_linalg_lstsq_input_checks_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.034s) 2022-12-01T10:45:57.8798012Z test_linalg_lstsq_input_checks_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.034s) 2022-12-01T10:45:57.8798314Z test_linalg_lstsq_input_checks_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.034s) 2022-12-01T10:45:57.8798625Z test_linalg_lu_cpu_errors_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.039s) 2022-12-01T10:45:57.8798931Z test_linalg_lu_cpu_errors_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.039s) 2022-12-01T10:45:57.8799223Z test_linalg_lu_cpu_errors_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.039s) 2022-12-01T10:45:57.8799519Z test_linalg_lu_cpu_errors_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.039s) 2022-12-01T10:45:57.8800215Z 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:45:57.8800711Z LU, pivots = torch.lu(A, compute_pivots) 2022-12-01T10:45:57.8800906Z should be replaced with 2022-12-01T10:45:57.8801135Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-12-01T10:45:57.8801341Z and 2022-12-01T10:45:57.8801539Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-12-01T10:45:57.8801770Z should be replaced with 2022-12-01T10:45:57.8802160Z 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:45:57.8802562Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-12-01T10:45:57.8802776Z ok (0.661s) 2022-12-01T10:45:57.8803009Z test_linalg_lu_family_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.671s) 2022-12-01T10:45:57.8803311Z test_linalg_lu_family_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.600s) 2022-12-01T10:45:57.8803593Z test_linalg_lu_family_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.862s) 2022-12-01T10:45:57.8803892Z test_linalg_lu_solve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.050s) 2022-12-01T10:45:57.8804351Z test_linalg_lu_solve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.049s) 2022-12-01T10:45:57.8804776Z test_linalg_lu_solve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.042s) 2022-12-01T10:45:57.8805296Z test_linalg_lu_solve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.041s) 2022-12-01T10:45:57.8805802Z 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:45:57.8806252Z 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:45:57.8806697Z 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:45:57.8807129Z 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:45:57.8807507Z test_linalg_matrix_exp_batch_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.034s) 2022-12-01T10:45:57.8807823Z test_linalg_matrix_exp_batch_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.033s) 2022-12-01T10:45:57.8808156Z test_linalg_matrix_exp_boundary_cases_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-12-01T10:45:57.8808484Z test_linalg_matrix_exp_boundary_cases_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-12-01T10:45:57.8808824Z test_linalg_matrix_exp_boundary_cases_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-12-01T10:45:57.8809157Z test_linalg_matrix_exp_boundary_cases_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-12-01T10:45:57.8809496Z test_linalg_matrix_exp_compare_with_taylor_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.096s) 2022-12-01T10:45:57.8809835Z test_linalg_matrix_exp_compare_with_taylor_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.098s) 2022-12-01T10:45:57.8810181Z test_linalg_matrix_exp_compare_with_taylor_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.094s) 2022-12-01T10:45:57.8810519Z test_linalg_matrix_exp_compare_with_taylor_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.089s) 2022-12-01T10:45:57.8810843Z test_linalg_matrix_exp_no_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8811172Z test_linalg_matrix_exp_utils_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-12-01T10:45:57.8811493Z test_linalg_matrix_exp_utils_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-12-01T10:45:57.8811807Z test_linalg_qr_autograd_errors_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-12-01T10:45:57.8812130Z test_linalg_solve_triangular_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.034s) 2022-12-01T10:45:57.8812485Z test_linalg_solve_triangular_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.033s) 2022-12-01T10:45:57.8812898Z test_linalg_solve_triangular_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.027s) 2022-12-01T10:45:57.8813232Z test_linalg_solve_triangular_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.027s) 2022-12-01T10:45:57.8813565Z test_linalg_solve_triangular_cpu_complex128 (__main__.TestLinalgCPU) ... ok (3.836s) 2022-12-01T10:45:57.8813918Z test_linalg_solve_triangular_cpu_complex64 (__main__.TestLinalgCPU) ... ok (3.868s) 2022-12-01T10:45:57.8814237Z test_linalg_solve_triangular_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.824s) 2022-12-01T10:45:57.8814540Z test_linalg_solve_triangular_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.797s) 2022-12-01T10:45:57.8814886Z test_linalg_solve_triangular_large_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:45:57.8815256Z test_linalg_solve_triangular_large_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:45:57.8815629Z test_linalg_solve_triangular_large_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:45:57.8815976Z test_linalg_solve_triangular_large_cpu_float64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:45:57.8816303Z test_linear_algebra_scalar_raises_cpu (__main__.TestLinalgCPU) ... ok (0.009s) 2022-12-01T10:45:57.8817008Z test_lobpcg_basic_cpu_float64 (__main__.TestLinalgCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-12-01T10:45:57.8817572Z 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:57.8817879Z L, _ = torch.symeig(A, upper=upper) 2022-12-01T10:45:57.8818085Z should be replaced with 2022-12-01T10:45:57.8818382Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-12-01T10:45:57.8818584Z and 2022-12-01T10:45:57.8818768Z L, V = torch.symeig(A, eigenvectors=True) 2022-12-01T10:45:57.8818977Z should be replaced with 2022-12-01T10:45:57.8819430Z 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:57.8819764Z r = func(*args, **kwargs) 2022-12-01T10:45:57.8819943Z ok (1.613s) 2022-12-01T10:45:57.8820175Z test_lobpcg_ortho_cpu_float64 (__main__.TestLinalgCPU) ... ok (9.671s) 2022-12-01T10:45:57.8820444Z test_lobpcg_scipy_cpu_float64 (__main__.TestLinalgCPU) 2022-12-01T10:45:57.8820738Z Compare torch and scipy.sparse.linalg implementations of lobpcg ... 2022-12-01T10:45:57.8821040Z CPU timings: torch.lobpcg vs scipy.sparse.linalg.lobpcg 2022-12-01T10:45:57.8821349Z ------------------------------------------------------- 2022-12-01T10:45:57.8821595Z | standard | generalized | method 2022-12-01T10:45:57.8821818Z torch.lobpcg | 376.01 | 383.25 | ortho 2022-12-01T10:45:57.8822021Z scipy_lobpcg | 134.91 | 141.25 | N/A 2022-12-01T10:45:57.8822485Z -(input size: 500, eigenpairs: 7, units: ms per call)- 2022-12-01T10:45:57.8822690Z 2022-12-01T10:45:57.8822915Z Calling scipy_lobpcg failed [standard]: eigh has failed in lobpcg iterations 2022-12-01T10:45:57.8823294Z Handling of small tol=1e-100: torch.lobpcg vs scipy.sparse.linalg.lobpcg 2022-12-01T10:45:57.8823683Z ---------------------------------------------------------------------------- 2022-12-01T10:45:57.8823971Z | standard | generalized | niter | method 2022-12-01T10:45:57.8824255Z torch.lobpcg | 2.08e-13 | 8.88e-15 | 1000 | ortho 2022-12-01T10:45:57.8824541Z scipy_lobpcg | -1.00e+00 | 1.41e+01 | -1 | N/A 2022-12-01T10:45:57.8824870Z ---(input size: 500, eigenpairs: 7, units: relative error, maxiter=1000)--- 2022-12-01T10:45:57.8825048Z 2022-12-01T10:45:57.8825202Z ok (29.564s) 2022-12-01T10:45:57.8825440Z test_lobpcg_torchscript_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.803s) 2022-12-01T10:45:57.8825739Z test_lstsq_removed_error_cpu (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:45:57.8826487Z test_lu_solve_batched_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:57.8826981Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-12-01T10:45:57.8827221Z X = torch.lu_solve(B, LU, pivots) 2022-12-01T10:45:57.8827419Z should be replaced with 2022-12-01T10:45:57.8827749Z 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:57.8828068Z r = func(*args, **kwargs) 2022-12-01T10:45:57.8828248Z ok (0.007s) 2022-12-01T10:45:57.8828503Z test_lu_solve_batched_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-12-01T10:45:57.8828824Z test_lu_solve_batched_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-12-01T10:45:57.8829153Z test_lu_solve_batched_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-12-01T10:45:57.8829467Z test_lu_solve_batched_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-12-01T10:45:57.8829759Z test_lu_solve_batched_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-12-01T10:45:57.8830054Z test_lu_solve_batched_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-12-01T10:45:57.8830346Z test_lu_solve_batched_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-12-01T10:45:57.8830725Z 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:45:57.8831168Z 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:45:57.8831615Z 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:45:57.8832058Z 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:45:57.8832416Z test_lu_solve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T10:45:57.8832689Z test_lu_solve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-12-01T10:45:57.8832969Z test_lu_solve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T10:45:57.8833249Z test_lu_solve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T10:45:57.8833560Z test_lu_solve_large_matrices_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:45:57.8833922Z test_lu_solve_large_matrices_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:45:57.8834274Z test_lu_solve_large_matrices_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:45:57.8834625Z test_lu_solve_large_matrices_cpu_float64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:45:57.8834941Z test_lu_unpack_check_input_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T10:45:57.8835245Z test_matmul_45724_cpu (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:45:57.8836436Z test_matmul_small_brute_force_1d_Nd_cpu_complex64 (__main__.TestLinalgCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:45:57.8837203Z r = func(*args, **kwargs) 2022-12-01T10:45:57.8838240Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:45:57.8838896Z r = func(*args, **kwargs) 2022-12-01T10:45:57.8839892Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:45:57.8840538Z r = func(*args, **kwargs) 2022-12-01T10:45:57.8840714Z ok (1.034s) 2022-12-01T10:45:57.8840960Z test_matmul_small_brute_force_1d_Nd_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.909s) 2022-12-01T10:45:57.8841273Z test_matmul_small_brute_force_1d_Nd_cpu_int64 (__main__.TestLinalgCPU) ... ok (0.698s) 2022-12-01T10:45:57.8841596Z test_matmul_small_brute_force_2d_Nd_cpu_complex64 (__main__.TestLinalgCPU) ... ok (4.178s) 2022-12-01T10:45:57.8841915Z test_matmul_small_brute_force_2d_Nd_cpu_float32 (__main__.TestLinalgCPU) ... ok (3.605s) 2022-12-01T10:45:57.8842232Z test_matmul_small_brute_force_2d_Nd_cpu_int64 (__main__.TestLinalgCPU) ... ok (2.886s) 2022-12-01T10:45:57.8842536Z test_matmul_small_brute_force_3d_Nd_cpu_complex64 (__main__.TestLinalgCPU) ... ok (4.841s) 2022-12-01T10:45:57.8842850Z test_matmul_small_brute_force_3d_Nd_cpu_float32 (__main__.TestLinalgCPU) ... ok (4.163s) 2022-12-01T10:45:57.8843165Z test_matmul_small_brute_force_3d_Nd_cpu_int64 (__main__.TestLinalgCPU) ... ok (3.246s) 2022-12-01T10:45:57.8843453Z test_matrix_norm_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-12-01T10:45:57.8843736Z test_matrix_norm_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-12-01T10:45:57.8844115Z test_matrix_power_negative_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.025s) 2022-12-01T10:45:57.8844432Z test_matrix_power_negative_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.024s) 2022-12-01T10:45:57.8844731Z test_matrix_power_non_negative_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.018s) 2022-12-01T10:45:57.8845048Z test_matrix_power_non_negative_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-12-01T10:45:57.8845360Z test_matrix_rank_atol_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.037s) 2022-12-01T10:45:57.8845649Z test_matrix_rank_atol_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.037s) 2022-12-01T10:45:57.8845943Z test_matrix_rank_atol_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.036s) 2022-12-01T10:45:57.8846240Z test_matrix_rank_atol_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.036s) 2022-12-01T10:45:57.8846537Z test_matrix_rank_atol_rtol_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:45:57.8846844Z test_matrix_rank_basic_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8847144Z test_matrix_rank_basic_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8847442Z test_matrix_rank_basic_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8847765Z test_matrix_rank_basic_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8848059Z test_matrix_rank_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.026s) 2022-12-01T10:45:57.8848353Z test_matrix_rank_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.025s) 2022-12-01T10:45:57.8848644Z test_matrix_rank_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.024s) 2022-12-01T10:45:57.8848913Z test_matrix_rank_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.024s) 2022-12-01T10:45:57.8849238Z test_matrix_rank_empty_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.025s) 2022-12-01T10:45:57.8849546Z test_matrix_rank_empty_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.025s) 2022-12-01T10:45:57.8849828Z test_matrix_rank_empty_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.026s) 2022-12-01T10:45:57.8850118Z test_matrix_rank_empty_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.026s) 2022-12-01T10:45:57.8850439Z test_matrix_rank_out_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T10:45:57.8850784Z test_matrix_rank_out_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T10:45:57.8851111Z test_matrix_rank_out_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T10:45:57.8851441Z test_matrix_rank_out_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T10:45:57.8851758Z test_matrix_rank_removed_error_cpu (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:45:57.8852038Z test_mm_bmm_non_memory_dense_cpu (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T10:45:57.8852394Z test_mm_cpu_complex128 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:45:57.8852797Z test_mm_cpu_complex64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:45:57.8853196Z test_mm_cpu_float32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:45:57.8853578Z test_mm_cpu_float64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:45:57.8853962Z test_mm_cpu_int32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:45:57.8854350Z test_mm_cpu_int64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:45:57.8854686Z test_multi_dot_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.018s) 2022-12-01T10:45:57.8854956Z test_multi_dot_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-12-01T10:45:57.8855244Z test_multi_dot_errors_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.031s) 2022-12-01T10:45:57.8855538Z test_norm_complex_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.030s) 2022-12-01T10:45:57.8855820Z test_norm_complex_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.029s) 2022-12-01T10:45:57.8856110Z test_norm_complex_old_cpu (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T10:45:57.8856395Z test_norm_dtype_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.087s) 2022-12-01T10:45:57.8856684Z test_norm_dtype_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.066s) 2022-12-01T10:45:57.8856961Z test_norm_dtype_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.126s) 2022-12-01T10:45:57.8857251Z test_norm_dtype_cpu_float16 (__main__.TestLinalgCPU) ... ok (0.090s) 2022-12-01T10:45:57.8857535Z test_norm_dtype_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.117s) 2022-12-01T10:45:57.8857804Z test_norm_dtype_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.061s) 2022-12-01T10:45:57.8858087Z test_norm_errors_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.167s) 2022-12-01T10:45:57.8858374Z test_norm_errors_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.163s) 2022-12-01T10:45:57.8858918Z 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:45:57.8859286Z ret **= (1 / ord) 2022-12-01T10:45:57.8859685Z /opt/conda/lib/python3.7/site-packages/numpy/linalg/linalg.py:2514: RuntimeWarning: divide by zero encountered in reciprocal 2022-12-01T10:45:57.8859979Z absx **= ord 2022-12-01T10:45:57.8860382Z /opt/conda/lib/python3.7/site-packages/numpy/linalg/linalg.py:2514: RuntimeWarning: divide by zero encountered in power 2022-12-01T10:45:57.8860667Z absx **= ord 2022-12-01T10:45:57.8860835Z ok (0.057s) 2022-12-01T10:45:57.8861048Z test_norm_fastpaths_cpu (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T10:45:57.8861351Z test_norm_fro_2_equivalence_old_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.209s) 2022-12-01T10:45:57.8861697Z test_norm_fused_type_promotion_cpu_bfloat16 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:45:57.8862060Z test_norm_fused_type_promotion_cpu_float16 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:45:57.8862494Z test_norm_matrix_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.218s) 2022-12-01T10:45:57.8862782Z test_norm_matrix_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.227s) 2022-12-01T10:45:57.8863095Z test_norm_matrix_degenerate_shapes_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.469s) 2022-12-01T10:45:57.8863421Z test_norm_matrix_degenerate_shapes_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.476s) 2022-12-01T10:45:57.8863755Z test_norm_matrix_degenerate_shapes_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.475s) 2022-12-01T10:45:57.8864082Z test_norm_matrix_degenerate_shapes_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.474s) 2022-12-01T10:45:57.8864375Z test_norm_old_cpu (__main__.TestLinalgCPU) ... ok (0.067s) 2022-12-01T10:45:57.8864646Z test_norm_old_nan_propagation_cpu (__main__.TestLinalgCPU) ... ok (0.007s) 2022-12-01T10:45:57.8864940Z test_norm_vector_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.133s) 2022-12-01T10:45:57.8865243Z test_norm_vector_cpu_float64 (__main__.TestLinalgCPU) ... ok (1.127s) 2022-12-01T10:45:57.8865710Z test_norm_vector_degenerate_shapes_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.193s) 2022-12-01T10:45:57.8866331Z test_norm_vector_degenerate_shapes_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.193s) 2022-12-01T10:45:57.8866679Z test_norm_vector_degenerate_shapes_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.198s) 2022-12-01T10:45:57.8867002Z test_norm_vector_degenerate_shapes_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.198s) 2022-12-01T10:45:57.8867318Z test_nuclear_norm_axes_small_brute_force_old_cpu (__main__.TestLinalgCPU) ... ok (1.246s) 2022-12-01T10:45:57.8867632Z test_nuclear_norm_exceptions_old_cpu (__main__.TestLinalgCPU) ... ok (0.032s) 2022-12-01T10:45:57.8867932Z test_nuclear_norm_out_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-12-01T10:45:57.8868226Z test_nuclear_norm_out_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-12-01T10:45:57.8868513Z test_old_cholesky_batched_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-12-01T10:45:57.8868828Z test_old_cholesky_batched_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-12-01T10:45:57.8869138Z test_old_cholesky_batched_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-12-01T10:45:57.8869426Z test_old_cholesky_batched_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-12-01T10:45:57.8869814Z 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:45:57.8870227Z test_old_cholesky_batched_upper_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:45:57.8870592Z test_old_cholesky_batched_upper_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:45:57.8870946Z test_old_cholesky_batched_upper_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:45:57.8871380Z test_old_cholesky_batched_upper_cpu_float64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:45:57.8871703Z test_old_cholesky_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:45:57.8872089Z test_old_cholesky_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:45:57.8872380Z test_old_cholesky_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:45:57.8872712Z test_old_cholesky_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:45:57.8873015Z test_old_cholesky_empty_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8873309Z test_old_cholesky_empty_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8873610Z test_old_cholesky_empty_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8873909Z test_old_cholesky_empty_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8874189Z test_ormqr_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.172s) 2022-12-01T10:45:57.8874466Z test_ormqr_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.176s) 2022-12-01T10:45:57.8874812Z test_ormqr_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.155s) 2022-12-01T10:45:57.8875080Z test_ormqr_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.151s) 2022-12-01T10:45:57.8875367Z test_ormqr_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.028s) 2022-12-01T10:45:57.8875691Z test_ormqr_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.026s) 2022-12-01T10:45:57.8876009Z test_ormqr_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.025s) 2022-12-01T10:45:57.8876310Z test_ormqr_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.025s) 2022-12-01T10:45:57.8877146Z test_outer_cpu_bfloat16 (__main__.TestLinalgCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:45:57.8877657Z r = func(*args, **kwargs) 2022-12-01T10:45:57.8877840Z ok (0.011s) 2022-12-01T10:45:57.8878048Z test_outer_cpu_bool (__main__.TestLinalgCPU) ... ok (0.008s) 2022-12-01T10:45:57.8878329Z test_outer_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-12-01T10:45:57.8878610Z test_outer_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-12-01T10:45:57.8878883Z test_outer_cpu_float16 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T10:45:57.8879138Z test_outer_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T10:45:57.8879405Z test_outer_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T10:45:57.8879669Z test_outer_cpu_int16 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-12-01T10:45:57.8879922Z test_outer_cpu_int32 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-12-01T10:45:57.8880182Z test_outer_cpu_int64 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-12-01T10:45:57.8880447Z test_outer_cpu_int8 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-12-01T10:45:57.8880697Z test_outer_cpu_uint8 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-12-01T10:45:57.8880979Z test_outer_ger_addr_legacy_tests_cpu (__main__.TestLinalgCPU) ... ok (0.025s) 2022-12-01T10:45:57.8881301Z test_outer_type_promotion_cpu_bfloat16_bfloat16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8881621Z test_outer_type_promotion_cpu_bfloat16_bool (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8881934Z test_outer_type_promotion_cpu_bfloat16_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8882268Z test_outer_type_promotion_cpu_bfloat16_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8882591Z test_outer_type_promotion_cpu_bfloat16_float16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8882939Z test_outer_type_promotion_cpu_bfloat16_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8883253Z test_outer_type_promotion_cpu_bfloat16_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8883569Z test_outer_type_promotion_cpu_bfloat16_int16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8883883Z test_outer_type_promotion_cpu_bfloat16_int32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8884300Z test_outer_type_promotion_cpu_bfloat16_int64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8884620Z test_outer_type_promotion_cpu_bfloat16_int8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8884940Z test_outer_type_promotion_cpu_bfloat16_uint8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8885241Z test_outer_type_promotion_cpu_bool_bfloat16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8885553Z test_outer_type_promotion_cpu_bool_bool (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8885873Z test_outer_type_promotion_cpu_bool_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8886193Z test_outer_type_promotion_cpu_bool_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8886495Z test_outer_type_promotion_cpu_bool_float16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8886805Z test_outer_type_promotion_cpu_bool_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8887114Z test_outer_type_promotion_cpu_bool_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8887417Z test_outer_type_promotion_cpu_bool_int16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8887711Z test_outer_type_promotion_cpu_bool_int32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8888020Z test_outer_type_promotion_cpu_bool_int64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8888329Z test_outer_type_promotion_cpu_bool_int8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8888624Z test_outer_type_promotion_cpu_bool_uint8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8888938Z test_outer_type_promotion_cpu_complex128_bfloat16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8889263Z test_outer_type_promotion_cpu_complex128_bool (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8889595Z test_outer_type_promotion_cpu_complex128_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8889914Z test_outer_type_promotion_cpu_complex128_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8890243Z test_outer_type_promotion_cpu_complex128_float16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8890566Z test_outer_type_promotion_cpu_complex128_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8890873Z test_outer_type_promotion_cpu_complex128_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8891190Z test_outer_type_promotion_cpu_complex128_int16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8891510Z test_outer_type_promotion_cpu_complex128_int32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8891825Z test_outer_type_promotion_cpu_complex128_int64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8892134Z test_outer_type_promotion_cpu_complex128_int8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8892449Z test_outer_type_promotion_cpu_complex128_uint8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8892773Z test_outer_type_promotion_cpu_complex64_bfloat16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8893081Z test_outer_type_promotion_cpu_complex64_bool (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8893405Z test_outer_type_promotion_cpu_complex64_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8893734Z test_outer_type_promotion_cpu_complex64_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8894104Z test_outer_type_promotion_cpu_complex64_float16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8894413Z test_outer_type_promotion_cpu_complex64_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8894733Z test_outer_type_promotion_cpu_complex64_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8895079Z test_outer_type_promotion_cpu_complex64_int16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8895399Z test_outer_type_promotion_cpu_complex64_int32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8895701Z test_outer_type_promotion_cpu_complex64_int64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8896016Z test_outer_type_promotion_cpu_complex64_int8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8896329Z test_outer_type_promotion_cpu_complex64_uint8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8896635Z test_outer_type_promotion_cpu_float16_bfloat16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8896948Z test_outer_type_promotion_cpu_float16_bool (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8897273Z test_outer_type_promotion_cpu_float16_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8897599Z test_outer_type_promotion_cpu_float16_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8897907Z test_outer_type_promotion_cpu_float16_float16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8898220Z test_outer_type_promotion_cpu_float16_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8898533Z test_outer_type_promotion_cpu_float16_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8898835Z test_outer_type_promotion_cpu_float16_int16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8899148Z test_outer_type_promotion_cpu_float16_int32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8899462Z test_outer_type_promotion_cpu_float16_int64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8899771Z test_outer_type_promotion_cpu_float16_int8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8900073Z test_outer_type_promotion_cpu_float16_uint8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8900389Z test_outer_type_promotion_cpu_float32_bfloat16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8900707Z test_outer_type_promotion_cpu_float32_bool (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8901013Z test_outer_type_promotion_cpu_float32_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8901337Z test_outer_type_promotion_cpu_float32_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8901656Z test_outer_type_promotion_cpu_float32_float16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8901971Z test_outer_type_promotion_cpu_float32_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8902400Z test_outer_type_promotion_cpu_float32_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8902715Z test_outer_type_promotion_cpu_float32_int16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8903028Z test_outer_type_promotion_cpu_float32_int32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8903339Z test_outer_type_promotion_cpu_float32_int64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8903644Z test_outer_type_promotion_cpu_float32_int8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8903958Z test_outer_type_promotion_cpu_float32_uint8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8904278Z test_outer_type_promotion_cpu_float64_bfloat16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8904585Z test_outer_type_promotion_cpu_float64_bool (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8904905Z test_outer_type_promotion_cpu_float64_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8905308Z test_outer_type_promotion_cpu_float64_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8905631Z test_outer_type_promotion_cpu_float64_float16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8905935Z test_outer_type_promotion_cpu_float64_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8906288Z test_outer_type_promotion_cpu_float64_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8906606Z test_outer_type_promotion_cpu_float64_int16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8906906Z test_outer_type_promotion_cpu_float64_int32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8907216Z test_outer_type_promotion_cpu_float64_int64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8907531Z test_outer_type_promotion_cpu_float64_int8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8907849Z test_outer_type_promotion_cpu_float64_uint8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8908149Z test_outer_type_promotion_cpu_int16_bfloat16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8908463Z test_outer_type_promotion_cpu_int16_bool (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8908783Z test_outer_type_promotion_cpu_int16_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8909094Z test_outer_type_promotion_cpu_int16_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8909411Z test_outer_type_promotion_cpu_int16_float16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8909722Z test_outer_type_promotion_cpu_int16_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8910035Z test_outer_type_promotion_cpu_int16_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8910333Z test_outer_type_promotion_cpu_int16_int16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8910647Z test_outer_type_promotion_cpu_int16_int32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8910960Z test_outer_type_promotion_cpu_int16_int64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8911256Z test_outer_type_promotion_cpu_int16_int8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8911567Z test_outer_type_promotion_cpu_int16_uint8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8911887Z test_outer_type_promotion_cpu_int32_bfloat16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8912198Z test_outer_type_promotion_cpu_int32_bool (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8912497Z test_outer_type_promotion_cpu_int32_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8912821Z test_outer_type_promotion_cpu_int32_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8913137Z test_outer_type_promotion_cpu_int32_float16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8913451Z test_outer_type_promotion_cpu_int32_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8913763Z test_outer_type_promotion_cpu_int32_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8914071Z test_outer_type_promotion_cpu_int32_int16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8914381Z test_outer_type_promotion_cpu_int32_int32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8914682Z test_outer_type_promotion_cpu_int32_int64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8914987Z test_outer_type_promotion_cpu_int32_int8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8915292Z test_outer_type_promotion_cpu_int32_uint8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8915604Z test_outer_type_promotion_cpu_int64_bfloat16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8915905Z test_outer_type_promotion_cpu_int64_bool (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8916271Z test_outer_type_promotion_cpu_int64_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8916594Z test_outer_type_promotion_cpu_int64_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8916900Z test_outer_type_promotion_cpu_int64_float16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8917209Z test_outer_type_promotion_cpu_int64_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8917563Z test_outer_type_promotion_cpu_int64_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8917875Z test_outer_type_promotion_cpu_int64_int16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8918166Z test_outer_type_promotion_cpu_int64_int32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8918475Z test_outer_type_promotion_cpu_int64_int64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8918782Z test_outer_type_promotion_cpu_int64_int8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8919080Z test_outer_type_promotion_cpu_int64_uint8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8919388Z test_outer_type_promotion_cpu_int8_bfloat16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8919701Z test_outer_type_promotion_cpu_int8_bool (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8920022Z test_outer_type_promotion_cpu_int8_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8920330Z test_outer_type_promotion_cpu_int8_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8920642Z test_outer_type_promotion_cpu_int8_float16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8920954Z test_outer_type_promotion_cpu_int8_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8921250Z test_outer_type_promotion_cpu_int8_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8921556Z test_outer_type_promotion_cpu_int8_int16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8921868Z test_outer_type_promotion_cpu_int8_int32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8922180Z test_outer_type_promotion_cpu_int8_int64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8922472Z test_outer_type_promotion_cpu_int8_int8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8922780Z test_outer_type_promotion_cpu_int8_uint8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8923098Z test_outer_type_promotion_cpu_uint8_bfloat16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8923411Z test_outer_type_promotion_cpu_uint8_bool (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8923723Z test_outer_type_promotion_cpu_uint8_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8924119Z test_outer_type_promotion_cpu_uint8_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8924440Z test_outer_type_promotion_cpu_uint8_float16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8924741Z test_outer_type_promotion_cpu_uint8_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8925058Z test_outer_type_promotion_cpu_uint8_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8925478Z test_outer_type_promotion_cpu_uint8_int16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8925775Z test_outer_type_promotion_cpu_uint8_int32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8926086Z test_outer_type_promotion_cpu_uint8_int64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8926394Z test_outer_type_promotion_cpu_uint8_int8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8926703Z test_outer_type_promotion_cpu_uint8_uint8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8926978Z test_pca_lowrank_cpu (__main__.TestLinalgCPU) ... ok (2.196s) 2022-12-01T10:45:57.8927252Z test_permute_matmul_cpu (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8927630Z test_pinv_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.223s) 2022-12-01T10:45:57.8927902Z test_pinv_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.230s) 2022-12-01T10:45:57.8928175Z test_pinv_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.213s) 2022-12-01T10:45:57.8928444Z test_pinv_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.209s) 2022-12-01T10:45:57.8928773Z test_pinv_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-12-01T10:45:57.8929088Z test_pinv_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-12-01T10:45:57.8929400Z test_pinv_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-12-01T10:45:57.8929715Z test_pinv_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-12-01T10:45:57.8930006Z test_pinverse_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.026s) 2022-12-01T10:45:57.8930294Z test_pinverse_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.026s) 2022-12-01T10:45:57.8930583Z test_pinverse_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.024s) 2022-12-01T10:45:57.8930862Z test_pinverse_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.023s) 2022-12-01T10:45:57.8931165Z test_preferred_linalg_library_cpu (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:45:57.8931474Z test_qr_batched_cpu_complex128 (__main__.TestLinalgCPU) 2022-12-01T10:45:57.8931781Z test torch.linalg.qr vs numpy.linalg.qr. We need some special logic ... ok (0.005s) 2022-12-01T10:45:57.8932068Z test_qr_batched_cpu_complex64 (__main__.TestLinalgCPU) 2022-12-01T10:45:57.8932362Z test torch.linalg.qr vs numpy.linalg.qr. We need some special logic ... ok (0.005s) 2022-12-01T10:45:57.8932647Z test_qr_batched_cpu_float32 (__main__.TestLinalgCPU) 2022-12-01T10:45:57.8932937Z test torch.linalg.qr vs numpy.linalg.qr. We need some special logic ... ok (0.005s) 2022-12-01T10:45:57.8933210Z test_qr_batched_cpu_float64 (__main__.TestLinalgCPU) 2022-12-01T10:45:57.8933500Z test torch.linalg.qr vs numpy.linalg.qr. We need some special logic ... ok (0.005s) 2022-12-01T10:45:57.8934193Z test_qr_cpu_complex128 (__main__.TestLinalgCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-12-01T10:45:57.8934735Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-12-01T10:45:57.8934987Z Q, R = torch.qr(A, some) 2022-12-01T10:45:57.8935183Z should be replaced with 2022-12-01T10:45:57.8935659Z 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:45:57.8936094Z r = func(*args, **kwargs) 2022-12-01T10:45:57.8936292Z ok (0.086s) 2022-12-01T10:45:57.8936583Z test_qr_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.087s) 2022-12-01T10:45:57.8936844Z test_qr_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.082s) 2022-12-01T10:45:57.8937106Z test_qr_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.081s) 2022-12-01T10:45:57.8937384Z test_qr_error_cases_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-12-01T10:45:57.8937652Z test_qr_vs_numpy_cpu_complex128 (__main__.TestLinalgCPU) 2022-12-01T10:45:57.8937919Z test torch.linalg.qr vs numpy.linalg.qr ... ok (0.011s) 2022-12-01T10:45:57.8938187Z test_qr_vs_numpy_cpu_complex64 (__main__.TestLinalgCPU) 2022-12-01T10:45:57.8938452Z test torch.linalg.qr vs numpy.linalg.qr ... ok (0.011s) 2022-12-01T10:45:57.8938695Z test_qr_vs_numpy_cpu_float32 (__main__.TestLinalgCPU) 2022-12-01T10:45:57.8938949Z test torch.linalg.qr vs numpy.linalg.qr ... ok (0.011s) 2022-12-01T10:45:57.8939203Z test_qr_vs_numpy_cpu_float64 (__main__.TestLinalgCPU) 2022-12-01T10:45:57.8939437Z test torch.linalg.qr vs numpy.linalg.qr ... ok (0.011s) 2022-12-01T10:45:57.8939693Z test_renorm_cpu (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T10:45:57.8940005Z test_renorm_ps_cpu (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:45:57.8940266Z test_slogdet_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.117s) 2022-12-01T10:45:57.8940550Z test_slogdet_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.118s) 2022-12-01T10:45:57.8940831Z test_slogdet_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.114s) 2022-12-01T10:45:57.8941112Z test_slogdet_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.112s) 2022-12-01T10:45:57.8941432Z test_slogdet_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.018s) 2022-12-01T10:45:57.8941763Z test_slogdet_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.018s) 2022-12-01T10:45:57.8942092Z test_slogdet_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.018s) 2022-12-01T10:45:57.8942521Z test_slogdet_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.018s) 2022-12-01T10:45:57.8942848Z test_solve_batched_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-12-01T10:45:57.8943178Z test_solve_batched_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-12-01T10:45:57.8943505Z test_solve_batched_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-12-01T10:45:57.8943811Z test_solve_batched_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-12-01T10:45:57.8944112Z test_solve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.063s) 2022-12-01T10:45:57.8944397Z test_solve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.063s) 2022-12-01T10:45:57.8944661Z test_solve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.057s) 2022-12-01T10:45:57.8944929Z test_solve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.055s) 2022-12-01T10:45:57.8945211Z test_solve_removed_error_cpu (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:45:57.8945503Z test_strided_mm_bmm_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8945785Z test_strided_mm_bmm_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8946069Z test_svd_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.319s) 2022-12-01T10:45:57.8946342Z test_svd_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.323s) 2022-12-01T10:45:57.8946601Z test_svd_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.304s) 2022-12-01T10:45:57.8946863Z test_svd_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.297s) 2022-12-01T10:45:57.8947138Z test_svd_lowrank_cpu_float64 (__main__.TestLinalgCPU) ... ok (3.406s) 2022-12-01T10:45:57.8947428Z test_svd_memory_allocation_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.335s) 2022-12-01T10:45:57.8947746Z test_svd_memory_allocation_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.192s) 2022-12-01T10:45:57.8948053Z test_svd_memory_allocation_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.084s) 2022-12-01T10:45:57.8948355Z test_svd_memory_allocation_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.108s) 2022-12-01T10:45:57.8948646Z test_svd_nan_error_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.030s) 2022-12-01T10:45:57.8948939Z test_svd_nan_error_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.030s) 2022-12-01T10:45:57.8949228Z test_svd_nan_error_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.029s) 2022-12-01T10:45:57.8949499Z test_svd_nan_error_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.029s) 2022-12-01T10:45:57.8950181Z test_symeig_cpu_complex128 (__main__.TestLinalgCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-12-01T10:45:57.8950743Z 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:57.8951064Z L, _ = torch.symeig(A, upper=upper) 2022-12-01T10:45:57.8951259Z should be replaced with 2022-12-01T10:45:57.8951617Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-12-01T10:45:57.8951834Z and 2022-12-01T10:45:57.8952011Z L, V = torch.symeig(A, eigenvectors=True) 2022-12-01T10:45:57.8952227Z should be replaced with 2022-12-01T10:45:57.8952696Z 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:45:57.8953037Z r = func(*args, **kwargs) 2022-12-01T10:45:57.8954076Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:45:57.8954731Z r = func(*args, **kwargs) 2022-12-01T10:45:57.8955747Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:45:57.8956402Z r = func(*args, **kwargs) 2022-12-01T10:45:57.8957410Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:45:57.8958069Z r = func(*args, **kwargs) 2022-12-01T10:45:57.8959082Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:45:57.8959721Z r = func(*args, **kwargs) 2022-12-01T10:45:57.8959904Z ok (0.050s) 2022-12-01T10:45:57.8960136Z test_symeig_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.048s) 2022-12-01T10:45:57.8960423Z test_symeig_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.045s) 2022-12-01T10:45:57.8960686Z test_symeig_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.045s) 2022-12-01T10:45:57.8960997Z test_symeig_out_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-12-01T10:45:57.8961335Z test_symeig_out_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-12-01T10:45:57.8961653Z test_symeig_out_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-12-01T10:45:57.8961983Z test_symeig_out_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-12-01T10:45:57.8962277Z test_tensordot_cpu (__main__.TestLinalgCPU) ... ok (0.006s) 2022-12-01T10:45:57.8962558Z test_tensorinv_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-12-01T10:45:57.8962842Z test_tensorinv_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-12-01T10:45:57.8963164Z test_tensorinv_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-12-01T10:45:57.8963445Z test_tensorinv_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-12-01T10:45:57.8963721Z test_tensorinv_empty_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8964085Z test_tensorinv_empty_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8964391Z test_tensorinv_empty_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8964713Z test_tensorinv_empty_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8965024Z test_tensorinv_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-12-01T10:45:57.8965356Z test_tensorinv_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-12-01T10:45:57.8965680Z test_tensorinv_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-12-01T10:45:57.8965986Z test_tensorinv_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.018s) 2022-12-01T10:45:57.8966308Z test_tensorinv_singular_input_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T10:45:57.8966635Z test_tensorinv_singular_input_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T10:45:57.8966954Z test_tensorinv_singular_input_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T10:45:57.8967253Z test_tensorinv_singular_input_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-12-01T10:45:57.8967559Z test_tensorsolve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-12-01T10:45:57.8967852Z test_tensorsolve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-12-01T10:45:57.8968125Z test_tensorsolve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-12-01T10:45:57.8968413Z test_tensorsolve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-12-01T10:45:57.8968710Z test_tensorsolve_empty_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8969017Z test_tensorsolve_empty_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8969305Z test_tensorsolve_empty_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8969604Z test_tensorsolve_empty_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:45:57.8969920Z test_tensorsolve_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-12-01T10:45:57.8970680Z test_triangular_solve_batched_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:57.8971267Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-12-01T10:45:57.8971564Z X = torch.triangular_solve(B, A).solution 2022-12-01T10:45:57.8971778Z should be replaced with 2022-12-01T10:45:57.8972112Z 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:57.8972432Z r = func(*args, **kwargs) 2022-12-01T10:45:57.8972609Z ok (0.032s) 2022-12-01T10:45:57.8972862Z test_triangular_solve_batched_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.031s) 2022-12-01T10:45:57.8973215Z test_triangular_solve_batched_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.030s) 2022-12-01T10:45:57.8973558Z test_triangular_solve_batched_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.030s) 2022-12-01T10:45:57.8973888Z test_triangular_solve_batched_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.027s) 2022-12-01T10:45:57.8974199Z test_triangular_solve_batched_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.027s) 2022-12-01T10:45:57.8974522Z test_triangular_solve_batched_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.026s) 2022-12-01T10:45:57.8974865Z test_triangular_solve_batched_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.026s) 2022-12-01T10:45:57.8975270Z 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:45:57.8975729Z 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:45:57.8976220Z 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:45:57.8976681Z 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:45:57.8977056Z test_triangular_solve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.027s) 2022-12-01T10:45:57.8977353Z test_triangular_solve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.027s) 2022-12-01T10:45:57.8977655Z test_triangular_solve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.027s) 2022-12-01T10:45:57.8977952Z test_triangular_solve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.027s) 2022-12-01T10:45:57.8978265Z test_triangular_solve_out_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-12-01T10:45:57.8978619Z test_triangular_solve_out_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-12-01T10:45:57.8978967Z test_triangular_solve_out_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-12-01T10:45:57.8979313Z test_triangular_solve_out_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-12-01T10:45:57.8979612Z test_vdot_invalid_args_cpu (__main__.TestLinalgCPU) ... ok (0.026s) 2022-12-01T10:45:57.8979902Z test_vdot_vs_numpy_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T10:45:57.8980194Z test_vdot_vs_numpy_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T10:45:57.8980468Z test_vector_norm_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (1.272s) 2022-12-01T10:45:57.8980755Z test_vector_norm_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.844s) 2022-12-01T10:45:57.8981043Z test_vector_norm_cpu_complex64 (__main__.TestLinalgCPU) ... ok (1.309s) 2022-12-01T10:45:57.8981328Z test_vector_norm_cpu_float16 (__main__.TestLinalgCPU) ... ok (1.282s) 2022-12-01T10:45:57.8981604Z test_vector_norm_cpu_float32 (__main__.TestLinalgCPU) ... ok (1.262s) 2022-12-01T10:45:57.8981886Z test_vector_norm_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.805s) 2022-12-01T10:45:57.8982322Z test_vector_norm_dim_tuple_arg_cpu (__main__.TestLinalgCPU) ... ok (0.031s) 2022-12-01T10:45:57.8982873Z 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:45:57.8983217Z ret **= (1 / ord) 2022-12-01T10:45:57.8983610Z /opt/conda/lib/python3.7/site-packages/numpy/linalg/linalg.py:2514: RuntimeWarning: divide by zero encountered in reciprocal 2022-12-01T10:45:57.8983902Z absx **= ord 2022-12-01T10:45:57.8984271Z /opt/conda/lib/python3.7/site-packages/numpy/linalg/linalg.py:2514: RuntimeWarning: divide by zero encountered in power 2022-12-01T10:45:57.8984555Z absx **= ord 2022-12-01T10:45:57.8984723Z ok (0.026s) 2022-12-01T10:45:57.8984835Z 2022-12-01T10:45:57.8985025Z ---------------------------------------------------------------------- 2022-12-01T10:45:57.8985269Z Ran 741 tests in 166.382s 2022-12-01T10:45:57.8985384Z 2022-12-01T10:45:57.8985455Z OK (skipped=62) 2022-12-01T10:45:57.8985563Z 2022-12-01T10:45:57.8985647Z Generating XML reports... 2022-12-01T10:45:57.8986027Z Generated XML report: test-reports/python-unittest/test_linalg/TEST-TestLinalgCPU-20221201104311.xml 2022-12-01T10:45:57.8986250Z 2022-12-01T10:45:57.8986717Z ##[endgroup] 2022-12-01T10:45:57.8987095Z FINISHED PRINTING LOG FILE of test_linalg (/var/lib/jenkins/workspace/test/test-reports/test_linalg_re0sd1qb) 2022-12-01T10:45:57.8987291Z 2022-12-01T10:45:57.8987456Z Running test_tensorexpr ... [2022-12-01 10:45:57.861772] 2022-12-01T10:45:57.8987929Z Executing ['/opt/conda/bin/python', '-bb', 'test_tensorexpr.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:45:57.862278] 2022-12-01T10:46:43.5414071Z 2022-12-01T10:46:43.5414766Z Expand the folded group to see the log file of test_tensorexpr 2022-12-01T10:46:43.5415639Z ##[group]PRINTING LOG FILE of test_tensorexpr (/var/lib/jenkins/workspace/test/test-reports/test_tensorexpr_r1vx2tgo) 2022-12-01T10:46:43.5424510Z Test results will be stored in test-reports/python-unittest/test_tensorexpr 2022-12-01T10:46:43.5424852Z 2022-12-01T10:46:43.5424953Z Running tests... 2022-12-01T10:46:43.5425729Z ---------------------------------------------------------------------- 2022-12-01T10:46:43.5426083Z test_add_const_rhs (__main__.TestTensorExprFuser) ... ok (0.270s) 2022-12-01T10:46:43.5426444Z test_add_sub (__main__.TestTensorExprFuser) ... ok (0.038s) 2022-12-01T10:46:43.5426858Z test_alias_analysis_input_and_module (__main__.TestTensorExprFuser) ... ok (0.050s) 2022-12-01T10:46:43.5427167Z test_alias_analysis_inputs (__main__.TestTensorExprFuser) ... ok (0.009s) 2022-12-01T10:46:43.5427481Z test_alias_analysis_module (__main__.TestTensorExprFuser) ... ok (0.129s) 2022-12-01T10:46:43.5427968Z test_all_combos (__main__.TestTensorExprFuser) ... ok (0.040s) 2022-12-01T10:46:43.5428491Z test_alpha (__main__.TestTensorExprFuser) ... ok (0.026s) 2022-12-01T10:46:43.5428826Z test_binary_ops (__main__.TestTensorExprFuser) ... ok (1.489s) 2022-12-01T10:46:43.5429106Z test_bitwise_ops (__main__.TestTensorExprFuser) ... ok (0.165s) 2022-12-01T10:46:43.5429435Z test_broadcast (__main__.TestTensorExprFuser) ... ok (0.040s) 2022-12-01T10:46:43.5429727Z test_broadcast3 (__main__.TestTensorExprFuser) ... ok (0.153s) 2022-12-01T10:46:43.5430572Z test_broadcast_2 (__main__.TestTensorExprFuser) ... ok (0.035s) 2022-12-01T10:46:43.5430991Z test_broadcast_big2 (__main__.TestTensorExprFuser) ... ok (0.050s) 2022-12-01T10:46:43.5431272Z test_cat (__main__.TestTensorExprFuser) ... ok (3.283s) 2022-12-01T10:46:43.5431609Z test_cat_empty_tensors (__main__.TestTensorExprFuser) ... ok (0.119s) 2022-12-01T10:46:43.5432108Z test_cat_negative_dim (__main__.TestTensorExprFuser) ... ok (0.072s) 2022-12-01T10:46:43.5432657Z test_cat_only (__main__.TestTensorExprFuser) ... skip: cat is broken with fusion group inlining disabled (0.001s) 2022-12-01T10:46:43.5433204Z test_cat_promote_inputs (__main__.TestTensorExprFuser) ... ok (0.133s) 2022-12-01T10:46:43.5433546Z test_cat_with_constant_dim (__main__.TestTensorExprFuser) ... ok (0.048s) 2022-12-01T10:46:43.5433822Z test_char (__main__.TestTensorExprFuser) ... ok (0.029s) 2022-12-01T10:46:43.5434146Z test_chunk (__main__.TestTensorExprFuser) ... ok (0.206s) 2022-12-01T10:46:43.5434421Z test_clamp (__main__.TestTensorExprFuser) ... ok (0.039s) 2022-12-01T10:46:43.5434727Z test_constant (__main__.TestTensorExprFuser) ... ok (0.029s) 2022-12-01T10:46:43.5435012Z test_double (__main__.TestTensorExprFuser) ... ok (0.028s) 2022-12-01T10:46:43.5435321Z test_double_intrinsics (__main__.TestTensorExprFuser) ... ok (0.034s) 2022-12-01T10:46:43.5435868Z test_dynamic_shape (__main__.TestTensorExprFuser) ... skip: dynamic shapes are not quite there yet (0.002s) 2022-12-01T10:46:43.5436425Z test_easy (__main__.TestTensorExprFuser) ... ok (0.039s) 2022-12-01T10:46:43.5436909Z test_eq (__main__.TestTensorExprFuser) ... ok (0.066s) 2022-12-01T10:46:43.5437391Z test_exp_pow (__main__.TestTensorExprFuser) ... ok (0.061s) 2022-12-01T10:46:43.5437868Z test_four_arg (__main__.TestTensorExprFuser) ... ok (0.040s) 2022-12-01T10:46:43.5438322Z test_ge (__main__.TestTensorExprFuser) ... ok (0.066s) 2022-12-01T10:46:43.5438582Z test_gt (__main__.TestTensorExprFuser) ... ok (0.066s) 2022-12-01T10:46:43.5439012Z test_guard_fails (__main__.TestTensorExprFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:46:43.5439313Z test_half_bn_relu (__main__.TestTensorExprFuser) ... ok (0.001s) 2022-12-01T10:46:43.5439593Z test_half_gelu (__main__.TestTensorExprFuser) ... ok (0.004s) 2022-12-01T10:46:43.5439863Z test_int64_promotion (__main__.TestTensorExprFuser) ... ok (0.029s) 2022-12-01T10:46:43.5440386Z test_int_output (__main__.TestTensorExprFuser) ... ok (0.029s) 2022-12-01T10:46:43.5440883Z test_le (__main__.TestTensorExprFuser) ... ok (0.065s) 2022-12-01T10:46:43.5441345Z test_loop (__main__.TestTensorExprFuser) ... ok (0.077s) 2022-12-01T10:46:43.5441835Z test_lt (__main__.TestTensorExprFuser) ... ok (0.066s) 2022-12-01T10:46:43.5442242Z test_mask (__main__.TestTensorExprFuser) ... ok (0.026s) 2022-12-01T10:46:43.5442547Z test_min_max (__main__.TestTensorExprFuser) ... ok (0.042s) 2022-12-01T10:46:43.5442821Z test_min_max_reduction (__main__.TestTensorExprFuser) ... ok (0.028s) 2022-12-01T10:46:43.5443126Z test_min_max_reduction2 (__main__.TestTensorExprFuser) ... ok (0.028s) 2022-12-01T10:46:43.5443482Z test_min_max_reduction_dim1 (__main__.TestTensorExprFuser) ... ok (0.031s) 2022-12-01T10:46:43.5443774Z test_min_max_reduction_dim1_2 (__main__.TestTensorExprFuser) ... ok (0.043s) 2022-12-01T10:46:43.5444181Z test_multi_rand (__main__.TestTensorExprFuser) ... ok (0.054s) 2022-12-01T10:46:43.5444467Z test_multioutput (__main__.TestTensorExprFuser) ... ok (0.039s) 2022-12-01T10:46:43.5444779Z test_multiple_outputs (__main__.TestTensorExprFuser) ... ok (0.189s) 2022-12-01T10:46:43.5445073Z test_nans (__main__.TestTensorExprFuser) ... ok (0.107s) 2022-12-01T10:46:43.5445335Z test_ne (__main__.TestTensorExprFuser) ... ok (0.067s) 2022-12-01T10:46:43.5445654Z test_promotion (__main__.TestTensorExprFuser) ... ok (0.036s) 2022-12-01T10:46:43.5445941Z test_propagated_mem_layout (__main__.TestTensorExprFuser) ... ok (31.074s) 2022-12-01T10:46:43.5446238Z test_rand_like (__main__.TestTensorExprFuser) ... ok (0.068s) 2022-12-01T10:46:43.5446565Z test_rank_two (__main__.TestTensorExprFuser) ... ok (0.047s) 2022-12-01T10:46:43.5446820Z test_relu (__main__.TestTensorExprFuser) ... ok (0.039s) 2022-12-01T10:46:43.5447136Z test_remainder (__main__.TestTensorExprFuser) ... ok (0.268s) 2022-12-01T10:46:43.5447409Z test_reps (__main__.TestTensorExprFuser) ... ok (0.045s) 2022-12-01T10:46:43.5447677Z test_scalar (__main__.TestTensorExprFuser) ... ok (0.126s) 2022-12-01T10:46:43.5447981Z test_short (__main__.TestTensorExprFuser) ... ok (0.029s) 2022-12-01T10:46:43.5448260Z test_simple_add (__main__.TestTensorExprFuser) ... ok (0.014s) 2022-12-01T10:46:43.5448538Z test_slice (__main__.TestTensorExprFuser) ... ok (0.060s) 2022-12-01T10:46:43.5448847Z test_sliced_stride (__main__.TestTensorExprFuser) ... ok (0.109s) 2022-12-01T10:46:43.5449218Z test_softmax_cpu (__main__.TestTensorExprFuser) ... ok (0.671s) 2022-12-01T10:46:43.5449716Z test_softmax_cuda (__main__.TestTensorExprFuser) ... skip: requires CUDA (0.000s) 2022-12-01T10:46:43.5450225Z test_strided_output_preserved (__main__.TestTensorExprFuser) ... ok (0.123s) 2022-12-01T10:46:43.5450803Z test_three_arg (__main__.TestTensorExprFuser) ... ok (0.038s) 2022-12-01T10:46:43.5451173Z test_three_arg2 (__main__.TestTensorExprFuser) ... ok (0.042s) 2022-12-01T10:46:43.5451452Z test_transpose (__main__.TestTensorExprFuser) ... ok (0.162s) 2022-12-01T10:46:43.5451720Z test_unary_ops (__main__.TestTensorExprFuser) ... ok (3.285s) 2022-12-01T10:46:43.5451989Z test_unsqueeze (__main__.TestTensorExprFuser) ... ok (0.062s) 2022-12-01T10:46:43.5452265Z test_where (__main__.TestTensorExprFuser) ... ok (0.164s) 2022-12-01T10:46:43.5452426Z 2022-12-01T10:46:43.5452684Z ---------------------------------------------------------------------- 2022-12-01T10:46:43.5452918Z Ran 72 tests in 44.251s 2022-12-01T10:46:43.5453034Z 2022-12-01T10:46:43.5453106Z OK (skipped=4) 2022-12-01T10:46:43.5453301Z 2022-12-01T10:46:43.5453386Z Generating XML reports... 2022-12-01T10:46:43.5453812Z Generated XML report: test-reports/python-unittest/test_tensorexpr/TEST-TestTensorExprFuser-20221201104558.xml 2022-12-01T10:46:43.5454058Z 2022-12-01T10:46:43.5454431Z ##[endgroup] 2022-12-01T10:46:43.5454883Z FINISHED PRINTING LOG FILE of test_tensorexpr (/var/lib/jenkins/workspace/test/test-reports/test_tensorexpr_r1vx2tgo) 2022-12-01T10:46:43.5455104Z 2022-12-01T10:46:43.5455317Z Running nn/test_pooling ... [2022-12-01 10:46:43.541652] 2022-12-01T10:46:43.5455779Z Executing ['/opt/conda/bin/python', '-bb', 'nn/test_pooling.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:46:43.541974] 2022-12-01T10:47:11.7289500Z 2022-12-01T10:47:11.7289966Z Expand the folded group to see the log file of nn/test_pooling 2022-12-01T10:47:11.7291207Z ##[group]PRINTING LOG FILE of nn/test_pooling (/var/lib/jenkins/workspace/test/test-reports/nn-test_pooling_pavmdhxu) 2022-12-01T10:47:11.7292010Z Test results will be stored in test-reports/python-unittest/nn.test_pooling 2022-12-01T10:47:11.7292356Z 2022-12-01T10:47:11.7292784Z Running tests... 2022-12-01T10:47:11.7293339Z ---------------------------------------------------------------------- 2022-12-01T10:47:11.7293852Z test_avg_pool1d_ceil_mode (__main__.TestAvgPool) ... ok (0.002s) 2022-12-01T10:47:11.7294334Z test_avg_pool2d_ceil_mode (__main__.TestAvgPool) ... ok (0.001s) 2022-12-01T10:47:11.7294806Z test_avg_pool3d_ceil_mode (__main__.TestAvgPool) ... ok (0.001s) 2022-12-01T10:47:11.7295091Z test_doubletensor_avg_pool2d (__main__.TestAvgPool) ... ok (0.016s) 2022-12-01T10:47:11.7295400Z test_doubletensor_avg_pool2d_with_divisor (__main__.TestAvgPool) ... ok (0.011s) 2022-12-01T10:47:11.7295689Z test_doubletensor_avg_pool3d (__main__.TestAvgPool) ... ok (0.115s) 2022-12-01T10:47:11.7295992Z test_doubletensor_avg_pool3d_with_divisor (__main__.TestAvgPool) ... ok (0.374s) 2022-12-01T10:47:11.7296299Z test_MaxUnpool2d_output_size (__main__.TestPoolingNN) ... ok (0.008s) 2022-12-01T10:47:11.7296604Z test_adaptive_pooling_avg_nhwc (__main__.TestPoolingNN) ... ok (0.003s) 2022-12-01T10:47:11.7296944Z test_adaptive_pooling_avg_nhwc_launch_config_backward (__main__.TestPoolingNN) ... skip: CUDA unavailable (0.001s) 2022-12-01T10:47:11.7297337Z test_adaptive_pooling_avg_nhwc_launch_config_forward (__main__.TestPoolingNN) ... skip: CUDA unavailable (0.001s) 2022-12-01T10:47:11.7297698Z test_adaptive_pooling_avg_nhwc_non_contiguous (__main__.TestPoolingNN) ... ok (0.003s) 2022-12-01T10:47:11.7298100Z test_adaptive_pooling_bfloat16 (__main__.TestPoolingNN) ... ok (0.008s) 2022-12-01T10:47:11.7298401Z test_adaptive_pooling_input_size (__main__.TestPoolingNN) ... ok (0.001s) 2022-12-01T10:47:11.7298702Z test_adaptive_pooling_size_none (__main__.TestPoolingNN) ... ok (0.002s) 2022-12-01T10:47:11.7299002Z test_adaptive_pooling_size_overflow (__main__.TestPoolingNN) ... ok (0.006s) 2022-12-01T10:47:11.7299274Z test_max_unpool (__main__.TestPoolingNN) ... ok (0.420s) 2022-12-01T10:47:11.7299545Z test_max_unpool2d_nhwc_cpu (__main__.TestPoolingNN) ... ok (0.003s) 2022-12-01T10:47:11.7299881Z test_AdaptiveMaxPool1d_indices_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:47:11.7300253Z test_AdaptiveMaxPool2d_indices_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:47:11.7300632Z test_AdaptiveMaxPool3d_indices_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:47:11.7301007Z test_AdaptiveMaxPool_zero_batch_dim_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:47:11.7301359Z test_AvgPool2d_empty_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:47:11.7301730Z test_AvgPool3d_backward_after_cat_dim1_device_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:11.7302126Z test_FractionalMaxPool2d_zero_batch_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:47:11.7302839Z test_FractionalMaxPool2d_zero_out_size_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:47:11.7303221Z test_FractionalMaxPool3d_zero_batch_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:47:11.7303584Z test_FractionalMaxPool3d_zero_out_size_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:47:11.7304006Z test_MaxPool1d_indices_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:47:11.7304369Z test_MaxPool2d_indices_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:47:11.7304702Z test_MaxPool3d_indices_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:47:11.7305047Z test_MaxPool_zero_batch_dim_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:47:11.7305471Z test_MaxUnpool_index_errors_case10_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:11.7305967Z test_MaxUnpool_index_errors_case1_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:11.7306437Z test_MaxUnpool_index_errors_case2_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:11.7306919Z test_MaxUnpool_index_errors_case3_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:11.7307398Z test_MaxUnpool_index_errors_case4_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:11.7307873Z test_MaxUnpool_index_errors_case5_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:11.7308342Z test_MaxUnpool_index_errors_case6_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:11.7308806Z test_MaxUnpool_index_errors_case7_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:11.7309278Z test_MaxUnpool_index_errors_case8_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:11.7309751Z test_MaxUnpool_index_errors_case9_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:11.7310154Z test_MaxUnpool_zero_batch_dim_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:47:11.7310505Z test_adaptive_avg_pool2d_output_size_one_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:47:11.7310883Z test_adaptive_avg_pool3d_output_size_one_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:47:11.7311241Z test_adaptive_pool_invalid_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.010s) 2022-12-01T10:47:11.7311651Z test_adaptive_pool_odd_size_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:47:11.7312056Z test_adaptive_pooling_max_nhwc_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.011s) 2022-12-01T10:47:11.7312425Z test_adaptive_pooling_max_nhwc_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.011s) 2022-12-01T10:47:11.7312794Z test_adaptive_pooling_no_suppot_input_cpu_int16 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:47:11.7313156Z test_adaptive_pooling_no_suppot_input_cpu_int32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:47:11.7313529Z test_adaptive_pooling_no_suppot_input_cpu_int64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:47:11.7313939Z test_adaptive_pooling_no_suppot_input_cpu_int8 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:47:11.7314308Z test_adaptive_pooling_no_suppot_input_cpu_uint8 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:47:11.7314665Z test_adaptive_pooling_zero_batch_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:11.7315031Z test_adaptive_pooling_zero_batch_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:11.7315416Z test_avg_pool2d_bfloat16_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:47:11.7315758Z test_avg_pool2d_nhwc_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (3.414s) 2022-12-01T10:47:11.7316083Z test_avg_pool2d_nhwc_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (6.967s) 2022-12-01T10:47:11.7316423Z test_fractional_max_pool2d_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.257s) 2022-12-01T10:47:11.7316765Z test_fractional_max_pool3d_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (1.656s) 2022-12-01T10:47:11.7317110Z test_fractional_max_pool_nan_inf_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:47:11.7317473Z test_max_pool1d_corner_cases_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:47:11.7317829Z test_max_pool1d_corner_cases_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:11.7318177Z test_max_pool1d_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.278s) 2022-12-01T10:47:11.7318496Z test_max_pool1d_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.748s) 2022-12-01T10:47:11.7318828Z test_max_pool2d_bfloat16_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.009s) 2022-12-01T10:47:11.7319177Z test_max_pool2d_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:11.7319532Z test_max_pool2d_indices_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:11.7319890Z test_max_pool2d_nhwc_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (3.450s) 2022-12-01T10:47:11.7320231Z test_max_pool2d_nhwc_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (7.178s) 2022-12-01T10:47:11.7320596Z test_max_pool3d_ndhwc_cpu_float16 (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T10:47:11.7320966Z test_max_pool3d_ndhwc_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T10:47:11.7321339Z test_max_pool3d_ndhwc_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:47:11.7321699Z test_max_pool_nan_inf_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:11.7322047Z test_maxpool3d_non_square_backward_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.516s) 2022-12-01T10:47:11.7322388Z test_maxpool_indices_no_batch_dim_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) 2022-12-01T10:47:11.7322728Z Check that indices with no batch dim is consistent with a single batch. ... ok (0.004s) 2022-12-01T10:47:11.7323083Z test_pool3d_large_size_int64_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:11.7323460Z test_pool3d_size_one_feature_dim_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:11.7323829Z test_pool_invalid_size_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.025s) 2022-12-01T10:47:11.7324248Z test_pool_large_size_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.927s) 2022-12-01T10:47:11.7324615Z test_pooling_bfloat16_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:47:11.7324972Z test_pooling_large_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:11.7325330Z test_pooling_max_nhwc_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:47:11.7325722Z test_pooling_max_nhwc_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.012s) 2022-12-01T10:47:11.7326045Z test_pooling_shape_cpu (__main__.TestPoolingNNDeviceTypeCPU) 2022-12-01T10:47:11.7326337Z Test the output shape calculation for pooling functions ... ok (0.005s) 2022-12-01T10:47:11.7326658Z test_pooling_size_empty_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.017s) 2022-12-01T10:47:11.7327029Z test_pooling_zero_stride_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.049s) 2022-12-01T10:47:11.7327219Z 2022-12-01T10:47:11.7327453Z ---------------------------------------------------------------------- 2022-12-01T10:47:11.7327702Z Ran 88 tests in 26.817s 2022-12-01T10:47:11.7327818Z 2022-12-01T10:47:11.7327893Z OK (skipped=23) 2022-12-01T10:47:11.7328004Z 2022-12-01T10:47:11.7328094Z Generating XML reports... 2022-12-01T10:47:11.7328493Z Generated XML report: test-reports/python-unittest/nn.test_pooling/TEST-TestAvgPool-20221201104644.xml 2022-12-01T10:47:11.7329001Z Generated XML report: test-reports/python-unittest/nn.test_pooling/TEST-TestPoolingNN-20221201104644.xml 2022-12-01T10:47:11.7329550Z Generated XML report: test-reports/python-unittest/nn.test_pooling/TEST-TestPoolingNNDeviceTypeCPU-20221201104644.xml 2022-12-01T10:47:11.7329807Z 2022-12-01T10:47:11.7330181Z ##[endgroup] 2022-12-01T10:47:11.7330565Z FINISHED PRINTING LOG FILE of nn/test_pooling (/var/lib/jenkins/workspace/test/test-reports/nn-test_pooling_pavmdhxu) 2022-12-01T10:47:11.7330863Z 2022-12-01T10:47:11.7331135Z Running test_torch ... [2022-12-01 10:47:11.729374] 2022-12-01T10:47:11.7331784Z Executing ['/opt/conda/bin/python', '-bb', 'test_torch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:47:11.729738] 2022-12-01T10:47:32.8526902Z 2022-12-01T10:47:32.8527460Z Expand the folded group to see the log file of test_torch 2022-12-01T10:47:32.8528544Z ##[group]PRINTING LOG FILE of test_torch (/var/lib/jenkins/workspace/test/test-reports/test_torch_8poblh4j) 2022-12-01T10:47:32.8535766Z Test results will be stored in test-reports/python-unittest/test_torch 2022-12-01T10:47:32.8542991Z 2022-12-01T10:47:32.8543288Z Running tests... 2022-12-01T10:47:32.8544062Z ---------------------------------------------------------------------- 2022-12-01T10:47:32.8544598Z test_basic_vitals (__main__.TestBasicVitalSigns) ... ok (0.001s) 2022-12-01T10:47:32.8545063Z test_basic_vitals_read_write (__main__.TestBasicVitalSigns) ... ok (0.001s) 2022-12-01T10:47:32.8545533Z test_dataloader_vitals (__main__.TestBasicVitalSigns) ... ok (0.002s) 2022-12-01T10:47:32.8545931Z test_RNGState (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:47:32.8546325Z test_RNGStateAliasing (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:47:32.8546738Z test_RNG_after_pickle (__main__.TestTorch) ... ok (0.003s) 2022-12-01T10:47:32.8547093Z test_Size (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:47:32.8547453Z test_Size_iter (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:47:32.8547831Z test_Size_scalar (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:47:32.8548207Z test_add_meta_scalar (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:47:32.8548644Z test_allow_tensor_metadata_change (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:47:32.8549094Z test_apply (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:47:32.8549475Z test_as_subclass (__main__.TestTorch) ... ok (0.006s) 2022-12-01T10:47:32.8549862Z test_assert_async (__main__.TestTorch) ... ok (0.018s) 2022-12-01T10:47:32.8550272Z test_backward_hooks_traverse (__main__.TestTorch) ... ok (0.046s) 2022-12-01T10:47:32.8550718Z test_batch_norm_cpu_inference (__main__.TestTorch) ... ok (0.008s) 2022-12-01T10:47:32.8552565Z test_bmm_multithreaded (__main__.TestTorch) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:47:32.8553556Z r = func(*args, **kwargs) 2022-12-01T10:47:32.8554645Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:47:32.8555307Z r = func(*args, **kwargs) 2022-12-01T10:47:32.8556322Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:47:32.8556975Z r = func(*args, **kwargs) 2022-12-01T10:47:32.8557991Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:47:32.8558644Z r = func(*args, **kwargs) 2022-12-01T10:47:32.8559661Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:47:32.8560316Z r = func(*args, **kwargs) 2022-12-01T10:47:32.8561327Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:47:32.8561965Z r = func(*args, **kwargs) 2022-12-01T10:47:32.8562957Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:47:32.8563647Z r = func(*args, **kwargs) 2022-12-01T10:47:32.8564779Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:47:32.8565438Z r = func(*args, **kwargs) 2022-12-01T10:47:32.8566446Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:47:32.8567086Z r = func(*args, **kwargs) 2022-12-01T10:47:32.8568093Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:47:32.8568744Z r = func(*args, **kwargs) 2022-12-01T10:47:32.8569742Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:47:32.8570396Z r = func(*args, **kwargs) 2022-12-01T10:47:32.8571408Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:47:32.8572059Z r = func(*args, **kwargs) 2022-12-01T10:47:32.8573062Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:47:32.8573717Z r = func(*args, **kwargs) 2022-12-01T10:47:32.8574726Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:47:32.8575406Z r = func(*args, **kwargs) 2022-12-01T10:47:32.8575582Z ok (1.385s) 2022-12-01T10:47:32.8575828Z test_boxMullerState (__main__.TestTorch) ... ok (0.003s) 2022-12-01T10:47:32.8576257Z test_c10_layer_norm (__main__.TestTorch) ... skip: Pytorch is compiled without Caffe2 (0.001s) 2022-12-01T10:47:32.8576739Z test_cat_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-12-01T10:47:32.8577144Z test_chunk_neg_dim (__main__.TestTorch) ... ok (0.013s) 2022-12-01T10:47:32.8577538Z test_conj_neg_tolist (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:47:32.8577923Z test_contains (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:47:32.8578325Z test_copy_broadcast (__main__.TestTorch) ... ok (0.005s) 2022-12-01T10:47:32.8578710Z test_copy_dtypes (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:47:32.8579089Z test_copy_many_to_one (__main__.TestTorch) ... ok (0.005s) 2022-12-01T10:47:32.8580249Z test_copy_transpose (__main__.TestTorch) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:32.8581021Z r = func(*args, **kwargs) 2022-12-01T10:47:32.8581331Z ok (0.005s) 2022-12-01T10:47:32.8581646Z test_cuda_not_built (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:47:32.8582041Z test_cummax_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-12-01T10:47:32.8582670Z test_cummin_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-12-01T10:47:32.8583114Z test_cumprod_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T10:47:32.8583568Z test_cumsum_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T10:47:32.8583972Z test_cxx_flags (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:47:32.8584477Z test_dead_weak_ref (__main__.TestTorch) ... [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-12-01T10:47:32.8584938Z [TORCH_VITAL] CUDA.used False 2022-12-01T10:47:32.8585343Z [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-12-01T10:47:32.8585730Z [TORCH_VITAL] CUDA.used False 2022-12-01T10:47:32.8586038Z [TORCH_VITAL] Dataloader.enabled True 2022-12-01T10:47:32.8586453Z [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-12-01T10:47:32.8586771Z [TORCH_VITAL] CUDA.used False 2022-12-01T10:47:32.8587776Z [W python_variable.cpp:327] Warning: Deallocating Tensor that still has live PyObject references. This probably happened because you took out a weak reference to Tensor and didn't call _fix_weakref() after dereferencing it. Subsequent accesses to this tensor via the PyObject will now fail. (function decref) 2022-12-01T10:47:32.8588384Z ok (0.003s) 2022-12-01T10:47:32.8588680Z test_deepcopy_gradient (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:47:32.8589044Z test_deepcopy_parameter (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:47:32.8589388Z test_deterministic_flag (__main__.TestTorch) ... ok (0.003s) 2022-12-01T10:47:32.8589718Z test_device (__main__.TestTorch) ... ok (0.022s) 2022-12-01T10:47:32.8590034Z test_dir (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:47:32.8590326Z test_doc (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:47:32.8590628Z test_doc_template (__main__.TestTorch) 2022-12-01T10:47:32.8591002Z Test that all public API doc strings use the same standard template for ... ok (0.019s) 2022-12-01T10:47:32.8591393Z test_dot_data_use (__main__.TestTorch) ... ok (0.011s) 2022-12-01T10:47:32.8591719Z test_dtype_is_signed (__main__.TestTorch) ... ok (0.005s) 2022-12-01T10:47:32.8592244Z test_element_size (__main__.TestTorch) ... ok (0.003s) 2022-12-01T10:47:32.8592572Z test_empty_meta (__main__.TestTorch) ... ok (0.006s) 2022-12-01T10:47:32.8592894Z test_empty_storage_view (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:47:32.8593219Z test_equal (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:47:32.8593568Z test_error_msg_type_translation (__main__.TestTorch) ... ok (0.011s) 2022-12-01T10:47:32.8593909Z test_fill_diagonal (__main__.TestTorch) ... ok (0.004s) 2022-12-01T10:47:32.8594344Z test_format_scalar_meta (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:47:32.8594693Z test_from_buffer (__main__.TestTorch) ... ok (0.004s) 2022-12-01T10:47:32.8595019Z test_from_file (__main__.TestTorch) ... ok (0.006s) 2022-12-01T10:47:32.8595339Z test_gather_neg_dim (__main__.TestTorch) ... ok (0.005s) 2022-12-01T10:47:32.8595696Z test_generator_cpu (__main__.TestTorch) ... ok (0.004s) 2022-12-01T10:47:32.8596094Z test_has_internal_overlap (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:47:32.8596486Z test_has_storage (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:47:32.8597635Z test_index_add (__main__.TestTorch) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.make_non_contiguous() is deprecated since 1.12 and will be removed in 1.14. Depending on the use case there a different replacement options: 2022-12-01T10:47:32.8598132Z 2022-12-01T10:47:32.8598693Z - If you are using `make_non_contiguous` in combination with a creation function to create a noncontiguous tensor with random values, use `torch.testing.make_tensor(..., noncontiguous=True)` instead. 2022-12-01T10:47:32.8599709Z - If you are using `make_non_contiguous` with a specific tensor, you can replace this call with `torch.repeat_interleave(input, 2, dim=-1)[..., ::2]`. 2022-12-01T10:47:32.8600438Z - If you are using `make_non_contiguous` in the PyTorch test suite, use `torch.testing._internal.common_utils.noncontiguous_like` instead. 2022-12-01T10:47:32.8600877Z warnings.warn(msg, FutureWarning) 2022-12-01T10:47:32.8601147Z ok (0.050s) 2022-12-01T10:47:32.8601443Z test_index_add_all_dtypes (__main__.TestTorch) ... ok (0.018s) 2022-12-01T10:47:32.8601785Z test_index_add_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-12-01T10:47:32.8602138Z test_index_copy_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T10:47:32.8603104Z test_index_fill_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T10:47:32.8603466Z test_index_select_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T10:47:32.8603833Z test_invalid_generator_raises (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:47:32.8604286Z test_is_nonzero (__main__.TestTorch) ... ok (0.006s) 2022-12-01T10:47:32.8605357Z test_is_same_size (__main__.TestTorch) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:47:32.8606016Z r = func(*args, **kwargs) 2022-12-01T10:47:32.8606269Z ok (0.007s) 2022-12-01T10:47:32.8606554Z test_iter (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:47:32.8606941Z test_kthvalue_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-12-01T10:47:32.8607341Z test_logcumsumexp_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T10:47:32.8607757Z test_manual_seed (__main__.TestTorch) ... ok (0.003s) 2022-12-01T10:47:32.8608132Z test_map (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:47:32.8608504Z test_map2 (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:47:32.8608856Z test_max_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-12-01T10:47:32.8609196Z test_mean_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T10:47:32.8609529Z test_median_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-12-01T10:47:32.8609876Z test_memory_format (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:47:32.8610431Z test_memory_format_contiguous_returns_same_tensor_if_already_satisfies (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:47:32.8610849Z test_memory_format_empty (__main__.TestTorch) ... ok (0.009s) 2022-12-01T10:47:32.8611174Z test_min_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-12-01T10:47:32.8611516Z test_mode_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-12-01T10:47:32.8612047Z test_multinomial_invalid_probs (__main__.TestTorch) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:47:32.8612477Z test_nanmedian_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-12-01T10:47:32.8612849Z test_narrow_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T10:47:32.8613182Z test_ndim (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:47:32.8613479Z test_new (__main__.TestTorch) ... ok (0.006s) 2022-12-01T10:47:32.8613834Z test_newaxis_numpy_comparison (__main__.TestTorch) ... ok (0.011s) 2022-12-01T10:47:32.8614202Z test_newindex (__main__.TestTorch) ... ok (0.011s) 2022-12-01T10:47:32.8614544Z test_norm_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T10:47:32.8614875Z test_normal_shape (__main__.TestTorch) ... ok (0.030s) 2022-12-01T10:47:32.8615204Z test_numel (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:47:32.8615541Z test_parallel_info (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:47:32.8615877Z test_parsing_double (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:47:32.8616232Z test_parsing_int64 (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:47:32.8616574Z test_parsing_intlist (__main__.TestTorch) ... ok (0.003s) 2022-12-01T10:47:32.8616912Z test_permute (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:47:32.8617229Z test_pickle (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:47:32.8617581Z test_pickle_dtype (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:47:32.8617953Z test_pickle_function (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:47:32.8618374Z test_pickle_parameter (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:47:32.8618813Z test_pickle_parameter_no_requires_grad (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:47:32.8619253Z test_pickle_size (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:47:32.8619654Z test_pin_memory (__main__.TestTorch) ... ok (0.006s) 2022-12-01T10:47:32.8619973Z test_print (__main__.TestTorch) ... ok (0.041s) 2022-12-01T10:47:32.8620336Z test_prod_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T10:47:32.8620668Z test_pyobj_preserved (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:47:32.8621031Z test_pytorch_library_disabled_env (__main__.TestTorch) ... ok (0.763s) 2022-12-01T10:47:32.8621375Z test_qengine (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:47:32.8621717Z test_renorm_neg_dim (__main__.TestTorch) ... ok (0.005s) 2022-12-01T10:47:32.8622102Z test_resurrected_weak_ref (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:47:32.8622671Z test_reversed (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:47:32.8623012Z test_scatter_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T10:47:32.8623330Z test_select_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T10:47:32.8623724Z test_set_flush_denormal (__main__.TestTorch) ... skip: flush_denormal not supported (0.001s) 2022-12-01T10:47:32.8624141Z test_setting_real_imag_to_a_number (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:47:32.8624488Z test_show_config (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:47:32.8624839Z test_size_neg_dim (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:47:32.8625157Z test_sizeof (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:47:32.8625453Z test_slice (__main__.TestTorch) ... ok (0.004s) 2022-12-01T10:47:32.8625867Z test_slow_test (__main__.TestTorch) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:47:32.8626291Z test_sobolengine_bounds (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:47:32.8626839Z test_sobolengine_bounds_scrambled (__main__.TestTorch) ... ok (0.032s) 2022-12-01T10:47:32.8627213Z test_sobolengine_continuing (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:47:32.8627611Z test_sobolengine_continuing_scrambled (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:47:32.8628011Z test_sobolengine_distribution (__main__.TestTorch) ... ok (0.004s) 2022-12-01T10:47:32.8628389Z test_sobolengine_distribution_scrambled (__main__.TestTorch) ... ok (0.006s) 2022-12-01T10:47:32.8628911Z test_sobolengine_draw (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:47:32.8629299Z test_sobolengine_draw_base2 (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:47:32.8629721Z test_sobolengine_draw_base2_scrambled (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:47:32.8630135Z test_sobolengine_draw_scrambled (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:47:32.8630557Z test_sobolengine_fast_forward (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:47:32.8631006Z test_sobolengine_fast_forward_scrambled (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:47:32.8631436Z test_sobolengine_first_point (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:47:32.8631859Z test_sobolengine_high_dim (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:47:32.8632285Z test_sobolengine_raise (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:47:32.8632684Z test_sobolengine_reset (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:47:32.8633096Z test_sobolengine_reset_scrambled (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:47:32.8633520Z test_sort_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-12-01T10:47:32.8633921Z test_split_neg_dim (__main__.TestTorch) ... ok (0.005s) 2022-12-01T10:47:32.8634307Z test_squeeze_neg_dim (__main__.TestTorch) ... ok (0.006s) 2022-12-01T10:47:32.8634689Z test_std_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T10:47:32.8635160Z test_storage_casts (__main__.TestTorch) ... ok (0.014s) 2022-12-01T10:47:32.8635575Z test_storage_error (__main__.TestTorch) ... ok (0.028s) 2022-12-01T10:47:32.8636026Z test_storage_error_no_attribute (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:47:32.8636493Z test_structseq_repr (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:47:32.8636950Z test_subclass_preserved (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:47:32.8637402Z test_subclass_tensors (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:47:32.8637825Z test_sum_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T10:47:32.8638232Z test_t_not_2d_error (__main__.TestTorch) ... ok (0.009s) 2022-12-01T10:47:32.8638629Z test_tensor_base_init (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:47:32.8639071Z test_tensor_base_new (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:47:32.8639524Z test_tensor_ctor_scalar (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:47:32.8639970Z test_tensor_cycle_via_dict (__main__.TestTorch) ... ok (0.099s) 2022-12-01T10:47:32.8640448Z test_tensor_cycle_via_slots (__main__.TestTorch) ... ok (0.038s) 2022-12-01T10:47:32.8640897Z test_tensor_dict_dealloc (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:47:32.8641336Z test_tensor_finalizer_dealloc (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:47:32.8641771Z test_tensor_set (__main__.TestTorch) ... ok (0.004s) 2022-12-01T10:47:32.8642190Z test_tensor_set_errors (__main__.TestTorch) ... ok (0.005s) 2022-12-01T10:47:32.8642607Z test_tensor_slot_dealloc (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:47:32.8643031Z test_tensor_weakref_dealloc (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:47:32.8643515Z test_tensoriterator_output_setup (__main__.TestTorch) ... ok (0.268s) 2022-12-01T10:47:32.8643991Z test_to (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:47:32.8644384Z test_to_with_tensor (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:47:32.8644836Z test_topk_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-12-01T10:47:32.8645271Z test_torch_from_file (__main__.TestTorch) ... ok (0.005s) 2022-12-01T10:47:32.8645837Z test_transpose_neg_dim (__main__.TestTorch) ... ok (0.008s) 2022-12-01T10:47:32.8646259Z test_type (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:47:32.8646655Z test_type_alias (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:47:32.8647137Z test_type_conversion_via_dtype_name (__main__.TestTorch) ... ok (0.006s) 2022-12-01T10:47:32.8647572Z test_unbind_neg_dim (__main__.TestTorch) ... ok (0.006s) 2022-12-01T10:47:32.8647987Z test_unflatten (__main__.TestTorch) ... ok (0.032s) 2022-12-01T10:47:32.8648481Z test_unfold_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-12-01T10:47:32.8648891Z test_unsqueeze_neg_dim (__main__.TestTorch) ... ok (0.007s) 2022-12-01T10:47:32.8649379Z test_upsample_nearest1d_meta (__main__.TestTorch) ... ok (0.012s) 2022-12-01T10:47:32.8649870Z test_upsample_nearest2d_meta (__main__.TestTorch) ... ok (0.013s) 2022-12-01T10:47:32.8650311Z test_var_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T10:47:32.8650754Z test_wildcard_import (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:47:32.8651276Z test_addcdiv_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:47:32.8651861Z test_addcdiv_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.8652424Z test_addcdiv_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.8652985Z test_addcdiv_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.8653559Z test_addcdiv_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:47:32.8654090Z test_addcdiv_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:47:32.8654632Z test_addcdiv_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:47:32.8655185Z test_addcdiv_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:47:32.8655714Z test_addcdiv_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:47:32.8656246Z test_addcmul_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.8656813Z test_addcmul_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.8657343Z test_addcmul_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.8657860Z test_addcmul_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.8658414Z test_addcmul_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.8658954Z test_addcmul_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.8659495Z test_addcmul_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.8660022Z test_addcmul_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.8660562Z test_addcmul_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.8661174Z test_assertRaisesRegex_ignore_msg_non_native_device_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:47:32.8661942Z test_bernoulli_edge_cases_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:32.8662914Z test_bernoulli_edge_cases_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:47:32.8663599Z test_bernoulli_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.023s) 2022-12-01T10:47:32.8664178Z test_bernoulli_p_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.8664725Z test_bernoulli_p_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:47:32.8665287Z test_bernoulli_p_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:47:32.8665825Z test_bernoulli_self_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:47:32.8666393Z test_bernoulli_self_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:47:32.8667125Z test_bernoulli_self_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:47:32.8667653Z test_bernoulli_self_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:47:32.8668198Z test_bernoulli_self_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:47:32.8668733Z test_bernoulli_self_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:47:32.8669371Z test_bernoulli_self_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:47:32.8669942Z test_bernoulli_self_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:47:32.8670503Z test_bfloat16_float_copy_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.046s) 2022-12-01T10:47:32.8671080Z test_bool_tensor_value_change_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:47:32.8671662Z test_broadcast_fn_add_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.026s) 2022-12-01T10:47:32.8672241Z test_broadcast_fn_addcdiv_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.028s) 2022-12-01T10:47:32.8672772Z test_broadcast_fn_addcmul_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.028s) 2022-12-01T10:47:32.8673336Z test_broadcast_fn_atan2_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.026s) 2022-12-01T10:47:32.8673908Z test_broadcast_fn_copy_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.024s) 2022-12-01T10:47:32.8674486Z test_broadcast_fn_dist_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:47:32.8675053Z test_broadcast_fn_div_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.026s) 2022-12-01T10:47:32.8675616Z test_broadcast_fn_eq_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.025s) 2022-12-01T10:47:32.8676159Z test_broadcast_fn_fmod_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.026s) 2022-12-01T10:47:32.8676701Z test_broadcast_fn_ge_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.025s) 2022-12-01T10:47:32.8677263Z test_broadcast_fn_gt_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.025s) 2022-12-01T10:47:32.8677830Z test_broadcast_fn_le_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.025s) 2022-12-01T10:47:32.8678363Z test_broadcast_fn_lerp_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.026s) 2022-12-01T10:47:32.8678889Z test_broadcast_fn_lt_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.025s) 2022-12-01T10:47:32.8679426Z test_broadcast_fn_map2_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.025s) 2022-12-01T10:47:32.8679983Z test_broadcast_fn_map_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.025s) 2022-12-01T10:47:32.8680531Z test_broadcast_fn_masked_fill_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.026s) 2022-12-01T10:47:32.8681114Z test_broadcast_fn_masked_scatter_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.027s) 2022-12-01T10:47:32.8681714Z test_broadcast_fn_masked_select_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:47:32.8682253Z test_broadcast_fn_max_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:47:32.8682792Z test_broadcast_fn_min_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:47:32.8683306Z test_broadcast_fn_mul_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.025s) 2022-12-01T10:47:32.8683935Z test_broadcast_fn_ne_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.025s) 2022-12-01T10:47:32.8684440Z test_broadcast_fn_pow_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.025s) 2022-12-01T10:47:32.8684969Z test_broadcast_fn_remainder_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.025s) 2022-12-01T10:47:32.8685486Z test_broadcast_fn_sub_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.026s) 2022-12-01T10:47:32.8685946Z test_bytes_to_scalar_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.8686491Z test_bytes_to_scalar_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:47:32.8687093Z test_bytes_to_scalar_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:47:32.8687782Z test_bytes_to_scalar_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:47:32.8688331Z test_bytes_to_scalar_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:47:32.8688862Z test_bytes_to_scalar_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.8689405Z test_bytes_to_scalar_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:47:32.8689989Z test_bytes_to_scalar_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:47:32.8690526Z test_bytes_to_scalar_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:47:32.8691093Z test_bytes_to_scalar_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:47:32.8691643Z test_cauchy_kstest_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.198s) 2022-12-01T10:47:32.8692210Z test_cauchy_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:47:32.8692789Z test_cauchy_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-12-01T10:47:32.8693369Z test_cauchy_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:47:32.8694032Z test_cauchy_no_inf_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:47:32.8694795Z test_cauchy_no_inf_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:47:32.8695536Z test_cdist_cuda_backward_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:47:32.8696125Z test_cdist_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.8696663Z test_cdist_euclidean_large_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:47:32.8697228Z test_cdist_grad_p_lt_1_no_nan_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.8697888Z test_cdist_large_batch_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:47:32.8698561Z test_cdist_large_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.070s) 2022-12-01T10:47:32.8699111Z test_cdist_non_contiguous_batch_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-12-01T10:47:32.8699685Z test_cdist_non_contiguous_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:47:32.8700252Z test_cdist_norm_batch_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.375s) 2022-12-01T10:47:32.8700810Z test_cdist_norm_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.243s) 2022-12-01T10:47:32.8701331Z test_cdist_same_inputs_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:47:32.8701896Z test_clone_all_dtypes_and_devices_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:47:32.8702686Z test_clone_not_memory_dense_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.8703248Z test_clone_zero_stride_dim_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.8703853Z test_complex_half_experimental_warning_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:47:32.8704431Z test_constants_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.8705027Z test_conv_transposed_backward_agnostic_to_memory_format_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:47:32.8705770Z test_conv_transposed_large_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:32.8707265Z test_copy__cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:32.8708141Z r = func(*args, **kwargs) 2022-12-01T10:47:32.8708613Z ok (0.007s) 2022-12-01T10:47:32.8709024Z test_copy__cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:47:32.8709568Z test_copy__cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:47:32.8710108Z test_copy__cpu_complex32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:47:32.8710635Z test_copy__cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:47:32.8711285Z test_copy__cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:47:32.8711830Z test_copy__cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:47:32.8712342Z test_copy__cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:47:32.8712852Z test_copy__cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:47:32.8713371Z test_copy__cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:47:32.8713880Z test_copy__cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:47:32.8714390Z test_copy__cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:47:32.8714932Z test_copy__cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:47:32.8715489Z test_copy_all_dtypes_and_devices_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:47:32.8715999Z test_copy_math_view_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-12-01T10:47:32.8716563Z test_copy_mem_overlap_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:47:32.8717171Z test_copy_transpose_math_view_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:47:32.8717773Z test_copy_transpose_math_view_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.8718348Z test_copy_transpose_math_view_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.8719777Z test_corrcoef_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: cov(): degrees of freedom is <= 0 (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Correlation.cpp:100.) 2022-12-01T10:47:32.8720593Z r = func(*args, **kwargs) 2022-12-01T10:47:32.8721264Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:393: RuntimeWarning: Mean of empty slice. 2022-12-01T10:47:32.8721738Z avg = a.mean(axis) 2022-12-01T10:47:32.8722436Z /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:154: RuntimeWarning: invalid value encountered in true_divide 2022-12-01T10:47:32.8723117Z ret, rcount, out=ret, casting='unsafe', subok=False) 2022-12-01T10:47:32.8723835Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:2526: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-12-01T10:47:32.8724452Z c = cov(x, y, rowvar) 2022-12-01T10:47:32.8725171Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:2455: RuntimeWarning: divide by zero encountered in true_divide 2022-12-01T10:47:32.8725727Z c *= np.true_divide(1, fact) 2022-12-01T10:47:32.8726456Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:2455: RuntimeWarning: invalid value encountered in multiply 2022-12-01T10:47:32.8726995Z c *= np.true_divide(1, fact) 2022-12-01T10:47:32.8727307Z ok (0.010s) 2022-12-01T10:47:32.8727724Z test_corrcoef_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:47:32.8728310Z test_corrcoef_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:47:32.8728969Z test_cov_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:1929: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-12-01T10:47:32.8729604Z ref = np.cov(t, ddof=correction, fweights=fweights, aweights=aweights) 2022-12-01T10:47:32.8730415Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:425: RuntimeWarning: invalid value encountered in multiply 2022-12-01T10:47:32.8731136Z avg = np.multiply(a, wgt, dtype=result_dtype).sum(axis)/scl 2022-12-01T10:47:32.8731492Z ok (0.078s) 2022-12-01T10:47:32.8731881Z test_cov_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.073s) 2022-12-01T10:47:32.8732402Z test_cov_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.064s) 2022-12-01T10:47:32.8733035Z test_cpp_warnings_have_python_context_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: crossref perturbs line numbering (0.002s) 2022-12-01T10:47:32.8733854Z test_cublas_config_nondeterministic_alert_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:47:32.8734485Z test_cummax_cummin_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.020s) 2022-12-01T10:47:32.8735069Z test_cummax_discontiguous_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.8735656Z test_cummin_discontiguous_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:47:32.8736185Z test_cumprod_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:47:32.8736674Z test_cumsum_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:47:32.8737215Z test_deepcopy_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-12-01T10:47:32.8737778Z test_deepcopy_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-12-01T10:47:32.8738371Z test_deepcopy_scalar_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.8738999Z test_deepcopy_scalar_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.8739643Z test_device_guard_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.003s) 2022-12-01T10:47:32.8740228Z test_diff_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.072s) 2022-12-01T10:47:32.8740784Z test_diff_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.088s) 2022-12-01T10:47:32.8741336Z test_diff_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.088s) 2022-12-01T10:47:32.8741890Z test_diff_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.082s) 2022-12-01T10:47:32.8742810Z test_diff_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.082s) 2022-12-01T10:47:32.8743346Z test_diff_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.079s) 2022-12-01T10:47:32.8743892Z test_diff_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.072s) 2022-12-01T10:47:32.8744397Z test_diff_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.072s) 2022-12-01T10:47:32.8744884Z test_diff_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.071s) 2022-12-01T10:47:32.8745388Z test_diff_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.072s) 2022-12-01T10:47:32.8745871Z test_diff_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.072s) 2022-12-01T10:47:32.8746407Z test_diff_noncontig_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.064s) 2022-12-01T10:47:32.8746990Z test_diff_noncontig_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.079s) 2022-12-01T10:47:32.8747585Z test_diff_noncontig_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.079s) 2022-12-01T10:47:32.8748154Z test_diff_noncontig_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.074s) 2022-12-01T10:47:32.8748733Z test_diff_noncontig_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.073s) 2022-12-01T10:47:32.8749291Z test_diff_noncontig_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.071s) 2022-12-01T10:47:32.8749871Z test_diff_noncontig_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.064s) 2022-12-01T10:47:32.8750440Z test_diff_noncontig_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.065s) 2022-12-01T10:47:32.8750987Z test_diff_noncontig_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.062s) 2022-12-01T10:47:32.8751535Z test_diff_noncontig_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.064s) 2022-12-01T10:47:32.8752083Z test_diff_noncontig_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.064s) 2022-12-01T10:47:32.8752807Z test_dim_function_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.034s) 2022-12-01T10:47:32.8753379Z test_discontiguous_out_cumsum_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:47:32.8753914Z test_dist_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:47:32.8754436Z test_errors_index_copy_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:47:32.8755086Z test_expected_failure_xla_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.8755611Z test_exponential_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:47:32.8756137Z test_exponential_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:47:32.8756670Z test_exponential_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:47:32.8757164Z test_exponential_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:47:32.8757745Z test_exponential_kstest_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.8758351Z test_exponential_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.8758937Z test_exponential_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.8759539Z test_exponential_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.8760094Z test_exponential_no_zero_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:32.8760746Z test_exponential_no_zero_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:32.8761392Z test_gather_backward_deterministic_path_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.700s) 2022-12-01T10:47:32.8761991Z test_gather_backward_one_dim_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.697s) 2022-12-01T10:47:32.8762471Z test_geometric_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:47:32.8762987Z test_geometric_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.8763520Z test_geometric_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.8764165Z test_geometric_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.8764694Z test_geometric_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.8765254Z test_geometric_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.8765769Z test_geometric_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.8766236Z test_geometric_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.8766761Z test_geometric_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.8767343Z test_geometric_kstest_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:47:32.8767894Z test_geometric_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:47:32.8768461Z test_geometric_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:47:32.8769041Z test_geometric_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:47:32.8769600Z test_geometric_kstest_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:47:32.8770134Z test_geometric_kstest_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:47:32.8770676Z test_geometric_kstest_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:47:32.8771229Z test_geometric_kstest_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:47:32.8771778Z test_geometric_kstest_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:47:32.8772336Z test_gradient_all_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.233s) 2022-12-01T10:47:32.8773022Z test_gradient_all_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.181s) 2022-12-01T10:47:32.8774102Z test_gradient_all_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1061: RuntimeWarning: divide by zero encountered in true_divide 2022-12-01T10:47:32.8774809Z a = -(dx2)/(dx1 * (dx1 + dx2)) 2022-12-01T10:47:32.8775614Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1062: RuntimeWarning: divide by zero encountered in true_divide 2022-12-01T10:47:32.8776199Z b = (dx2 - dx1) / (dx1 * dx2) 2022-12-01T10:47:32.8776920Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1063: RuntimeWarning: divide by zero encountered in true_divide 2022-12-01T10:47:32.8777411Z c = dx1 / (dx2 * (dx1 + dx2)) 2022-12-01T10:47:32.8778101Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1069: RuntimeWarning: invalid value encountered in add 2022-12-01T10:47:32.8778719Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-12-01T10:47:32.8779547Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1117: RuntimeWarning: divide by zero encountered in double_scalars 2022-12-01T10:47:32.8780073Z a = (dx2) / (dx1 * (dx1 + dx2)) 2022-12-01T10:47:32.8780819Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1118: RuntimeWarning: divide by zero encountered in double_scalars 2022-12-01T10:47:32.8781426Z b = - (dx2 + dx1) / (dx1 * dx2) 2022-12-01T10:47:32.8782295Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1121: RuntimeWarning: invalid value encountered in double_scalars 2022-12-01T10:47:32.8782948Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-12-01T10:47:32.8783797Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1100: RuntimeWarning: divide by zero encountered in double_scalars 2022-12-01T10:47:32.8784385Z a = -(2. * dx1 + dx2)/(dx1 * (dx1 + dx2)) 2022-12-01T10:47:32.8785129Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1101: RuntimeWarning: divide by zero encountered in double_scalars 2022-12-01T10:47:32.8785671Z b = (dx1 + dx2) / (dx1 * dx2) 2022-12-01T10:47:32.8786388Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1104: RuntimeWarning: invalid value encountered in add 2022-12-01T10:47:32.8787020Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-12-01T10:47:32.8787838Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1121: RuntimeWarning: invalid value encountered in add 2022-12-01T10:47:32.8788447Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-12-01T10:47:32.8789271Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1078: RuntimeWarning: divide by zero encountered in true_divide 2022-12-01T10:47:32.8789959Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_0 2022-12-01T10:47:32.8790790Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1078: RuntimeWarning: invalid value encountered in true_divide 2022-12-01T10:47:32.8791494Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_0 2022-12-01T10:47:32.8792273Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1069: RuntimeWarning: invalid value encountered in multiply 2022-12-01T10:47:32.8792881Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-12-01T10:47:32.8793732Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1102: RuntimeWarning: divide by zero encountered in double_scalars 2022-12-01T10:47:32.8794319Z c = - dx1 / (dx2 * (dx1 + dx2)) 2022-12-01T10:47:32.8795025Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1104: RuntimeWarning: invalid value encountered in multiply 2022-12-01T10:47:32.8795659Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-12-01T10:47:32.8796611Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1121: RuntimeWarning: invalid value encountered in multiply 2022-12-01T10:47:32.8797190Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-12-01T10:47:32.8797963Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1119: RuntimeWarning: divide by zero encountered in double_scalars 2022-12-01T10:47:32.8798504Z c = (2. * dx2 + dx1) / (dx2 * (dx1 + dx2)) 2022-12-01T10:47:32.8799330Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1085: RuntimeWarning: divide by zero encountered in true_divide 2022-12-01T10:47:32.8800026Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_n 2022-12-01T10:47:32.8800832Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1085: RuntimeWarning: invalid value encountered in true_divide 2022-12-01T10:47:32.8801582Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_n 2022-12-01T10:47:32.8801976Z ok (0.172s) 2022-12-01T10:47:32.8802404Z test_gradient_extreme_cases_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.067s) 2022-12-01T10:47:32.8802977Z test_gradient_extreme_cases_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.060s) 2022-12-01T10:47:32.8803571Z test_gradient_extreme_cases_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.059s) 2022-12-01T10:47:32.8804816Z test_gradient_type_promotion_cpu (__main__.TestTorchDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1057: ComplexWarning: Casting complex values to real discards the imaginary part 2022-12-01T10:47:32.8805697Z out[tuple(slice1)] = (f[tuple(slice4)] - f[tuple(slice2)]) / (2. * ax_dx) 2022-12-01T10:47:32.8806540Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1078: ComplexWarning: Casting complex values to real discards the imaginary part 2022-12-01T10:47:32.8807282Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_0 2022-12-01T10:47:32.8808115Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1085: ComplexWarning: Casting complex values to real discards the imaginary part 2022-12-01T10:47:32.8808865Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_n 2022-12-01T10:47:32.8810778Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:47:32.8811859Z r = func(*args, **kwargs) 2022-12-01T10:47:32.8812651Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1104: ComplexWarning: Casting complex values to real discards the imaginary part 2022-12-01T10:47:32.8813310Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-12-01T10:47:32.8814188Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1121: ComplexWarning: Casting complex values to real discards the imaginary part 2022-12-01T10:47:32.8814853Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-12-01T10:47:32.8815738Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1069: ComplexWarning: Casting complex values to real discards the imaginary part 2022-12-01T10:47:32.8816394Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-12-01T10:47:32.8816783Z ok (0.071s) 2022-12-01T10:47:32.8817192Z test_hook_remove_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.8817741Z test_index_add_deterministic_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.084s) 2022-12-01T10:47:32.8818455Z test_index_add_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.021s) 2022-12-01T10:47:32.8819013Z test_index_copy_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:47:32.8819585Z test_index_copy_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-12-01T10:47:32.8820114Z test_index_copy_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:47:32.8820782Z test_index_copy_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:47:32.8821340Z test_index_copy_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:47:32.8821866Z test_index_copy_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:47:32.8822569Z test_index_copy_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-12-01T10:47:32.8823114Z test_index_copy_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-12-01T10:47:32.8823657Z test_index_copy_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-12-01T10:47:32.8824197Z test_index_copy_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-12-01T10:47:32.8824724Z test_index_copy_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-12-01T10:47:32.8825256Z test_index_copy_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-12-01T10:47:32.8825813Z test_index_copy_deterministic_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (2.388s) 2022-12-01T10:47:32.8826358Z test_index_copy_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.019s) 2022-12-01T10:47:32.8826907Z test_index_copy_scalars_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:47:32.8827498Z test_index_copy_scalars_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:47:32.8828077Z test_index_copy_scalars_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:47:32.8828655Z test_index_copy_scalars_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:47:32.8829254Z test_index_copy_scalars_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.8829845Z test_index_copy_scalars_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.8830460Z test_index_copy_scalars_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.8831057Z test_index_copy_scalars_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:47:32.8831647Z test_index_copy_scalars_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:47:32.8832198Z test_index_copy_scalars_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:47:32.8832729Z test_index_copy_scalars_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:47:32.8833299Z test_index_copy_scalars_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:47:32.8833818Z test_index_fill_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:47:32.8834337Z test_index_fill_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:47:32.8834900Z test_index_fill_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:47:32.8835455Z test_index_fill_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:47:32.8835967Z test_index_fill_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:47:32.8836489Z test_index_fill_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:47:32.8837038Z test_index_fill_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:47:32.8837556Z test_index_fill_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:47:32.8838074Z test_index_fill_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:47:32.8838610Z test_index_fill_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:47:32.8839293Z test_index_fill_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:47:32.8839833Z test_index_fill_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:47:32.8840286Z test_index_fill_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:47:32.8840645Z test_index_put_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.022s) 2022-12-01T10:47:32.8841078Z test_index_put_non_accumulate_deterministic_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-12-01T10:47:32.8841939Z test_index_reduce_reduce_amax_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.make_non_contiguous() is deprecated since 1.12 and will be removed in 1.14. Depending on the use case there a different replacement options: 2022-12-01T10:47:32.8842374Z 2022-12-01T10:47:32.8842779Z - If you are using `make_non_contiguous` in combination with a creation function to create a noncontiguous tensor with random values, use `torch.testing.make_tensor(..., noncontiguous=True)` instead. 2022-12-01T10:47:32.8843521Z - If you are using `make_non_contiguous` with a specific tensor, you can replace this call with `torch.repeat_interleave(input, 2, dim=-1)[..., ::2]`. 2022-12-01T10:47:32.8844164Z - If you are using `make_non_contiguous` in the PyTorch test suite, use `torch.testing._internal.common_utils.noncontiguous_like` instead. 2022-12-01T10:47:32.8844487Z warnings.warn(msg, FutureWarning) 2022-12-01T10:47:32.8845144Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:47:32.8845583Z r = func(*args, **kwargs) 2022-12-01T10:47:32.8845763Z ok (0.079s) 2022-12-01T10:47:32.8846014Z test_index_reduce_reduce_amax_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.079s) 2022-12-01T10:47:32.8846367Z test_index_reduce_reduce_amax_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.080s) 2022-12-01T10:47:32.8846712Z test_index_reduce_reduce_amax_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.082s) 2022-12-01T10:47:32.8847058Z test_index_reduce_reduce_amax_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.060s) 2022-12-01T10:47:32.8847387Z test_index_reduce_reduce_amax_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.060s) 2022-12-01T10:47:32.8847730Z test_index_reduce_reduce_amax_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.059s) 2022-12-01T10:47:32.8848072Z test_index_reduce_reduce_amax_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.060s) 2022-12-01T10:47:32.8848399Z test_index_reduce_reduce_amax_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.060s) 2022-12-01T10:47:32.8848745Z test_index_reduce_reduce_amin_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.078s) 2022-12-01T10:47:32.8849095Z test_index_reduce_reduce_amin_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.079s) 2022-12-01T10:47:32.8849538Z test_index_reduce_reduce_amin_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.080s) 2022-12-01T10:47:32.8849871Z test_index_reduce_reduce_amin_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.082s) 2022-12-01T10:47:32.8850216Z test_index_reduce_reduce_amin_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.060s) 2022-12-01T10:47:32.8850556Z test_index_reduce_reduce_amin_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.060s) 2022-12-01T10:47:32.8850881Z test_index_reduce_reduce_amin_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.059s) 2022-12-01T10:47:32.8851215Z test_index_reduce_reduce_amin_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.060s) 2022-12-01T10:47:32.8851557Z test_index_reduce_reduce_amin_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.060s) 2022-12-01T10:47:32.8851953Z test_index_reduce_reduce_mean_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.087s) 2022-12-01T10:47:32.8852290Z test_index_reduce_reduce_mean_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.088s) 2022-12-01T10:47:32.8852634Z test_index_reduce_reduce_mean_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.088s) 2022-12-01T10:47:32.8853094Z test_index_reduce_reduce_mean_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.091s) 2022-12-01T10:47:32.8853682Z test_index_reduce_reduce_mean_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.069s) 2022-12-01T10:47:32.8854015Z test_index_reduce_reduce_mean_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.069s) 2022-12-01T10:47:32.8854357Z test_index_reduce_reduce_mean_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.068s) 2022-12-01T10:47:32.8854691Z test_index_reduce_reduce_mean_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.069s) 2022-12-01T10:47:32.8855019Z test_index_reduce_reduce_mean_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.069s) 2022-12-01T10:47:32.8855366Z test_index_reduce_reduce_prod_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.079s) 2022-12-01T10:47:32.8855715Z test_index_reduce_reduce_prod_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.079s) 2022-12-01T10:47:32.8856063Z test_index_reduce_reduce_prod_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.080s) 2022-12-01T10:47:32.8856394Z test_index_reduce_reduce_prod_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.082s) 2022-12-01T10:47:32.8856880Z test_index_reduce_reduce_prod_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.060s) 2022-12-01T10:47:32.8857476Z test_index_reduce_reduce_prod_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.060s) 2022-12-01T10:47:32.8858063Z test_index_reduce_reduce_prod_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.059s) 2022-12-01T10:47:32.8858654Z test_index_reduce_reduce_prod_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.060s) 2022-12-01T10:47:32.8859261Z test_index_reduce_reduce_prod_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.060s) 2022-12-01T10:47:32.8859860Z test_index_select_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-12-01T10:47:32.8860406Z test_index_select_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:47:32.8860992Z test_index_select_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-12-01T10:47:32.8861592Z test_index_select_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-12-01T10:47:32.8862293Z test_index_select_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-12-01T10:47:32.8862757Z test_index_select_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-12-01T10:47:32.8863268Z test_index_select_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-12-01T10:47:32.8863846Z test_index_select_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:47:32.8864401Z test_index_select_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:47:32.8864918Z test_index_select_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:47:32.8865491Z test_index_select_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:47:32.8866063Z test_index_select_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:47:32.8866621Z test_invalid_shapes_grid_sampler_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.033s) 2022-12-01T10:47:32.8867186Z test_is_set_to_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:47:32.8867717Z test_is_signed_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.8868240Z test_item_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.8868764Z test_item_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.8869311Z test_item_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.8869948Z test_item_cpu_complex32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.8870488Z test_item_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.8871051Z test_item_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.8871595Z test_item_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.8872190Z test_item_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.8872727Z test_item_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.8873235Z test_item_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.8873751Z test_item_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.8874294Z test_item_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.8874829Z test_item_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.8875422Z test_large_cumprod_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:32.8876066Z test_large_cumsum_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:32.8876680Z test_log_normal_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.8877239Z test_log_normal_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.8877790Z test_log_normal_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.8878362Z test_log_normal_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.8878899Z test_logcumsumexp_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:47:32.8879485Z test_lognormal_kstest_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-12-01T10:47:32.8880073Z test_lognormal_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-12-01T10:47:32.8880666Z test_lognormal_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-12-01T10:47:32.8881231Z test_lognormal_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-12-01T10:47:32.8881811Z test_masked_fill_bool_tensor_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:47:32.8882407Z test_masked_fill_cpu_bfloat16_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.8882978Z test_masked_fill_cpu_bfloat16_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.8883568Z test_masked_fill_cpu_bool_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.8884221Z test_masked_fill_cpu_bool_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.8884789Z test_masked_fill_cpu_complex128_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.8885396Z test_masked_fill_cpu_complex128_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.8886002Z test_masked_fill_cpu_complex64_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.8886593Z test_masked_fill_cpu_complex64_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.8887178Z test_masked_fill_cpu_float16_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.8887739Z test_masked_fill_cpu_float16_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.8888321Z test_masked_fill_cpu_float32_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.8888911Z test_masked_fill_cpu_float32_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.8889501Z test_masked_fill_cpu_float64_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.8890076Z test_masked_fill_cpu_float64_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.8890626Z test_masked_fill_cpu_int16_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.8891293Z test_masked_fill_cpu_int16_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.8891877Z test_masked_fill_cpu_int32_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.8892399Z test_masked_fill_cpu_int32_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.8892968Z test_masked_fill_cpu_int64_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.8893603Z test_masked_fill_cpu_int64_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.8894167Z test_masked_fill_cpu_int8_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.8894734Z test_masked_fill_cpu_int8_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.8895313Z test_masked_fill_cpu_uint8_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.8895900Z test_masked_fill_cpu_uint8_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.8896449Z test_masked_fill_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:47:32.8897036Z test_masked_scatter_bool_tensor_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:47:32.8897611Z test_masked_scatter_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:47:32.8898197Z test_masked_scatter_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.8898757Z test_masked_scatter_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:47:32.8899347Z test_masked_scatter_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:47:32.8899944Z test_masked_scatter_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:47:32.8900520Z test_masked_scatter_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:47:32.8901096Z test_masked_scatter_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:47:32.8901661Z test_masked_scatter_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:47:32.8902403Z test_masked_scatter_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:47:32.8902955Z test_masked_scatter_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:47:32.8903520Z test_masked_scatter_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:47:32.8904113Z test_masked_scatter_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:47:32.8904708Z test_masked_scatter_large_tensor_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:32.8905357Z test_masked_scatter_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:47:32.8907124Z test_masked_select_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1730.) 2022-12-01T10:47:32.8908159Z r = func(*args, **kwargs) 2022-12-01T10:47:32.8908468Z ok (0.006s) 2022-12-01T10:47:32.8909990Z test_masked_select_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1730.) 2022-12-01T10:47:32.8910998Z r = func(*args, **kwargs) 2022-12-01T10:47:32.8911295Z ok (0.006s) 2022-12-01T10:47:32.8912844Z test_masked_select_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1730.) 2022-12-01T10:47:32.8914019Z r = func(*args, **kwargs) 2022-12-01T10:47:32.8914343Z ok (0.006s) 2022-12-01T10:47:32.8915957Z test_masked_select_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1730.) 2022-12-01T10:47:32.8916971Z r = func(*args, **kwargs) 2022-12-01T10:47:32.8917268Z ok (0.006s) 2022-12-01T10:47:32.8918822Z test_masked_select_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1730.) 2022-12-01T10:47:32.8919859Z r = func(*args, **kwargs) 2022-12-01T10:47:32.8920174Z ok (0.004s) 2022-12-01T10:47:32.8921696Z test_masked_select_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1730.) 2022-12-01T10:47:32.8922736Z r = func(*args, **kwargs) 2022-12-01T10:47:32.8923050Z ok (0.006s) 2022-12-01T10:47:32.8924660Z test_masked_select_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1730.) 2022-12-01T10:47:32.8925686Z r = func(*args, **kwargs) 2022-12-01T10:47:32.8925988Z ok (0.006s) 2022-12-01T10:47:32.8927545Z test_masked_select_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1730.) 2022-12-01T10:47:32.8928560Z r = func(*args, **kwargs) 2022-12-01T10:47:32.8928877Z ok (0.006s) 2022-12-01T10:47:32.8930416Z test_masked_select_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1730.) 2022-12-01T10:47:32.8931439Z r = func(*args, **kwargs) 2022-12-01T10:47:32.8931762Z ok (0.005s) 2022-12-01T10:47:32.8933290Z test_masked_select_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1730.) 2022-12-01T10:47:32.8934398Z r = func(*args, **kwargs) 2022-12-01T10:47:32.8934709Z ok (0.005s) 2022-12-01T10:47:32.8936310Z test_masked_select_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1730.) 2022-12-01T10:47:32.8937390Z r = func(*args, **kwargs) 2022-12-01T10:47:32.8937682Z ok (0.005s) 2022-12-01T10:47:32.8939238Z test_masked_select_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1730.) 2022-12-01T10:47:32.8940260Z r = func(*args, **kwargs) 2022-12-01T10:47:32.8940587Z ok (0.005s) 2022-12-01T10:47:32.8941050Z test_masked_select_discontiguous_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-12-01T10:47:32.8941638Z test_memory_format_clone_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-12-01T10:47:32.8942675Z test_memory_format_consistency_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:47:32.8943229Z test_memory_format_cpu_and_cuda_ops_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:32.8943588Z test_memory_format_empty_like_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:47:32.8943953Z test_memory_format_factory_like_functions_preserve_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.277s) 2022-12-01T10:47:32.8944311Z test_memory_format_operators_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.200s) 2022-12-01T10:47:32.8944656Z test_memory_format_preserved_after_permute_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:47:32.8945033Z test_memory_format_propagation_rules_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:47:32.8945373Z test_memory_format_to_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-12-01T10:47:32.8945698Z test_memory_format_type_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-12-01T10:47:32.8946024Z test_memory_format_type_shortcuts_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.109s) 2022-12-01T10:47:32.8946382Z test_module_share_memory_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:32.8946736Z test_multinomial_cpu_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:47:32.8947067Z test_multinomial_cpu_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:47:32.8947408Z test_multinomial_cpu_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:47:32.8947753Z test_multinomial_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.034s) 2022-12-01T10:47:32.8948079Z test_multinomial_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.026s) 2022-12-01T10:47:32.8948437Z test_multinomial_deterministic_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:32.8948910Z test_multinomial_deterministic_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:32.8949330Z test_multinomial_deterministic_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:32.8949735Z test_multinomial_device_constrain_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:32.8950101Z test_multinomial_empty_w_replacement_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.8950455Z test_multinomial_empty_wo_replacement_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.8950999Z test_multinomial_gpu_device_constrain_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-12-01T10:47:32.8951463Z test_multinomial_rng_state_advance_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:47:32.8951845Z test_narrow_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.8952253Z test_nondeterministic_alert_AdaptiveAvgPool2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.8952644Z test_nondeterministic_alert_AdaptiveAvgPool3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.8953020Z test_nondeterministic_alert_AdaptiveMaxPool2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.8953386Z test_nondeterministic_alert_AvgPool3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.8953753Z test_nondeterministic_alert_CTCLoss_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:47:32.8954135Z test_nondeterministic_alert_EmbeddingBag_max_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:47:32.8954515Z test_nondeterministic_alert_FractionalMaxPool2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.8954916Z test_nondeterministic_alert_FractionalMaxPool3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.8955294Z test_nondeterministic_alert_MaxPool3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.8955711Z test_nondeterministic_alert_MaxUnpool1d_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: float16 not implemented on CPU (0.001s) 2022-12-01T10:47:32.8956111Z test_nondeterministic_alert_MaxUnpool1d_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:47:32.8956485Z test_nondeterministic_alert_MaxUnpool1d_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:47:32.8956907Z test_nondeterministic_alert_MaxUnpool2d_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: float16 not implemented on CPU (0.001s) 2022-12-01T10:47:32.8957315Z test_nondeterministic_alert_MaxUnpool2d_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:47:32.8957679Z test_nondeterministic_alert_MaxUnpool2d_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:47:32.8958094Z test_nondeterministic_alert_MaxUnpool3d_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: float16 not implemented on CPU (0.001s) 2022-12-01T10:47:32.8958497Z test_nondeterministic_alert_MaxUnpool3d_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:47:32.8958858Z test_nondeterministic_alert_MaxUnpool3d_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:47:32.8959225Z test_nondeterministic_alert_NLLLoss_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.8959597Z test_nondeterministic_alert_ReflectionPad1d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.8959970Z test_nondeterministic_alert_ReflectionPad2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.8960343Z test_nondeterministic_alert_ReflectionPad3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:47:32.8960728Z test_nondeterministic_alert_ReplicationPad1d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.8961114Z test_nondeterministic_alert_ReplicationPad2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.8961495Z test_nondeterministic_alert_ReplicationPad3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.8961849Z test_nondeterministic_alert_bincount_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.8962200Z test_nondeterministic_alert_cumsum_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.8962608Z test_nondeterministic_alert_cumsum_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.8962966Z test_nondeterministic_alert_cumsum_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.8963337Z test_nondeterministic_alert_cumsum_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.8963696Z test_nondeterministic_alert_cumsum_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.8964156Z test_nondeterministic_alert_cumsum_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.8964504Z test_nondeterministic_alert_cumsum_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.8964852Z test_nondeterministic_alert_cumsum_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.8965209Z test_nondeterministic_alert_cumsum_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.8965565Z test_nondeterministic_alert_cumsum_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.8965918Z test_nondeterministic_alert_grid_sample_2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.8966285Z test_nondeterministic_alert_grid_sample_3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.8966650Z test_nondeterministic_alert_histc_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.8967007Z test_nondeterministic_alert_interpolate_bicubic_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.8967393Z test_nondeterministic_alert_interpolate_bilinear_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.8967776Z test_nondeterministic_alert_interpolate_linear_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.8968157Z test_nondeterministic_alert_interpolate_trilinear_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.8968524Z test_nondeterministic_alert_kthvalue_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:47:32.8969815Z test_nondeterministic_alert_median_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: An output with one or more elements was resized since it had shape [10], which does not match the required output shape []. 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:47:32.8970584Z r = func(*args, **kwargs) 2022-12-01T10:47:32.8970762Z ok (0.002s) 2022-12-01T10:47:32.8971043Z test_nondeterministic_alert_put_accumulate_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.8971399Z test_nondeterministic_alert_put_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-12-01T10:47:32.8971740Z test_normal_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:47:32.8972060Z test_normal_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-12-01T10:47:32.8972369Z test_normal_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:47:32.8972692Z test_nullary_op_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.056s) 2022-12-01T10:47:32.8973033Z test_pairwise_distance_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.8973358Z test_pdist_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:47:32.8973684Z test_pdist_norm_large_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:32.8974362Z test_pickle_gradscaler_cpu (__main__.TestTorchDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/cuda/amp/grad_scaler.py:118: UserWarning: torch.cuda.amp.GradScaler is enabled, but CUDA is not available. Disabling. 2022-12-01T10:47:32.8974939Z warnings.warn("torch.cuda.amp.GradScaler is enabled, but CUDA is not available. Disabling.") 2022-12-01T10:47:32.8975203Z ok (0.002s) 2022-12-01T10:47:32.8975478Z test_pin_memory_from_constructor_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:47:32.8975832Z test_put_accumulate_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:47:32.8976204Z test_put_accumulate_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.8976527Z test_put_accumulate_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.8976862Z test_put_accumulate_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:47:32.8977189Z test_put_accumulate_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.8977517Z test_put_accumulate_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.8977831Z test_put_accumulate_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:47:32.8978156Z test_put_accumulate_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:47:32.8978471Z test_put_accumulate_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:47:32.8978779Z test_put_accumulate_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:47:32.8979100Z test_put_accumulate_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:47:32.8979418Z test_put_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.073s) 2022-12-01T10:47:32.8979729Z test_put_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.084s) 2022-12-01T10:47:32.8980028Z test_put_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.085s) 2022-12-01T10:47:32.8980341Z test_put_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.073s) 2022-12-01T10:47:32.8980657Z test_put_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.073s) 2022-12-01T10:47:32.8980950Z test_put_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.072s) 2022-12-01T10:47:32.8981251Z test_put_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.056s) 2022-12-01T10:47:32.8981553Z test_put_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.056s) 2022-12-01T10:47:32.8981840Z test_put_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.055s) 2022-12-01T10:47:32.8982140Z test_put_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.056s) 2022-12-01T10:47:32.8982754Z test_put_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.056s) 2022-12-01T10:47:32.8983053Z test_put_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:47:32.8983352Z test_put_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.021s) 2022-12-01T10:47:32.8983673Z test_repeat_interleave_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:47:32.8983989Z test_scalar_check_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.089s) 2022-12-01T10:47:32.8984287Z test_scatter_add_bool_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:47:32.8984612Z test_scatter_add_non_unique_index_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:47:32.8984967Z test_scatter_add_one_dim_deterministic_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.729s) 2022-12-01T10:47:32.8985318Z test_scatter_add_to_large_input_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:47:32.8985628Z test_scatter_bool_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:47:32.8985943Z test_scatter_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-12-01T10:47:32.8986330Z test_scatter_reduce_multiply_unsupported_dtypes_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:32.8986763Z test_scatter_reduce_multiply_unsupported_dtypes_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:32.8987242Z test_scatter_reduce_non_unique_index_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:47:32.8987607Z test_scatter_reduce_non_unique_index_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.8987979Z test_scatter_reduce_non_unique_index_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:47:32.8988375Z test_scatter_reduce_non_unique_index_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:47:32.8988744Z test_scatter_reduce_non_unique_index_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.8989102Z test_scatter_reduce_non_unique_index_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.8989461Z test_scatter_reduce_non_unique_index_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.8989805Z test_scatter_reduce_non_unique_index_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.8990205Z test_scatter_reduce_non_unique_index_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.8990561Z test_scatter_reduce_non_unique_index_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.8990911Z test_scatter_reduce_non_unique_index_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.8991251Z test_scatter_reduce_non_unique_index_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.8991622Z test_scatter_reduce_operations_to_large_input_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.8992004Z test_scatter_reduce_operations_to_large_input_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.8992377Z test_scatter_reduce_operations_to_large_input_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.8992767Z test_scatter_reduce_operations_to_large_input_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.8993147Z test_scatter_reduce_operations_to_large_input_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.8993529Z test_scatter_reduce_operations_to_large_input_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.8993899Z test_scatter_reduce_operations_to_large_input_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.8994273Z test_scatter_reduce_operations_to_large_input_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.8994646Z test_scatter_reduce_operations_to_large_input_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.8995014Z test_scatter_reduce_operations_to_large_input_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.8995369Z test_scatter_reduce_operations_to_large_input_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.8995748Z test_scatter_reduce_operations_to_large_input_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.8996106Z test_scatter_reduce_scalar_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:47:32.8996446Z test_scatter_reduce_scalar_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:47:32.8996780Z test_scatter_reduce_scalar_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:47:32.8997128Z test_scatter_reduce_scalar_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:47:32.8997476Z test_scatter_reduce_scalar_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:47:32.8997809Z test_scatter_reduce_scalar_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:47:32.8998151Z test_scatter_reduce_scalar_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:47:32.8998545Z test_scatter_reduce_scalar_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:47:32.9013041Z test_scatter_reduce_scalar_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:47:32.9013411Z test_scatter_reduce_scalar_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:47:32.9013757Z test_scatter_reduce_scalar_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:47:32.9014217Z test_scatter_reduce_scalar_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:47:32.9014550Z test_scatter_to_large_input_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.9014885Z test_scatter_zero_size_index_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.9015237Z test_serialization_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:32.9015570Z test_set_storage_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-12-01T10:47:32.9015892Z test_set_storage_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-12-01T10:47:32.9016218Z test_set_storage_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-12-01T10:47:32.9016549Z test_set_storage_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-12-01T10:47:32.9016863Z test_set_storage_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-12-01T10:47:32.9017185Z test_set_storage_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-12-01T10:47:32.9017509Z test_set_storage_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-12-01T10:47:32.9017813Z test_set_storage_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-12-01T10:47:32.9018130Z test_set_storage_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-12-01T10:47:32.9018440Z test_set_storage_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-12-01T10:47:32.9018756Z test_set_storage_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-12-01T10:47:32.9019056Z test_set_storage_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-12-01T10:47:32.9019367Z test_shift_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-12-01T10:47:32.9019673Z test_skip_xla_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.9019996Z test_storage_all_devices_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:32.9020333Z test_storage_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:47:32.9020649Z test_storage_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-12-01T10:47:32.9020969Z test_storage_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-12-01T10:47:32.9021270Z test_storage_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-12-01T10:47:32.9021583Z test_storage_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-12-01T10:47:32.9021892Z test_storage_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:47:32.9022298Z test_storage_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:47:32.9022603Z test_storage_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:47:32.9022909Z test_storage_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:47:32.9023219Z test_storage_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:47:32.9023528Z test_storage_meta_errors_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-12-01T10:47:32.9023865Z test_storage_meta_errors_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:47:32.9024206Z test_storage_meta_errors_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:47:32.9024539Z test_storage_meta_errors_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:47:32.9024975Z test_storage_meta_errors_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:47:32.9025312Z test_storage_meta_errors_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:47:32.9025649Z test_storage_meta_errors_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:47:32.9026006Z test_storage_meta_errors_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:47:32.9026341Z test_storage_meta_errors_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:47:32.9026667Z test_storage_meta_errors_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:47:32.9026986Z test_storage_meta_errors_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:47:32.9027316Z test_storage_meta_errors_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:47:32.9027659Z test_storage_meta_from_tensor_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:47:32.9028007Z test_storage_meta_from_tensor_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.9028343Z test_storage_meta_from_tensor_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:47:32.9028700Z test_storage_meta_from_tensor_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:47:32.9029051Z test_storage_meta_from_tensor_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:47:32.9029402Z test_storage_meta_from_tensor_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:47:32.9029732Z test_storage_meta_from_tensor_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.9030074Z test_storage_meta_from_tensor_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.9030414Z test_storage_meta_from_tensor_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.9030737Z test_storage_meta_from_tensor_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.9031069Z test_storage_meta_from_tensor_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.9031408Z test_storage_meta_from_tensor_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.9031742Z test_storage_setitem_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:47:32.9032058Z test_storage_setitem_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:47:32.9032392Z test_storage_setitem_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:47:32.9032724Z test_storage_setitem_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:47:32.9033035Z test_storage_setitem_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:47:32.9033362Z test_storage_setitem_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:47:32.9033678Z test_storage_setitem_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:47:32.9033994Z test_storage_setitem_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:47:32.9034298Z test_storage_setitem_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:47:32.9034621Z test_storage_setitem_cpu_qint32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:47:32.9034945Z test_storage_setitem_cpu_qint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:47:32.9035255Z test_storage_setitem_cpu_quint4x2 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:47:32.9035578Z test_storage_setitem_cpu_quint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:47:32.9035905Z test_storage_setitem_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:47:32.9036232Z test_strides_propagation_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.122s) 2022-12-01T10:47:32.9036594Z test_sync_warning_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:47:32.9036923Z test_take_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-12-01T10:47:32.9037226Z test_take_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-12-01T10:47:32.9037517Z test_take_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:47:32.9037853Z test_take_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:47:32.9038161Z test_take_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-12-01T10:47:32.9038465Z test_take_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-12-01T10:47:32.9038755Z test_take_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-12-01T10:47:32.9039054Z test_take_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-12-01T10:47:32.9039350Z test_take_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-12-01T10:47:32.9039634Z test_take_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-12-01T10:47:32.9039935Z test_take_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-12-01T10:47:32.9040228Z test_take_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-12-01T10:47:32.9040526Z test_take_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.9040835Z test_tensor_from_storage_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.019s) 2022-12-01T10:47:32.9041165Z test_tensor_from_storage_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.019s) 2022-12-01T10:47:32.9041501Z test_tensor_from_storage_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.020s) 2022-12-01T10:47:32.9041831Z test_tensor_from_storage_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.020s) 2022-12-01T10:47:32.9042167Z test_tensor_from_storage_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.019s) 2022-12-01T10:47:32.9042504Z test_tensor_from_storage_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.019s) 2022-12-01T10:47:32.9042833Z test_tensor_from_storage_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.019s) 2022-12-01T10:47:32.9043150Z test_tensor_from_storage_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.019s) 2022-12-01T10:47:32.9043481Z test_tensor_from_storage_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.019s) 2022-12-01T10:47:32.9043810Z test_tensor_from_storage_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.019s) 2022-12-01T10:47:32.9044200Z test_tensor_from_storage_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.019s) 2022-12-01T10:47:32.9044529Z test_tensor_from_storage_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.019s) 2022-12-01T10:47:32.9044896Z test_tensor_set_errors_multigpu_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-12-01T10:47:32.9045259Z test_tensor_shape_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:47:32.9045577Z test_tensor_storage_type_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:47:32.9045910Z test_tensor_storage_type_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.9046247Z test_tensor_storage_type_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.9046589Z test_tensor_storage_type_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.9046913Z test_tensor_storage_type_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.9047253Z test_tensor_storage_type_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.9047584Z test_tensor_storage_type_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.9047902Z test_tensor_storage_type_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.9048269Z test_tensor_storage_type_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.9048594Z test_tensor_storage_type_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.9048921Z test_tensor_storage_type_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.9049236Z test_tensor_storage_type_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.9049596Z test_ternary_op_mem_overlap_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.106s) 2022-12-01T10:47:32.9049941Z test_typed_storage_meta_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.9050259Z test_typed_storage_meta_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.9050599Z test_typed_storage_meta_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.9050940Z test_typed_storage_meta_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.9051278Z test_typed_storage_meta_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.9051595Z test_typed_storage_meta_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:47:32.9051925Z test_typed_storage_meta_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:47:32.9052255Z test_typed_storage_meta_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.9052566Z test_typed_storage_meta_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.9052885Z test_typed_storage_meta_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.9053213Z test_typed_storage_meta_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.9053539Z test_typed_storage_meta_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.9053866Z test_unfold_all_devices_and_dtypes_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:47:32.9054190Z test_unfold_scalars_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:47:32.9054510Z test_uniform_kstest_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:47:32.9054820Z test_uniform_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:47:32.9055140Z test_uniform_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:47:32.9055455Z test_uniform_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:47:32.9055778Z test_untyped_storage_meta_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:47:32.9056090Z test_warn_always_caught_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:47:32.9056430Z test_where_scalar_handcrafted_values_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-12-01T10:47:32.9056794Z test_cuda_vitals_gpu_only_cpu (__main__.TestVitalSignsCudaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:32.9056995Z 2022-12-01T10:47:32.9057252Z ---------------------------------------------------------------------- 2022-12-01T10:47:32.9057489Z Ran 826 tests in 19.464s 2022-12-01T10:47:32.9057604Z 2022-12-01T10:47:32.9057678Z OK (skipped=39) 2022-12-01T10:47:32.9057789Z 2022-12-01T10:47:32.9057875Z Generating XML reports... 2022-12-01T10:47:32.9058280Z Generated XML report: test-reports/python-unittest/test_torch/TEST-TestBasicVitalSigns-20221201104712.xml 2022-12-01T10:47:32.9058780Z Generated XML report: test-reports/python-unittest/test_torch/TEST-TestTorch-20221201104712.xml 2022-12-01T10:47:32.9059287Z Generated XML report: test-reports/python-unittest/test_torch/TEST-TestTorchDeviceTypeCPU-20221201104712.xml 2022-12-01T10:47:32.9059819Z Generated XML report: test-reports/python-unittest/test_torch/TEST-TestVitalSignsCudaCPU-20221201104712.xml 2022-12-01T10:47:32.9060139Z [TORCH_VITAL] Dataloader.enabled True 2022-12-01T10:47:32.9060440Z [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-12-01T10:47:32.9060685Z [TORCH_VITAL] CUDA.used False 2022-12-01T10:47:32.9060809Z 2022-12-01T10:47:32.9061158Z ##[endgroup] 2022-12-01T10:47:32.9061526Z FINISHED PRINTING LOG FILE of test_torch (/var/lib/jenkins/workspace/test/test-reports/test_torch_8poblh4j) 2022-12-01T10:47:32.9061735Z 2022-12-01T10:47:32.9061897Z Running test_indexing ... [2022-12-01 10:47:32.854281] 2022-12-01T10:47:32.9062521Z Executing ['/opt/conda/bin/python', '-bb', 'test_indexing.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:47:32.854713] 2022-12-01T10:47:35.4208706Z 2022-12-01T10:47:35.4209231Z Expand the folded group to see the log file of test_indexing 2022-12-01T10:47:35.4210398Z ##[group]PRINTING LOG FILE of test_indexing (/var/lib/jenkins/workspace/test/test-reports/test_indexing_4fd3g6jm) 2022-12-01T10:47:35.4211191Z Test results will be stored in test-reports/python-unittest/test_indexing 2022-12-01T10:47:35.4211393Z 2022-12-01T10:47:35.4211466Z Running tests... 2022-12-01T10:47:35.4211775Z ---------------------------------------------------------------------- 2022-12-01T10:47:35.4212116Z test_boolean_assignment_value_mismatch_cpu (__main__.NumpyTestsCPU) ... ok (0.012s) 2022-12-01T10:47:35.4212586Z test_boolean_indexing_alldims_cpu (__main__.NumpyTestsCPU) ... ok (0.002s) 2022-12-01T10:47:35.4212918Z test_boolean_indexing_onedim_cpu (__main__.NumpyTestsCPU) ... ok (0.002s) 2022-12-01T10:47:35.4213220Z test_boolean_indexing_twodim_cpu (__main__.NumpyTestsCPU) ... ok (0.003s) 2022-12-01T10:47:35.4213502Z test_boolean_indexing_weirdness_cpu (__main__.NumpyTestsCPU) ... ok (0.010s) 2022-12-01T10:47:35.4213824Z test_boolean_indexing_weirdness_tensors_cpu (__main__.NumpyTestsCPU) ... ok (0.010s) 2022-12-01T10:47:35.4214129Z test_boolean_list_indexing_cpu (__main__.NumpyTestsCPU) ... ok (0.003s) 2022-12-01T10:47:35.4214636Z 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:47:35.4215212Z self.assertRaisesRegex(IndexError, 'mask', lambda: arr[index]) 2022-12-01T10:47:35.4216041Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:47:35.4216488Z r = func(*args, **kwargs) 2022-12-01T10:47:35.4216668Z ok (0.018s) 2022-12-01T10:47:35.4216890Z test_broadcast_subspace_cpu (__main__.NumpyTestsCPU) ... ok (0.003s) 2022-12-01T10:47:35.4217188Z test_broaderrors_indexing_cpu (__main__.NumpyTestsCPU) ... ok (0.018s) 2022-12-01T10:47:35.4217480Z test_ellipsis_index_cpu (__main__.NumpyTestsCPU) ... ok (0.003s) 2022-12-01T10:47:35.4217751Z test_empty_fancy_index_cpu (__main__.NumpyTestsCPU) ... ok (0.006s) 2022-12-01T10:47:35.4218030Z test_empty_tuple_index_cpu (__main__.NumpyTestsCPU) ... ok (0.001s) 2022-12-01T10:47:35.4218321Z test_everything_returns_views_cpu (__main__.NumpyTestsCPU) ... ok (0.001s) 2022-12-01T10:47:35.4218597Z test_index_is_larger_cpu (__main__.NumpyTestsCPU) ... ok (0.001s) 2022-12-01T10:47:35.4218876Z test_index_no_floats_cpu (__main__.NumpyTestsCPU) ... ok (0.003s) 2022-12-01T10:47:35.4219150Z test_none_index_cpu (__main__.NumpyTestsCPU) ... ok (0.001s) 2022-12-01T10:47:35.4219427Z test_single_bool_index_cpu (__main__.NumpyTestsCPU) ... ok (0.002s) 2022-12-01T10:47:35.4219691Z test_single_int_index_cpu (__main__.NumpyTestsCPU) ... ok (0.003s) 2022-12-01T10:47:35.4219980Z test_trivial_fancy_out_of_bounds_cpu (__main__.NumpyTestsCPU) ... ok (0.023s) 2022-12-01T10:47:35.4220276Z test_advancedindex_big_cpu (__main__.TestIndexingCPU) ... ok (0.003s) 2022-12-01T10:47:35.4220772Z test_advancedindex_cpu_float16 (__main__.TestIndexingCPU) ... ok (0.041s) 2022-12-01T10:47:35.4221075Z test_advancedindex_cpu_float64 (__main__.TestIndexingCPU) ... ok (0.289s) 2022-12-01T10:47:35.4221378Z test_basic_advanced_combined_cpu (__main__.TestIndexingCPU) ... ok (0.003s) 2022-12-01T10:47:35.4221684Z test_bool_indices_accumulate_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:47:35.4221959Z test_bool_indices_cpu (__main__.TestIndexingCPU) ... ok (0.003s) 2022-12-01T10:47:35.4222531Z test_byte_mask2d_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:47:35.4222824Z test_byte_mask_accumulate_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-12-01T10:47:35.4223091Z test_byte_mask_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-12-01T10:47:35.4223378Z test_byte_tensor_assignment_cpu (__main__.TestIndexingCPU) ... ok (0.003s) 2022-12-01T10:47:35.4223687Z test_cpu_indices_cpu (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:35.4223995Z test_ellipsis_tensor_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:47:35.4224262Z test_empty_index_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-12-01T10:47:35.4224547Z test_empty_ndim_index_bool_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-12-01T10:47:35.4224837Z test_empty_ndim_index_cpu (__main__.TestIndexingCPU) ... ok (0.007s) 2022-12-01T10:47:35.4225103Z test_empty_slice_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:47:35.4225435Z test_gather_take_along_dim_cross_device_cpu_float32 (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:35.4225765Z test_getitem_scalars_cpu (__main__.TestIndexingCPU) ... ok (0.012s) 2022-12-01T10:47:35.4226035Z test_index_cpu (__main__.TestIndexingCPU) ... ok (0.054s) 2022-12-01T10:47:35.4226308Z test_index_getitem_copy_bools_slices_cpu (__main__.TestIndexingCPU) ... ok (0.004s) 2022-12-01T10:47:35.4226635Z test_index_put_accumulate_duplicate_indices_cpu (__main__.TestIndexingCPU) ... ok (0.287s) 2022-12-01T10:47:35.4226979Z test_index_put_accumulate_expanded_values_cpu (__main__.TestIndexingCPU) ... ok (0.004s) 2022-12-01T10:47:35.4227713Z 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:47:35.4228863Z 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:47:35.4229426Z test_index_put_accumulate_non_contiguous_cpu (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:35.4229797Z test_index_put_accumulate_with_optional_tensors_cpu (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:35.4230149Z test_index_put_src_datatype_cpu_bfloat16 (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:47:35.4230468Z test_index_put_src_datatype_cpu_bool (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:47:35.4230778Z test_index_put_src_datatype_cpu_complex128 (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:47:35.4231102Z test_index_put_src_datatype_cpu_complex64 (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:47:35.4231419Z test_index_put_src_datatype_cpu_float32 (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:47:35.4231733Z test_index_put_src_datatype_cpu_int64 (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:47:35.4232027Z test_index_scalar_with_bool_mask_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-12-01T10:47:35.4232389Z test_index_setitem_bools_slices_cpu (__main__.TestIndexingCPU) ... ok (0.012s) 2022-12-01T10:47:35.4232695Z test_index_src_datatype_cpu_bfloat16 (__main__.TestIndexingCPU) ... ok (0.002s) 2022-12-01T10:47:35.4232982Z test_index_src_datatype_cpu_bool (__main__.TestIndexingCPU) ... ok (0.002s) 2022-12-01T10:47:35.4233283Z test_index_src_datatype_cpu_float32 (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:47:35.4233617Z test_index_src_datatype_cpu_int64 (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:47:35.4233912Z test_int_assignment_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:47:35.4234182Z test_int_indices2d_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:47:35.4234475Z test_int_indices_broadcast_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:47:35.4234760Z test_int_indices_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:47:35.4235047Z test_invalid_device_cpu (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:35.4235356Z test_invalid_index_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:47:35.4235634Z test_jit_indexing_cpu (__main__.TestIndexingCPU) ... ok (0.045s) 2022-12-01T10:47:35.4235919Z test_multiple_bool_indices_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:47:35.4236198Z test_multiple_byte_mask_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-12-01T10:47:35.4236480Z test_multiple_int_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:47:35.4236744Z test_none_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-12-01T10:47:35.4237001Z test_out_of_bound_index_cpu (__main__.TestIndexingCPU) ... ok (0.007s) 2022-12-01T10:47:35.4237295Z test_set_item_to_scalar_tensor_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-12-01T10:47:35.4237599Z test_setitem_expansion_error_cpu (__main__.TestIndexingCPU) ... ok (0.008s) 2022-12-01T10:47:35.4237878Z test_setitem_scalars_cpu (__main__.TestIndexingCPU) ... ok (0.011s) 2022-12-01T10:47:35.4238156Z test_single_int_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:47:35.4238432Z test_step_assignment_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:47:35.4238701Z test_step_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-12-01T10:47:35.4238964Z test_take_along_dim_cpu_float32 (__main__.TestIndexingCPU) ... ok (0.008s) 2022-12-01T10:47:35.4239259Z test_take_along_dim_cpu_int64 (__main__.TestIndexingCPU) ... ok (0.006s) 2022-12-01T10:47:35.4239560Z test_take_along_dim_invalid_cpu_float32 (__main__.TestIndexingCPU) ... ok (0.019s) 2022-12-01T10:47:35.4239857Z test_take_along_dim_invalid_cpu_int64 (__main__.TestIndexingCPU) ... ok (0.018s) 2022-12-01T10:47:35.4240154Z test_variable_slicing_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-12-01T10:47:35.4240435Z test_zero_dim_index_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-12-01T10:47:35.4240594Z 2022-12-01T10:47:35.4240803Z ---------------------------------------------------------------------- 2022-12-01T10:47:35.4241036Z Ran 81 tests in 1.032s 2022-12-01T10:47:35.4241146Z 2022-12-01T10:47:35.4241217Z OK (skipped=6) 2022-12-01T10:47:35.4241322Z 2022-12-01T10:47:35.4241405Z Generating XML reports... 2022-12-01T10:47:35.4241789Z Generated XML report: test-reports/python-unittest/test_indexing/TEST-NumpyTestsCPU-20221201104734.xml 2022-12-01T10:47:35.4242298Z Generated XML report: test-reports/python-unittest/test_indexing/TEST-TestIndexingCPU-20221201104734.xml 2022-12-01T10:47:35.4242525Z 2022-12-01T10:47:35.4242814Z ##[endgroup] 2022-12-01T10:47:35.4243182Z FINISHED PRINTING LOG FILE of test_indexing (/var/lib/jenkins/workspace/test/test-reports/test_indexing_4fd3g6jm) 2022-12-01T10:47:35.4243396Z 2022-12-01T10:47:35.4243570Z Running test_fake_tensor ... [2022-12-01 10:47:35.421144] 2022-12-01T10:47:35.4244118Z Executing ['/opt/conda/bin/python', '-bb', 'test_fake_tensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:47:35.421482] 2022-12-01T10:47:37.5524251Z 2022-12-01T10:47:37.5524808Z Expand the folded group to see the log file of test_fake_tensor 2022-12-01T10:47:37.5525940Z ##[group]PRINTING LOG FILE of test_fake_tensor (/var/lib/jenkins/workspace/test/test-reports/test_fake_tensor_6j_g29i8) 2022-12-01T10:47:37.5526464Z Test results will be stored in test-reports/python-unittest/test_fake_tensor 2022-12-01T10:47:37.5526649Z 2022-12-01T10:47:37.5526728Z Running tests... 2022-12-01T10:47:37.5527244Z ---------------------------------------------------------------------- 2022-12-01T10:47:37.5527610Z test_aliased_const_write (__main__.FakeTensorConstHandling) ... ok (0.242s) 2022-12-01T10:47:37.5527976Z test_constant_invalidation (__main__.FakeTensorConstHandling) ... ok (0.002s) 2022-12-01T10:47:37.5528352Z test_fake_tensor_in_intlist_repro (__main__.FakeTensorConstHandling) ... ok (0.003s) 2022-12-01T10:47:37.5528672Z test_inplace_add (__main__.FakeTensorConstHandling) ... ok (0.002s) 2022-12-01T10:47:37.5528989Z test_inplace_view_invalidation (__main__.FakeTensorConstHandling) ... ok (0.002s) 2022-12-01T10:47:37.5529328Z test_shared_storage_invalidation (__main__.FakeTensorConstHandling) ... ok (0.002s) 2022-12-01T10:47:37.5529652Z test_shared_storages (__main__.FakeTensorConstHandling) ... ok (0.002s) 2022-12-01T10:47:37.5529955Z test_simple (__main__.FakeTensorConstHandling) ... ok (0.001s) 2022-12-01T10:47:37.5530235Z test_dead_key (__main__.FakeTensorConverterTest) ... ok (0.001s) 2022-12-01T10:47:37.5530538Z test_dead_weak_ref (__main__.FakeTensorConverterTest) ... ok (0.002s) 2022-12-01T10:47:37.5530893Z test_memoized_conversion_from_meta (__main__.FakeTensorConverterTest) ... ok (0.001s) 2022-12-01T10:47:37.5531297Z test_memoized_conversion_to_meta (__main__.FakeTensorConverterTest) ... ok (0.001s) 2022-12-01T10:47:37.5531656Z test_no_active_mode (__main__.FakeTensorConverterTest) ... ok (0.002s) 2022-12-01T10:47:37.5531959Z test_no_ref_cycle (__main__.FakeTensorConverterTest) ... ok (0.001s) 2022-12-01T10:47:37.5532271Z test_separate_mode_error (__main__.FakeTensorConverterTest) ... ok (0.001s) 2022-12-01T10:47:37.5532590Z test_separate_tensor_storages_non_view (__main__.FakeTensorConverterTest) ... ok (0.002s) 2022-12-01T10:47:37.5532935Z test_separate_tensor_storages_view (__main__.FakeTensorConverterTest) ... ok (0.001s) 2022-12-01T10:47:37.5533262Z test_like_ops (__main__.FakeTensorOperatorInvariants) ... ok (0.016s) 2022-12-01T10:47:37.5533582Z test_non_kwarg_only_device (__main__.FakeTensorOperatorInvariants) ... ok (0.067s) 2022-12-01T10:47:37.5533926Z test_sparse_new (__main__.FakeTensorOperatorInvariants) ... expected failure (0.014s) 2022-12-01T10:47:37.5534298Z test_tensor_constructors_all_have_kwarg_device (__main__.FakeTensorOperatorInvariants) ... ok (0.111s) 2022-12-01T10:47:37.5534618Z test_basic (__main__.FakeTensorTest) ... ok (0.005s) 2022-12-01T10:47:37.5534879Z test_binary_op_type_promotion (__main__.FakeTensorTest) ... ok (0.002s) 2022-12-01T10:47:37.5535163Z test_constructor (__main__.FakeTensorTest) ... ok (0.001s) 2022-12-01T10:47:37.5535453Z test_cpu_fallback (__main__.FakeTensorTest) ... skip: requires cuda (0.001s) 2022-12-01T10:47:37.5535745Z test_cudnn_rnn (__main__.FakeTensorTest) ... skip: requires cuda (0.002s) 2022-12-01T10:47:37.5536043Z test_data_dependent_operator (__main__.FakeTensorTest) ... ok (0.001s) 2022-12-01T10:47:37.5536468Z test_deepcopy (__main__.FakeTensorTest) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:47:37.5536783Z test_fake_dispatch_keys (__main__.FakeTensorTest) ... ok (0.002s) 2022-12-01T10:47:37.5537048Z test_fake_grad_copy (__main__.FakeTensorTest) ... ok (0.002s) 2022-12-01T10:47:37.5537323Z test_fake_mode_error (__main__.FakeTensorTest) ... ok (0.002s) 2022-12-01T10:47:37.5537625Z test_fallback_memory_prop (__main__.FakeTensorTest) ... skip: requires cuda (0.001s) 2022-12-01T10:47:37.5537905Z test_from_numpy (__main__.FakeTensorTest) ... ok (0.002s) 2022-12-01T10:47:37.5538296Z test_index_cuda_with_cpu (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-12-01T10:47:37.5538616Z test_like_constructor (__main__.FakeTensorTest) ... skip: requires cuda (0.001s) 2022-12-01T10:47:37.5538883Z test_mode (__main__.FakeTensorTest) ... ok (0.001s) 2022-12-01T10:47:37.5539139Z test_nan_to_num (__main__.FakeTensorTest) ... ok (0.296s) 2022-12-01T10:47:37.5539412Z test_new (__main__.FakeTensorTest) ... skip: requires cuda (0.001s) 2022-12-01T10:47:37.5539754Z test_non_kwarg_device (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-12-01T10:47:37.5540041Z test_non_parameter_grad (__main__.FakeTensorTest) ... ok (0.001s) 2022-12-01T10:47:37.5540340Z test_normalize_device (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-12-01T10:47:37.5540643Z test_parameter_instantiation (__main__.FakeTensorTest) ... ok (0.001s) 2022-12-01T10:47:37.5540909Z test_randperm (__main__.FakeTensorTest) ... ok (0.002s) 2022-12-01T10:47:37.5541183Z test_recursive_invocation (__main__.FakeTensorTest) ... ok (0.001s) 2022-12-01T10:47:37.5541463Z test_scalar_inputs (__main__.FakeTensorTest) ... ok (0.002s) 2022-12-01T10:47:37.5541748Z test_setitem (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-12-01T10:47:37.5542045Z test_shape_take_not_device (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-12-01T10:47:37.5542531Z test_throw (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-12-01T10:47:37.5542831Z test_type_as (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-12-01T10:47:37.5543109Z test_zero_dim (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-12-01T10:47:37.5543274Z 2022-12-01T10:47:37.5543486Z ---------------------------------------------------------------------- 2022-12-01T10:47:37.5543732Z Ran 50 tests in 0.814s 2022-12-01T10:47:37.5543848Z 2022-12-01T10:47:37.5543944Z OK (skipped=14, expected failures=1) 2022-12-01T10:47:37.5544065Z 2022-12-01T10:47:37.5544153Z Generating XML reports... 2022-12-01T10:47:37.5544600Z Generated XML report: test-reports/python-unittest/test_fake_tensor/TEST-FakeTensorConstHandling-20221201104736.xml 2022-12-01T10:47:37.5545164Z Generated XML report: test-reports/python-unittest/test_fake_tensor/TEST-FakeTensorConverterTest-20221201104736.xml 2022-12-01T10:47:37.5545732Z Generated XML report: test-reports/python-unittest/test_fake_tensor/TEST-FakeTensorOperatorInvariants-20221201104736.xml 2022-12-01T10:47:37.5546273Z Generated XML report: test-reports/python-unittest/test_fake_tensor/TEST-FakeTensorTest-20221201104736.xml 2022-12-01T10:47:37.5546498Z 2022-12-01T10:47:37.5546767Z ##[endgroup] 2022-12-01T10:47:37.5547144Z FINISHED PRINTING LOG FILE of test_fake_tensor (/var/lib/jenkins/workspace/test/test-reports/test_fake_tensor_6j_g29i8) 2022-12-01T10:47:37.5547363Z 2022-12-01T10:47:37.5547544Z Running test_jit_cuda_fuser ... [2022-12-01 10:47:37.552681] 2022-12-01T10:47:37.5548018Z Executing ['/opt/conda/bin/python', '-bb', 'test_jit_cuda_fuser.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:47:37.553021] 2022-12-01T10:47:40.1215374Z 2022-12-01T10:47:40.1215949Z Expand the folded group to see the log file of test_jit_cuda_fuser 2022-12-01T10:47:40.1217220Z ##[group]PRINTING LOG FILE of test_jit_cuda_fuser (/var/lib/jenkins/workspace/test/test-reports/test_jit_cuda_fuser_gute106c) 2022-12-01T10:47:40.1218141Z Test results will be stored in test-reports/python-unittest/test_jit_cuda_fuser 2022-12-01T10:47:40.1218501Z 2022-12-01T10:47:40.1218632Z Running tests... 2022-12-01T10:47:40.1219164Z ---------------------------------------------------------------------- 2022-12-01T10:47:40.1219722Z test__softmax_function (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1220335Z test__softmax_function_half_to_float (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1220801Z test_addcmul_ops (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1221345Z test_alias_pass_fix (__main__.TestCudaFuser) ... skip: skipping this test since unsqueeze is disabled now (0.001s) 2022-12-01T10:47:40.1221846Z test_autocast_1 (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-12-01T10:47:40.1222340Z test_autocast_1_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-12-01T10:47:40.1222663Z test_autocast_2 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1223311Z test_autocast_2_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1223872Z test_backward_type (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1224180Z test_batch_norm_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1224496Z test_batch_norm_impl_index_correctness (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1224839Z test_batch_norm_impl_index_inner_bcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1225178Z test_bfloat (__main__.TestCudaFuser) ... skip: device does not support BFloat16 (0.001s) 2022-12-01T10:47:40.1225499Z test_binary_bitwise (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-12-01T10:47:40.1225785Z test_binary_ops (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1226109Z test_binary_ops_channels_last_with_bcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1226515Z test_binary_ops_complex (__main__.TestCudaFuser) ... skip: see issue https://github.com/csarofeen/pytorch/issues/1730 (0.001s) 2022-12-01T10:47:40.1226882Z test_binary_ops_permutation (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1227176Z test_branches (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1227476Z test_broadcasting_0 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1227776Z test_broadcasting_1 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1231081Z test_broadcasting_2 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1231727Z test_broadcasting_3 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1232713Z test_broadcasting_multiple_output (__main__.TestCudaFuser) ... skip: broadcast on branches can't be resolved yet (0.001s) 2022-12-01T10:47:40.1233174Z test_broadcasting_multiple_output_shape (__main__.TestCudaFuser) ... skip: Broadcast with different output not supported yet (0.001s) 2022-12-01T10:47:40.1233567Z test_broadcasting_partition_logic_0 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1233892Z test_broadcasting_partition_logic_1 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1234426Z test_build_shape_expression_native_dropout (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1234930Z test_category_rule (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-12-01T10:47:40.1235412Z test_channels_last_with_broadcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.003s) 2022-12-01T10:47:40.1235890Z test_chunk (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1236351Z test_clamp (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1236846Z test_clamp_reversed_bound (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1237406Z test_clean_profile_ivalue (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1237945Z test_const (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1238564Z test_contiguous_on_broadcasted (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1239109Z test_conv2d_bias (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-12-01T10:47:40.1239595Z test_conv2d_symbolic_shapes (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1240096Z test_cpu_scalar (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1240403Z test_cuda_fusion_guard (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1240715Z test_cuda_fusion_guard_backward (__main__.TestCudaFuser) ... skip: requires NVFuser (0.001s) 2022-12-01T10:47:40.1241036Z test_device_constant (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1241437Z test_disable_const_chunk_propagation_for_normalization (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1241788Z test_disable_sibling_fuse (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1242094Z test_dropout_inference_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1242432Z test_dropout_train_nograd_fusion (__main__.TestCudaFuser) ... skip: not enough memory (0.001s) 2022-12-01T10:47:40.1242773Z test_dropout_train_nograd_prob_check (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1243093Z test_dropout_training_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1243419Z test_dropout_training_prob_check (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1243736Z test_dynamic_size (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-12-01T10:47:40.1244107Z test_expand (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1244401Z test_fix_shape_expression_bn (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1244748Z test_flatten (__main__.TestCudaFuser) ... skip: skipping this test since flatten is disabled now (0.001s) 2022-12-01T10:47:40.1245074Z test_gelu (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1245352Z test_grad_sum_to_size (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-12-01T10:47:40.1245685Z test_graph_for_with_missing_optimized_engine (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1246008Z test_graph_rng (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1246298Z test_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1246579Z test_high_rank_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1246888Z test_inf_quick_patch (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1247192Z test_inplace_removal (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1247501Z test_input_output_passthrough (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1247818Z test_int_tensor_input (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1248118Z test_issue1445_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1248411Z test_issue_1785 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1248700Z test_layer_norm_autodiff (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-12-01T10:47:40.1249009Z test_layer_norm_parser (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1249333Z test_layer_norm_trivial_reduce_dim (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1249679Z test_linear (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1249970Z test_linear_symbolic_shapes (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1250287Z test_multiple_device_pw (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1250606Z test_native_batch_norm_backward (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-12-01T10:47:40.1250916Z test_native_layer_norm (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1251275Z test_native_layer_norm_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1251593Z test_native_layer_norm_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1251936Z test_nested_view (__main__.TestCudaFuser) ... skip: skipping this test since view is disabled now (0.000s) 2022-12-01T10:47:40.1252245Z test_norm (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1252573Z test_norm_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1252880Z test_norm_channels_last (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1253167Z test_norm_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1253461Z test_norm_half_layer (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1253758Z test_norm_large (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1254070Z test_normalization_partition (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1254410Z test_nvfuser_comparison_callbacks_with_fallback (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1254784Z test_nvfuser_comparison_callbacks_without_fallback (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1255230Z test_overlapped_input (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-12-01T10:47:40.1255687Z test_permutation_preservation (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1256309Z test_permutation_preservation_edge_case_0 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1256769Z test_permutation_preservation_edge_case_1_broken (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1257133Z test_permutation_preservation_edge_case_2 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1257466Z test_pointwise_reference_tensor (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1257907Z test_profile_ivalue (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1258416Z test_profile_ivalue_multiple_profiles (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1259025Z test_profiling_node (__main__.TestCudaFuser) ... skip: Skipped due to rand_like behavior change (0.001s) 2022-12-01T10:47:40.1259641Z test_pw_single_reduction_partition (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1260216Z test_random_topo (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-12-01T10:47:40.1260760Z test_reduction (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1261327Z test_reduction_dtypes_axis (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1261893Z test_reduction_empty_axes (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1262768Z test_reduction_multiple_output (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-12-01T10:47:40.1263360Z test_reduction_permutation (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1263933Z test_reduction_sizes_op (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1264370Z test_remove_output_used_only_in_dtype (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1264684Z test_rsub (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1264981Z test_scalar_cuda_tensor (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1265274Z test_scalar_input (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1265570Z test_scalar_tensor (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1265878Z test_scalar_tensor_permuted (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1266319Z test_scheduler_with_polymorphic_broadcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1266703Z test_shape_expression (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.001s) 2022-12-01T10:47:40.1267056Z test_sibling_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1267373Z test_sibling_fusion_no_scalar_inputs (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1267745Z test_single_reduction_broadcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1268064Z test_singleton_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-12-01T10:47:40.1268366Z test_skip_parser (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1268643Z test_softmax (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1268941Z test_softmax_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1269274Z test_softmax_dtype (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-12-01T10:47:40.1269574Z test_softmax_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1269861Z test_softplus_fuser (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1270212Z test_squeeze (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.000s) 2022-12-01T10:47:40.1270619Z test_squeeze_negative_dim (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.001s) 2022-12-01T10:47:40.1271027Z test_squeeze_zero (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.001s) 2022-12-01T10:47:40.1271361Z test_strict_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1271659Z test_sum_to_one (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1271954Z test_sum_to_size (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1272249Z test_ternary_ops (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-12-01T10:47:40.1272558Z test_ternary_ops_integer_compatibility (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-12-01T10:47:40.1272897Z test_ternary_ops_type_promotion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1273212Z test_to_boolean (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-12-01T10:47:40.1273487Z test_to_copy (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1273789Z test_to_dtype_bf16_to_bf16 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1274095Z test_to_dtype_bf16_to_fp32 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1274406Z test_to_dtype_fp16_to_fp16 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1274704Z test_to_dtype_fp16_to_fp32 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1275006Z test_to_dtype_fp32_to_bf16 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1275304Z test_to_dtype_fp32_to_fp16 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1275597Z test_trivial_reduction (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1275897Z test_type_as_op (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1276195Z test_type_inference (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1276497Z test_unary_bitwise (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1276776Z test_unary_ops (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1277121Z test_unsqueeze (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.000s) 2022-12-01T10:47:40.1277497Z test_variance (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1277806Z test_view (__main__.TestCudaFuser) ... skip: skipping this test since view is disabled now (0.001s) 2022-12-01T10:47:40.1278174Z test_view_copy_graph_guard (__main__.TestCudaFuser) ... skip: skipping this test since reshape is disabled now (0.001s) 2022-12-01T10:47:40.1278609Z test_view_copy_graph_guard_double_fusion (__main__.TestCudaFuser) ... skip: skipping this test since view is disabled now (0.001s) 2022-12-01T10:47:40.1278980Z test_can_be_enabled_nvfuser (__main__.TestEnableDisableCudaFuser) ... ok (0.002s) 2022-12-01T10:47:40.1279319Z test_context_manager_test (__main__.TestEnableDisableCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:40.1279677Z test_register_fuser (__main__.TestEnableDisableCudaFuser) ... skip: requires CUDA (0.000s) 2022-12-01T10:47:40.1280013Z test_register_fuser_cpu (__main__.TestEnableDisableCudaFuser) ... ok (0.003s) 2022-12-01T10:47:40.1280343Z test_autodiff_fallback (jit.test_fuser_common.TestFuserCommon) ... ok (0.053s) 2022-12-01T10:47:40.1280511Z 2022-12-01T10:47:40.1280759Z ---------------------------------------------------------------------- 2022-12-01T10:47:40.1281005Z Ran 152 tests in 0.206s 2022-12-01T10:47:40.1281118Z 2022-12-01T10:47:40.1281190Z OK (skipped=149) 2022-12-01T10:47:40.1281297Z 2022-12-01T10:47:40.1281369Z Generating XML reports... 2022-12-01T10:47:40.1281829Z Generated XML report: test-reports/python-unittest/test_jit_cuda_fuser/TEST-TestEnableDisableCudaFuser-20221201104739.xml 2022-12-01T10:47:40.1282411Z Generated XML report: test-reports/python-unittest/test_jit_cuda_fuser/TEST-jit.test_fuser_common.TestFuserCommon-20221201104739.xml 2022-12-01T10:47:40.1282951Z Generated XML report: test-reports/python-unittest/test_jit_cuda_fuser/TEST-TestCudaFuser-20221201104739.xml 2022-12-01T10:47:40.1283175Z 2022-12-01T10:47:40.1283544Z ##[endgroup] 2022-12-01T10:47:40.1284029Z FINISHED PRINTING LOG FILE of test_jit_cuda_fuser (/var/lib/jenkins/workspace/test/test-reports/test_jit_cuda_fuser_gute106c) 2022-12-01T10:47:40.1284253Z 2022-12-01T10:47:40.1284428Z Running test_cuda ... [2022-12-01 10:47:40.122031] 2022-12-01T10:47:40.1284882Z Executing ['/opt/conda/bin/python', '-bb', 'test_cuda.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:47:40.122400] 2022-12-01T10:47:41.2671645Z 2022-12-01T10:47:41.2672218Z Expand the folded group to see the log file of test_cuda 2022-12-01T10:47:41.2673274Z ##[group]PRINTING LOG FILE of test_cuda (/var/lib/jenkins/workspace/test/test-reports/test_cuda_4_s16xw5) 2022-12-01T10:47:41.2673766Z CUDA not available, skipping tests 2022-12-01T10:47:41.2673887Z 2022-12-01T10:47:41.2673960Z Running tests... 2022-12-01T10:47:41.2674357Z ---------------------------------------------------------------------- 2022-12-01T10:47:41.2674530Z 2022-12-01T10:47:41.2674725Z ---------------------------------------------------------------------- 2022-12-01T10:47:41.2674994Z Ran 0 tests in 0.000s 2022-12-01T10:47:41.2675107Z 2022-12-01T10:47:41.2675167Z OK 2022-12-01T10:47:41.2675258Z 2022-12-01T10:47:41.2675343Z Generating XML reports... 2022-12-01T10:47:41.2675748Z Test results will be stored in test-reports/python-unittest/test_cuda 2022-12-01T10:47:41.2675982Z 2022-12-01T10:47:41.2676207Z ##[endgroup] 2022-12-01T10:47:41.2676575Z FINISHED PRINTING LOG FILE of test_cuda (/var/lib/jenkins/workspace/test/test-reports/test_cuda_4_s16xw5) 2022-12-01T10:47:41.2676783Z 2022-12-01T10:47:41.2676969Z Running test_tensor_creation_ops ... [2022-12-01 10:47:41.267444] 2022-12-01T10:47:41.2679663Z Executing ['/opt/conda/bin/python', '-bb', 'test_tensor_creation_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:47:41.267788] 2022-12-01T10:48:36.7045443Z 2022-12-01T10:48:36.7045973Z Expand the folded group to see the log file of test_tensor_creation_ops 2022-12-01T10:48:36.7046960Z ##[group]PRINTING LOG FILE of test_tensor_creation_ops (/var/lib/jenkins/workspace/test/test-reports/test_tensor_creation_ops_kkrp5vx6) 2022-12-01T10:48:36.7052670Z Test results will be stored in test-reports/python-unittest/test_tensor_creation_ops 2022-12-01T10:48:36.7053039Z 2022-12-01T10:48:36.7053172Z Running tests... 2022-12-01T10:48:36.7053668Z ---------------------------------------------------------------------- 2022-12-01T10:48:36.7054400Z test_alias_from_buffer_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-12-01T10:48:36.7055130Z test_alias_from_buffer_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-12-01T10:48:36.7055660Z test_alias_from_buffer_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-12-01T10:48:36.7056170Z test_alias_from_buffer_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-12-01T10:48:36.7056719Z test_alias_from_buffer_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-12-01T10:48:36.7057117Z test_alias_from_buffer_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-12-01T10:48:36.7057670Z test_alias_from_buffer_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T10:48:36.7057953Z test_alias_from_buffer_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T10:48:36.7058275Z test_alias_from_buffer_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T10:48:36.7058587Z test_alias_from_buffer_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T10:48:36.7058872Z test_alias_from_buffer_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T10:48:36.7059224Z test_alias_from_dlpack_cpu_bfloat16 (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-12-01T10:48:36.7059532Z test_alias_from_dlpack_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-12-01T10:48:36.7059893Z test_alias_from_dlpack_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.006s) 2022-12-01T10:48:36.7060183Z test_alias_from_dlpack_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-12-01T10:48:36.7060482Z test_alias_from_dlpack_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-12-01T10:48:36.7060868Z test_alias_from_dlpack_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-12-01T10:48:36.7061152Z test_alias_from_dlpack_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-12-01T10:48:36.7061444Z test_alias_from_dlpack_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-12-01T10:48:36.7061732Z test_alias_from_dlpack_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-12-01T10:48:36.7062023Z test_alias_from_dlpack_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-12-01T10:48:36.7062467Z test_alias_from_dlpack_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-12-01T10:48:36.7062761Z test_alias_from_numpy_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-12-01T10:48:36.7063059Z test_alias_from_numpy_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.006s) 2022-12-01T10:48:36.7063354Z test_alias_from_numpy_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.006s) 2022-12-01T10:48:36.7063658Z test_alias_from_numpy_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-12-01T10:48:36.7063955Z test_alias_from_numpy_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-12-01T10:48:36.7064239Z test_alias_from_numpy_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-12-01T10:48:36.7064529Z test_alias_from_numpy_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-12-01T10:48:36.7064820Z test_alias_from_numpy_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-12-01T10:48:36.7065103Z test_alias_from_numpy_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-12-01T10:48:36.7065374Z test_alias_from_numpy_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-12-01T10:48:36.7065665Z test_alias_from_numpy_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-12-01T10:48:36.7065963Z test_alias_from_tensor_cpu_bfloat16 (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-12-01T10:48:36.7066243Z test_alias_from_tensor_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-12-01T10:48:36.7066652Z test_alias_from_tensor_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-12-01T10:48:36.7066958Z test_alias_from_tensor_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-12-01T10:48:36.7067259Z test_alias_from_tensor_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-12-01T10:48:36.7067544Z test_alias_from_tensor_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-12-01T10:48:36.7067886Z test_alias_from_tensor_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-12-01T10:48:36.7068183Z test_alias_from_tensor_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-12-01T10:48:36.7068464Z test_alias_from_tensor_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-12-01T10:48:36.7068750Z test_alias_from_tensor_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-12-01T10:48:36.7069039Z test_alias_from_tensor_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-12-01T10:48:36.7069331Z test_alias_from_tensor_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-12-01T10:48:36.7069609Z test_astensor_consistency_cpu (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-12-01T10:48:36.7069904Z test_copy_from_buffer_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T10:48:36.7070205Z test_copy_from_buffer_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T10:48:36.7070499Z test_copy_from_buffer_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T10:48:36.7070802Z test_copy_from_buffer_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T10:48:36.7071095Z test_copy_from_buffer_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T10:48:36.7071392Z test_copy_from_buffer_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T10:48:36.7071666Z test_copy_from_buffer_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T10:48:36.7071956Z test_copy_from_buffer_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T10:48:36.7072245Z test_copy_from_buffer_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T10:48:36.7072516Z test_copy_from_buffer_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T10:48:36.7072803Z test_copy_from_buffer_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T10:48:36.7073099Z test_copy_from_dlpack_cpu_bfloat16 (__main__.TestAsArrayCPU) ... ok (0.011s) 2022-12-01T10:48:36.7073602Z test_copy_from_dlpack_cpu_complex128 (__main__.TestAsArrayCPU) ... test_tensor_creation_ops.py:3675: 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:48:36.7074064Z result = torch.asarray(cvt(original), **kwargs) 2022-12-01T10:48:36.7074256Z ok (0.012s) 2022-12-01T10:48:36.7074497Z test_copy_from_dlpack_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.011s) 2022-12-01T10:48:36.7074802Z test_copy_from_dlpack_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.011s) 2022-12-01T10:48:36.7075087Z test_copy_from_dlpack_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.011s) 2022-12-01T10:48:36.7075385Z test_copy_from_dlpack_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.011s) 2022-12-01T10:48:36.7075678Z test_copy_from_dlpack_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.010s) 2022-12-01T10:48:36.7075956Z test_copy_from_dlpack_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.010s) 2022-12-01T10:48:36.7076249Z test_copy_from_dlpack_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.010s) 2022-12-01T10:48:36.7076538Z test_copy_from_dlpack_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.010s) 2022-12-01T10:48:36.7076830Z test_copy_from_dlpack_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.010s) 2022-12-01T10:48:36.7077147Z test_copy_from_dlpack_mult_devices_cpu_bfloat16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:48:36.7077526Z test_copy_from_dlpack_mult_devices_cpu_complex128 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:48:36.7077938Z test_copy_from_dlpack_mult_devices_cpu_complex64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:48:36.7078290Z test_copy_from_dlpack_mult_devices_cpu_float16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:48:36.7078652Z test_copy_from_dlpack_mult_devices_cpu_float32 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:48:36.7079035Z test_copy_from_dlpack_mult_devices_cpu_float64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:48:36.7079398Z test_copy_from_dlpack_mult_devices_cpu_int16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:48:36.7079744Z test_copy_from_dlpack_mult_devices_cpu_int32 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:48:36.7080098Z test_copy_from_dlpack_mult_devices_cpu_int64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:48:36.7080459Z test_copy_from_dlpack_mult_devices_cpu_int8 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:48:36.7080813Z test_copy_from_dlpack_mult_devices_cpu_uint8 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:48:36.7081122Z test_copy_from_numpy_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.011s) 2022-12-01T10:48:36.7081421Z test_copy_from_numpy_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.012s) 2022-12-01T10:48:36.7081727Z test_copy_from_numpy_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.012s) 2022-12-01T10:48:36.7082015Z test_copy_from_numpy_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.011s) 2022-12-01T10:48:36.7082311Z test_copy_from_numpy_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.011s) 2022-12-01T10:48:36.7082609Z test_copy_from_numpy_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.011s) 2022-12-01T10:48:36.7082900Z test_copy_from_numpy_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.011s) 2022-12-01T10:48:36.7091376Z test_copy_from_numpy_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.011s) 2022-12-01T10:48:36.7091683Z test_copy_from_numpy_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.011s) 2022-12-01T10:48:36.7091971Z test_copy_from_numpy_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.011s) 2022-12-01T10:48:36.7092248Z test_copy_from_numpy_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.011s) 2022-12-01T10:48:36.7092592Z test_copy_from_tensor_mult_devices_cpu_bfloat16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:48:36.7092966Z test_copy_from_tensor_mult_devices_cpu_complex128 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:48:36.7093340Z test_copy_from_tensor_mult_devices_cpu_complex64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:48:36.7093699Z test_copy_from_tensor_mult_devices_cpu_float16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:48:36.7094059Z test_copy_from_tensor_mult_devices_cpu_float32 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:48:36.7094415Z test_copy_from_tensor_mult_devices_cpu_float64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:48:36.7094769Z test_copy_from_tensor_mult_devices_cpu_int16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:48:36.7095110Z test_copy_from_tensor_mult_devices_cpu_int32 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:48:36.7095466Z test_copy_from_tensor_mult_devices_cpu_int64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:48:36.7095821Z test_copy_from_tensor_mult_devices_cpu_int8 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:48:36.7096172Z test_copy_from_tensor_mult_devices_cpu_uint8 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:48:36.7096476Z test_copy_list_cpu_bfloat16 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-12-01T10:48:36.7096861Z test_copy_list_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T10:48:36.7097148Z test_copy_list_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-12-01T10:48:36.7097428Z test_copy_list_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-12-01T10:48:36.7097715Z test_copy_list_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T10:48:36.7097999Z test_copy_list_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T10:48:36.7098316Z test_copy_list_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T10:48:36.7098582Z test_copy_list_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T10:48:36.7098859Z test_copy_list_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T10:48:36.7099138Z test_copy_list_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T10:48:36.7099399Z test_copy_list_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T10:48:36.7099675Z test_copy_list_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T10:48:36.7099960Z test_copy_tensor_cpu_bfloat16 (__main__.TestAsArrayCPU) ... ok (0.010s) 2022-12-01T10:48:36.7100236Z test_copy_tensor_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.010s) 2022-12-01T10:48:36.7100522Z test_copy_tensor_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.011s) 2022-12-01T10:48:36.7100819Z test_copy_tensor_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.011s) 2022-12-01T10:48:36.7101111Z test_copy_tensor_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.011s) 2022-12-01T10:48:36.7101384Z test_copy_tensor_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.011s) 2022-12-01T10:48:36.7101666Z test_copy_tensor_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.010s) 2022-12-01T10:48:36.7101947Z test_copy_tensor_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.010s) 2022-12-01T10:48:36.7102401Z test_copy_tensor_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.010s) 2022-12-01T10:48:36.7102694Z test_copy_tensor_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.010s) 2022-12-01T10:48:36.7102977Z test_copy_tensor_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.010s) 2022-12-01T10:48:36.7103259Z test_copy_tensor_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.010s) 2022-12-01T10:48:36.7103548Z test_retain_autograd_history_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:48:36.7103871Z test_retain_autograd_history_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:48:36.7104187Z test_unsupported_alias_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-12-01T10:48:36.7104519Z test_unsupported_alias_mult_devices_cpu_float32 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:48:36.7104855Z test_byte_to_int_cpu (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-12-01T10:48:36.7105181Z test_invalid_positional_args_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.014s) 2022-12-01T10:48:36.7105522Z test_invalid_positional_args_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.017s) 2022-12-01T10:48:36.7105860Z test_invalid_positional_args_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.017s) 2022-12-01T10:48:36.7106205Z test_invalid_positional_args_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.016s) 2022-12-01T10:48:36.7106542Z test_invalid_positional_args_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.016s) 2022-12-01T10:48:36.7106868Z test_invalid_positional_args_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.015s) 2022-12-01T10:48:36.7107198Z test_invalid_positional_args_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.014s) 2022-12-01T10:48:36.7107533Z test_invalid_positional_args_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.014s) 2022-12-01T10:48:36.7107862Z test_invalid_positional_args_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.014s) 2022-12-01T10:48:36.7108182Z test_invalid_positional_args_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.013s) 2022-12-01T10:48:36.7108583Z test_invalid_positional_args_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.013s) 2022-12-01T10:48:36.7108912Z test_non_writable_buffer_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-12-01T10:48:36.7109229Z test_non_writable_buffer_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-12-01T10:48:36.7109563Z test_non_writable_buffer_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-12-01T10:48:36.7109935Z test_non_writable_buffer_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-12-01T10:48:36.7110270Z test_non_writable_buffer_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-12-01T10:48:36.7110595Z test_non_writable_buffer_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-12-01T10:48:36.7110908Z test_non_writable_buffer_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-12-01T10:48:36.7111233Z test_non_writable_buffer_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-12-01T10:48:36.7111556Z test_non_writable_buffer_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-12-01T10:48:36.7111861Z test_non_writable_buffer_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-12-01T10:48:36.7112186Z test_non_writable_buffer_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-12-01T10:48:36.7112503Z test_not_a_buffer_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:48:36.7112822Z test_not_a_buffer_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:48:36.7113131Z test_not_a_buffer_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:48:36.7113446Z test_not_a_buffer_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:48:36.7113758Z test_not_a_buffer_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:48:36.7114058Z test_not_a_buffer_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:48:36.7114369Z test_not_a_buffer_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:48:36.7114674Z test_not_a_buffer_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:48:36.7114980Z test_not_a_buffer_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:48:36.7115273Z test_not_a_buffer_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:48:36.7115584Z test_not_a_buffer_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:48:36.7115895Z test_requires_grad_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.004s) 2022-12-01T10:48:36.7116204Z test_requires_grad_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-12-01T10:48:36.7116533Z test_requires_grad_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-12-01T10:48:36.7116854Z test_requires_grad_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.004s) 2022-12-01T10:48:36.7117171Z test_requires_grad_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.004s) 2022-12-01T10:48:36.7117468Z test_requires_grad_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.004s) 2022-12-01T10:48:36.7117782Z test_requires_grad_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.004s) 2022-12-01T10:48:36.7118092Z test_requires_grad_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-12-01T10:48:36.7118386Z test_requires_grad_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-12-01T10:48:36.7118693Z test_requires_grad_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-12-01T10:48:36.7119003Z test_requires_grad_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-12-01T10:48:36.7119306Z test_same_type_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:48:36.7119601Z test_same_type_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-12-01T10:48:36.7119914Z test_same_type_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-12-01T10:48:36.7120263Z test_same_type_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:48:36.7120557Z test_same_type_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:48:36.7120863Z test_same_type_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:48:36.7121167Z test_same_type_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:48:36.7121500Z test_same_type_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:48:36.7121785Z test_same_type_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:48:36.7122084Z test_same_type_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:48:36.7122381Z test_same_type_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:48:36.7122672Z test_shared_buffer_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.011s) 2022-12-01T10:48:36.7122995Z test_shared_buffer_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.015s) 2022-12-01T10:48:36.7123319Z test_shared_buffer_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.015s) 2022-12-01T10:48:36.7123638Z test_shared_buffer_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.014s) 2022-12-01T10:48:36.7124023Z test_shared_buffer_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.014s) 2022-12-01T10:48:36.7124333Z test_shared_buffer_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.014s) 2022-12-01T10:48:36.7124645Z test_shared_buffer_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.012s) 2022-12-01T10:48:36.7124938Z test_shared_buffer_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.012s) 2022-12-01T10:48:36.7125244Z test_shared_buffer_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.011s) 2022-12-01T10:48:36.7125556Z test_shared_buffer_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.012s) 2022-12-01T10:48:36.7125861Z test_shared_buffer_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.012s) 2022-12-01T10:48:36.7126171Z test_with_count_and_offset_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.010s) 2022-12-01T10:48:36.7126506Z test_with_count_and_offset_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.016s) 2022-12-01T10:48:36.7126844Z test_with_count_and_offset_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.016s) 2022-12-01T10:48:36.7127164Z test_with_count_and_offset_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.014s) 2022-12-01T10:48:36.7127492Z test_with_count_and_offset_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.014s) 2022-12-01T10:48:36.7127819Z test_with_count_and_offset_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.013s) 2022-12-01T10:48:36.7128149Z test_with_count_and_offset_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.011s) 2022-12-01T10:48:36.7128458Z test_with_count_and_offset_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.011s) 2022-12-01T10:48:36.7128781Z test_with_count_and_offset_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.010s) 2022-12-01T10:48:36.7129107Z test_with_count_and_offset_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.011s) 2022-12-01T10:48:36.7129416Z test_with_count_and_offset_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.011s) 2022-12-01T10:48:36.7129730Z test_with_count_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-12-01T10:48:36.7130039Z test_with_count_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-12-01T10:48:36.7130354Z test_with_count_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-12-01T10:48:36.7130653Z test_with_count_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.004s) 2022-12-01T10:48:36.7130957Z test_with_count_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.004s) 2022-12-01T10:48:36.7131260Z test_with_count_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.004s) 2022-12-01T10:48:36.7131549Z test_with_count_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-12-01T10:48:36.7131888Z test_with_count_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-12-01T10:48:36.7132183Z test_with_count_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-12-01T10:48:36.7132478Z test_with_count_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-12-01T10:48:36.7132765Z test_with_count_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-12-01T10:48:36.7133097Z test_with_offset_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-12-01T10:48:36.7133411Z test_with_offset_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.004s) 2022-12-01T10:48:36.7133716Z test_with_offset_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.004s) 2022-12-01T10:48:36.7134028Z test_with_offset_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-12-01T10:48:36.7134340Z test_with_offset_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-12-01T10:48:36.7134646Z test_with_offset_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-12-01T10:48:36.7134939Z test_with_offset_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-12-01T10:48:36.7135243Z test_with_offset_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-12-01T10:48:36.7135548Z test_with_offset_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-12-01T10:48:36.7135839Z test_with_offset_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-12-01T10:48:36.7136142Z test_with_offset_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-12-01T10:48:36.7136451Z test_empty_like_cpu (__main__.TestLikeTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:48:36.7136770Z test_full_like_inference_cpu (__main__.TestLikeTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:48:36.7137074Z test_ones_like_cpu (__main__.TestLikeTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:48:36.7137441Z test_ones_like_multiple_device_cpu (__main__.TestLikeTensorCreationCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-12-01T10:48:36.7137802Z test_zeros_like_cpu (__main__.TestLikeTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:48:36.7138242Z test_zeros_like_multiple_device_cpu (__main__.TestLikeTensorCreationCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-12-01T10:48:36.7138609Z test_normal_cpu_float32 (__main__.TestRandomTensorCreationCPU) ... ok (0.016s) 2022-12-01T10:48:36.7138942Z test_normal_cpu_float64 (__main__.TestRandomTensorCreationCPU) ... ok (0.020s) 2022-12-01T10:48:36.7139270Z test_normal_std_error_cpu (__main__.TestRandomTensorCreationCPU) ... ok (0.025s) 2022-12-01T10:48:36.7139588Z test_rand_cpu_complex128 (__main__.TestRandomTensorCreationCPU) ... ok (0.003s) 2022-12-01T10:48:36.7140464Z test_rand_cpu_complex32 (__main__.TestRandomTensorCreationCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:48:36.7140982Z r = func(*args, **kwargs) 2022-12-01T10:48:36.7141160Z ok (0.004s) 2022-12-01T10:48:36.7141396Z test_rand_cpu_complex64 (__main__.TestRandomTensorCreationCPU) ... ok (0.003s) 2022-12-01T10:48:36.7141724Z test_rand_cpu_float32 (__main__.TestRandomTensorCreationCPU) ... ok (0.003s) 2022-12-01T10:48:36.7142046Z test_rand_cpu_float64 (__main__.TestRandomTensorCreationCPU) ... ok (0.003s) 2022-12-01T10:48:36.7142492Z test_randint_cpu (__main__.TestRandomTensorCreationCPU) ... ok (0.006s) 2022-12-01T10:48:36.7142820Z test_randint_inference_cpu (__main__.TestRandomTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:48:36.7143157Z test_randn_cpu_bfloat16 (__main__.TestRandomTensorCreationCPU) ... ok (0.003s) 2022-12-01T10:48:36.7143488Z test_randn_cpu_complex128 (__main__.TestRandomTensorCreationCPU) ... ok (0.004s) 2022-12-01T10:48:36.7143878Z test_randn_cpu_complex32 (__main__.TestRandomTensorCreationCPU) ... ok (0.003s) 2022-12-01T10:48:36.7144204Z test_randn_cpu_complex64 (__main__.TestRandomTensorCreationCPU) ... ok (0.003s) 2022-12-01T10:48:36.7144531Z test_randn_cpu_float16 (__main__.TestRandomTensorCreationCPU) ... ok (0.003s) 2022-12-01T10:48:36.7144837Z test_randn_cpu_float32 (__main__.TestRandomTensorCreationCPU) ... ok (0.003s) 2022-12-01T10:48:36.7145152Z test_randn_cpu_float64 (__main__.TestRandomTensorCreationCPU) ... ok (0.003s) 2022-12-01T10:48:36.7145548Z test_random_neg_values_cpu (__main__.TestRandomTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:48:36.7145879Z test_randperm_cpu (__main__.TestRandomTensorCreationCPU) ... ok (3.058s) 2022-12-01T10:48:36.7146240Z test_randperm_device_compatibility_cpu (__main__.TestRandomTensorCreationCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:48:36.7146618Z test_uniform_from_to_cpu_float16 (__main__.TestRandomTensorCreationCPU) ... ok (0.026s) 2022-12-01T10:48:36.7146963Z test_uniform_from_to_cpu_float32 (__main__.TestRandomTensorCreationCPU) ... ok (0.088s) 2022-12-01T10:48:36.7147284Z test_uniform_from_to_cpu_float64 (__main__.TestRandomTensorCreationCPU) ... ok (0.171s) 2022-12-01T10:48:36.7147600Z test_arange_bfloat16_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:48:36.7147896Z test_arange_cpu (__main__.TestTensorCreationCPU) ... ok (0.098s) 2022-12-01T10:48:36.7148241Z test_arange_device_vs_cpu_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares device with cpu (0.001s) 2022-12-01T10:48:36.7148621Z test_arange_device_vs_cpu_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares device with cpu (0.001s) 2022-12-01T10:48:36.7149138Z test_arange_device_vs_cpu_cpu_int32 (__main__.TestTensorCreationCPU) ... skip: compares device with cpu (0.001s) 2022-12-01T10:48:36.7149526Z test_arange_device_vs_cpu_cpu_int64 (__main__.TestTensorCreationCPU) ... skip: compares device with cpu (0.001s) 2022-12-01T10:48:36.7149871Z test_arange_inference_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-12-01T10:48:36.7150166Z test_as_strided_neg_cpu (__main__.TestTensorCreationCPU) ... ok (0.015s) 2022-12-01T10:48:36.7150462Z test_as_tensor_cpu (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-12-01T10:48:36.7150758Z test_block_diag_cpu (__main__.TestTensorCreationCPU) ... ok (0.040s) 2022-12-01T10:48:36.7151047Z test_block_diag_scipy_cpu (__main__.TestTensorCreationCPU) ... ok (0.041s) 2022-12-01T10:48:36.7151354Z test_cartesian_prod_cpu (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-12-01T10:48:36.7151653Z test_cat2_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.019s) 2022-12-01T10:48:36.7151937Z test_cat2_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.018s) 2022-12-01T10:48:36.7152230Z test_cat2_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.015s) 2022-12-01T10:48:36.7152542Z test_cat_all_dtypes_and_devices_cpu (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-12-01T10:48:36.7152923Z test_cat_big_cpu (__main__.TestTensorCreationCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:48:36.7153282Z test_cat_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:48:36.7153589Z test_cat_empty_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-12-01T10:48:36.7153891Z test_cat_empty_legacy_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:48:36.7154194Z test_cat_in_channels_last_cpu (__main__.TestTensorCreationCPU) ... ok (0.874s) 2022-12-01T10:48:36.7154505Z test_cat_mem_overlap_cpu (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-12-01T10:48:36.7154814Z test_cat_out_channels_last_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:48:36.7155114Z test_cat_out_cpu (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-12-01T10:48:36.7155428Z test_cat_out_memory_format_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:48:36.7155815Z test_cat_preserve_channels_last_cpu (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-12-01T10:48:36.7156164Z test_cat_stack_cross_devices_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:48:36.7156496Z test_combinations_cpu (__main__.TestTensorCreationCPU) ... ok (0.006s) 2022-12-01T10:48:36.7156852Z test_complex_type_conversions_cpu (__main__.TestTensorCreationCPU) ... skip: real and imag not implemented for complex (0.001s) 2022-12-01T10:48:36.7157255Z test_constructor_device_legacy_cpu (__main__.TestTensorCreationCPU) ... ok (0.021s) 2022-12-01T10:48:36.7157587Z test_constructor_dtypes_cpu (__main__.TestTensorCreationCPU) ... ok (0.015s) 2022-12-01T10:48:36.7157894Z test_ctor_with_numpy_array_cpu (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-12-01T10:48:36.7158243Z test_device_rounding_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:48:36.7158613Z test_device_rounding_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:48:36.7158958Z test_diag_embed_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:48:36.7159251Z test_diagflat_cpu (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-12-01T10:48:36.7159560Z test_dsplit_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.031s) 2022-12-01T10:48:36.7159869Z test_dsplit_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.029s) 2022-12-01T10:48:36.7160159Z test_dsplit_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.028s) 2022-12-01T10:48:36.7160463Z test_dstack_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.040s) 2022-12-01T10:48:36.7160775Z test_dstack_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.039s) 2022-12-01T10:48:36.7161080Z test_dstack_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.038s) 2022-12-01T10:48:36.7161367Z test_dstack_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.038s) 2022-12-01T10:48:36.7161671Z test_dstack_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.039s) 2022-12-01T10:48:36.7161968Z test_dstack_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.025s) 2022-12-01T10:48:36.7162255Z test_dstack_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.025s) 2022-12-01T10:48:36.7162553Z test_dstack_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.024s) 2022-12-01T10:48:36.7162853Z test_dstack_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.024s) 2022-12-01T10:48:36.7163141Z test_dstack_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.024s) 2022-12-01T10:48:36.7163439Z test_empty_full_cpu (__main__.TestTensorCreationCPU) ... ok (0.044s) 2022-12-01T10:48:36.7163742Z test_empty_overflow_cpu (__main__.TestTensorCreationCPU) ... ok (0.014s) 2022-12-01T10:48:36.7164120Z test_empty_strided_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-12-01T10:48:36.7164416Z test_empty_tensor_props_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-12-01T10:48:36.7164716Z test_eye_cpu (__main__.TestTensorCreationCPU) ... ok (0.216s) 2022-12-01T10:48:36.7165027Z test_fill_all_dtypes_and_devices_cpu (__main__.TestTensorCreationCPU) ... ok (0.291s) 2022-12-01T10:48:36.7165356Z test_float_to_int_conversion_finite_cpu_bool (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:48:36.7165709Z test_float_to_int_conversion_finite_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:48:36.7166058Z test_float_to_int_conversion_finite_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:48:36.7166396Z test_float_to_int_conversion_finite_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:48:36.7166730Z test_float_to_int_conversion_finite_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:48:36.7167066Z test_float_to_int_conversion_finite_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:48:36.7167411Z test_float_to_int_conversion_nonfinite_cpu_bool (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:48:36.7167793Z test_float_to_int_conversion_nonfinite_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:48:36.7168130Z test_float_to_int_conversion_nonfinite_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:48:36.7168480Z test_float_to_int_conversion_nonfinite_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:48:36.7168987Z test_float_to_int_conversion_nonfinite_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:48:36.7169338Z test_float_to_int_conversion_nonfinite_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:48:36.7169670Z test_full_inference_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:48:36.7169976Z test_full_inference_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:48:36.7170294Z test_full_inference_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:48:36.7170598Z test_full_out_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-12-01T10:48:36.7170899Z test_hsplit_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.039s) 2022-12-01T10:48:36.7171191Z test_hsplit_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.037s) 2022-12-01T10:48:36.7171489Z test_hsplit_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.035s) 2022-12-01T10:48:36.7171809Z test_hstack_column_stack_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.077s) 2022-12-01T10:48:36.7172134Z test_hstack_column_stack_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.078s) 2022-12-01T10:48:36.7172462Z test_hstack_column_stack_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.076s) 2022-12-01T10:48:36.7172792Z test_hstack_column_stack_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.076s) 2022-12-01T10:48:36.7173116Z test_hstack_column_stack_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.076s) 2022-12-01T10:48:36.7173431Z test_hstack_column_stack_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.057s) 2022-12-01T10:48:36.7173750Z test_hstack_column_stack_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.058s) 2022-12-01T10:48:36.7174068Z test_hstack_column_stack_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.057s) 2022-12-01T10:48:36.7174371Z test_hstack_column_stack_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.057s) 2022-12-01T10:48:36.7174692Z test_hstack_column_stack_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.058s) 2022-12-01T10:48:36.7175012Z test_kaiser_window_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.847s) 2022-12-01T10:48:36.7175325Z test_kaiser_window_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.641s) 2022-12-01T10:48:36.7175625Z test_kaiser_window_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.198s) 2022-12-01T10:48:36.7175938Z test_large_linspace_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:48:36.7176260Z test_large_linspace_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:48:36.7176604Z test_like_fn_stride_proparation_vs_tensoriterator_unary_op_cpu (__main__.TestTensorCreationCPU) ... ok (0.156s) 2022-12-01T10:48:36.7176957Z test_linlogspace_mem_overlap_cpu (__main__.TestTensorCreationCPU) ... ok (0.011s) 2022-12-01T10:48:36.7177284Z test_linspace_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... ok (0.012s) 2022-12-01T10:48:36.7177598Z test_linspace_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (6.767s) 2022-12-01T10:48:36.7177900Z test_linspace_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (6.524s) 2022-12-01T10:48:36.7178207Z test_linspace_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (6.595s) 2022-12-01T10:48:36.7178516Z test_linspace_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (6.457s) 2022-12-01T10:48:36.7178807Z test_linspace_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.011s) 2022-12-01T10:48:36.7179138Z test_linspace_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (6.649s) 2022-12-01T10:48:36.7179436Z test_linspace_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (6.475s) 2022-12-01T10:48:36.7179733Z test_linspace_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-12-01T10:48:36.7180018Z test_linspace_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-12-01T10:48:36.7180322Z test_linspace_deduction_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:48:36.7180711Z test_linspace_device_vs_cpu_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T10:48:36.7181086Z test_linspace_device_vs_cpu_cpu_complex128 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T10:48:36.7181473Z test_linspace_device_vs_cpu_cpu_complex64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T10:48:36.7181859Z test_linspace_device_vs_cpu_cpu_float16 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T10:48:36.7182391Z test_linspace_device_vs_cpu_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T10:48:36.7182761Z test_linspace_device_vs_cpu_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T10:48:36.7183146Z test_linspace_special_steps_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T10:48:36.7183535Z test_linspace_special_steps_cpu_complex128 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T10:48:36.7183922Z test_linspace_special_steps_cpu_complex64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T10:48:36.7184292Z test_linspace_special_steps_cpu_float16 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T10:48:36.7184670Z test_linspace_special_steps_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T10:48:36.7185047Z test_linspace_special_steps_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T10:48:36.7185416Z test_linspace_vs_numpy_complex_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.076s) 2022-12-01T10:48:36.7185747Z test_linspace_vs_numpy_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.064s) 2022-12-01T10:48:36.7186078Z test_linspace_vs_numpy_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.077s) 2022-12-01T10:48:36.7186410Z test_linspace_vs_numpy_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.042s) 2022-12-01T10:48:36.7186723Z test_linspace_vs_numpy_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.036s) 2022-12-01T10:48:36.7187068Z test_logspace_base2_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T10:48:36.7187435Z test_logspace_base2_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T10:48:36.7187774Z test_logspace_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-12-01T10:48:36.7188073Z test_logspace_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.020s) 2022-12-01T10:48:36.7188383Z test_logspace_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-12-01T10:48:36.7188686Z test_logspace_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-12-01T10:48:36.7188976Z test_logspace_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-12-01T10:48:36.7189276Z test_logspace_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-12-01T10:48:36.7189577Z test_logspace_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-12-01T10:48:36.7189878Z test_logspace_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-12-01T10:48:36.7190173Z test_logspace_deduction_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:48:36.7190527Z test_logspace_device_vs_cpu_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T10:48:36.7190975Z test_logspace_device_vs_cpu_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T10:48:36.7191353Z test_logspace_special_steps_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T10:48:36.7191716Z test_logspace_special_steps_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T10:48:36.7192137Z test_logspace_vs_numpy_complex_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.076s) 2022-12-01T10:48:36.7192480Z test_logspace_vs_numpy_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.294s) 2022-12-01T10:48:36.7192796Z test_logspace_vs_numpy_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.287s) 2022-12-01T10:48:36.7193672Z test_meshgrid_default_indexing_cpu (__main__.TestTensorCreationCPU) ... /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:48:36.7194312Z return _VF.meshgrid(tensors, **kwargs) # type: ignore[attr-defined] 2022-12-01T10:48:36.7194540Z ok (0.003s) 2022-12-01T10:48:36.7194770Z test_meshgrid_empty_cpu (__main__.TestTensorCreationCPU) ... ok (0.004s) 2022-12-01T10:48:36.7195086Z test_meshgrid_ij_indexing_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-12-01T10:48:36.7195417Z test_meshgrid_ij_indexing_is_default_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:48:36.7195757Z test_meshgrid_inconsistent_device_cpu (__main__.TestTensorCreationCPU) ... ok (0.004s) 2022-12-01T10:48:36.7196083Z test_meshgrid_inconsistent_dtype_cpu (__main__.TestTensorCreationCPU) ... ok (0.004s) 2022-12-01T10:48:36.7196411Z test_meshgrid_non_1d_tensor_cpu (__main__.TestTensorCreationCPU) ... ok (0.004s) 2022-12-01T10:48:36.7196745Z test_meshgrid_unsupported_indexing_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-12-01T10:48:36.7197057Z test_meshgrid_vs_numpy_cpu (__main__.TestTensorCreationCPU) ... ok (0.023s) 2022-12-01T10:48:36.7197377Z test_meshgrid_warns_if_no_indexing_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:48:36.7197703Z test_meshgrid_xy_indexing_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-12-01T10:48:36.7198019Z test_new_empty_strided_cpu (__main__.TestTensorCreationCPU) ... ok (0.011s) 2022-12-01T10:48:36.7198325Z test_new_methods_requires_grad_cpu (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-12-01T10:48:36.7198629Z test_new_tensor_cpu (__main__.TestTensorCreationCPU) ... ok (0.004s) 2022-12-01T10:48:36.7198932Z test_offset_scalar_cast_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:48:36.7199214Z test_ones_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-12-01T10:48:36.7199511Z test_random_bool_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:48:36.7199812Z test_random_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:48:36.7200115Z test_random_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:48:36.7200398Z test_random_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:48:36.7200692Z test_random_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:48:36.7200986Z test_random_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:48:36.7201269Z test_random_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:48:36.7201577Z test_random_default_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:48:36.7201899Z test_random_default_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:48:36.7202219Z test_random_default_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:48:36.7202560Z test_random_default_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:48:36.7202876Z test_random_default_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:48:36.7203185Z test_random_default_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:48:36.7203481Z test_random_default_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:48:36.7203867Z test_random_default_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:48:36.7204217Z test_random_default_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:48:36.7204532Z test_random_from_to_bool_cpu (__main__.TestTensorCreationCPU) ... ok (0.318s) 2022-12-01T10:48:36.7204833Z test_random_from_to_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... ok (0.055s) 2022-12-01T10:48:36.7205151Z test_random_from_to_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.053s) 2022-12-01T10:48:36.7205469Z test_random_from_to_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.053s) 2022-12-01T10:48:36.7205775Z test_random_from_to_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.054s) 2022-12-01T10:48:36.7206083Z test_random_from_to_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.342s) 2022-12-01T10:48:36.7206390Z test_random_from_to_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.342s) 2022-12-01T10:48:36.7206697Z test_random_from_to_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.045s) 2022-12-01T10:48:36.7206995Z test_random_from_to_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.341s) 2022-12-01T10:48:36.7207306Z test_random_from_to_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.299s) 2022-12-01T10:48:36.7207628Z test_random_full_range_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:48:36.7207943Z test_random_full_range_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:48:36.7208271Z test_random_full_range_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:48:36.7208595Z test_random_full_range_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:48:36.7208917Z test_random_full_range_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:48:36.7209224Z test_random_full_range_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:48:36.7209546Z test_random_full_range_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:48:36.7209868Z test_random_full_range_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:48:36.7210173Z test_random_full_range_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:48:36.7211366Z test_random_to_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: to - 1 is out of bounds [-(2^8), 2^8]. Due to precision limitations c10::BFloat16 can support discrete uniform distribution only within this range. This warning will become an error in version 1.7 release, please fix the code in advance (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/DistributionTemplates.h:95.) 2022-12-01T10:48:36.7212021Z r = func(*args, **kwargs) 2022-12-01T10:48:36.7212198Z ok (0.016s) 2022-12-01T10:48:36.7213252Z test_random_to_cpu_float16 (__main__.TestTensorCreationCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: to - 1 is out of bounds [-(2^11), 2^11]. Due to precision limitations c10::Half can support discrete uniform distribution only within this range. This warning will become an error in version 1.7 release, please fix the code in advance (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/DistributionTemplates.h:95.) 2022-12-01T10:48:36.7213883Z r = func(*args, **kwargs) 2022-12-01T10:48:36.7214046Z ok (0.016s) 2022-12-01T10:48:36.7214999Z test_random_to_cpu_float32 (__main__.TestTensorCreationCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: to - 1 is out of bounds [-(2^24), 2^24]. Due to precision limitations float can support discrete uniform distribution only within this range. This warning will become an error in version 1.7 release, please fix the code in advance (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/DistributionTemplates.h:95.) 2022-12-01T10:48:36.7215674Z r = func(*args, **kwargs) 2022-12-01T10:48:36.7215890Z ok (0.016s) 2022-12-01T10:48:36.7216835Z test_random_to_cpu_float64 (__main__.TestTensorCreationCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: to - 1 is out of bounds [-(2^53), 2^53]. Due to precision limitations double can support discrete uniform distribution only within this range. This warning will become an error in version 1.7 release, please fix the code in advance (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/DistributionTemplates.h:95.) 2022-12-01T10:48:36.7217447Z r = func(*args, **kwargs) 2022-12-01T10:48:36.7217622Z ok (0.016s) 2022-12-01T10:48:36.7217860Z test_random_to_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.037s) 2022-12-01T10:48:36.7218165Z test_random_to_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.037s) 2022-12-01T10:48:36.7218453Z test_random_to_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.016s) 2022-12-01T10:48:36.7218758Z test_random_to_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.037s) 2022-12-01T10:48:36.7219059Z test_random_to_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.030s) 2022-12-01T10:48:36.7219334Z test_range_cpu (__main__.TestTensorCreationCPU) ... ok (0.004s) 2022-12-01T10:48:36.7219672Z test_range_factories_64bit_indexing_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:48:36.7220010Z test_range_warning_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:48:36.7220321Z test_repeat_interleave_cpu (__main__.TestTensorCreationCPU) ... ok (0.020s) 2022-12-01T10:48:36.7220606Z test_roll_cpu (__main__.TestTensorCreationCPU) ... ok (0.022s) 2022-12-01T10:48:36.7220938Z test_signal_window_functions_window_bartlett_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.013s) 2022-12-01T10:48:36.7221310Z test_signal_window_functions_window_bartlett_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.012s) 2022-12-01T10:48:36.7221667Z test_signal_window_functions_window_bartlett_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-12-01T10:48:36.7222036Z test_signal_window_functions_window_blackman_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.015s) 2022-12-01T10:48:36.7222548Z test_signal_window_functions_window_blackman_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.014s) 2022-12-01T10:48:36.7222907Z test_signal_window_functions_window_blackman_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-12-01T10:48:36.7223263Z test_signal_window_functions_window_hamming_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.014s) 2022-12-01T10:48:36.7223628Z test_signal_window_functions_window_hamming_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.014s) 2022-12-01T10:48:36.7223993Z test_signal_window_functions_window_hamming_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-12-01T10:48:36.7224359Z test_signal_window_functions_window_hann_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.014s) 2022-12-01T10:48:36.7224711Z test_signal_window_functions_window_hann_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.014s) 2022-12-01T10:48:36.7225069Z test_signal_window_functions_window_hann_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-12-01T10:48:36.7225401Z test_simple_scalar_cast_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:48:36.7225687Z test_stack_cpu (__main__.TestTensorCreationCPU) ... ok (0.016s) 2022-12-01T10:48:36.7225972Z test_stack_out_cpu (__main__.TestTensorCreationCPU) ... ok (0.018s) 2022-12-01T10:48:36.7226350Z test_strided_mismatched_stride_shape_cpu (__main__.TestTensorCreationCPU) ... ok (0.027s) 2022-12-01T10:48:36.7226694Z test_tensor_ctor_device_inference_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:48:36.7226998Z test_tensor_device_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-12-01T10:48:36.7227312Z test_tensor_factories_empty_cpu (__main__.TestTensorCreationCPU) ... ok (0.222s) 2022-12-01T10:48:36.7227692Z test_tensor_factory_copy_var_cpu (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-12-01T10:48:36.7227998Z test_tensor_factory_cpu (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-12-01T10:48:36.7228333Z test_tensor_factory_gpu_type_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:48:36.7228711Z test_tensor_factory_gpu_type_inference_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:48:36.7229724Z test_tensor_factory_type_inference_cpu (__main__.TestTensorCreationCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: Creating a tensor from a list of numpy.ndarrays is extremely slow. Please consider converting the list to a single numpy.ndarray with numpy.array() before converting to a tensor. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/utils/tensor_new.cpp:233.) 2022-12-01T10:48:36.7230316Z r = func(*args, **kwargs) 2022-12-01T10:48:36.7230481Z ok (0.003s) 2022-12-01T10:48:36.7230734Z test_tensor_from_non_writable_numpy_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:48:36.7231060Z test_tensor_from_sequence_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:48:36.7231367Z test_torch_complex_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:48:36.7231683Z test_torch_complex_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:48:36.7231999Z test_torch_complex_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:48:36.7232325Z test_torch_complex_floating_dtype_error_cpu_bool (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-12-01T10:48:36.7232689Z test_torch_complex_floating_dtype_error_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-12-01T10:48:36.7233057Z test_torch_complex_floating_dtype_error_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-12-01T10:48:36.7233423Z test_torch_complex_floating_dtype_error_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-12-01T10:48:36.7233768Z test_torch_complex_floating_dtype_error_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-12-01T10:48:36.7234121Z test_torch_complex_floating_dtype_error_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-12-01T10:48:36.7234472Z test_torch_complex_floating_dtype_error_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-12-01T10:48:36.7234827Z test_torch_complex_floating_dtype_error_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-12-01T10:48:36.7235165Z test_torch_complex_out_dtype_error_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-12-01T10:48:36.7235509Z test_torch_complex_out_dtype_error_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-12-01T10:48:36.7235857Z test_torch_complex_same_dtype_error_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-12-01T10:48:36.7236211Z test_torch_complex_same_dtype_error_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-12-01T10:48:36.7236529Z test_torch_polar_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:48:36.7236838Z test_torch_polar_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:48:36.7237154Z test_unpack_double_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-12-01T10:48:36.7237455Z test_unpack_double_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-12-01T10:48:36.7237792Z test_vander_cpu (__main__.TestTensorCreationCPU) ... ok (0.006s) 2022-12-01T10:48:36.7238091Z test_vander_types_cpu_bool (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-12-01T10:48:36.7238408Z test_vander_types_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-12-01T10:48:36.7238715Z test_vander_types_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-12-01T10:48:36.7239063Z test_vander_types_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-12-01T10:48:36.7239379Z test_vander_types_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.007s) 2022-12-01T10:48:36.7239682Z test_vander_types_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.007s) 2022-12-01T10:48:36.7239988Z test_vander_types_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-12-01T10:48:36.7240290Z test_vander_types_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.007s) 2022-12-01T10:48:36.7240584Z test_vander_types_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.007s) 2022-12-01T10:48:36.7240889Z test_vander_types_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.007s) 2022-12-01T10:48:36.7241196Z test_vsplit_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.024s) 2022-12-01T10:48:36.7241498Z test_vsplit_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.022s) 2022-12-01T10:48:36.7241784Z test_vsplit_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.021s) 2022-12-01T10:48:36.7242098Z test_vstack_row_stack_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.082s) 2022-12-01T10:48:36.7242422Z test_vstack_row_stack_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.083s) 2022-12-01T10:48:36.7242732Z test_vstack_row_stack_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.082s) 2022-12-01T10:48:36.7243051Z test_vstack_row_stack_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.081s) 2022-12-01T10:48:36.7243368Z test_vstack_row_stack_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.081s) 2022-12-01T10:48:36.7243688Z test_vstack_row_stack_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.056s) 2022-12-01T10:48:36.7244069Z test_vstack_row_stack_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.056s) 2022-12-01T10:48:36.7244381Z test_vstack_row_stack_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.055s) 2022-12-01T10:48:36.7244694Z test_vstack_row_stack_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.055s) 2022-12-01T10:48:36.7245008Z test_vstack_row_stack_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.055s) 2022-12-01T10:48:36.7245291Z test_zeros_cpu (__main__.TestTensorCreationCPU) ... ok (0.004s) 2022-12-01T10:48:36.7245609Z test_zeros_dtype_layout_device_match_cpu_bool (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:48:36.7245968Z test_zeros_dtype_layout_device_match_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:48:36.7246317Z test_zeros_dtype_layout_device_match_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:48:36.7246674Z test_zeros_dtype_layout_device_match_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:48:36.7247020Z test_zeros_dtype_layout_device_match_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:48:36.7247362Z test_zeros_dtype_layout_device_match_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:48:36.7247691Z test_zeros_dtype_layout_device_match_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:48:36.7248007Z test_zeros_out_cpu (__main__.TestTensorCreationCPU) ... ok (0.006s) 2022-12-01T10:48:36.7248172Z 2022-12-01T10:48:36.7248384Z ---------------------------------------------------------------------- 2022-12-01T10:48:36.7248616Z Ran 538 tests in 53.897s 2022-12-01T10:48:36.7248730Z 2022-12-01T10:48:36.7248802Z OK (skipped=58) 2022-12-01T10:48:36.7248909Z 2022-12-01T10:48:36.7248992Z Generating XML reports... 2022-12-01T10:48:36.7249454Z Generated XML report: test-reports/python-unittest/test_tensor_creation_ops/TEST-TestAsArrayCPU-20221201104742.xml 2022-12-01T10:48:36.7249997Z Generated XML report: test-reports/python-unittest/test_tensor_creation_ops/TEST-TestBufferProtocolCPU-20221201104742.xml 2022-12-01T10:48:36.7250574Z Generated XML report: test-reports/python-unittest/test_tensor_creation_ops/TEST-TestLikeTensorCreationCPU-20221201104742.xml 2022-12-01T10:48:36.7251195Z Generated XML report: test-reports/python-unittest/test_tensor_creation_ops/TEST-TestRandomTensorCreationCPU-20221201104742.xml 2022-12-01T10:48:36.7251772Z Generated XML report: test-reports/python-unittest/test_tensor_creation_ops/TEST-TestTensorCreationCPU-20221201104742.xml 2022-12-01T10:48:36.7252008Z 2022-12-01T10:48:36.7252325Z ##[endgroup] 2022-12-01T10:48:36.7252738Z FINISHED PRINTING LOG FILE of test_tensor_creation_ops (/var/lib/jenkins/workspace/test/test-reports/test_tensor_creation_ops_kkrp5vx6) 2022-12-01T10:48:36.7252974Z 2022-12-01T10:48:36.7253144Z Running test_cpp_api_parity ... [2022-12-01 10:48:36.705606] 2022-12-01T10:48:36.7253610Z Executing ['/opt/conda/bin/python', '-bb', 'test_cpp_api_parity.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:48:36.705964] 2022-12-01T10:48:49.7941690Z 2022-12-01T10:48:49.7942653Z Expand the folded group to see the log file of test_cpp_api_parity 2022-12-01T10:48:49.7943540Z ##[group]PRINTING LOG FILE of test_cpp_api_parity (/var/lib/jenkins/workspace/test/test-reports/test_cpp_api_parity_n6_2cwbx) 2022-12-01T10:48:49.7944168Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:48:49.7944786Z Test results will be stored in test-reports/python-unittest/test_cpp_api_parity 2022-12-01T10:48:49.7945128Z 2022-12-01T10:48:49.7945257Z Running tests... 2022-12-01T10:48:49.7945780Z ---------------------------------------------------------------------- 2022-12-01T10:48:49.7946334Z test_torch_nn_AdaptiveAvgPool1d (__main__.TestCppApiParity) ... ok (0.032s) 2022-12-01T10:48:49.7946910Z test_torch_nn_AdaptiveAvgPool1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.7947507Z test_torch_nn_AdaptiveAvgPool1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.7948146Z test_torch_nn_AdaptiveAvgPool1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.7948758Z test_torch_nn_AdaptiveAvgPool1d_one_output (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.7949327Z test_torch_nn_AdaptiveAvgPool1d_one_output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.7983404Z test_torch_nn_AdaptiveAvgPool2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.7983816Z test_torch_nn_AdaptiveAvgPool2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.7984288Z test_torch_nn_AdaptiveAvgPool2d_single (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.7984724Z test_torch_nn_AdaptiveAvgPool2d_single_1x1output (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.7985095Z test_torch_nn_AdaptiveAvgPool2d_single_1x1output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.7985502Z test_torch_nn_AdaptiveAvgPool2d_single_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.7985864Z test_torch_nn_AdaptiveAvgPool2d_tuple (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.7986229Z test_torch_nn_AdaptiveAvgPool2d_tuple_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.7986578Z test_torch_nn_AdaptiveAvgPool2d_tuple_none (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.7986946Z test_torch_nn_AdaptiveAvgPool2d_tuple_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.7987305Z test_torch_nn_AdaptiveAvgPool3d_last_dim (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.7987843Z test_torch_nn_AdaptiveAvgPool3d_last_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.7988189Z test_torch_nn_AdaptiveAvgPool3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.7988561Z test_torch_nn_AdaptiveAvgPool3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.7993138Z test_torch_nn_AdaptiveAvgPool3d_single (__main__.TestCppApiParity) ... ok (0.013s) 2022-12-01T10:48:49.7993845Z test_torch_nn_AdaptiveAvgPool3d_single_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.7994558Z test_torch_nn_AdaptiveAvgPool3d_tuple (__main__.TestCppApiParity) ... ok (0.014s) 2022-12-01T10:48:49.8005572Z test_torch_nn_AdaptiveAvgPool3d_tuple_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8006266Z test_torch_nn_AdaptiveAvgPool3d_tuple_none (__main__.TestCppApiParity) ... ok (0.018s) 2022-12-01T10:48:49.8006987Z test_torch_nn_AdaptiveAvgPool3d_tuple_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8007355Z test_torch_nn_AdaptiveMaxPool1d (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8007698Z test_torch_nn_AdaptiveMaxPool1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8008094Z test_torch_nn_AdaptiveMaxPool1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8008765Z test_torch_nn_AdaptiveMaxPool1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8009333Z test_torch_nn_AdaptiveMaxPool2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8009877Z test_torch_nn_AdaptiveMaxPool2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8010555Z test_torch_nn_AdaptiveMaxPool2d_single (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8010947Z test_torch_nn_AdaptiveMaxPool2d_single_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8011423Z test_torch_nn_AdaptiveMaxPool2d_tuple (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8012029Z test_torch_nn_AdaptiveMaxPool2d_tuple_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8012597Z test_torch_nn_AdaptiveMaxPool2d_tuple_none (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:48:49.8013212Z test_torch_nn_AdaptiveMaxPool2d_tuple_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8013758Z test_torch_nn_AdaptiveMaxPool3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:48:49.8014356Z test_torch_nn_AdaptiveMaxPool3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8014929Z test_torch_nn_AdaptiveMaxPool3d_single (__main__.TestCppApiParity) ... ok (0.014s) 2022-12-01T10:48:49.8015483Z test_torch_nn_AdaptiveMaxPool3d_single_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8016027Z test_torch_nn_AdaptiveMaxPool3d_single_nonatomic (__main__.TestCppApiParity) ... ok (0.014s) 2022-12-01T10:48:49.8016629Z test_torch_nn_AdaptiveMaxPool3d_single_nonatomic_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8017208Z test_torch_nn_AdaptiveMaxPool3d_tuple (__main__.TestCppApiParity) ... ok (0.017s) 2022-12-01T10:48:49.8017782Z test_torch_nn_AdaptiveMaxPool3d_tuple_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8018388Z test_torch_nn_AdaptiveMaxPool3d_tuple_nonatomic (__main__.TestCppApiParity) ... ok (0.017s) 2022-12-01T10:48:49.8018995Z test_torch_nn_AdaptiveMaxPool3d_tuple_nonatomic_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8019822Z test_torch_nn_AdaptiveMaxPool3d_tuple_none (__main__.TestCppApiParity) ... ok (0.020s) 2022-12-01T10:48:49.8020436Z test_torch_nn_AdaptiveMaxPool3d_tuple_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8020993Z test_torch_nn_AvgPool1d (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8021537Z test_torch_nn_AvgPool1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8022116Z test_torch_nn_AvgPool1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8022868Z test_torch_nn_AvgPool1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8023402Z test_torch_nn_AvgPool1d_stride (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8023937Z test_torch_nn_AvgPool1d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8024393Z test_torch_nn_AvgPool1d_stride_pad (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8024846Z test_torch_nn_AvgPool1d_stride_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8025289Z test_torch_nn_AvgPool2d (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8025715Z test_torch_nn_AvgPool2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8026156Z test_torch_nn_AvgPool2d_divisor (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:48:49.8026599Z test_torch_nn_AvgPool2d_divisor_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8027063Z test_torch_nn_AvgPool2d_divisor_stride (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8027537Z test_torch_nn_AvgPool2d_divisor_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8027986Z test_torch_nn_AvgPool2d_divisor_stride_pad (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8028476Z test_torch_nn_AvgPool2d_divisor_stride_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8028943Z test_torch_nn_AvgPool2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8029410Z test_torch_nn_AvgPool2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8029847Z test_torch_nn_AvgPool2d_stride (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8030303Z test_torch_nn_AvgPool2d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8030746Z test_torch_nn_AvgPool2d_stride_pad (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:48:49.8031201Z test_torch_nn_AvgPool2d_stride_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8031623Z test_torch_nn_AvgPool3d (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:48:49.8032057Z test_torch_nn_AvgPool3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8032496Z test_torch_nn_AvgPool3d_divisor (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8032926Z test_torch_nn_AvgPool3d_divisor_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8033378Z test_torch_nn_AvgPool3d_divisor_stride (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8033864Z test_torch_nn_AvgPool3d_divisor_stride1_pad0_gpu_input (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8034466Z test_torch_nn_AvgPool3d_divisor_stride1_pad0_gpu_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8035052Z test_torch_nn_AvgPool3d_divisor_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8035643Z test_torch_nn_AvgPool3d_divisor_stride_pad (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:48:49.8036120Z test_torch_nn_AvgPool3d_divisor_stride_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8036808Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:48:49.8037312Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8037836Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_general_output (__main__.TestCppApiParity) ... ok (0.014s) 2022-12-01T10:48:49.8038439Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_general_output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8038971Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap (__main__.TestCppApiParity) ... ok (0.013s) 2022-12-01T10:48:49.8039498Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8040001Z test_torch_nn_AvgPool3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8040475Z test_torch_nn_AvgPool3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8040936Z test_torch_nn_AvgPool3d_stride (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8041363Z test_torch_nn_AvgPool3d_stride1_pad0_gpu_input (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8041854Z test_torch_nn_AvgPool3d_stride1_pad0_gpu_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8042356Z test_torch_nn_AvgPool3d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8042802Z test_torch_nn_AvgPool3d_stride_pad (__main__.TestCppApiParity) ... ok (0.013s) 2022-12-01T10:48:49.8043279Z test_torch_nn_AvgPool3d_stride_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8043874Z test_torch_nn_AvgPool3d_stride_pad_gpu_fixedkw_output (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:48:49.8044411Z test_torch_nn_AvgPool3d_stride_pad_gpu_fixedkw_output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8044920Z test_torch_nn_AvgPool3d_stride_pad_gpu_general_output (__main__.TestCppApiParity) ... ok (0.014s) 2022-12-01T10:48:49.8045505Z test_torch_nn_AvgPool3d_stride_pad_gpu_general_output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8046110Z test_torch_nn_AvgPool3d_stride_pad_gpu_input_nooverlap (__main__.TestCppApiParity) ... ok (0.013s) 2022-12-01T10:48:49.8046727Z test_torch_nn_AvgPool3d_stride_pad_gpu_input_nooverlap_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8047263Z test_torch_nn_BCELoss (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8047701Z test_torch_nn_BCELoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8048181Z test_torch_nn_BCELoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.011s) 2022-12-01T10:48:49.8048665Z test_torch_nn_BCELoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8049149Z test_torch_nn_BCELoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.010s) 2022-12-01T10:48:49.8049635Z test_torch_nn_BCELoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8050141Z test_torch_nn_BCELoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.010s) 2022-12-01T10:48:49.8050612Z test_torch_nn_BCELoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8051069Z test_torch_nn_BCELoss_scalar_weights (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8051572Z test_torch_nn_BCELoss_scalar_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8052159Z test_torch_nn_BCELoss_weights (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8052602Z test_torch_nn_BCELoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8053062Z test_torch_nn_BCEWithLogitsLoss (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8053538Z test_torch_nn_BCEWithLogitsLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8054107Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.011s) 2022-12-01T10:48:49.8054650Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8055187Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.010s) 2022-12-01T10:48:49.8055711Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8056280Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.012s) 2022-12-01T10:48:49.8056891Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8057477Z test_torch_nn_BCEWithLogitsLoss_scalar_weights (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8058086Z test_torch_nn_BCEWithLogitsLoss_scalar_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8058583Z test_torch_nn_BCEWithLogitsLoss_weights (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8059071Z test_torch_nn_BCEWithLogitsLoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8059537Z test_torch_nn_BatchNorm1d_3d_input (__main__.TestCppApiParity) ... ok (0.014s) 2022-12-01T10:48:49.8060005Z test_torch_nn_BatchNorm1d_3d_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8060519Z test_torch_nn_BatchNorm1d_3d_input_not_affine (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:48:49.8061033Z test_torch_nn_BatchNorm1d_3d_input_not_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8061491Z test_torch_nn_BatchNorm1d_affine (__main__.TestCppApiParity) ... ok (0.015s) 2022-12-01T10:48:49.8061933Z test_torch_nn_BatchNorm1d_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8062582Z test_torch_nn_BatchNorm1d_affine_simple_average (__main__.TestCppApiParity) ... ok (0.015s) 2022-12-01T10:48:49.8063081Z test_torch_nn_BatchNorm1d_affine_simple_average_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8063575Z test_torch_nn_BatchNorm1d_not_affine (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:48:49.8064023Z test_torch_nn_BatchNorm1d_not_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8064490Z test_torch_nn_BatchNorm1d_not_tracking_stats (__main__.TestCppApiParity) ... ok (0.014s) 2022-12-01T10:48:49.8064968Z test_torch_nn_BatchNorm1d_not_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8065440Z test_torch_nn_BatchNorm1d_zero_batch (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8065912Z test_torch_nn_BatchNorm1d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8066358Z test_torch_nn_BatchNorm2d (__main__.TestCppApiParity) ... ok (0.016s) 2022-12-01T10:48:49.8066786Z test_torch_nn_BatchNorm2d_2d_simple_average (__main__.TestCppApiParity) ... ok (0.016s) 2022-12-01T10:48:49.8067272Z test_torch_nn_BatchNorm2d_2d_simple_average_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8067833Z test_torch_nn_BatchNorm2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8068442Z test_torch_nn_BatchNorm2d_momentum (__main__.TestCppApiParity) ... ok (0.016s) 2022-12-01T10:48:49.8068946Z test_torch_nn_BatchNorm2d_momentum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8069417Z test_torch_nn_BatchNorm2d_not_affine (__main__.TestCppApiParity) ... ok (0.014s) 2022-12-01T10:48:49.8070070Z test_torch_nn_BatchNorm2d_not_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8070632Z test_torch_nn_BatchNorm2d_not_tracking_stats (__main__.TestCppApiParity) ... ok (0.016s) 2022-12-01T10:48:49.8071183Z test_torch_nn_BatchNorm2d_not_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8071735Z test_torch_nn_BatchNorm2d_zero_batch (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8072260Z test_torch_nn_BatchNorm2d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8072740Z test_torch_nn_BatchNorm3d (__main__.TestCppApiParity) ... ok (0.018s) 2022-12-01T10:48:49.8073201Z test_torch_nn_BatchNorm3d_3d_simple_average (__main__.TestCppApiParity) ... ok (0.019s) 2022-12-01T10:48:49.8073803Z test_torch_nn_BatchNorm3d_3d_simple_average_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8074349Z test_torch_nn_BatchNorm3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8074983Z test_torch_nn_BatchNorm3d_momentum (__main__.TestCppApiParity) ... ok (0.018s) 2022-12-01T10:48:49.8075531Z test_torch_nn_BatchNorm3d_momentum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8076122Z test_torch_nn_BatchNorm3d_not_affine (__main__.TestCppApiParity) ... ok (0.016s) 2022-12-01T10:48:49.8076730Z test_torch_nn_BatchNorm3d_not_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8077317Z test_torch_nn_BatchNorm3d_not_tracking_stats (__main__.TestCppApiParity) ... ok (0.018s) 2022-12-01T10:48:49.8077907Z test_torch_nn_BatchNorm3d_not_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8078512Z test_torch_nn_BatchNorm3d_zero_batch (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8079114Z test_torch_nn_BatchNorm3d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8079680Z test_torch_nn_CELU (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8080208Z test_torch_nn_CELU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8080735Z test_torch_nn_CELU_scalar (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:48:49.8081259Z test_torch_nn_CELU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-12-01T10:48:49.8082690Z test_torch_nn_CTCLoss_2d_int_target_lengths_tensors (__main__.TestCppApiParity) ... ok (0.013s) 2022-12-01T10:48:49.8083340Z test_torch_nn_CTCLoss_2d_int_target_lengths_tensors_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8083979Z test_torch_nn_CTCLoss_2d_lengths_tensors (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8084603Z test_torch_nn_CTCLoss_2d_lengths_tensors_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8085213Z test_torch_nn_CTCLoss_lengths_tensors (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8085810Z test_torch_nn_CTCLoss_lengths_tensors_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8086395Z test_torch_nn_ConstantPad1d (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8086897Z test_torch_nn_ConstantPad1d_batch (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8087485Z test_torch_nn_ConstantPad1d_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8088197Z test_torch_nn_ConstantPad1d_complex (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8088790Z test_torch_nn_ConstantPad1d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8089421Z test_torch_nn_ConstantPad1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8090021Z test_torch_nn_ConstantPad2d (__main__.TestCppApiParity) ... ok (0.015s) 2022-12-01T10:48:49.8090646Z test_torch_nn_ConstantPad2d_complex (__main__.TestCppApiParity) ... ok (0.017s) 2022-12-01T10:48:49.8091256Z test_torch_nn_ConstantPad2d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8091918Z test_torch_nn_ConstantPad2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8092534Z test_torch_nn_ConstantPad2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.013s) 2022-12-01T10:48:49.8093183Z test_torch_nn_ConstantPad2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8093782Z test_torch_nn_ConstantPad3d (__main__.TestCppApiParity) ... ok (0.033s) 2022-12-01T10:48:49.8094346Z test_torch_nn_ConstantPad3d_complex (__main__.TestCppApiParity) ... ok (0.040s) 2022-12-01T10:48:49.8094981Z test_torch_nn_ConstantPad3d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8095644Z test_torch_nn_ConstantPad3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8096247Z test_torch_nn_ConstantPad3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.022s) 2022-12-01T10:48:49.8096844Z test_torch_nn_ConstantPad3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8097384Z test_torch_nn_Conv1d (__main__.TestCppApiParity) ... ok (0.015s) 2022-12-01T10:48:49.8097892Z test_torch_nn_Conv1d_circular_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.014s) 2022-12-01T10:48:49.8098512Z test_torch_nn_Conv1d_circular_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8099128Z test_torch_nn_Conv1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8099706Z test_torch_nn_Conv1d_dilated (__main__.TestCppApiParity) ... ok (0.014s) 2022-12-01T10:48:49.8100301Z test_torch_nn_Conv1d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8100878Z test_torch_nn_Conv1d_groups (__main__.TestCppApiParity) ... ok (0.015s) 2022-12-01T10:48:49.8101451Z test_torch_nn_Conv1d_groups_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8102000Z test_torch_nn_Conv1d_pad1 (__main__.TestCppApiParity) ... ok (0.015s) 2022-12-01T10:48:49.8102750Z test_torch_nn_Conv1d_pad1_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8103337Z test_torch_nn_Conv1d_pad1size1 (__main__.TestCppApiParity) ... ok (0.013s) 2022-12-01T10:48:49.8103902Z test_torch_nn_Conv1d_pad1size1_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8104457Z test_torch_nn_Conv1d_pad2 (__main__.TestCppApiParity) ... ok (0.015s) 2022-12-01T10:48:49.8105012Z test_torch_nn_Conv1d_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8105587Z test_torch_nn_Conv1d_pad2size1 (__main__.TestCppApiParity) ... ok (0.013s) 2022-12-01T10:48:49.8106139Z test_torch_nn_Conv1d_pad2size1_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8106710Z test_torch_nn_Conv1d_pad_same (__main__.TestCppApiParity) ... ok (0.015s) 2022-12-01T10:48:49.8108356Z test_torch_nn_Conv1d_pad_same2 (__main__.TestCppApiParity) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:48:49.8109611Z r = func(*args, **kwargs) 2022-12-01T10:48:49.8109917Z ok (0.015s) 2022-12-01T10:48:49.8110371Z test_torch_nn_Conv1d_pad_same2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8111008Z test_torch_nn_Conv1d_pad_same_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8111729Z test_torch_nn_Conv1d_pad_same_dilated (__main__.TestCppApiParity) ... ok (0.015s) 2022-12-01T10:48:49.8112354Z test_torch_nn_Conv1d_pad_same_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8112960Z test_torch_nn_Conv1d_pad_valid (__main__.TestCppApiParity) ... ok (0.015s) 2022-12-01T10:48:49.8113524Z test_torch_nn_Conv1d_pad_valid_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8114146Z test_torch_nn_Conv1d_reflect_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.013s) 2022-12-01T10:48:49.8114760Z test_torch_nn_Conv1d_reflect_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8115404Z test_torch_nn_Conv1d_replicate_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.013s) 2022-12-01T10:48:49.8116060Z test_torch_nn_Conv1d_replicate_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8116628Z test_torch_nn_Conv1d_stride (__main__.TestCppApiParity) ... ok (0.014s) 2022-12-01T10:48:49.8117180Z test_torch_nn_Conv1d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8117764Z test_torch_nn_Conv1d_zero_batch (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:48:49.8118361Z test_torch_nn_Conv1d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8118940Z test_torch_nn_Conv1d_zeros_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.013s) 2022-12-01T10:48:49.8119540Z test_torch_nn_Conv1d_zeros_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8120106Z test_torch_nn_Conv2d (__main__.TestCppApiParity) ... ok (0.016s) 2022-12-01T10:48:49.8120645Z test_torch_nn_Conv2d_circular_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.014s) 2022-12-01T10:48:49.8121222Z test_torch_nn_Conv2d_circular_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8121855Z test_torch_nn_Conv2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8122441Z test_torch_nn_Conv2d_depthwise (__main__.TestCppApiParity) ... ok (0.015s) 2022-12-01T10:48:49.8123017Z test_torch_nn_Conv2d_depthwise_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8123560Z test_torch_nn_Conv2d_depthwise_dilated (__main__.TestCppApiParity) ... ok (0.014s) 2022-12-01T10:48:49.8124276Z test_torch_nn_Conv2d_depthwise_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8124835Z test_torch_nn_Conv2d_depthwise_padded (__main__.TestCppApiParity) ... ok (0.017s) 2022-12-01T10:48:49.8125389Z test_torch_nn_Conv2d_depthwise_padded_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8125955Z test_torch_nn_Conv2d_depthwise_strided (__main__.TestCppApiParity) ... ok (0.014s) 2022-12-01T10:48:49.8126497Z test_torch_nn_Conv2d_depthwise_strided_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8127105Z test_torch_nn_Conv2d_depthwise_with_multiplier (__main__.TestCppApiParity) ... ok (0.017s) 2022-12-01T10:48:49.8127759Z test_torch_nn_Conv2d_depthwise_with_multiplier_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8128351Z test_torch_nn_Conv2d_dilated (__main__.TestCppApiParity) ... ok (0.015s) 2022-12-01T10:48:49.8129053Z test_torch_nn_Conv2d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8129581Z test_torch_nn_Conv2d_groups (__main__.TestCppApiParity) ... ok (0.016s) 2022-12-01T10:48:49.8130124Z test_torch_nn_Conv2d_groups_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8130677Z test_torch_nn_Conv2d_groups_thnn (__main__.TestCppApiParity) ... ok (0.017s) 2022-12-01T10:48:49.8131348Z test_torch_nn_Conv2d_groups_thnn_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8131901Z test_torch_nn_Conv2d_no_bias (__main__.TestCppApiParity) ... ok (0.015s) 2022-12-01T10:48:49.8132490Z test_torch_nn_Conv2d_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8133058Z test_torch_nn_Conv2d_pad_same (__main__.TestCppApiParity) ... ok (0.017s) 2022-12-01T10:48:49.8133656Z test_torch_nn_Conv2d_pad_same_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8134219Z test_torch_nn_Conv2d_pad_same_dilated (__main__.TestCppApiParity) ... ok (0.017s) 2022-12-01T10:48:49.8134807Z test_torch_nn_Conv2d_pad_same_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8135387Z test_torch_nn_Conv2d_pad_valid (__main__.TestCppApiParity) ... ok (0.015s) 2022-12-01T10:48:49.8135962Z test_torch_nn_Conv2d_pad_valid_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8136564Z test_torch_nn_Conv2d_padding (__main__.TestCppApiParity) ... ok (0.016s) 2022-12-01T10:48:49.8137129Z test_torch_nn_Conv2d_padding_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8137699Z test_torch_nn_Conv2d_reflect_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.016s) 2022-12-01T10:48:49.8138246Z test_torch_nn_Conv2d_reflect_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8138864Z test_torch_nn_Conv2d_replicate_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.015s) 2022-12-01T10:48:49.8139495Z test_torch_nn_Conv2d_replicate_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8140067Z test_torch_nn_Conv2d_strided (__main__.TestCppApiParity) ... ok (0.015s) 2022-12-01T10:48:49.8140631Z test_torch_nn_Conv2d_strided_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8141236Z test_torch_nn_Conv2d_zero_batch (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:48:49.8141820Z test_torch_nn_Conv2d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8142598Z test_torch_nn_Conv2d_zeros_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.014s) 2022-12-01T10:48:49.8143207Z test_torch_nn_Conv2d_zeros_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8143774Z test_torch_nn_Conv3d (__main__.TestCppApiParity) ... ok (0.015s) 2022-12-01T10:48:49.8144286Z test_torch_nn_Conv3d_1x1x1_no_bias (__main__.TestCppApiParity) ... ok (0.015s) 2022-12-01T10:48:49.8144868Z test_torch_nn_Conv3d_1x1x1_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8145449Z test_torch_nn_Conv3d_circular_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.018s) 2022-12-01T10:48:49.8146149Z test_torch_nn_Conv3d_circular_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8146719Z test_torch_nn_Conv3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8147267Z test_torch_nn_Conv3d_dilated (__main__.TestCppApiParity) ... ok (0.018s) 2022-12-01T10:48:49.8147839Z test_torch_nn_Conv3d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8148423Z test_torch_nn_Conv3d_dilated_strided (__main__.TestCppApiParity) ... ok (0.016s) 2022-12-01T10:48:49.8149199Z test_torch_nn_Conv3d_dilated_strided_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8149800Z test_torch_nn_Conv3d_groups (__main__.TestCppApiParity) ... ok (0.016s) 2022-12-01T10:48:49.8150373Z test_torch_nn_Conv3d_groups_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8150912Z test_torch_nn_Conv3d_no_bias (__main__.TestCppApiParity) ... ok (0.015s) 2022-12-01T10:48:49.8151587Z test_torch_nn_Conv3d_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8152152Z test_torch_nn_Conv3d_pad_same (__main__.TestCppApiParity) ... ok (0.029s) 2022-12-01T10:48:49.8152737Z test_torch_nn_Conv3d_pad_same_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8153303Z test_torch_nn_Conv3d_pad_same_dilated (__main__.TestCppApiParity) ... ok (0.029s) 2022-12-01T10:48:49.8153906Z test_torch_nn_Conv3d_pad_same_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8154486Z test_torch_nn_Conv3d_pad_valid (__main__.TestCppApiParity) ... ok (0.019s) 2022-12-01T10:48:49.8155042Z test_torch_nn_Conv3d_pad_valid_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8155615Z test_torch_nn_Conv3d_replicate_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.017s) 2022-12-01T10:48:49.8156255Z test_torch_nn_Conv3d_replicate_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8156816Z test_torch_nn_Conv3d_stride (__main__.TestCppApiParity) ... ok (0.015s) 2022-12-01T10:48:49.8157337Z test_torch_nn_Conv3d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8157910Z test_torch_nn_Conv3d_stride_padding (__main__.TestCppApiParity) ... ok (0.018s) 2022-12-01T10:48:49.8158504Z test_torch_nn_Conv3d_stride_padding_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8159086Z test_torch_nn_Conv3d_zero_batch (__main__.TestCppApiParity) ... ok (0.014s) 2022-12-01T10:48:49.8159654Z test_torch_nn_Conv3d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8160238Z test_torch_nn_Conv3d_zeros_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.017s) 2022-12-01T10:48:49.8160853Z test_torch_nn_Conv3d_zeros_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8161422Z test_torch_nn_ConvTranspose1d (__main__.TestCppApiParity) ... ok (0.015s) 2022-12-01T10:48:49.8161999Z test_torch_nn_ConvTranspose1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8162585Z test_torch_nn_ConvTranspose1d_dilated (__main__.TestCppApiParity) ... ok (0.014s) 2022-12-01T10:48:49.8163213Z test_torch_nn_ConvTranspose1d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8163889Z test_torch_nn_ConvTranspose1d_groups (__main__.TestCppApiParity) ... ok (0.016s) 2022-12-01T10:48:49.8164517Z test_torch_nn_ConvTranspose1d_groups_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8165109Z test_torch_nn_ConvTranspose1d_no_bias (__main__.TestCppApiParity) ... ok (0.013s) 2022-12-01T10:48:49.8165730Z test_torch_nn_ConvTranspose1d_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8166305Z test_torch_nn_ConvTranspose2d (__main__.TestCppApiParity) ... ok (0.025s) 2022-12-01T10:48:49.8166906Z test_torch_nn_ConvTranspose2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8167481Z test_torch_nn_ConvTranspose2d_dilated (__main__.TestCppApiParity) ... ok (0.015s) 2022-12-01T10:48:49.8168082Z test_torch_nn_ConvTranspose2d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8168711Z test_torch_nn_ConvTranspose2d_groups (__main__.TestCppApiParity) ... ok (0.015s) 2022-12-01T10:48:49.8169473Z test_torch_nn_ConvTranspose2d_groups_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8170083Z test_torch_nn_ConvTranspose2d_no_bias (__main__.TestCppApiParity) ... ok (0.023s) 2022-12-01T10:48:49.8170669Z test_torch_nn_ConvTranspose2d_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8171344Z test_torch_nn_ConvTranspose3d (__main__.TestCppApiParity) ... ok (0.021s) 2022-12-01T10:48:49.8171937Z test_torch_nn_ConvTranspose3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8172514Z test_torch_nn_ConvTranspose3d_dilated (__main__.TestCppApiParity) ... ok (0.026s) 2022-12-01T10:48:49.8173123Z test_torch_nn_ConvTranspose3d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8173727Z test_torch_nn_CosineEmbeddingLoss (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8174338Z test_torch_nn_CosineEmbeddingLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8174956Z test_torch_nn_CosineEmbeddingLoss_margin (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8175601Z test_torch_nn_CosineEmbeddingLoss_margin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8176267Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8176959Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8177576Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8178201Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8178885Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8179581Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8180197Z test_torch_nn_CrossEntropyLoss (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8180772Z test_torch_nn_CrossEntropyLoss_2d (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8181397Z test_torch_nn_CrossEntropyLoss_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8182015Z test_torch_nn_CrossEntropyLoss_2d_ignore_index (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8182900Z test_torch_nn_CrossEntropyLoss_2d_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8183589Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8184317Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8185049Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8185812Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8186487Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8187192Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8187900Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_weight (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8188626Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8189467Z test_torch_nn_CrossEntropyLoss_2d_prob_target (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:48:49.8190114Z test_torch_nn_CrossEntropyLoss_2d_prob_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8190758Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:48:49.8191548Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8192252Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:48:49.8192968Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8193661Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_weight (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:48:49.8194372Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8195059Z test_torch_nn_CrossEntropyLoss_2d_prob_target_weights (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:48:49.8195742Z test_torch_nn_CrossEntropyLoss_2d_prob_target_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8196345Z test_torch_nn_CrossEntropyLoss_2d_weights (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8196940Z test_torch_nn_CrossEntropyLoss_2d_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8197544Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:48:49.8198183Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8198853Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8199543Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8200317Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8201021Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8201755Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8202502Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8203222Z test_torch_nn_CrossEntropyLoss_3d_prob_target (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8203972Z test_torch_nn_CrossEntropyLoss_3d_prob_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8204581Z test_torch_nn_CrossEntropyLoss_3d_prob_target_smoothing (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8205196Z test_torch_nn_CrossEntropyLoss_3d_prob_target_smoothing_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8205884Z test_torch_nn_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8206580Z test_torch_nn_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8207257Z test_torch_nn_CrossEntropyLoss_3d_prob_target_weights (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8207929Z test_torch_nn_CrossEntropyLoss_3d_prob_target_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8208639Z test_torch_nn_CrossEntropyLoss_4d_prob_target (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8209264Z test_torch_nn_CrossEntropyLoss_4d_prob_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8209918Z test_torch_nn_CrossEntropyLoss_4d_prob_target_weights (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8210680Z test_torch_nn_CrossEntropyLoss_4d_prob_target_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8211344Z test_torch_nn_CrossEntropyLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8211916Z test_torch_nn_CrossEntropyLoss_dim_is_3 (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8212521Z test_torch_nn_CrossEntropyLoss_dim_is_3_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8213094Z test_torch_nn_CrossEntropyLoss_higher_dim (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8213695Z test_torch_nn_CrossEntropyLoss_higher_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8214329Z test_torch_nn_CrossEntropyLoss_weights (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8214931Z test_torch_nn_CrossEntropyLoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8215504Z test_torch_nn_CrossMapLRN2d (__main__.TestCppApiParity) ... ok (0.013s) 2022-12-01T10:48:49.8216041Z test_torch_nn_CrossMapLRN2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8216586Z test_torch_nn_ELU (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8217095Z test_torch_nn_ELU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8217611Z test_torch_nn_ELU_scalar (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8218172Z test_torch_nn_ELU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8218712Z test_torch_nn_Embedding (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:48:49.8219255Z test_torch_nn_EmbeddingBag_discontiguous (__main__.TestCppApiParity) ... ok (0.013s) 2022-12-01T10:48:49.8219870Z test_torch_nn_EmbeddingBag_discontiguous_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8220466Z test_torch_nn_EmbeddingBag_max (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:48:49.8221042Z test_torch_nn_EmbeddingBag_max_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8221656Z test_torch_nn_EmbeddingBag_max_padding_idx (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:48:49.8222497Z test_torch_nn_EmbeddingBag_max_padding_idx_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8223098Z test_torch_nn_EmbeddingBag_mean (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8223685Z test_torch_nn_EmbeddingBag_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8224281Z test_torch_nn_EmbeddingBag_mean_padding_idx (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:48:49.8224904Z test_torch_nn_EmbeddingBag_mean_padding_idx_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8225496Z test_torch_nn_EmbeddingBag_sparse (__main__.TestCppApiParity) ... ok (0.013s) 2022-12-01T10:48:49.8226104Z test_torch_nn_EmbeddingBag_sparse_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8226676Z test_torch_nn_EmbeddingBag_sum (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:48:49.8227245Z test_torch_nn_EmbeddingBag_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8227831Z test_torch_nn_EmbeddingBag_sum_padding_idx (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:48:49.8228652Z test_torch_nn_EmbeddingBag_sum_padding_idx_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8229289Z test_torch_nn_Embedding_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8229872Z test_torch_nn_Embedding_discontiguous (__main__.TestCppApiParity) ... ok (0.015s) 2022-12-01T10:48:49.8230610Z test_torch_nn_Embedding_discontiguous_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8231206Z test_torch_nn_Embedding_sparse (__main__.TestCppApiParity) ... ok (0.013s) 2022-12-01T10:48:49.8231795Z test_torch_nn_Embedding_sparse_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8232341Z test_torch_nn_Flatten (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:48:49.8232877Z test_torch_nn_Flatten_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8233386Z test_torch_nn_Flatten_no_batch_dim (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8233976Z test_torch_nn_Flatten_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8234528Z test_torch_nn_Fold (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:48:49.8235037Z test_torch_nn_Fold_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8235572Z test_torch_nn_Fold_int_input (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8236133Z test_torch_nn_Fold_int_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8236697Z test_torch_nn_Fold_no_batch_dim_input (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8237264Z test_torch_nn_Fold_no_batch_dim_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8237856Z test_torch_nn_Fold_no_batch_dim_int_input (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8238472Z test_torch_nn_Fold_no_batch_dim_int_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8239103Z test_torch_nn_FractionalMaxPool2d_ratio (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8239780Z test_torch_nn_FractionalMaxPool2d_ratio_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8240484Z test_torch_nn_FractionalMaxPool2d_ratio_no_batch_dim (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8241111Z test_torch_nn_FractionalMaxPool2d_ratio_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8241710Z test_torch_nn_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8242387Z test_torch_nn_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-12-01T10:48:49.8243033Z test_torch_nn_FractionalMaxPool2d_size (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8243589Z test_torch_nn_FractionalMaxPool2d_size_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8244304Z test_torch_nn_FractionalMaxPool2d_size_no_batch_dim (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8244953Z test_torch_nn_FractionalMaxPool2d_size_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8245615Z test_torch_nn_FractionalMaxPool2d_size_no_batch_dim_no_random_samples (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8246348Z test_torch_nn_FractionalMaxPool2d_size_no_batch_dim_no_random_samples_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-12-01T10:48:49.8247061Z test_torch_nn_FractionalMaxPool3d_asymsize (__main__.TestCppApiParity) ... ok (0.017s) 2022-12-01T10:48:49.8247725Z test_torch_nn_FractionalMaxPool3d_asymsize_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8248487Z test_torch_nn_FractionalMaxPool3d_ratio (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:48:49.8249093Z test_torch_nn_FractionalMaxPool3d_ratio_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8249714Z test_torch_nn_FractionalMaxPool3d_ratio_no_batch_dim (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8250469Z test_torch_nn_FractionalMaxPool3d_ratio_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8251151Z test_torch_nn_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8251872Z test_torch_nn_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-12-01T10:48:49.8252510Z test_torch_nn_FractionalMaxPool3d_size (__main__.TestCppApiParity) ... ok (0.016s) 2022-12-01T10:48:49.8253148Z test_torch_nn_FractionalMaxPool3d_size_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8253796Z test_torch_nn_FractionalMaxPool3d_size_no_batch_dim (__main__.TestCppApiParity) ... ok (0.014s) 2022-12-01T10:48:49.8254449Z test_torch_nn_FractionalMaxPool3d_size_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8255169Z test_torch_nn_FractionalMaxPool3d_size_no_batch_dim_no_random_samples (__main__.TestCppApiParity) ... ok (0.017s) 2022-12-01T10:48:49.8255931Z test_torch_nn_FractionalMaxPool3d_size_no_batch_dim_no_random_samples_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-12-01T10:48:49.8256564Z test_torch_nn_GELU (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8257064Z test_torch_nn_GELU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8257551Z test_torch_nn_GELU_scalar (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:48:49.8258064Z test_torch_nn_GELU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8258588Z test_torch_nn_GLU (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8259086Z test_torch_nn_GLU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8259608Z test_torch_nn_GLU_dim (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8260159Z test_torch_nn_GLU_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8260702Z test_torch_nn_GroupNorm_1d_affine (__main__.TestCppApiParity) ... ok (0.013s) 2022-12-01T10:48:49.8261239Z test_torch_nn_GroupNorm_1d_affine_GN (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:48:49.8261840Z test_torch_nn_GroupNorm_1d_affine_GN_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8262676Z test_torch_nn_GroupNorm_1d_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8263222Z test_torch_nn_GroupNorm_1d_affine_large_batch (__main__.TestCppApiParity) ... ok (0.022s) 2022-12-01T10:48:49.8263830Z test_torch_nn_GroupNorm_1d_affine_large_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8264434Z test_torch_nn_GroupNorm_1d_no_affine_IN (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8265017Z test_torch_nn_GroupNorm_1d_no_affine_IN_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8265628Z test_torch_nn_GroupNorm_1d_no_affine_LN (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8266226Z test_torch_nn_GroupNorm_1d_no_affine_LN_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8266835Z test_torch_nn_GroupNorm_2d_affine (__main__.TestCppApiParity) ... ok (0.014s) 2022-12-01T10:48:49.8267628Z test_torch_nn_GroupNorm_2d_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8268255Z test_torch_nn_GroupNorm_2d_affine_large_feature (__main__.TestCppApiParity) ... ok (0.028s) 2022-12-01T10:48:49.8268865Z test_torch_nn_GroupNorm_2d_affine_large_feature_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8269478Z test_torch_nn_GroupNorm_2d_no_affine_IN (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8270174Z test_torch_nn_GroupNorm_2d_no_affine_IN_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8270776Z test_torch_nn_GroupNorm_2d_no_affine_LN (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8271382Z test_torch_nn_GroupNorm_2d_no_affine_LN_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8271977Z test_torch_nn_GroupNorm_2d_no_affine_large_feature (__main__.TestCppApiParity) ... ok (0.020s) 2022-12-01T10:48:49.8272620Z test_torch_nn_GroupNorm_2d_no_affine_large_feature_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8273208Z test_torch_nn_Hardshrink (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8273696Z test_torch_nn_Hardshrink_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8274182Z test_torch_nn_Hardshrink_scalar (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:48:49.8274757Z test_torch_nn_Hardshrink_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8275341Z test_torch_nn_Hardtanh (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8275866Z test_torch_nn_Hardtanh_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8276419Z test_torch_nn_Hardtanh_scalar (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:48:49.8277019Z test_torch_nn_Hardtanh_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8277637Z test_torch_nn_HingeEmbeddingLoss (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:48:49.8278262Z test_torch_nn_HingeEmbeddingLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8278902Z test_torch_nn_HingeEmbeddingLoss_margin (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:48:49.8279526Z test_torch_nn_HingeEmbeddingLoss_margin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8280167Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.010s) 2022-12-01T10:48:49.8280828Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8281468Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.010s) 2022-12-01T10:48:49.8282099Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8282793Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.010s) 2022-12-01T10:48:49.8283474Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8284213Z test_torch_nn_HingeEmbeddingLoss_scalar_margin (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8284852Z test_torch_nn_HingeEmbeddingLoss_scalar_margin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8285445Z test_torch_nn_HuberLoss (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8285966Z test_torch_nn_HuberLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8286516Z test_torch_nn_InstanceNorm1d (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:48:49.8287094Z test_torch_nn_InstanceNorm1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8287858Z test_torch_nn_InstanceNorm1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8288424Z test_torch_nn_InstanceNorm1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8288933Z test_torch_nn_InstanceNorm1d_tracking_stats (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:48:49.8289359Z test_torch_nn_InstanceNorm1d_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8289743Z test_torch_nn_InstanceNorm1d_tracking_stats_no_batch_dim (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8290137Z test_torch_nn_InstanceNorm1d_tracking_stats_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8290495Z test_torch_nn_InstanceNorm2d (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:48:49.8290820Z test_torch_nn_InstanceNorm2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8291170Z test_torch_nn_InstanceNorm2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:48:49.8291535Z test_torch_nn_InstanceNorm2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8291894Z test_torch_nn_InstanceNorm2d_tracking_stats (__main__.TestCppApiParity) ... ok (0.013s) 2022-12-01T10:48:49.8292249Z test_torch_nn_InstanceNorm2d_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8292625Z test_torch_nn_InstanceNorm2d_tracking_stats_no_batch_dim (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:48:49.8293014Z test_torch_nn_InstanceNorm2d_tracking_stats_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8293369Z test_torch_nn_InstanceNorm3d (__main__.TestCppApiParity) ... ok (0.015s) 2022-12-01T10:48:49.8293693Z test_torch_nn_InstanceNorm3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8294036Z test_torch_nn_InstanceNorm3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.013s) 2022-12-01T10:48:49.8294397Z test_torch_nn_InstanceNorm3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8294738Z test_torch_nn_InstanceNorm3d_tracking_stats (__main__.TestCppApiParity) ... ok (0.016s) 2022-12-01T10:48:49.8295101Z test_torch_nn_InstanceNorm3d_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8295476Z test_torch_nn_InstanceNorm3d_tracking_stats_no_batch_dim (__main__.TestCppApiParity) ... ok (0.016s) 2022-12-01T10:48:49.8295862Z test_torch_nn_InstanceNorm3d_tracking_stats_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8296880Z 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:48:49.8297581Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:48:49.8298543Z /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:48:49.8299219Z cpp_test_fn(arg_dict_file_path, module_file_path, forward_output_file_path, backward_grad_dict_file_path) 2022-12-01T10:48:49.8299529Z ok (0.010s) 2022-12-01T10:48:49.8299779Z test_torch_nn_KLDivLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8300113Z test_torch_nn_KLDivLoss_log_target (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8300462Z test_torch_nn_KLDivLoss_log_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8300830Z test_torch_nn_KLDivLoss_scalar (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8301160Z test_torch_nn_KLDivLoss_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8301507Z test_torch_nn_KLDivLoss_scalar_log_target (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8301865Z test_torch_nn_KLDivLoss_scalar_log_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8302373Z test_torch_nn_L1Loss (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8302698Z test_torch_nn_L1Loss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8303016Z test_torch_nn_L1Loss_scalar (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:48:49.8303344Z test_torch_nn_L1Loss_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8303651Z test_torch_nn_LPPool1d (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8303974Z test_torch_nn_LPPool1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8304309Z test_torch_nn_LPPool1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8304643Z test_torch_nn_LPPool1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8304974Z test_torch_nn_LPPool1d_norm (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8305302Z test_torch_nn_LPPool1d_norm_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8305625Z test_torch_nn_LPPool2d (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8305936Z test_torch_nn_LPPool2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8306251Z test_torch_nn_LPPool2d_norm (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8306578Z test_torch_nn_LPPool2d_norm_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8306929Z test_torch_nn_LayerNorm_1d_elementwise_affine (__main__.TestCppApiParity) ... ok (0.014s) 2022-12-01T10:48:49.8307281Z test_torch_nn_LayerNorm_1d_elementwise_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8307652Z test_torch_nn_LayerNorm_1d_empty_elementwise_affine (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:48:49.8308033Z test_torch_nn_LayerNorm_1d_empty_elementwise_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8308478Z test_torch_nn_LayerNorm_1d_no_elementwise_affine (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8308848Z test_torch_nn_LayerNorm_1d_no_elementwise_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8309273Z test_torch_nn_LayerNorm_3d_elementwise_affine (__main__.TestCppApiParity) ... ok (0.014s) 2022-12-01T10:48:49.8309642Z test_torch_nn_LayerNorm_3d_elementwise_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8310056Z test_torch_nn_LayerNorm_3d_no_affine_large_feature (__main__.TestCppApiParity) ... ok (0.056s) 2022-12-01T10:48:49.8310429Z test_torch_nn_LayerNorm_3d_no_affine_large_feature_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8310850Z test_torch_nn_LayerNorm_3d_no_elementwise_affine (__main__.TestCppApiParity) ... ok (0.013s) 2022-12-01T10:48:49.8311231Z test_torch_nn_LayerNorm_3d_no_elementwise_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8311665Z test_torch_nn_LeakyReLU (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8312015Z test_torch_nn_LeakyReLU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8312371Z test_torch_nn_LeakyReLU_with_negval (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8312770Z test_torch_nn_LeakyReLU_with_negval_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8313146Z test_torch_nn_LeakyReLU_with_negval_scalar (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:48:49.8313523Z test_torch_nn_LeakyReLU_with_negval_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8313906Z test_torch_nn_LeakyReLU_with_zero_negval (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8314253Z test_torch_nn_LeakyReLU_with_zero_negval_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8314623Z test_torch_nn_Linear (__main__.TestCppApiParity) ... ok (0.013s) 2022-12-01T10:48:49.8314935Z test_torch_nn_Linear_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8315311Z test_torch_nn_Linear_no_batch_dim (__main__.TestCppApiParity) ... ok (0.013s) 2022-12-01T10:48:49.8315638Z test_torch_nn_Linear_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8316019Z test_torch_nn_Linear_no_bias (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:48:49.8316350Z test_torch_nn_Linear_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8316723Z test_torch_nn_LocalResponseNorm_1d (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8317078Z test_torch_nn_LocalResponseNorm_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8317482Z test_torch_nn_LocalResponseNorm_2d_uneven_pad (__main__.TestCppApiParity) ... ok (0.013s) 2022-12-01T10:48:49.8317858Z test_torch_nn_LocalResponseNorm_2d_uneven_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8318217Z test_torch_nn_LocalResponseNorm_3d_custom_params (__main__.TestCppApiParity) ... ok (0.028s) 2022-12-01T10:48:49.8318592Z test_torch_nn_LocalResponseNorm_3d_custom_params_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8318941Z test_torch_nn_LogSigmoid (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8319265Z test_torch_nn_LogSigmoid_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8319581Z test_torch_nn_LogSigmoid_scalar (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:48:49.8319920Z test_torch_nn_LogSigmoid_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8320246Z test_torch_nn_LogSoftmax (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:48:49.8320554Z test_torch_nn_LogSoftmax_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8320886Z test_torch_nn_LogSoftmax_multiparam (__main__.TestCppApiParity) ... ok (0.015s) 2022-12-01T10:48:49.8321236Z test_torch_nn_LogSoftmax_multiparam_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8321591Z test_torch_nn_LogSoftmax_multiparam_scalar (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:48:49.8321940Z test_torch_nn_LogSoftmax_multiparam_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8322289Z test_torch_nn_LogSoftmax_no_batch_dim (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8322639Z test_torch_nn_LogSoftmax_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8322951Z test_torch_nn_MSELoss (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:48:49.8323304Z test_torch_nn_MSELoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8323622Z test_torch_nn_MSELoss_prec (__main__.TestCppApiParity) ... ok (0.038s) 2022-12-01T10:48:49.8324019Z test_torch_nn_MSELoss_prec_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8324335Z test_torch_nn_MSELoss_scalar (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8324726Z test_torch_nn_MSELoss_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8325063Z test_torch_nn_MarginRankingLoss (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:48:49.8325396Z test_torch_nn_MarginRankingLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8325748Z test_torch_nn_MarginRankingLoss_margin (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:48:49.8326105Z test_torch_nn_MarginRankingLoss_margin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8326475Z test_torch_nn_MarginRankingLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:48:49.8326843Z test_torch_nn_MarginRankingLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8327217Z test_torch_nn_MarginRankingLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:48:49.8327595Z test_torch_nn_MarginRankingLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8327966Z test_torch_nn_MarginRankingLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:48:49.8328324Z test_torch_nn_MarginRankingLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8328666Z test_torch_nn_MaxPool1d (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8328988Z test_torch_nn_MaxPool1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8329303Z test_torch_nn_MaxPool1d_stride (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8329636Z test_torch_nn_MaxPool1d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8329969Z test_torch_nn_MaxPool2d_3d_input (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8330308Z test_torch_nn_MaxPool2d_3d_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8330626Z test_torch_nn_MaxPool2d_4d_input (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8330961Z test_torch_nn_MaxPool2d_4d_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8331283Z test_torch_nn_MaxPool3d (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8331604Z test_torch_nn_MaxPool3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8331917Z test_torch_nn_MaxPool3d_stride (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8332257Z test_torch_nn_MaxPool3d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8332602Z test_torch_nn_MaxPool3d_stride_padding (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:48:49.8332943Z test_torch_nn_MaxPool3d_stride_padding_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8333268Z test_torch_nn_Mish (__main__.TestCppApiParity) ... ok (0.013s) 2022-12-01T10:48:49.8333574Z test_torch_nn_Mish_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8333884Z test_torch_nn_Mish_scalar (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:48:49.8334193Z test_torch_nn_Mish_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8334534Z test_torch_nn_MultiLabelMarginLoss (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:48:49.8334897Z test_torch_nn_MultiLabelMarginLoss_1d (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8335248Z test_torch_nn_MultiLabelMarginLoss_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8335634Z test_torch_nn_MultiLabelMarginLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8336004Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8336420Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8336796Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8337183Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8337564Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8337950Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8338311Z test_torch_nn_MultiLabelSoftMarginLoss (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8338684Z test_torch_nn_MultiLabelSoftMarginLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8339074Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8339468Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8339876Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8340277Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8340677Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:48:49.8341063Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8341455Z test_torch_nn_MultiLabelSoftMarginLoss_weights (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8341847Z test_torch_nn_MultiLabelSoftMarginLoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8342374Z test_torch_nn_MultiMarginLoss (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8342682Z test_torch_nn_MultiMarginLoss_1d (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8343028Z test_torch_nn_MultiMarginLoss_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8343393Z test_torch_nn_MultiMarginLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8343739Z test_torch_nn_MultiMarginLoss_margin (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8344081Z test_torch_nn_MultiMarginLoss_margin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8344427Z test_torch_nn_MultiMarginLoss_p (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8344769Z test_torch_nn_MultiMarginLoss_p_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8345103Z test_torch_nn_MultiMarginLoss_weights (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8345461Z test_torch_nn_MultiMarginLoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8345793Z test_torch_nn_NLLLoss (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8346083Z test_torch_nn_NLLLoss_2d (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8346391Z test_torch_nn_NLLLoss_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8346784Z test_torch_nn_NLLLoss_2d_ignore_index (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:48:49.8347132Z test_torch_nn_NLLLoss_2d_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8347460Z test_torch_nn_NLLLoss_2d_weights (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8347835Z test_torch_nn_NLLLoss_2d_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8348187Z test_torch_nn_NLLLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8348509Z test_torch_nn_NLLLoss_dim_is_3 (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8348829Z test_torch_nn_NLLLoss_dim_is_3_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8349164Z test_torch_nn_NLLLoss_higher_dim (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:48:49.8349505Z test_torch_nn_NLLLoss_higher_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8349843Z test_torch_nn_NLLLoss_ignore_index (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8350171Z test_torch_nn_NLLLoss_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8350535Z test_torch_nn_NLLLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.012s) 2022-12-01T10:48:49.8350905Z test_torch_nn_NLLLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8351255Z test_torch_nn_NLLLoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.012s) 2022-12-01T10:48:49.8351621Z test_torch_nn_NLLLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8351982Z test_torch_nn_NLLLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.012s) 2022-12-01T10:48:49.8352347Z test_torch_nn_NLLLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8352666Z test_torch_nn_NLLLoss_weights (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8352999Z test_torch_nn_NLLLoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8353343Z test_torch_nn_NLLLoss_weights_ignore_index (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8353702Z test_torch_nn_NLLLoss_weights_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8354047Z test_torch_nn_NLLLoss_weights_ignore_index_neg (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8354410Z test_torch_nn_NLLLoss_weights_ignore_index_neg_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8354744Z test_torch_nn_PReLU_1d (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:48:49.8355050Z test_torch_nn_PReLU_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8355380Z test_torch_nn_PReLU_1d_multiparam (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:48:49.8355749Z test_torch_nn_PReLU_1d_multiparam_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8356070Z test_torch_nn_PReLU_2d (__main__.TestCppApiParity) ... ok (0.013s) 2022-12-01T10:48:49.8356375Z test_torch_nn_PReLU_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8356697Z test_torch_nn_PReLU_2d_multiparam (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:48:49.8357037Z test_torch_nn_PReLU_2d_multiparam_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8357348Z test_torch_nn_PReLU_3d (__main__.TestCppApiParity) ... ok (0.020s) 2022-12-01T10:48:49.8357720Z test_torch_nn_PReLU_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8358075Z test_torch_nn_PReLU_3d_multiparam (__main__.TestCppApiParity) ... ok (0.021s) 2022-12-01T10:48:49.8358421Z test_torch_nn_PReLU_3d_multiparam_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8358736Z test_torch_nn_PReLU_scalar (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8359062Z test_torch_nn_PReLU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8359420Z test_torch_nn_PairwiseDistance (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8359740Z test_torch_nn_PairwiseDistance_broadcast_lhs (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8360113Z test_torch_nn_PairwiseDistance_broadcast_lhs_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8360484Z test_torch_nn_PairwiseDistance_broadcast_rhs (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8360854Z test_torch_nn_PairwiseDistance_broadcast_rhs_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8361225Z test_torch_nn_PairwiseDistance_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8361574Z test_torch_nn_PairwiseDistance_no_batch_dim (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:48:49.8361944Z test_torch_nn_PairwiseDistance_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8362322Z test_torch_nn_PairwiseDistance_with_non_default_args (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8362695Z test_torch_nn_PairwiseDistance_with_non_default_args_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8363047Z test_torch_nn_PixelShuffle (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8363374Z test_torch_nn_PixelShuffle_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8363691Z test_torch_nn_PixelUnshuffle (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8364107Z test_torch_nn_PixelUnshuffle_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8364452Z test_torch_nn_PoissonNLLLoss_full_loss (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:48:49.8364810Z test_torch_nn_PoissonNLLLoss_full_loss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8365162Z test_torch_nn_PoissonNLLLoss_full_loss_no_log_input (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8365540Z test_torch_nn_PoissonNLLLoss_full_loss_no_log_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8365904Z test_torch_nn_PoissonNLLLoss_no_full_loss (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8366263Z test_torch_nn_PoissonNLLLoss_no_full_loss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8366620Z test_torch_nn_PoissonNLLLoss_no_full_loss_no_log_input (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8367002Z test_torch_nn_PoissonNLLLoss_no_full_loss_no_log_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8367340Z test_torch_nn_RReLU (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8367645Z test_torch_nn_RReLU_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-12-01T10:48:49.8367974Z test_torch_nn_RReLU_with_up_down (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8368319Z test_torch_nn_RReLU_with_up_down_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-12-01T10:48:49.8368666Z test_torch_nn_RReLU_with_up_down_scalar (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:48:49.8369010Z test_torch_nn_RReLU_with_up_down_scalar_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-12-01T10:48:49.8369386Z test_torch_nn_ReLU (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8369666Z test_torch_nn_ReLU6 (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8369978Z test_torch_nn_ReLU6_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8370277Z test_torch_nn_ReLU6_scalar (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:48:49.8370600Z test_torch_nn_ReLU6_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8370969Z test_torch_nn_ReLU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8371275Z test_torch_nn_ReLU_scalar (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:48:49.8371595Z test_torch_nn_ReLU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8371924Z test_torch_nn_ReflectionPad1d (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8372246Z test_torch_nn_ReflectionPad1d_batch (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8372587Z test_torch_nn_ReflectionPad1d_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8372940Z test_torch_nn_ReflectionPad1d_complex (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8373300Z test_torch_nn_ReflectionPad1d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8373663Z test_torch_nn_ReflectionPad1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8373998Z test_torch_nn_ReflectionPad2d (__main__.TestCppApiParity) ... ok (0.020s) 2022-12-01T10:48:49.8374319Z test_torch_nn_ReflectionPad2d_complex (__main__.TestCppApiParity) ... ok (0.029s) 2022-12-01T10:48:49.8374677Z test_torch_nn_ReflectionPad2d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8375035Z test_torch_nn_ReflectionPad2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8375384Z test_torch_nn_ReflectionPad2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.014s) 2022-12-01T10:48:49.8375748Z test_torch_nn_ReflectionPad2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8376096Z test_torch_nn_ReflectionPad3d (__main__.TestCppApiParity) ... ok (0.032s) 2022-12-01T10:48:49.8376401Z test_torch_nn_ReflectionPad3d_complex (__main__.TestCppApiParity) ... ok (0.049s) 2022-12-01T10:48:49.8376757Z test_torch_nn_ReflectionPad3d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8377124Z test_torch_nn_ReflectionPad3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8377459Z test_torch_nn_ReflectionPad3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.021s) 2022-12-01T10:48:49.8377821Z test_torch_nn_ReflectionPad3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8378167Z test_torch_nn_ReplicationPad1d (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8378489Z test_torch_nn_ReplicationPad1d_batch (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8378828Z test_torch_nn_ReplicationPad1d_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8379181Z test_torch_nn_ReplicationPad1d_complex (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8379549Z test_torch_nn_ReplicationPad1d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8379910Z test_torch_nn_ReplicationPad1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8380249Z test_torch_nn_ReplicationPad2d (__main__.TestCppApiParity) ... ok (0.014s) 2022-12-01T10:48:49.8380574Z test_torch_nn_ReplicationPad2d_complex (__main__.TestCppApiParity) ... ok (0.018s) 2022-12-01T10:48:49.8380934Z test_torch_nn_ReplicationPad2d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8381335Z test_torch_nn_ReplicationPad2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8381684Z test_torch_nn_ReplicationPad2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:48:49.8382049Z test_torch_nn_ReplicationPad2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8382660Z test_torch_nn_ReplicationPad3d (__main__.TestCppApiParity) ... ok (0.021s) 2022-12-01T10:48:49.8382974Z test_torch_nn_ReplicationPad3d_complex (__main__.TestCppApiParity) ... ok (0.030s) 2022-12-01T10:48:49.8383332Z test_torch_nn_ReplicationPad3d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8383707Z test_torch_nn_ReplicationPad3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8384046Z test_torch_nn_ReplicationPad3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.017s) 2022-12-01T10:48:49.8384416Z test_torch_nn_ReplicationPad3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8384744Z test_torch_nn_SELU (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8385052Z test_torch_nn_SELU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8385353Z test_torch_nn_SELU_scalar (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:48:49.8385678Z test_torch_nn_SELU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8386013Z test_torch_nn_SampleModule_has_parity (__main__.TestCppApiParity) ... ok (0.014s) 2022-12-01T10:48:49.8386353Z test_torch_nn_SampleModule_has_parity_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8386715Z test_torch_nn_SampleModule_no_parity (__main__.TestCppApiParity) ... expected failure (0.013s) 2022-12-01T10:48:49.8387079Z test_torch_nn_SampleModule_no_parity_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8387401Z test_torch_nn_SiLU (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:48:49.8387694Z test_torch_nn_SiLU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8388005Z test_torch_nn_SiLU_scalar (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:48:49.8388328Z test_torch_nn_SiLU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8388643Z test_torch_nn_Sigmoid (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8388941Z test_torch_nn_Sigmoid_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8389259Z test_torch_nn_Sigmoid_scalar (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:48:49.8389589Z test_torch_nn_Sigmoid_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8389903Z test_torch_nn_SmoothL1Loss (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:48:49.8390229Z test_torch_nn_SmoothL1Loss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8390564Z test_torch_nn_SmoothL1Loss_scalar (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:48:49.8390906Z test_torch_nn_SmoothL1Loss_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8391227Z test_torch_nn_SoftMarginLoss (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8391564Z test_torch_nn_SoftMarginLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8391933Z test_torch_nn_SoftMarginLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.010s) 2022-12-01T10:48:49.8392304Z test_torch_nn_SoftMarginLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8392738Z test_torch_nn_SoftMarginLoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.010s) 2022-12-01T10:48:49.8393120Z test_torch_nn_SoftMarginLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8393499Z test_torch_nn_SoftMarginLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.010s) 2022-12-01T10:48:49.8393895Z test_torch_nn_SoftMarginLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8394232Z test_torch_nn_Softmax (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:48:49.8394524Z test_torch_nn_Softmax2d (__main__.TestCppApiParity) ... ok (0.015s) 2022-12-01T10:48:49.8394848Z test_torch_nn_Softmax2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8395164Z test_torch_nn_Softmax2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8395519Z test_torch_nn_Softmax2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8395876Z test_torch_nn_Softmax_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8396192Z test_torch_nn_Softmax_no_batch_dim (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8396534Z test_torch_nn_Softmax_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8396867Z test_torch_nn_Softmax_scalar (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:48:49.8397197Z test_torch_nn_Softmax_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8397503Z test_torch_nn_Softmin (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8397821Z test_torch_nn_Softmin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8398143Z test_torch_nn_Softmin_multidim (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:48:49.8398466Z test_torch_nn_Softmin_multidim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8398801Z test_torch_nn_Softmin_no_batch_dim (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8399140Z test_torch_nn_Softmin_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8399468Z test_torch_nn_Softmin_scalar (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:48:49.8399787Z test_torch_nn_Softmin_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8400112Z test_torch_nn_Softplus (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8400408Z test_torch_nn_Softplus_beta (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:48:49.8400721Z test_torch_nn_Softplus_beta_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8401059Z test_torch_nn_Softplus_beta_threshold (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:48:49.8401418Z test_torch_nn_Softplus_beta_threshold_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8401771Z test_torch_nn_Softplus_beta_threshold_scalar (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8402118Z test_torch_nn_Softplus_beta_threshold_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8402486Z test_torch_nn_Softplus_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8402802Z test_torch_nn_Softshrink (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8403124Z test_torch_nn_Softshrink_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8403432Z test_torch_nn_Softshrink_lambda (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8403841Z test_torch_nn_Softshrink_lambda_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8404242Z test_torch_nn_Softshrink_lambda_scalar (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:48:49.8404578Z test_torch_nn_Softshrink_lambda_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8404903Z test_torch_nn_Softsign (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8405222Z test_torch_nn_Softsign_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8405589Z test_torch_nn_Softsign_scalar (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:48:49.8405907Z test_torch_nn_Softsign_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8406220Z test_torch_nn_Tanh (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:48:49.8406524Z test_torch_nn_Tanh_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8406821Z test_torch_nn_Tanh_scalar (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8407146Z test_torch_nn_Tanh_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8407465Z test_torch_nn_Tanhshrink (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:48:49.8407785Z test_torch_nn_Tanhshrink_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8408096Z test_torch_nn_Tanhshrink_scalar (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8408435Z test_torch_nn_Tanhshrink_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8408773Z test_torch_nn_Threshold_large_value (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8409106Z test_torch_nn_Threshold_large_value_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8409447Z test_torch_nn_Threshold_threshold_value (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8409798Z test_torch_nn_Threshold_threshold_value_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8410155Z test_torch_nn_Threshold_threshold_value_scalar (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:48:49.8410507Z test_torch_nn_Threshold_threshold_value_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8410889Z test_torch_nn_TransformerDecoderLayer_gelu_activation (__main__.TestCppApiParity) ... ok (0.060s) 2022-12-01T10:48:49.8411296Z test_torch_nn_TransformerDecoderLayer_gelu_activation_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8411692Z test_torch_nn_TransformerDecoderLayer_relu_activation (__main__.TestCppApiParity) ... ok (0.060s) 2022-12-01T10:48:49.8412073Z test_torch_nn_TransformerDecoderLayer_relu_activation_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8412473Z test_torch_nn_TransformerEncoderLayer_gelu_activation (__main__.TestCppApiParity) ... ok (0.045s) 2022-12-01T10:48:49.8412867Z test_torch_nn_TransformerEncoderLayer_gelu_activation_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8413260Z test_torch_nn_TransformerEncoderLayer_relu_activation (__main__.TestCppApiParity) ... ok (0.045s) 2022-12-01T10:48:49.8413639Z test_torch_nn_TransformerEncoderLayer_relu_activation_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8414015Z test_torch_nn_Transformer_multilayer_coder (__main__.TestCppApiParity) ... ok (0.187s) 2022-12-01T10:48:49.8414374Z test_torch_nn_Transformer_multilayer_coder_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8414726Z test_torch_nn_TripletMarginLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8415101Z test_torch_nn_TripletMarginLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8415472Z test_torch_nn_TripletMarginLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8415886Z test_torch_nn_TripletMarginLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8416243Z test_torch_nn_TripletMarginLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8416616Z test_torch_nn_TripletMarginLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8417001Z test_torch_nn_Unflatten_no_batch_dim (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8417349Z test_torch_nn_Unflatten_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8417658Z test_torch_nn_Unfold (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:48:49.8417967Z test_torch_nn_Unfold_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8418287Z test_torch_nn_Unfold_int_input (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:48:49.8418608Z test_torch_nn_Unfold_int_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8418932Z test_torch_nn_ZeroPad2d (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:48:49.8419235Z test_torch_nn_ZeroPad2d_complex (__main__.TestCppApiParity) ... ok (0.014s) 2022-12-01T10:48:49.8419574Z test_torch_nn_ZeroPad2d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8419918Z test_torch_nn_ZeroPad2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8420250Z test_torch_nn_ZeroPad2d_negative_dims (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8420607Z test_torch_nn_ZeroPad2d_negative_dims_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8420940Z test_torch_nn_ZeroPad2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8421286Z test_torch_nn_ZeroPad2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8421639Z test_torch_nn_functional_BCELoss_no_reduce (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T10:48:49.8422000Z test_torch_nn_functional_BCELoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8422524Z test_torch_nn_functional_BCELoss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:48:49.8422899Z test_torch_nn_functional_BCELoss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8423275Z test_torch_nn_functional_BCELoss_weights_no_reduce (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T10:48:49.8423650Z test_torch_nn_functional_BCELoss_weights_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8424016Z test_torch_nn_functional_BCELoss_weights_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:48:49.8424407Z test_torch_nn_functional_BCELoss_weights_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8425233Z 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:48:49.8425773Z warnings.warn(warning.format(ret)) 2022-12-01T10:48:49.8425962Z ok (0.008s) 2022-12-01T10:48:49.8426262Z test_torch_nn_functional_BCEWithLogitsLoss_legacy_enum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8426711Z test_torch_nn_functional_BCEWithLogitsLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:48:49.8427100Z test_torch_nn_functional_BCEWithLogitsLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8427610Z test_torch_nn_functional_BCEWithLogitsLoss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.006s) 2022-12-01T10:48:49.8428062Z test_torch_nn_functional_BCEWithLogitsLoss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8428472Z test_torch_nn_functional_HingeEmbeddingLoss_margin_no_reduce (__main__.TestCppApiParity) ... ok (0.006s) 2022-12-01T10:48:49.8428962Z test_torch_nn_functional_HingeEmbeddingLoss_margin_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8429359Z test_torch_nn_functional_HingeEmbeddingLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:48:49.8429747Z test_torch_nn_functional_HingeEmbeddingLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8430118Z test_torch_nn_functional_HuberLoss_delta (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:48:49.8430461Z test_torch_nn_functional_HuberLoss_delta_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8430820Z test_torch_nn_functional_KLDivLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.006s) 2022-12-01T10:48:49.8431187Z test_torch_nn_functional_KLDivLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8431561Z test_torch_nn_functional_KLDivLoss_no_reduce_log_target (__main__.TestCppApiParity) ... ok (0.006s) 2022-12-01T10:48:49.8431940Z test_torch_nn_functional_KLDivLoss_no_reduce_log_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8432319Z test_torch_nn_functional_KLDivLoss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:48:49.8432700Z test_torch_nn_functional_KLDivLoss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8433087Z test_torch_nn_functional_KLDivLoss_no_reduce_scalar_log_target (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:48:49.8433479Z test_torch_nn_functional_KLDivLoss_no_reduce_scalar_log_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8433876Z test_torch_nn_functional_KLDivLoss_with_log_target_no_reduce (__main__.TestCppApiParity) ... ok (0.006s) 2022-12-01T10:48:49.8434269Z test_torch_nn_functional_KLDivLoss_with_log_target_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8434648Z test_torch_nn_functional_KLDivLoss_with_target_no_reduce (__main__.TestCppApiParity) ... ok (0.006s) 2022-12-01T10:48:49.8435034Z test_torch_nn_functional_KLDivLoss_with_target_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8435399Z test_torch_nn_functional_L1Loss_no_reduce (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:48:49.8435736Z test_torch_nn_functional_L1Loss_no_reduce_complex (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:48:49.8436097Z test_torch_nn_functional_L1Loss_no_reduce_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8436536Z test_torch_nn_functional_L1Loss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8436891Z test_torch_nn_functional_L1Loss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:48:49.8437259Z test_torch_nn_functional_L1Loss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8437606Z test_torch_nn_functional_MSELoss_no_reduce (__main__.TestCppApiParity) ... ok (0.006s) 2022-12-01T10:48:49.8437961Z test_torch_nn_functional_MSELoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8438321Z test_torch_nn_functional_MSELoss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T10:48:49.8438688Z test_torch_nn_functional_MSELoss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8439116Z test_torch_nn_functional_MultiLabelMarginLoss_0d_no_reduce (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:48:49.8439516Z test_torch_nn_functional_MultiLabelMarginLoss_0d_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8439910Z test_torch_nn_functional_MultiLabelMarginLoss_1d_no_reduce (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:48:49.8440347Z test_torch_nn_functional_MultiLabelMarginLoss_1d_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8440725Z test_torch_nn_functional_MultiLabelMarginLoss_index_neg (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:48:49.8441121Z test_torch_nn_functional_MultiLabelMarginLoss_index_neg_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8441513Z test_torch_nn_functional_MultiLabelMarginLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:48:49.8441900Z test_torch_nn_functional_MultiLabelMarginLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8442299Z test_torch_nn_functional_MultiLabelSoftMarginLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.006s) 2022-12-01T10:48:49.8442711Z test_torch_nn_functional_MultiLabelSoftMarginLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8443132Z test_torch_nn_functional_MultiLabelSoftMarginLoss_weights_no_reduce (__main__.TestCppApiParity) ... ok (0.006s) 2022-12-01T10:48:49.8443550Z test_torch_nn_functional_MultiLabelSoftMarginLoss_weights_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8444021Z test_torch_nn_functional_MultiMarginLoss_1d_no_reduce (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:48:49.8444405Z test_torch_nn_functional_MultiMarginLoss_1d_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8444797Z test_torch_nn_functional_MultiMarginLoss_margin_no_reduce (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:48:49.8445176Z test_torch_nn_functional_MultiMarginLoss_margin_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8445556Z test_torch_nn_functional_MultiMarginLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:48:49.8445935Z test_torch_nn_functional_MultiMarginLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8446313Z test_torch_nn_functional_MultiMarginLoss_p_no_reduce (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:48:49.8446687Z test_torch_nn_functional_MultiMarginLoss_p_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8447072Z test_torch_nn_functional_MultiMarginLoss_weights_no_reduce (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:48:49.8447467Z test_torch_nn_functional_MultiMarginLoss_weights_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8447843Z test_torch_nn_functional_NLLLoss2d_no_reduce (__main__.TestCppApiParity) ... ok (0.006s) 2022-12-01T10:48:49.8448194Z test_torch_nn_functional_NLLLoss2d_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8448571Z test_torch_nn_functional_NLLLoss2d_no_reduce_ignore_index (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:48:49.8448963Z test_torch_nn_functional_NLLLoss2d_no_reduce_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8449335Z test_torch_nn_functional_NLLLoss2d_no_reduce_weights (__main__.TestCppApiParity) ... ok (0.006s) 2022-12-01T10:48:49.8449715Z test_torch_nn_functional_NLLLoss2d_no_reduce_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8450135Z test_torch_nn_functional_NLLLossNd_no_reduce (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:48:49.8450499Z test_torch_nn_functional_NLLLossNd_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8450858Z test_torch_nn_functional_NLLLossNd_no_reduce_ignore_index (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:48:49.8451288Z test_torch_nn_functional_NLLLossNd_no_reduce_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8451676Z test_torch_nn_functional_NLLLossNd_no_reduce_weights (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:48:49.8452057Z test_torch_nn_functional_NLLLossNd_no_reduce_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8452408Z test_torch_nn_functional_NLLLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:48:49.8452769Z test_torch_nn_functional_NLLLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8453141Z test_torch_nn_functional_NLLLoss_no_reduce_ignore_index (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:48:49.8453526Z test_torch_nn_functional_NLLLoss_no_reduce_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8453888Z test_torch_nn_functional_NLLLoss_no_reduce_weights (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:48:49.8454266Z test_torch_nn_functional_NLLLoss_no_reduce_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8454657Z test_torch_nn_functional_NLLLoss_no_reduce_weights_ignore_index (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:48:49.8455060Z test_torch_nn_functional_NLLLoss_no_reduce_weights_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8455448Z test_torch_nn_functional_NLLLoss_no_reduce_weights_ignore_index_neg (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:48:49.8455859Z test_torch_nn_functional_NLLLoss_no_reduce_weights_ignore_index_neg_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8456248Z test_torch_nn_functional_Padding122112_3dcircular (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T10:48:49.8456624Z test_torch_nn_functional_Padding122112_3dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8456982Z test_torch_nn_functional_Padding1221_2dcircular (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:48:49.8457352Z test_torch_nn_functional_Padding1221_2dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8457716Z test_torch_nn_functional_Padding12_1dcircular (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:48:49.8458069Z test_torch_nn_functional_Padding12_1dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8458438Z test_torch_nn_functional_Padding2322_2dcircular (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:48:49.8458806Z test_torch_nn_functional_Padding2322_2dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8459171Z test_torch_nn_functional_Padding31_1dcircular (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:48:49.8459526Z test_torch_nn_functional_Padding31_1dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8459885Z test_torch_nn_functional_Padding322112_3dcircular (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:48:49.8460253Z test_torch_nn_functional_Padding322112_3dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8460619Z test_torch_nn_functional_Padding332122_3dcircular (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:48:49.8460971Z test_torch_nn_functional_Padding332122_3dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8461377Z test_torch_nn_functional_Padding3331_2dcircular (__main__.TestCppApiParity) ... ok (0.006s) 2022-12-01T10:48:49.8461742Z test_torch_nn_functional_Padding3331_2dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8462091Z test_torch_nn_functional_Padding33_1dcircular (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:48:49.8462720Z test_torch_nn_functional_Padding33_1dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8463088Z test_torch_nn_functional_PoissonNLLLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T10:48:49.8463468Z test_torch_nn_functional_PoissonNLLLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8463817Z test_torch_nn_functional_SmoothL1Loss_beta (__main__.TestCppApiParity) ... ok (0.006s) 2022-12-01T10:48:49.8464177Z test_torch_nn_functional_SmoothL1Loss_beta_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8464534Z test_torch_nn_functional_SmoothL1Loss_no_reduce (__main__.TestCppApiParity) ... ok (0.006s) 2022-12-01T10:48:49.8464901Z test_torch_nn_functional_SmoothL1Loss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8465259Z test_torch_nn_functional_SmoothL1Loss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:48:49.8465644Z test_torch_nn_functional_SmoothL1Loss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8466012Z test_torch_nn_functional_SmoothL1Loss_zero_beta (__main__.TestCppApiParity) ... ok (0.006s) 2022-12-01T10:48:49.8466376Z test_torch_nn_functional_SmoothL1Loss_zero_beta_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8466731Z test_torch_nn_functional_SoftMarginLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.006s) 2022-12-01T10:48:49.8467105Z test_torch_nn_functional_SoftMarginLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8467472Z test_torch_nn_functional_interpolate_bicubic_2d (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:48:49.8467824Z test_torch_nn_functional_interpolate_bicubic_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8468197Z test_torch_nn_functional_interpolate_bicubic_2d_zero_dim (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:48:49.8468579Z test_torch_nn_functional_interpolate_bicubic_2d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8468955Z test_torch_nn_functional_interpolate_bicubic_scale_2d (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8469321Z test_torch_nn_functional_interpolate_bicubic_scale_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8469715Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_shared_2d (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T10:48:49.8470124Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_shared_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8470526Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_skewed_2d (__main__.TestCppApiParity) ... ok (0.006s) 2022-12-01T10:48:49.8470905Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_skewed_2d_align_corners (__main__.TestCppApiParity) ... ok (0.006s) 2022-12-01T10:48:49.8471336Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_skewed_2d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8471775Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_skewed_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8472216Z test_torch_nn_functional_interpolate_bicubic_tuple_2d (__main__.TestCppApiParity) ... ok (0.006s) 2022-12-01T10:48:49.8472572Z test_torch_nn_functional_interpolate_bicubic_tuple_2d_align_corners (__main__.TestCppApiParity) ... ok (0.006s) 2022-12-01T10:48:49.8472978Z test_torch_nn_functional_interpolate_bicubic_tuple_2d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8473431Z test_torch_nn_functional_interpolate_bicubic_tuple_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8473802Z test_torch_nn_functional_interpolate_bilinear_2d (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:48:49.8474161Z test_torch_nn_functional_interpolate_bilinear_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8474537Z test_torch_nn_functional_interpolate_bilinear_2d_zero_dim (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:48:49.8474926Z test_torch_nn_functional_interpolate_bilinear_2d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8475309Z test_torch_nn_functional_interpolate_bilinear_scale_2d (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:48:49.8475678Z test_torch_nn_functional_interpolate_bilinear_scale_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8476072Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_shared_2d (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T10:48:49.8476478Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_shared_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8476883Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_skewed_2d (__main__.TestCppApiParity) ... ok (0.006s) 2022-12-01T10:48:49.8477261Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_skewed_2d_align_corners (__main__.TestCppApiParity) ... ok (0.006s) 2022-12-01T10:48:49.8477695Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_skewed_2d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8477902Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_skewed_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8478073Z test_torch_nn_functional_interpolate_bilinear_tuple_2d (__main__.TestCppApiParity) ... ok (0.006s) 2022-12-01T10:48:49.8478256Z test_torch_nn_functional_interpolate_bilinear_tuple_2d_align_corners (__main__.TestCppApiParity) ... ok (0.006s) 2022-12-01T10:48:49.8478466Z test_torch_nn_functional_interpolate_bilinear_tuple_2d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8478660Z test_torch_nn_functional_interpolate_bilinear_tuple_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8478808Z test_torch_nn_functional_interpolate_linear_1d (__main__.TestCppApiParity) ... ok (0.006s) 2022-12-01T10:48:49.8478983Z test_torch_nn_functional_interpolate_linear_1d_align_corners (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:48:49.8479183Z test_torch_nn_functional_interpolate_linear_1d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8479367Z test_torch_nn_functional_interpolate_linear_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8479536Z test_torch_nn_functional_interpolate_linear_1d_zero_dim (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:48:49.8479730Z test_torch_nn_functional_interpolate_linear_1d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8479893Z test_torch_nn_functional_interpolate_linear_scale_1d (__main__.TestCppApiParity) ... ok (0.006s) 2022-12-01T10:48:49.8480073Z test_torch_nn_functional_interpolate_linear_scale_1d_align_corners (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:48:49.8480319Z test_torch_nn_functional_interpolate_linear_scale_1d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8480511Z test_torch_nn_functional_interpolate_linear_scale_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8480665Z test_torch_nn_functional_interpolate_linear_tuple_1d (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:48:49.8480908Z test_torch_nn_functional_interpolate_linear_tuple_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8481068Z test_torch_nn_functional_interpolate_nearest_1d (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:48:49.8481253Z test_torch_nn_functional_interpolate_nearest_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8481421Z test_torch_nn_functional_interpolate_nearest_1d_zero_dim (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:48:49.8481618Z test_torch_nn_functional_interpolate_nearest_1d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8481776Z test_torch_nn_functional_interpolate_nearest_2d (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:48:49.8481961Z test_torch_nn_functional_interpolate_nearest_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8482138Z test_torch_nn_functional_interpolate_nearest_2d_launch_configs (__main__.TestCppApiParity) ... ok (0.013s) 2022-12-01T10:48:49.8482330Z test_torch_nn_functional_interpolate_nearest_2d_launch_configs_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8482498Z test_torch_nn_functional_interpolate_nearest_2d_zero_dim (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:48:49.8482693Z test_torch_nn_functional_interpolate_nearest_2d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8482854Z test_torch_nn_functional_interpolate_nearest_3d (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:48:49.8483041Z test_torch_nn_functional_interpolate_nearest_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8483210Z test_torch_nn_functional_interpolate_nearest_3d_zero_dim (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:48:49.8483407Z test_torch_nn_functional_interpolate_nearest_3d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8483572Z test_torch_nn_functional_interpolate_nearest_scale_1d (__main__.TestCppApiParity) ... ok (0.006s) 2022-12-01T10:48:49.8483856Z test_torch_nn_functional_interpolate_nearest_scale_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8484006Z test_torch_nn_functional_interpolate_nearest_scale_2d (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:48:49.8484196Z test_torch_nn_functional_interpolate_nearest_scale_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8484357Z test_torch_nn_functional_interpolate_nearest_scale_3d (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:48:49.8484545Z test_torch_nn_functional_interpolate_nearest_scale_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8484706Z test_torch_nn_functional_interpolate_nearest_tuple_1d (__main__.TestCppApiParity) ... ok (0.006s) 2022-12-01T10:48:49.8484895Z test_torch_nn_functional_interpolate_nearest_tuple_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8485056Z test_torch_nn_functional_interpolate_nearest_tuple_2d (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:48:49.8485243Z test_torch_nn_functional_interpolate_nearest_tuple_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8485401Z test_torch_nn_functional_interpolate_nearest_tuple_3d (__main__.TestCppApiParity) ... ok (0.013s) 2022-12-01T10:48:49.8485609Z test_torch_nn_functional_interpolate_nearest_tuple_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8485774Z test_torch_nn_functional_interpolate_trilinear_3d (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:48:49.8485963Z test_torch_nn_functional_interpolate_trilinear_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8486170Z test_torch_nn_functional_interpolate_trilinear_3d_zero_dim (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:48:49.8486374Z test_torch_nn_functional_interpolate_trilinear_3d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8486540Z test_torch_nn_functional_interpolate_trilinear_scale_3d (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:48:49.8486726Z test_torch_nn_functional_interpolate_trilinear_scale_3d_align_corners (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:48:49.8486940Z test_torch_nn_functional_interpolate_trilinear_scale_3d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8487136Z test_torch_nn_functional_interpolate_trilinear_scale_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8487304Z test_torch_nn_functional_interpolate_trilinear_tuple_3d (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:48:49.8487477Z test_torch_nn_functional_interpolate_trilinear_tuple_3d_align_corners (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:48:49.8487688Z test_torch_nn_functional_interpolate_trilinear_tuple_3d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8487882Z test_torch_nn_functional_interpolate_trilinear_tuple_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8488033Z test_torch_nn_functional_log_softmax_dim0 (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T10:48:49.8488213Z test_torch_nn_functional_log_softmax_dim0_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8488365Z test_torch_nn_functional_log_softmax_dim3 (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T10:48:49.8488545Z test_torch_nn_functional_log_softmax_dim3_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8488702Z test_torch_nn_functional_log_softmax_lastdim (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T10:48:49.8488883Z test_torch_nn_functional_log_softmax_lastdim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8489024Z test_torch_nn_functional_log_softmax_scalar (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:48:49.8489209Z test_torch_nn_functional_log_softmax_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8489364Z test_torch_nn_functional_log_softmax_spatial (__main__.TestCppApiParity) ... ok (0.006s) 2022-12-01T10:48:49.8489549Z test_torch_nn_functional_log_softmax_spatial_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8489717Z test_torch_nn_functional_log_softmax_spatial_special (__main__.TestCppApiParity) ... ok (0.006s) 2022-12-01T10:48:49.8489909Z test_torch_nn_functional_log_softmax_spatial_special_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8490096Z test_torch_nn_functional_multimarginloss_1d_input_0d_target_no_reduce (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:48:49.8490309Z test_torch_nn_functional_multimarginloss_1d_input_0d_target_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8490477Z test_torch_nn_functional_sample_functional_has_parity (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:48:49.8490658Z test_torch_nn_functional_sample_functional_has_parity_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8490910Z test_torch_nn_functional_sample_functional_no_parity (__main__.TestCppApiParity) ... expected failure (0.005s) 2022-12-01T10:48:49.8491099Z test_torch_nn_functional_sample_functional_no_parity_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8491261Z test_torch_nn_functional_softmax_functional_dim0 (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T10:48:49.8491484Z test_torch_nn_functional_softmax_functional_dim0_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-12-01T10:48:49.8491642Z test_torch_nn_functional_softmax_functional_dim3 (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T10:48:49.8491836Z test_torch_nn_functional_softmax_functional_dim3_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-12-01T10:48:49.8491997Z test_torch_nn_functional_softmax_functional_scalar (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:48:49.8492196Z test_torch_nn_functional_softmax_functional_scalar_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-12-01T10:48:49.8492348Z test_torch_nn_functional_softmax_lastdim (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T10:48:49.8492518Z test_torch_nn_functional_softmax_lastdim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8492677Z test_torch_nn_functional_softmax_lastdim_dtype (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T10:48:49.8492870Z test_torch_nn_functional_softmax_lastdim_dtype_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-12-01T10:48:49.8493022Z test_torch_nn_functional_softmax_spatial (__main__.TestCppApiParity) ... ok (0.006s) 2022-12-01T10:48:49.8493205Z test_torch_nn_functional_softmax_spatial_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8493363Z test_torch_nn_functional_softmax_spatial_dtype (__main__.TestCppApiParity) ... ok (0.006s) 2022-12-01T10:48:49.8493556Z test_torch_nn_functional_softmax_spatial_dtype_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-12-01T10:48:49.8493715Z test_torch_nn_functional_softmax_spatial_special (__main__.TestCppApiParity) ... ok (0.006s) 2022-12-01T10:48:49.8493904Z test_torch_nn_functional_softmax_spatial_special_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:48:49.8493914Z 2022-12-01T10:48:49.8494183Z ---------------------------------------------------------------------- 2022-12-01T10:48:49.8494262Z Ran 1100 tests in 6.862s 2022-12-01T10:48:49.8494267Z 2022-12-01T10:48:49.8494365Z OK (skipped=550, expected failures=17) 2022-12-01T10:48:49.8494371Z 2022-12-01T10:48:49.8494455Z Generating XML reports... 2022-12-01T10:48:49.8494777Z Generated XML report: test-reports/python-unittest/test_cpp_api_parity/TEST-TestCppApiParity-20221201104842.xml 2022-12-01T10:48:49.8494785Z 2022-12-01T10:48:49.8495200Z ##[endgroup] 2022-12-01T10:48:49.8495500Z FINISHED PRINTING LOG FILE of test_cpp_api_parity (/var/lib/jenkins/workspace/test/test-reports/test_cpp_api_parity_n6_2cwbx) 2022-12-01T10:48:49.8495506Z 2022-12-01T10:48:49.8495690Z Running test_namedtuple_return_api ... [2022-12-01 10:48:49.797202] 2022-12-01T10:48:49.8496029Z Executing ['/opt/conda/bin/python', '-bb', 'test_namedtuple_return_api.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:48:49.797711] 2022-12-01T10:48:52.6752137Z 2022-12-01T10:48:52.6752789Z Expand the folded group to see the log file of test_namedtuple_return_api 2022-12-01T10:48:52.6753931Z ##[group]PRINTING LOG FILE of test_namedtuple_return_api (/var/lib/jenkins/workspace/test/test-reports/test_namedtuple_return_api_4d3sxaym) 2022-12-01T10:48:52.6754965Z Test results will be stored in test-reports/python-unittest/test_namedtuple_return_api 2022-12-01T10:48:52.6755236Z 2022-12-01T10:48:52.6755353Z Running tests... 2022-12-01T10:48:52.6756226Z ---------------------------------------------------------------------- 2022-12-01T10:48:52.6756537Z test_import_return_types (__main__.TestNamedTupleAPI) ... ok (0.238s) 2022-12-01T10:48:52.6757442Z test_namedtuple_return (__main__.TestNamedTupleAPI) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-12-01T10:48:52.6758099Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-12-01T10:48:52.6758356Z Q, R = torch.qr(A, some) 2022-12-01T10:48:52.6758548Z should be replaced with 2022-12-01T10:48:52.6759012Z 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:48:52.6759352Z r = func(*args, **kwargs) 2022-12-01T10:48:52.6759863Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-12-01T10:48:52.6760408Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-12-01T10:48:52.6760665Z Q, R = torch.qr(A, some) 2022-12-01T10:48:52.6760899Z should be replaced with 2022-12-01T10:48:52.6761408Z 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:48:52.6761735Z r = func(*args, **kwargs) 2022-12-01T10:48:52.6762263Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-12-01T10:48:52.6762768Z 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:48:52.6763079Z L, _ = torch.symeig(A, upper=upper) 2022-12-01T10:48:52.6763284Z should be replaced with 2022-12-01T10:48:52.6763572Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-12-01T10:48:52.6763863Z and 2022-12-01T10:48:52.6764043Z L, V = torch.symeig(A, eigenvectors=True) 2022-12-01T10:48:52.6764257Z should be replaced with 2022-12-01T10:48:52.6764726Z 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:48:52.6765054Z r = func(*args, **kwargs) 2022-12-01T10:48:52.6765582Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-12-01T10:48:52.6766093Z 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:48:52.6766412Z L, _ = torch.symeig(A, upper=upper) 2022-12-01T10:48:52.6766604Z should be replaced with 2022-12-01T10:48:52.6766888Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-12-01T10:48:52.6767100Z and 2022-12-01T10:48:52.6767274Z L, V = torch.symeig(A, eigenvectors=True) 2022-12-01T10:48:52.6767484Z should be replaced with 2022-12-01T10:48:52.6767947Z 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:48:52.6768268Z r = func(*args, **kwargs) 2022-12-01T10:48:52.6768833Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-12-01T10:48:52.6769331Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-12-01T10:48:52.6769630Z X = torch.triangular_solve(B, A).solution 2022-12-01T10:48:52.6769894Z should be replaced with 2022-12-01T10:48:52.6770238Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2121.) 2022-12-01T10:48:52.6770565Z r = func(*args, **kwargs) 2022-12-01T10:48:52.6771165Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: 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:48:52.6771592Z LU, pivots = torch.lu(A, compute_pivots) 2022-12-01T10:48:52.6771801Z should be replaced with 2022-12-01T10:48:52.6772031Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-12-01T10:48:52.6772223Z and 2022-12-01T10:48:52.6772437Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-12-01T10:48:52.6772668Z should be replaced with 2022-12-01T10:48:52.6773018Z 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:48:52.6773360Z r = func(*args, **kwargs) 2022-12-01T10:48:52.6773538Z ok (0.021s) 2022-12-01T10:48:52.6773764Z test_native_functions_yaml (__main__.TestNamedTupleAPI) ... ok (1.353s) 2022-12-01T10:48:52.6773937Z 2022-12-01T10:48:52.6774140Z ---------------------------------------------------------------------- 2022-12-01T10:48:52.6774382Z Ran 3 tests in 1.613s 2022-12-01T10:48:52.6774494Z 2022-12-01T10:48:52.6774574Z OK 2022-12-01T10:48:52.6774665Z 2022-12-01T10:48:52.6774737Z Generating XML reports... 2022-12-01T10:48:52.6775175Z Generated XML report: test-reports/python-unittest/test_namedtuple_return_api/TEST-TestNamedTupleAPI-20221201104850.xml 2022-12-01T10:48:52.6775424Z 2022-12-01T10:48:52.6775711Z ##[endgroup] 2022-12-01T10:48:52.6776118Z FINISHED PRINTING LOG FILE of test_namedtuple_return_api (/var/lib/jenkins/workspace/test/test-reports/test_namedtuple_return_api_4d3sxaym) 2022-12-01T10:48:52.6776365Z 2022-12-01T10:48:52.6776531Z Running test_jit_disabled ... [2022-12-01 10:48:52.675618] 2022-12-01T10:48:52.6777004Z Executing ['/opt/conda/bin/python', '-bb', 'test_jit_disabled.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:48:52.675990] 2022-12-01T10:48:54.3556061Z 2022-12-01T10:48:54.3556720Z Expand the folded group to see the log file of test_jit_disabled 2022-12-01T10:48:54.3557974Z ##[group]PRINTING LOG FILE of test_jit_disabled (/var/lib/jenkins/workspace/test/test-reports/test_jit_disabled_bz5zvtzu) 2022-12-01T10:48:54.3558906Z Test results will be stored in test-reports/python-unittest/test_jit_disabled 2022-12-01T10:48:54.3559096Z 2022-12-01T10:48:54.3559173Z Running tests... 2022-12-01T10:48:54.3559553Z ---------------------------------------------------------------------- 2022-12-01T10:48:54.3559849Z test_attribute (__main__.TestJitDisabled) ... ok (0.292s) 2022-12-01T10:48:54.3560123Z test_recursive_script (__main__.TestJitDisabled) ... ok (0.049s) 2022-12-01T10:48:54.3560501Z test_script_module_construction (__main__.TestJitDisabled) ... ok (0.048s) 2022-12-01T10:48:54.3560660Z 2022-12-01T10:48:54.3560860Z ---------------------------------------------------------------------- 2022-12-01T10:48:54.3561096Z Ran 3 tests in 0.390s 2022-12-01T10:48:54.3561210Z 2022-12-01T10:48:54.3561271Z OK 2022-12-01T10:48:54.3561360Z 2022-12-01T10:48:54.3561431Z Generating XML reports... 2022-12-01T10:48:54.3561857Z Generated XML report: test-reports/python-unittest/test_jit_disabled/TEST-TestJitDisabled-20221201104853.xml 2022-12-01T10:48:54.3562090Z 2022-12-01T10:48:54.3562319Z ##[endgroup] 2022-12-01T10:48:54.3562694Z FINISHED PRINTING LOG FILE of test_jit_disabled (/var/lib/jenkins/workspace/test/test-reports/test_jit_disabled_bz5zvtzu) 2022-12-01T10:48:54.3562913Z 2022-12-01T10:48:54.3563493Z Running test_multiprocessing_spawn ... [2022-12-01 10:48:54.355874] 2022-12-01T10:48:54.3564619Z Executing ['/opt/conda/bin/python', '-bb', 'test_multiprocessing_spawn.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:48:54.356259] 2022-12-01T10:48:55.9192832Z 2022-12-01T10:48:55.9193460Z Expand the folded group to see the log file of test_multiprocessing_spawn 2022-12-01T10:48:55.9194589Z ##[group]PRINTING LOG FILE of test_multiprocessing_spawn (/var/lib/jenkins/workspace/test/test-reports/test_multiprocessing_spawn_8lm7t2ef) 2022-12-01T10:48:55.9195577Z Test results will be stored in test-reports/python-unittest/test_multiprocessing_spawn 2022-12-01T10:48:55.9196004Z 2022-12-01T10:48:55.9196082Z Running tests... 2022-12-01T10:48:55.9196384Z ---------------------------------------------------------------------- 2022-12-01T10:48:55.9196676Z test_errors_pickleable (__main__.ErrorTest) ... ok (0.237s) 2022-12-01T10:48:55.9196964Z test_exception_all (__main__.ForkTest) ... ok (0.059s) 2022-12-01T10:48:55.9197996Z 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:48:55.9199105Z 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:48:55.9200149Z 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:48:55.9201214Z 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:48:55.9202407Z 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:48:55.9203436Z 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:48:55.9204577Z 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:48:55.9205632Z 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:48:55.9206697Z 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:48:55.9207918Z 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:48:55.9208992Z 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:48:55.9209546Z test_signal_raises (__main__.SpawnTest) ... ok (0.010s) 2022-12-01T10:48:55.9210317Z 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:48:55.9211392Z 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:48:55.9212469Z 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:48:55.9213511Z 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:48:55.9214575Z 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:48:55.9215000Z 2022-12-01T10:48:55.9215209Z ---------------------------------------------------------------------- 2022-12-01T10:48:55.9215461Z Ran 19 tests in 0.316s 2022-12-01T10:48:55.9215579Z 2022-12-01T10:48:55.9215655Z OK (skipped=16) 2022-12-01T10:48:55.9215769Z 2022-12-01T10:48:55.9215841Z Generating XML reports... 2022-12-01T10:48:55.9216262Z Generated XML report: test-reports/python-unittest/test_multiprocessing_spawn/TEST-ErrorTest-20221201104855.xml 2022-12-01T10:48:55.9216780Z Generated XML report: test-reports/python-unittest/test_multiprocessing_spawn/TEST-ForkTest-20221201104855.xml 2022-12-01T10:48:55.9217289Z Generated XML report: test-reports/python-unittest/test_multiprocessing_spawn/TEST-SpawnTest-20221201104855.xml 2022-12-01T10:48:55.9217505Z 2022-12-01T10:48:55.9217791Z ##[endgroup] 2022-12-01T10:48:55.9218216Z FINISHED PRINTING LOG FILE of test_multiprocessing_spawn (/var/lib/jenkins/workspace/test/test-reports/test_multiprocessing_spawn_8lm7t2ef) 2022-12-01T10:48:55.9218517Z 2022-12-01T10:48:55.9218682Z Running test_show_pickle ... [2022-12-01 10:48:55.919594] 2022-12-01T10:48:55.9219146Z Executing ['/opt/conda/bin/python', '-bb', 'test_show_pickle.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:48:55.920045] 2022-12-01T10:48:57.3858383Z 2022-12-01T10:48:57.3858913Z Expand the folded group to see the log file of test_show_pickle 2022-12-01T10:48:57.3859919Z ##[group]PRINTING LOG FILE of test_show_pickle (/var/lib/jenkins/workspace/test/test-reports/test_show_pickle_xgam9rh1) 2022-12-01T10:48:57.3860512Z Test results will be stored in test-reports/python-unittest/test_show_pickle 2022-12-01T10:48:57.3860697Z 2022-12-01T10:48:57.3860758Z Running tests... 2022-12-01T10:48:57.3861118Z ---------------------------------------------------------------------- 2022-12-01T10:48:57.3861411Z test_scripted_model (__main__.TestShowPickle) ... ok (0.253s) 2022-12-01T10:48:57.3861572Z 2022-12-01T10:48:57.3861812Z ---------------------------------------------------------------------- 2022-12-01T10:48:57.3862047Z Ran 1 test in 0.253s 2022-12-01T10:48:57.3862312Z 2022-12-01T10:48:57.3862383Z OK 2022-12-01T10:48:57.3862477Z 2022-12-01T10:48:57.3862561Z Generating XML reports... 2022-12-01T10:48:57.3862974Z Generated XML report: test-reports/python-unittest/test_show_pickle/TEST-TestShowPickle-20221201104856.xml 2022-12-01T10:48:57.3863254Z 2022-12-01T10:48:57.3863484Z ##[endgroup] 2022-12-01T10:48:57.3863935Z FINISHED PRINTING LOG FILE of test_show_pickle (/var/lib/jenkins/workspace/test/test-reports/test_show_pickle_xgam9rh1) 2022-12-01T10:48:57.3864155Z 2022-12-01T10:48:57.7055704Z 2022-12-01T10:48:57.7055960Z real 40m54.285s 2022-12-01T10:48:57.7056338Z user 172m51.159s 2022-12-01T10:48:57.7056675Z sys 13m14.696s 2022-12-01T10:48:57.7056926Z + assert_git_not_dirty 2022-12-01T10:48:57.7057287Z + [[ linux-bionic-py3.7-clang9 != *rocm* ]] 2022-12-01T10:48:57.7057582Z + [[ linux-bionic-py3.7-clang9 != *xla* ]] 2022-12-01T10:48:57.7059457Z ++ git status --porcelain 2022-12-01T10:49:04.5249021Z + git_status= 2022-12-01T10:49:04.5249472Z + [[ -n '' ]] 2022-12-01T10:49:04.5249718Z + test_aten 2022-12-01T10:49:04.5250081Z + [[ linux-bionic-py3.7-clang9 != *asan* ]] 2022-12-01T10:49:04.5250368Z + [[ linux-bionic-py3.7-clang9 != *rocm* ]] 2022-12-01T10:49:04.5250652Z + echo 'Running ATen tests with pytorch lib' 2022-12-01T10:49:04.5250989Z Running ATen tests with pytorch lib 2022-12-01T10:49:04.5251312Z + [[ -n '' ]] 2022-12-01T10:49:04.5251718Z + echo 'Running test with the build folder' 2022-12-01T10:49:04.5252074Z Running test with the build folder 2022-12-01T10:49:04.5252344Z + TEST_BASE_DIR=build/bin 2022-12-01T10:49:04.5252680Z + ln -sf /opt/conda/lib/python3.7/site-packages/torch/lib/libc10.so build/bin 2022-12-01T10:49:04.5277083Z + ln -sf '/opt/conda/lib/python3.7/site-packages/torch/lib/libcaffe2*' build/bin 2022-12-01T10:49:04.5285603Z + ln -sf '/opt/conda/lib/python3.7/site-packages/torch/lib/libmkldnn*' build/bin 2022-12-01T10:49:04.5293137Z + ln -sf '/opt/conda/lib/python3.7/site-packages/torch/lib/libnccl*' build/bin 2022-12-01T10:49:04.5301961Z + 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:49:04.5310105Z + ln -sf '/opt/conda/lib/python3.7/site-packages/torch/lib/libtbb*' build/bin 2022-12-01T10:49:04.5317210Z + ls build/bin 2022-12-01T10:49:04.5374438Z CppSignature_test half_test 2022-12-01T10:49:04.5374832Z Dict_test inline_container_test 2022-12-01T10:49:04.5375164Z Dimname_test ivalue_test 2022-12-01T10:49:04.5375535Z FileStoreTest kernel_function_legacy_test 2022-12-01T10:49:04.5375914Z HashStoreTest kernel_function_test 2022-12-01T10:49:04.5376239Z IListRef_test kernel_lambda_legacy_test 2022-12-01T10:49:04.5376672Z KernelFunction_test kernel_lambda_test 2022-12-01T10:49:04.5388625Z List_test kernel_stackbased_test 2022-12-01T10:49:04.5389115Z MaybeOwned_test lazy_tensor_test 2022-12-01T10:49:04.5389470Z NamedTensor_test libc10.so 2022-12-01T10:49:04.5390016Z ProcessGroupGlooTest 'libcaffe2*' 2022-12-01T10:49:04.5390501Z TCPStoreTest 'libmkldnn*' 2022-12-01T10:49:04.5390993Z aot_model_compiler_test 'libnccl*' 2022-12-01T10:49:04.5391611Z apply_utils_test 'libtbb*' 2022-12-01T10:49:04.5391939Z atest libtorch.so 2022-12-01T10:49:04.5392325Z backend_fallback_test libtorch_cpu.so 2022-12-01T10:49:04.5392705Z basic libtorch_global_deps.so 2022-12-01T10:49:04.5393083Z broadcast_test libtorch_python.so 2022-12-01T10:49:04.5393467Z c10_Array_test libtorchbind_test.so 2022-12-01T10:49:04.5393857Z c10_Bitset_test make_boxed_from_unboxed_functor_test 2022-12-01T10:49:04.5394248Z c10_C++17_test math_kernel_test 2022-12-01T10:49:04.5394670Z c10_CompileTimeFunctionPointer_test memory_format_test 2022-12-01T10:49:04.5395156Z c10_ConstexprCrc_test memory_overlapping_test 2022-12-01T10:49:04.5395630Z c10_DeadlockDetection_test mobile_memory_cleanup 2022-12-01T10:49:04.5396023Z c10_DeviceGuard_test native_test 2022-12-01T10:49:04.5396382Z c10_Device_test op_allowlist_test 2022-12-01T10:49:04.5396777Z c10_DispatchKeySet_test op_registration_test 2022-12-01T10:49:04.5397170Z c10_Half_test operator_name_test 2022-12-01T10:49:04.5397590Z c10_InlineDeviceGuard_test operators_test 2022-12-01T10:49:04.5398060Z c10_InlineStreamGuard_test packedtensoraccessor_test 2022-12-01T10:49:04.5398481Z c10_LeftRight_test parallel_benchmark 2022-12-01T10:49:04.5398868Z c10_Metaprogramming_test pow_test 2022-12-01T10:49:04.5399238Z c10_SizesAndStrides_test protoc 2022-12-01T10:49:04.5399720Z c10_SmallVectorTest protoc-3.13.0.0 2022-12-01T10:49:04.5400075Z c10_StreamGuard_test quantized_test 2022-12-01T10:49:04.5400300Z c10_SymInt_test reduce_ops_test 2022-12-01T10:49:04.5400530Z c10_Synchronized_test reportMemoryUsage_test 2022-12-01T10:49:04.5400782Z c10_ThreadLocal_test scalar_tensor_test 2022-12-01T10:49:04.5401006Z c10_TypeIndex_test scalar_test 2022-12-01T10:49:04.5401235Z c10_TypeList_test stride_properties_test 2022-12-01T10:49:04.5401467Z c10_TypeTraits_test tensor_iterator_test 2022-12-01T10:49:04.5401690Z c10_accumulate_test test_api 2022-12-01T10:49:04.5401901Z c10_bfloat16_test test_cpp_rpc 2022-12-01T10:49:04.5402108Z c10_complex_math_test test_dist_autograd 2022-12-01T10:49:04.5402324Z c10_complex_test test_jit 2022-12-01T10:49:04.5402526Z c10_either_test test_lazy 2022-12-01T10:49:04.5402727Z c10_exception_test test_mobile_nnc 2022-12-01T10:49:04.5402944Z c10_flags_test test_parallel 2022-12-01T10:49:04.5403177Z c10_intrusive_ptr_benchmark test_tensorexpr 2022-12-01T10:49:04.5403408Z c10_intrusive_ptr_test thread_init_test 2022-12-01T10:49:04.5403659Z c10_irange_test torch_shm_manager 2022-12-01T10:49:04.5403961Z c10_logging_test tutorial_tensorexpr 2022-12-01T10:49:04.5404183Z c10_optional_test type_ptr_test 2022-12-01T10:49:04.5404400Z c10_ordered_preserving_dict_test type_test 2022-12-01T10:49:04.5404643Z c10_registry_test undefined_tensor_test 2022-12-01T10:49:04.5404868Z c10_string_view_test variant_test 2022-12-01T10:49:04.5405086Z c10_tempfile_test vec_test_all_types_AVX2 2022-12-01T10:49:04.5405322Z c10_typeid_test vec_test_all_types_AVX512 2022-12-01T10:49:04.5405571Z cpu_generator_test vec_test_all_types_DEFAULT 2022-12-01T10:49:04.5405817Z cpu_profiling_allocator_test verify_api_visibility 2022-12-01T10:49:04.5406045Z cpu_rng_test vmap_test 2022-12-01T10:49:04.5406380Z dispatch_key_set_test weakref_test 2022-12-01T10:49:04.5406589Z dlconvertor_test wrapdim_test 2022-12-01T10:49:04.5406815Z example_allreduce xla_tensor_test 2022-12-01T10:49:04.5407057Z extension_backend_test 2022-12-01T10:49:04.5407299Z + aten/tools/run_tests.sh build/bin 2022-12-01T10:49:04.5407539Z + set -e 2022-12-01T10:49:04.5407854Z ++ dirname aten/tools/run_tests.sh 2022-12-01T10:49:04.5409335Z + VALGRIND_SUP=/var/lib/jenkins/workspace/aten/tools/valgrind.sup 2022-12-01T10:49:04.5409721Z + pushd build/bin 2022-12-01T10:49:04.5410042Z ~/workspace/build/bin ~/workspace 2022-12-01T10:49:04.5410371Z + VALGRIND=OFF 2022-12-01T10:49:04.5410610Z + ./basic 2022-12-01T10:49:04.7652119Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-12-01T10:49:04.7652854Z [==========] Running 5 tests from 1 test suite. 2022-12-01T10:49:04.7653163Z [----------] Global test environment set-up. 2022-12-01T10:49:04.7653470Z [----------] 5 tests from BasicTest 2022-12-01T10:49:04.7653748Z [ RUN ] BasicTest.BasicTestCPU 2022-12-01T10:49:04.7914557Z 4 ms 2022-12-01T10:49:04.8501456Z 58 ms 2022-12-01T10:49:04.9309514Z 80 ms 2022-12-01T10:49:04.9406877Z [ OK ] BasicTest.BasicTestCPU (175 ms) 2022-12-01T10:49:04.9407399Z [ RUN ] BasicTest.BasicTestHalfCPU 2022-12-01T10:49:04.9432472Z 2 ms 2022-12-01T10:49:05.0226090Z 78 ms 2022-12-01T10:49:05.1265347Z 103 ms 2022-12-01T10:49:05.1361587Z [ OK ] BasicTest.BasicTestHalfCPU (195 ms) 2022-12-01T10:49:05.1362157Z [ RUN ] BasicTest.BasicTestCUDA 2022-12-01T10:49:05.1362668Z [ OK ] BasicTest.BasicTestCUDA (0 ms) 2022-12-01T10:49:05.1363185Z [ RUN ] BasicTest.FactoryMethodsTest 2022-12-01T10:49:05.1363759Z [ OK ] BasicTest.FactoryMethodsTest (0 ms) 2022-12-01T10:49:05.1364282Z [ RUN ] BasicTest.BasicStdTestCPU 2022-12-01T10:49:05.1364673Z Simple example: called once 2022-12-01T10:49:05.1367575Z throw: call_once will retry 2022-12-01T10:49:05.1369656Z throw: call_once will retry 2022-12-01T10:49:05.1372152Z Didn't throw, call_once will not attempt again 2022-12-01T10:49:05.1372795Z [ OK ] BasicTest.BasicStdTestCPU (1 ms) 2022-12-01T10:49:05.1373274Z [----------] 5 tests from BasicTest (372 ms total) 2022-12-01T10:49:05.1373481Z 2022-12-01T10:49:05.1373750Z [----------] Global test environment tear-down 2022-12-01T10:49:05.1374247Z [==========] 5 tests from 1 test suite ran. (372 ms total) 2022-12-01T10:49:05.1374649Z [ PASSED ] 5 tests. 2022-12-01T10:49:05.2021986Z + ./atest 2022-12-01T10:49:05.4309399Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-12-01T10:49:05.4309946Z [==========] Running 16 tests from 1 test suite. 2022-12-01T10:49:05.4310251Z [----------] Global test environment set-up. 2022-12-01T10:49:05.4310543Z [----------] 16 tests from atest 2022-12-01T10:49:05.4310784Z [ RUN ] atest.operators 2022-12-01T10:49:05.4313170Z [ OK ] atest.operators (0 ms) 2022-12-01T10:49:05.4313556Z [ RUN ] atest.logical_and_operators 2022-12-01T10:49:05.4314661Z [ OK ] atest.logical_and_operators (0 ms) 2022-12-01T10:49:05.4315167Z [ RUN ] atest.logical_or_operators 2022-12-01T10:49:05.4315707Z [ OK ] atest.logical_or_operators (0 ms) 2022-12-01T10:49:05.4316051Z [ RUN ] atest.logical_xor_operators 2022-12-01T10:49:05.4316472Z [ OK ] atest.logical_xor_operators (0 ms) 2022-12-01T10:49:05.4316933Z [ RUN ] atest.lt_operators 2022-12-01T10:49:05.4317419Z [ OK ] atest.lt_operators (0 ms) 2022-12-01T10:49:05.4317871Z [ RUN ] atest.le_operators 2022-12-01T10:49:05.4318348Z [ OK ] atest.le_operators (0 ms) 2022-12-01T10:49:05.4318877Z [ RUN ] atest.gt_operators 2022-12-01T10:49:05.4319128Z [ OK ] atest.gt_operators (0 ms) 2022-12-01T10:49:05.4319387Z [ RUN ] atest.ge_operators 2022-12-01T10:49:05.4319653Z [ OK ] atest.ge_operators (0 ms) 2022-12-01T10:49:05.4319911Z [ RUN ] atest.eq_operators 2022-12-01T10:49:05.4320159Z [ OK ] atest.eq_operators (0 ms) 2022-12-01T10:49:05.4320414Z [ RUN ] atest.ne_operators 2022-12-01T10:49:05.4320737Z [ OK ] atest.ne_operators (0 ms) 2022-12-01T10:49:05.4321007Z [ RUN ] atest.add_operators 2022-12-01T10:49:05.4321352Z [ OK ] atest.add_operators (0 ms) 2022-12-01T10:49:05.4321765Z [ RUN ] atest.max_operators 2022-12-01T10:49:05.4322132Z [ OK ] atest.max_operators (0 ms) 2022-12-01T10:49:05.4322487Z [ RUN ] atest.min_operators 2022-12-01T10:49:05.4322906Z [ OK ] atest.min_operators (0 ms) 2022-12-01T10:49:05.4323237Z [ RUN ] atest.sigmoid_backward_operator 2022-12-01T10:49:05.4323695Z [ OK ] atest.sigmoid_backward_operator (0 ms) 2022-12-01T10:49:05.4324194Z [ RUN ] atest.fmod_tensor_operators 2022-12-01T10:49:05.4324631Z [ OK ] atest.fmod_tensor_operators (0 ms) 2022-12-01T10:49:05.4324926Z [ RUN ] atest.atest 2022-12-01T10:49:05.4350708Z [ OK ] atest.atest (2 ms) 2022-12-01T10:49:05.4351104Z [----------] 16 tests from atest (4 ms total) 2022-12-01T10:49:05.4351260Z 2022-12-01T10:49:05.4351429Z [----------] Global test environment tear-down 2022-12-01T10:49:05.4351729Z [==========] 16 tests from 1 test suite ran. (4 ms total) 2022-12-01T10:49:05.4351989Z [ PASSED ] 16 tests. 2022-12-01T10:49:05.4984702Z + ./scalar_test 2022-12-01T10:49:05.7252404Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-12-01T10:49:05.7253282Z [==========] Running 5 tests from 2 test suites. 2022-12-01T10:49:05.7253828Z [----------] Global test environment set-up. 2022-12-01T10:49:05.7254361Z [----------] 4 tests from TestScalar 2022-12-01T10:49:05.7254772Z [ RUN ] TestScalar.TestScalar 2022-12-01T10:49:05.7255065Z H2: 3 257 3 1 2022-12-01T10:49:05.7319111Z [ OK ] TestScalar.TestScalar (6 ms) 2022-12-01T10:49:05.7319622Z [ RUN ] TestScalar.TestConj 2022-12-01T10:49:05.7320092Z [ OK ] TestScalar.TestConj (0 ms) 2022-12-01T10:49:05.7320602Z [ RUN ] TestScalar.TestEqual 2022-12-01T10:49:05.7321101Z [ OK ] TestScalar.TestEqual (0 ms) 2022-12-01T10:49:05.7321642Z [ RUN ] TestScalar.TestFormatting 2022-12-01T10:49:05.7322204Z [ OK ] TestScalar.TestFormatting (0 ms) 2022-12-01T10:49:05.7322598Z [----------] 4 tests from TestScalar (6 ms total) 2022-12-01T10:49:05.7322744Z 2022-12-01T10:49:05.7322887Z [----------] 1 test from TestSymInt 2022-12-01T10:49:05.7323139Z [ RUN ] TestSymInt.Basic 2022-12-01T10:49:05.7323400Z [ OK ] TestSymInt.Basic (0 ms) 2022-12-01T10:49:05.7323684Z [----------] 1 test from TestSymInt (0 ms total) 2022-12-01T10:49:05.7323930Z 2022-12-01T10:49:05.7324097Z [----------] Global test environment tear-down 2022-12-01T10:49:05.7324414Z [==========] 5 tests from 2 test suites ran. (6 ms total) 2022-12-01T10:49:05.7324681Z [ PASSED ] 5 tests. 2022-12-01T10:49:05.7941665Z + ./broadcast_test 2022-12-01T10:49:06.0199983Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-12-01T10:49:06.0200763Z [==========] Running 1 test from 1 test suite. 2022-12-01T10:49:06.0201079Z [----------] Global test environment set-up. 2022-12-01T10:49:06.0201374Z [----------] 1 test from BroadcastTest 2022-12-01T10:49:06.0201873Z [ RUN ] BroadcastTest.Broadcast 2022-12-01T10:49:06.0557201Z [ OK ] BroadcastTest.Broadcast (35 ms) 2022-12-01T10:49:06.0557689Z [----------] 1 test from BroadcastTest (35 ms total) 2022-12-01T10:49:06.0557875Z 2022-12-01T10:49:06.0558051Z [----------] Global test environment tear-down 2022-12-01T10:49:06.0558349Z [==========] 1 test from 1 test suite ran. (35 ms total) 2022-12-01T10:49:06.0558781Z [ PASSED ] 1 test. 2022-12-01T10:49:06.1178480Z + ./wrapdim_test 2022-12-01T10:49:06.3439303Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-12-01T10:49:06.3439857Z [==========] Running 1 test from 1 test suite. 2022-12-01T10:49:06.3440174Z [----------] Global test environment set-up. 2022-12-01T10:49:06.3440473Z [----------] 1 test from TestWrapdim 2022-12-01T10:49:06.3440759Z [ RUN ] TestWrapdim.TestWrapdim 2022-12-01T10:49:06.3446271Z [ OK ] TestWrapdim.TestWrapdim (0 ms) 2022-12-01T10:49:06.3446633Z [----------] 1 test from TestWrapdim (0 ms total) 2022-12-01T10:49:06.3446794Z 2022-12-01T10:49:06.3446966Z [----------] Global test environment tear-down 2022-12-01T10:49:06.3447264Z [==========] 1 test from 1 test suite ran. (0 ms total) 2022-12-01T10:49:06.3447522Z [ PASSED ] 1 test. 2022-12-01T10:49:06.4053227Z + ./apply_utils_test 2022-12-01T10:49:06.6415650Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-12-01T10:49:06.6416219Z [==========] Running 6 tests from 1 test suite. 2022-12-01T10:49:06.6416535Z [----------] Global test environment set-up. 2022-12-01T10:49:06.6416829Z [----------] 6 tests from ApplyUtilsTest 2022-12-01T10:49:06.6417129Z [ RUN ] ApplyUtilsTest.Contiguous2D 2022-12-01T10:49:06.6441653Z [ OK ] ApplyUtilsTest.Contiguous2D (2 ms) 2022-12-01T10:49:06.6442031Z [ RUN ] ApplyUtilsTest.Small2D 2022-12-01T10:49:06.6442340Z [ OK ] ApplyUtilsTest.Small2D (0 ms) 2022-12-01T10:49:06.6442642Z [ RUN ] ApplyUtilsTest._2D 2022-12-01T10:49:06.6449511Z [ OK ] ApplyUtilsTest._2D (0 ms) 2022-12-01T10:49:06.6449896Z [ RUN ] ApplyUtilsTest._3D 2022-12-01T10:49:06.6450694Z [ OK ] ApplyUtilsTest._3D (0 ms) 2022-12-01T10:49:06.6451049Z [ RUN ] ApplyUtilsTest.Medium3D 2022-12-01T10:49:06.6459964Z [ OK ] ApplyUtilsTest.Medium3D (0 ms) 2022-12-01T10:49:06.6460261Z [ RUN ] ApplyUtilsTest._10D 2022-12-01T10:49:06.6983743Z [ OK ] ApplyUtilsTest._10D (52 ms) 2022-12-01T10:49:06.6984180Z [----------] 6 tests from ApplyUtilsTest (56 ms total) 2022-12-01T10:49:06.6984338Z 2022-12-01T10:49:06.6984510Z [----------] Global test environment tear-down 2022-12-01T10:49:06.6984840Z [==========] 6 tests from 1 test suite ran. (56 ms total) 2022-12-01T10:49:06.6985107Z [ PASSED ] 6 tests. 2022-12-01T10:49:06.7618702Z + ./dlconvertor_test 2022-12-01T10:49:06.9896572Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-12-01T10:49:06.9897421Z [==========] Running 2 tests from 1 test suite. 2022-12-01T10:49:06.9897917Z [----------] Global test environment set-up. 2022-12-01T10:49:06.9898424Z [----------] 2 tests from TestDlconvertor 2022-12-01T10:49:06.9898890Z [ RUN ] TestDlconvertor.TestDlconvertor 2022-12-01T10:49:06.9901760Z [ OK ] TestDlconvertor.TestDlconvertor (0 ms) 2022-12-01T10:49:06.9902578Z [ RUN ] TestDlconvertor.TestDlconvertorNoStrides 2022-12-01T10:49:06.9903196Z [ OK ] TestDlconvertor.TestDlconvertorNoStrides (0 ms) 2022-12-01T10:49:06.9903765Z [----------] 2 tests from TestDlconvertor (0 ms total) 2022-12-01T10:49:06.9904259Z 2022-12-01T10:49:06.9904494Z [----------] Global test environment tear-down 2022-12-01T10:49:06.9904896Z [==========] 2 tests from 1 test suite ran. (0 ms total) 2022-12-01T10:49:06.9905207Z [ PASSED ] 2 tests. 2022-12-01T10:49:07.0507518Z + ./native_test 2022-12-01T10:49:07.2769463Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-12-01T10:49:07.2770558Z [==========] Running 2 tests from 1 test suite. 2022-12-01T10:49:07.2770878Z [----------] Global test environment set-up. 2022-12-01T10:49:07.2771161Z [----------] 2 tests from TestNative 2022-12-01T10:49:07.2771445Z [ RUN ] TestNative.NativeTestCPU 2022-12-01T10:49:07.2932050Z [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:49:07.2932997Z [ OK ] TestNative.NativeTestCPU (16 ms) 2022-12-01T10:49:07.2933466Z [ RUN ] TestNative.NativeTestGPU 2022-12-01T10:49:07.2933938Z [ OK ] TestNative.NativeTestGPU (0 ms) 2022-12-01T10:49:07.2934439Z [----------] 2 tests from TestNative (16 ms total) 2022-12-01T10:49:07.2934661Z 2022-12-01T10:49:07.2934882Z [----------] Global test environment tear-down 2022-12-01T10:49:07.2935296Z [==========] 2 tests from 1 test suite ran. (16 ms total) 2022-12-01T10:49:07.2935630Z [ PASSED ] 2 tests. 2022-12-01T10:49:07.3555730Z + ./scalar_tensor_test 2022-12-01T10:49:07.5802580Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-12-01T10:49:07.5803396Z [==========] Running 3 tests from 1 test suite. 2022-12-01T10:49:07.5804004Z [----------] Global test environment set-up. 2022-12-01T10:49:07.5804544Z [----------] 3 tests from TestScalarTensor 2022-12-01T10:49:07.5805109Z [ RUN ] TestScalarTensor.TestScalarTensorCPU 2022-12-01T10:49:07.7471561Z [ OK ] TestScalarTensor.TestScalarTensorCPU (166 ms) 2022-12-01T10:49:07.7472255Z [ RUN ] TestScalarTensor.TestScalarTensorCUDA 2022-12-01T10:49:07.7472790Z [ OK ] TestScalarTensor.TestScalarTensorCUDA (0 ms) 2022-12-01T10:49:07.7473160Z [ RUN ] TestScalarTensor.TestScalarTensorMPS 2022-12-01T10:49:07.7473522Z [ OK ] TestScalarTensor.TestScalarTensorMPS (0 ms) 2022-12-01T10:49:07.7473888Z [----------] 3 tests from TestScalarTensor (166 ms total) 2022-12-01T10:49:07.7474054Z 2022-12-01T10:49:07.7474221Z [----------] Global test environment tear-down 2022-12-01T10:49:07.7474524Z [==========] 3 tests from 1 test suite ran. (166 ms total) 2022-12-01T10:49:07.7474781Z [ PASSED ] 3 tests. 2022-12-01T10:49:07.8086202Z + [[ -x ./tensor_interop_test ]] 2022-12-01T10:49:07.8086432Z + ./undefined_tensor_test 2022-12-01T10:49:08.0436144Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-12-01T10:49:08.0436799Z [==========] Running 1 test from 1 test suite. 2022-12-01T10:49:08.0437121Z [----------] Global test environment set-up. 2022-12-01T10:49:08.0437407Z [----------] 1 test from TestUndefined 2022-12-01T10:49:08.0437699Z [ RUN ] TestUndefined.UndefinedTest 2022-12-01T10:49:08.0645800Z [ OK ] TestUndefined.UndefinedTest (20 ms) 2022-12-01T10:49:08.0646390Z [----------] 1 test from TestUndefined (20 ms total) 2022-12-01T10:49:08.0646553Z 2022-12-01T10:49:08.0646730Z [----------] Global test environment tear-down 2022-12-01T10:49:08.0647042Z [==========] 1 test from 1 test suite ran. (21 ms total) 2022-12-01T10:49:08.0647306Z [ PASSED ] 1 test. 2022-12-01T10:49:08.1290601Z + ./extension_backend_test 2022-12-01T10:49:08.3579178Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-12-01T10:49:08.3579921Z [==========] Running 1 test from 1 test suite. 2022-12-01T10:49:08.3580569Z [----------] Global test environment set-up. 2022-12-01T10:49:08.3581091Z [----------] 1 test from BackendExtensionTest 2022-12-01T10:49:08.3581590Z [ RUN ] BackendExtensionTest.TestRegisterOp 2022-12-01T10:49:08.3582561Z [ OK ] BackendExtensionTest.TestRegisterOp (0 ms) 2022-12-01T10:49:08.3583083Z [----------] 1 test from BackendExtensionTest (0 ms total) 2022-12-01T10:49:08.3583295Z 2022-12-01T10:49:08.3583512Z [----------] Global test environment tear-down 2022-12-01T10:49:08.3583908Z [==========] 1 test from 1 test suite ran. (0 ms total) 2022-12-01T10:49:08.3584222Z [ PASSED ] 1 test. 2022-12-01T10:49:08.4207059Z + ./lazy_tensor_test 2022-12-01T10:49:08.6481220Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-12-01T10:49:08.6482083Z [==========] Running 2 tests from 2 test suites. 2022-12-01T10:49:08.6482616Z [----------] Global test environment set-up. 2022-12-01T10:49:08.6482950Z [----------] 1 test from XlaTensorTest 2022-12-01T10:49:08.6483244Z [ RUN ] XlaTensorTest.TestNoStorage 2022-12-01T10:49:08.6483549Z [ OK ] XlaTensorTest.TestNoStorage (0 ms) 2022-12-01T10:49:08.6483959Z [----------] 1 test from XlaTensorTest (0 ms total) 2022-12-01T10:49:08.6484115Z 2022-12-01T10:49:08.6484262Z [----------] 1 test from LazyTensorTest 2022-12-01T10:49:08.6484541Z [ RUN ] LazyTensorTest.TestNoStorage 2022-12-01T10:49:08.6484864Z [ OK ] LazyTensorTest.TestNoStorage (0 ms) 2022-12-01T10:49:08.6485190Z [----------] 1 test from LazyTensorTest (0 ms total) 2022-12-01T10:49:08.6485343Z 2022-12-01T10:49:08.6485508Z [----------] Global test environment tear-down 2022-12-01T10:49:08.6485808Z [==========] 2 tests from 2 test suites ran. (0 ms total) 2022-12-01T10:49:08.6486072Z [ PASSED ] 2 tests. 2022-12-01T10:49:08.7086398Z + ./tensor_iterator_test 2022-12-01T10:49:08.9330086Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-12-01T10:49:08.9330969Z [==========] Running 65 tests from 1 test suite. 2022-12-01T10:49:08.9331370Z [----------] Global test environment set-up. 2022-12-01T10:49:08.9331693Z [----------] 65 tests from TensorIteratorTest 2022-12-01T10:49:08.9332000Z [ RUN ] TensorIteratorTest.CPUScalar 2022-12-01T10:49:08.9332324Z [ OK ] TensorIteratorTest.CPUScalar (0 ms) 2022-12-01T10:49:08.9332646Z [ RUN ] TensorIteratorTest.CPUScalarInputs 2022-12-01T10:49:08.9332999Z [ OK ] TensorIteratorTest.CPUScalarInputs (0 ms) 2022-12-01T10:49:08.9333337Z [ RUN ] TensorIteratorTest.MixedDevices 2022-12-01T10:49:08.9333662Z [ OK ] TensorIteratorTest.MixedDevices (0 ms) 2022-12-01T10:49:08.9334015Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Byte 2022-12-01T10:49:08.9528505Z [ OK ] TensorIteratorTest.SerialLoopUnary_Byte (19 ms) 2022-12-01T10:49:08.9528886Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Char 2022-12-01T10:49:08.9543696Z [ OK ] TensorIteratorTest.SerialLoopUnary_Char (1 ms) 2022-12-01T10:49:08.9544086Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Short 2022-12-01T10:49:08.9559894Z [ OK ] TensorIteratorTest.SerialLoopUnary_Short (1 ms) 2022-12-01T10:49:08.9560250Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Int 2022-12-01T10:49:08.9575852Z [ OK ] TensorIteratorTest.SerialLoopUnary_Int (1 ms) 2022-12-01T10:49:08.9576221Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Long 2022-12-01T10:49:08.9591873Z [ OK ] TensorIteratorTest.SerialLoopUnary_Long (1 ms) 2022-12-01T10:49:08.9592474Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Float 2022-12-01T10:49:08.9608080Z [ OK ] TensorIteratorTest.SerialLoopUnary_Float (1 ms) 2022-12-01T10:49:08.9608459Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Double 2022-12-01T10:49:08.9624147Z [ OK ] TensorIteratorTest.SerialLoopUnary_Double (1 ms) 2022-12-01T10:49:08.9624649Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Byte 2022-12-01T10:49:08.9639773Z [ OK ] TensorIteratorTest.SerialLoopBinary_Byte (1 ms) 2022-12-01T10:49:08.9640151Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Char 2022-12-01T10:49:08.9655591Z [ OK ] TensorIteratorTest.SerialLoopBinary_Char (1 ms) 2022-12-01T10:49:08.9655971Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Short 2022-12-01T10:49:08.9671354Z [ OK ] TensorIteratorTest.SerialLoopBinary_Short (1 ms) 2022-12-01T10:49:08.9671737Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Int 2022-12-01T10:49:08.9686969Z [ OK ] TensorIteratorTest.SerialLoopBinary_Int (1 ms) 2022-12-01T10:49:08.9687346Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Long 2022-12-01T10:49:08.9702701Z [ OK ] TensorIteratorTest.SerialLoopBinary_Long (1 ms) 2022-12-01T10:49:08.9703065Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Float 2022-12-01T10:49:08.9718373Z [ OK ] TensorIteratorTest.SerialLoopBinary_Float (1 ms) 2022-12-01T10:49:08.9718756Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Double 2022-12-01T10:49:08.9734139Z [ OK ] TensorIteratorTest.SerialLoopBinary_Double (1 ms) 2022-12-01T10:49:08.9734518Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Byte 2022-12-01T10:49:08.9750019Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Byte (1 ms) 2022-12-01T10:49:08.9750414Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Char 2022-12-01T10:49:08.9765708Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Char (1 ms) 2022-12-01T10:49:08.9766110Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Short 2022-12-01T10:49:08.9782036Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Short (1 ms) 2022-12-01T10:49:08.9782580Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Int 2022-12-01T10:49:08.9797575Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Int (1 ms) 2022-12-01T10:49:08.9797979Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Long 2022-12-01T10:49:08.9813341Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Long (1 ms) 2022-12-01T10:49:08.9813741Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Float 2022-12-01T10:49:08.9829561Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Float (1 ms) 2022-12-01T10:49:08.9829964Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Double 2022-12-01T10:49:08.9845552Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Double (1 ms) 2022-12-01T10:49:08.9846286Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Byte 2022-12-01T10:49:08.9846961Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Byte (0 ms) 2022-12-01T10:49:08.9847607Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Char 2022-12-01T10:49:08.9848236Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Char (0 ms) 2022-12-01T10:49:08.9848709Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Short 2022-12-01T10:49:08.9849364Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Short (0 ms) 2022-12-01T10:49:08.9850051Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Int 2022-12-01T10:49:08.9850714Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Int (0 ms) 2022-12-01T10:49:08.9851451Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Long 2022-12-01T10:49:08.9852546Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Long (0 ms) 2022-12-01T10:49:08.9853287Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Float 2022-12-01T10:49:08.9853959Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Float (0 ms) 2022-12-01T10:49:08.9854661Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Double 2022-12-01T10:49:08.9855508Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Double (0 ms) 2022-12-01T10:49:08.9856275Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Byte 2022-12-01T10:49:08.9856767Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Byte (0 ms) 2022-12-01T10:49:08.9857186Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Char 2022-12-01T10:49:08.9857609Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Char (0 ms) 2022-12-01T10:49:08.9858013Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Short 2022-12-01T10:49:08.9858442Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Short (0 ms) 2022-12-01T10:49:08.9858859Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Int 2022-12-01T10:49:08.9859275Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Int (0 ms) 2022-12-01T10:49:08.9859674Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Long 2022-12-01T10:49:08.9860097Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Long (0 ms) 2022-12-01T10:49:08.9860512Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Float 2022-12-01T10:49:08.9860949Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Float (0 ms) 2022-12-01T10:49:08.9861356Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Double 2022-12-01T10:49:08.9861785Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Double (0 ms) 2022-12-01T10:49:08.9862429Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Byte 2022-12-01T10:49:08.9862856Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Byte (0 ms) 2022-12-01T10:49:08.9863284Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Char 2022-12-01T10:49:08.9863721Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Char (0 ms) 2022-12-01T10:49:08.9864140Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Short 2022-12-01T10:49:08.9864581Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Short (0 ms) 2022-12-01T10:49:08.9865012Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Int 2022-12-01T10:49:08.9865444Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Int (0 ms) 2022-12-01T10:49:08.9865856Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Long 2022-12-01T10:49:08.9866289Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Long (0 ms) 2022-12-01T10:49:08.9866720Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Float 2022-12-01T10:49:08.9867142Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Float (0 ms) 2022-12-01T10:49:08.9867574Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Double 2022-12-01T10:49:08.9868009Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Double (0 ms) 2022-12-01T10:49:08.9868420Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Byte 2022-12-01T10:49:08.9868804Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Byte (0 ms) 2022-12-01T10:49:08.9869193Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Char 2022-12-01T10:49:08.9869587Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Char (0 ms) 2022-12-01T10:49:08.9869966Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Short 2022-12-01T10:49:08.9870367Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Short (0 ms) 2022-12-01T10:49:08.9870845Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Int 2022-12-01T10:49:08.9871240Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Int (0 ms) 2022-12-01T10:49:08.9871618Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Long 2022-12-01T10:49:08.9872013Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Long (0 ms) 2022-12-01T10:49:08.9872448Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Float 2022-12-01T10:49:08.9872834Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Float (0 ms) 2022-12-01T10:49:08.9873234Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Double 2022-12-01T10:49:08.9873636Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Double (0 ms) 2022-12-01T10:49:08.9874030Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Bool 2022-12-01T10:49:08.9874412Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Bool (0 ms) 2022-12-01T10:49:08.9874799Z [ RUN ] TensorIteratorTest.SerialLoopSingleThread 2022-12-01T10:49:08.9893580Z [ OK ] TensorIteratorTest.SerialLoopSingleThread (3 ms) 2022-12-01T10:49:08.9894265Z [ RUN ] TensorIteratorTest.InputDType 2022-12-01T10:49:08.9894864Z [ OK ] TensorIteratorTest.InputDType (0 ms) 2022-12-01T10:49:08.9895548Z [ RUN ] TensorIteratorTest.ComputeCommonDTypeInputOnly 2022-12-01T10:49:08.9896338Z [ OK ] TensorIteratorTest.ComputeCommonDTypeInputOnly (0 ms) 2022-12-01T10:49:08.9897135Z [ RUN ] TensorIteratorTest.DoNotComputeCommonDTypeInputOnly 2022-12-01T10:49:08.9897973Z [ OK ] TensorIteratorTest.DoNotComputeCommonDTypeInputOnly (0 ms) 2022-12-01T10:49:08.9898751Z [ RUN ] TensorIteratorTest.FailNonPromotingBinaryOp 2022-12-01T10:49:08.9904966Z [ OK ] TensorIteratorTest.FailNonPromotingBinaryOp (1 ms) 2022-12-01T10:49:08.9905721Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Byte 2022-12-01T10:49:08.9906450Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Byte (0 ms) 2022-12-01T10:49:08.9907168Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Char 2022-12-01T10:49:08.9909537Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Char (0 ms) 2022-12-01T10:49:08.9910342Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Short 2022-12-01T10:49:08.9911077Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Short (0 ms) 2022-12-01T10:49:08.9911796Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Int 2022-12-01T10:49:08.9912520Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Int (0 ms) 2022-12-01T10:49:08.9913237Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Long 2022-12-01T10:49:08.9913942Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Long (0 ms) 2022-12-01T10:49:08.9914658Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Float 2022-12-01T10:49:08.9915379Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Float (0 ms) 2022-12-01T10:49:08.9916080Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Double 2022-12-01T10:49:08.9916806Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Double (0 ms) 2022-12-01T10:49:08.9917487Z [----------] 65 tests from TensorIteratorTest (57 ms total) 2022-12-01T10:49:08.9917765Z 2022-12-01T10:49:08.9918047Z [----------] Global test environment tear-down 2022-12-01T10:49:08.9918559Z [==========] 65 tests from 1 test suite ran. (57 ms total) 2022-12-01T10:49:08.9918979Z [ PASSED ] 65 tests. 2022-12-01T10:49:09.0528082Z + ./Dimname_test 2022-12-01T10:49:09.2767301Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-12-01T10:49:09.2768100Z [==========] Running 4 tests from 1 test suite. 2022-12-01T10:49:09.2768927Z [----------] Global test environment set-up. 2022-12-01T10:49:09.2769467Z [----------] 4 tests from DimnameTest 2022-12-01T10:49:09.2769977Z [ RUN ] DimnameTest.isValidIdentifier 2022-12-01T10:49:09.2770556Z [ OK ] DimnameTest.isValidIdentifier (0 ms) 2022-12-01T10:49:09.2771096Z [ RUN ] DimnameTest.wildcardName 2022-12-01T10:49:09.2771770Z [ OK ] DimnameTest.wildcardName (0 ms) 2022-12-01T10:49:09.2772268Z [ RUN ] DimnameTest.createNormalName 2022-12-01T10:49:09.2780377Z [ OK ] DimnameTest.createNormalName (1 ms) 2022-12-01T10:49:09.2780919Z [ RUN ] DimnameTest.unifyAndMatch 2022-12-01T10:49:09.2781413Z [ OK ] DimnameTest.unifyAndMatch (0 ms) 2022-12-01T10:49:09.2781897Z [----------] 4 tests from DimnameTest (1 ms total) 2022-12-01T10:49:09.2782091Z 2022-12-01T10:49:09.2782554Z [----------] Global test environment tear-down 2022-12-01T10:49:09.2782979Z [==========] 4 tests from 1 test suite ran. (1 ms total) 2022-12-01T10:49:09.2783307Z [ PASSED ] 4 tests. 2022-12-01T10:49:09.3366952Z + ./Dict_test 2022-12-01T10:49:09.5615234Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-12-01T10:49:09.5615897Z [==========] Running 47 tests from 2 test suites. 2022-12-01T10:49:09.5616221Z [----------] Global test environment set-up. 2022-12-01T10:49:09.5616557Z [----------] 46 tests from DictTest 2022-12-01T10:49:09.5616900Z [ RUN ] DictTest.givenEmptyDict_whenCallingEmpty_thenReturnsTrue 2022-12-01T10:49:09.5617298Z [ OK ] DictTest.givenEmptyDict_whenCallingEmpty_thenReturnsTrue (0 ms) 2022-12-01T10:49:09.5617712Z [ RUN ] DictTest.givenNonemptyDict_whenCallingEmpty_thenReturnsFalse 2022-12-01T10:49:09.5618134Z [ OK ] DictTest.givenNonemptyDict_whenCallingEmpty_thenReturnsFalse (0 ms) 2022-12-01T10:49:09.5618545Z [ RUN ] DictTest.givenEmptyDict_whenCallingSize_thenReturnsZero 2022-12-01T10:49:09.5618928Z [ OK ] DictTest.givenEmptyDict_whenCallingSize_thenReturnsZero (0 ms) 2022-12-01T10:49:09.5619353Z [ RUN ] DictTest.givenNonemptyDict_whenCallingSize_thenReturnsNumberOfElements 2022-12-01T10:49:09.5619817Z [ OK ] DictTest.givenNonemptyDict_whenCallingSize_thenReturnsNumberOfElements (0 ms) 2022-12-01T10:49:09.5620239Z [ RUN ] DictTest.givenNonemptyDict_whenCallingClear_thenIsEmpty 2022-12-01T10:49:09.5620625Z [ OK ] DictTest.givenNonemptyDict_whenCallingClear_thenIsEmpty (0 ms) 2022-12-01T10:49:09.5621060Z [ RUN ] DictTest.whenInsertingNewKey_thenReturnsTrueAndIteratorToNewElement 2022-12-01T10:49:09.5621541Z [ OK ] DictTest.whenInsertingNewKey_thenReturnsTrueAndIteratorToNewElement (0 ms) 2022-12-01T10:49:09.5622041Z [ RUN ] DictTest.whenInsertingExistingKey_thenReturnsFalseAndIteratorToExistingElement 2022-12-01T10:49:09.5622741Z [ OK ] DictTest.whenInsertingExistingKey_thenReturnsFalseAndIteratorToExistingElement (0 ms) 2022-12-01T10:49:09.5623213Z [ RUN ] DictTest.whenInsertingExistingKey_thenDoesNotModifyDict 2022-12-01T10:49:09.5623629Z [ OK ] DictTest.whenInsertingExistingKey_thenDoesNotModifyDict (0 ms) 2022-12-01T10:49:09.5624096Z [ RUN ] DictTest.whenInsertOrAssigningNewKey_thenReturnsTrueAndIteratorToNewElement 2022-12-01T10:49:09.5624617Z [ OK ] DictTest.whenInsertOrAssigningNewKey_thenReturnsTrueAndIteratorToNewElement (0 ms) 2022-12-01T10:49:09.5625169Z [ RUN ] DictTest.whenInsertOrAssigningExistingKey_thenReturnsFalseAndIteratorToChangedElement 2022-12-01T10:49:09.5625756Z [ OK ] DictTest.whenInsertOrAssigningExistingKey_thenReturnsFalseAndIteratorToChangedElement (0 ms) 2022-12-01T10:49:09.5626473Z [ RUN ] DictTest.whenInsertOrAssigningExistingKey_thenDoesModifyDict 2022-12-01T10:49:09.5626929Z [ OK ] DictTest.whenInsertOrAssigningExistingKey_thenDoesModifyDict (0 ms) 2022-12-01T10:49:09.5627345Z [ RUN ] DictTest.givenEmptyDict_whenIterating_thenBeginIsEnd 2022-12-01T10:49:09.5627724Z [ OK ] DictTest.givenEmptyDict_whenIterating_thenBeginIsEnd (0 ms) 2022-12-01T10:49:09.5628176Z [ RUN ] DictTest.givenMutableDict_whenIterating_thenFindsElements 2022-12-01T10:49:09.5628585Z [ OK ] DictTest.givenMutableDict_whenIterating_thenFindsElements (0 ms) 2022-12-01T10:49:09.5629013Z [ RUN ] DictTest.givenMutableDict_whenIteratingWithForeach_thenFindsElements 2022-12-01T10:49:09.5629447Z [ OK ] DictTest.givenMutableDict_whenIteratingWithForeach_thenFindsElements (0 ms) 2022-12-01T10:49:09.5629861Z [ RUN ] DictTest.givenConstDict_whenIterating_thenFindsElements 2022-12-01T10:49:09.5630258Z [ OK ] DictTest.givenConstDict_whenIterating_thenFindsElements (0 ms) 2022-12-01T10:49:09.5630660Z [ RUN ] DictTest.givenConstDict_whenIteratingWithForeach_thenFindsElements 2022-12-01T10:49:09.5631102Z [ OK ] DictTest.givenConstDict_whenIteratingWithForeach_thenFindsElements (0 ms) 2022-12-01T10:49:09.5631483Z [ RUN ] DictTest.givenIterator_thenCanModifyValue 2022-12-01T10:49:09.5631839Z [ OK ] DictTest.givenIterator_thenCanModifyValue (0 ms) 2022-12-01T10:49:09.5632232Z [ RUN ] DictTest.givenOneElementDict_whenErasingByIterator_thenDictIsEmpty 2022-12-01T10:49:09.5632679Z [ OK ] DictTest.givenOneElementDict_whenErasingByIterator_thenDictIsEmpty (0 ms) 2022-12-01T10:49:09.5633135Z [ RUN ] DictTest.givenOneElementDict_whenErasingByKey_thenReturnsOneAndDictIsEmpty 2022-12-01T10:49:09.5633598Z [ OK ] DictTest.givenOneElementDict_whenErasingByKey_thenReturnsOneAndDictIsEmpty (0 ms) 2022-12-01T10:49:09.5634119Z [ RUN ] DictTest.givenOneElementDict_whenErasingByNonexistingKey_thenReturnsZeroAndDictIsUnchanged 2022-12-01T10:49:09.5634672Z [ OK ] DictTest.givenOneElementDict_whenErasingByNonexistingKey_thenReturnsZeroAndDictIsUnchanged (0 ms) 2022-12-01T10:49:09.5635167Z [ RUN ] DictTest.whenCallingAtWithExistingKey_thenReturnsCorrectElement 2022-12-01T10:49:09.5635615Z [ OK ] DictTest.whenCallingAtWithExistingKey_thenReturnsCorrectElement (0 ms) 2022-12-01T10:49:09.5636080Z [ RUN ] DictTest.whenCallingAtWithNonExistingKey_thenReturnsCorrectElement 2022-12-01T10:49:09.5636558Z [ OK ] DictTest.whenCallingAtWithNonExistingKey_thenReturnsCorrectElement (0 ms) 2022-12-01T10:49:09.5637042Z [ RUN ] DictTest.givenMutableDict_whenCallingFindOnExistingKey_thenFindsCorrectElement 2022-12-01T10:49:09.5637527Z [ OK ] DictTest.givenMutableDict_whenCallingFindOnExistingKey_thenFindsCorrectElement (0 ms) 2022-12-01T10:49:09.5638007Z [ RUN ] DictTest.givenMutableDict_whenCallingFindOnNonExistingKey_thenReturnsEnd 2022-12-01T10:49:09.5638476Z [ OK ] DictTest.givenMutableDict_whenCallingFindOnNonExistingKey_thenReturnsEnd (0 ms) 2022-12-01T10:49:09.5638935Z [ RUN ] DictTest.givenConstDict_whenCallingFindOnExistingKey_thenFindsCorrectElement 2022-12-01T10:49:09.5639420Z [ OK ] DictTest.givenConstDict_whenCallingFindOnExistingKey_thenFindsCorrectElement (0 ms) 2022-12-01T10:49:09.5639884Z [ RUN ] DictTest.givenConstDict_whenCallingFindOnNonExistingKey_thenReturnsEnd 2022-12-01T10:49:09.5640344Z [ OK ] DictTest.givenConstDict_whenCallingFindOnNonExistingKey_thenReturnsEnd (0 ms) 2022-12-01T10:49:09.5640784Z [ RUN ] DictTest.whenCallingContainsWithExistingKey_thenReturnsTrue 2022-12-01T10:49:09.5641233Z [ OK ] DictTest.whenCallingContainsWithExistingKey_thenReturnsTrue (0 ms) 2022-12-01T10:49:09.5641736Z [ RUN ] DictTest.whenCallingContainsWithNonExistingKey_thenReturnsFalse 2022-12-01T10:49:09.5642211Z [ OK ] DictTest.whenCallingContainsWithNonExistingKey_thenReturnsFalse (0 ms) 2022-12-01T10:49:09.5642610Z [ RUN ] DictTest.whenCallingReserve_thenDoesntCrash 2022-12-01T10:49:09.5642977Z [ OK ] DictTest.whenCallingReserve_thenDoesntCrash (0 ms) 2022-12-01T10:49:09.5643381Z [ RUN ] DictTest.whenCopyConstructingDict_thenAreEqual 2022-12-01T10:49:09.5643842Z [ OK ] DictTest.whenCopyConstructingDict_thenAreEqual (0 ms) 2022-12-01T10:49:09.5644217Z [ RUN ] DictTest.whenCopyAssigningDict_thenAreEqual 2022-12-01T10:49:09.5644589Z [ OK ] DictTest.whenCopyAssigningDict_thenAreEqual (0 ms) 2022-12-01T10:49:09.5644927Z [ RUN ] DictTest.whenCopyingDict_thenAreEqual 2022-12-01T10:49:09.5645271Z [ OK ] DictTest.whenCopyingDict_thenAreEqual (0 ms) 2022-12-01T10:49:09.5645646Z [ RUN ] DictTest.whenMoveConstructingDict_thenNewIsCorrect 2022-12-01T10:49:09.5646048Z [ OK ] DictTest.whenMoveConstructingDict_thenNewIsCorrect (0 ms) 2022-12-01T10:49:09.5646423Z [ RUN ] DictTest.whenMoveAssigningDict_thenNewIsCorrect 2022-12-01T10:49:09.5646804Z [ OK ] DictTest.whenMoveAssigningDict_thenNewIsCorrect (0 ms) 2022-12-01T10:49:09.5647197Z [ RUN ] DictTest.whenMoveConstructingDict_thenOldIsUnchanged 2022-12-01T10:49:09.5647592Z [ OK ] DictTest.whenMoveConstructingDict_thenOldIsUnchanged (0 ms) 2022-12-01T10:49:09.5647983Z [ RUN ] DictTest.whenMoveAssigningDict_thenOldIsUnchanged 2022-12-01T10:49:09.5648377Z [ OK ] DictTest.whenMoveAssigningDict_thenOldIsUnchanged (0 ms) 2022-12-01T10:49:09.5648842Z [ RUN ] DictTest.givenIterator_whenPostfixIncrementing_thenMovesToNextAndReturnsOldPosition 2022-12-01T10:49:09.5649357Z [ OK ] DictTest.givenIterator_whenPostfixIncrementing_thenMovesToNextAndReturnsOldPosition (0 ms) 2022-12-01T10:49:09.5649873Z [ RUN ] DictTest.givenIterator_whenPrefixIncrementing_thenMovesToNextAndReturnsNewPosition 2022-12-01T10:49:09.5650391Z [ OK ] DictTest.givenIterator_whenPrefixIncrementing_thenMovesToNextAndReturnsNewPosition (0 ms) 2022-12-01T10:49:09.5650813Z [ RUN ] DictTest.givenEqualIterators_thenAreEqual 2022-12-01T10:49:09.5651163Z [ OK ] DictTest.givenEqualIterators_thenAreEqual (0 ms) 2022-12-01T10:49:09.5651545Z [ RUN ] DictTest.givenDifferentIterators_thenAreNotEqual 2022-12-01T10:49:09.5651939Z [ OK ] DictTest.givenDifferentIterators_thenAreNotEqual (0 ms) 2022-12-01T10:49:09.5652348Z [ RUN ] DictTest.givenIterator_whenDereferencing_thenPointsToCorrectElement 2022-12-01T10:49:09.5652795Z [ OK ] DictTest.givenIterator_whenDereferencing_thenPointsToCorrectElement (0 ms) 2022-12-01T10:49:09.5653211Z [ RUN ] DictTest.givenIterator_whenWritingToValue_thenChangesValue 2022-12-01T10:49:09.5653617Z [ OK ] DictTest.givenIterator_whenWritingToValue_thenChangesValue (0 ms) 2022-12-01T10:49:09.5653940Z [ RUN ] DictTest.isReferenceType 2022-12-01T10:49:09.5654241Z [ OK ] DictTest.isReferenceType (0 ms) 2022-12-01T10:49:09.5654556Z [ RUN ] DictTest.copyHasSeparateStorage 2022-12-01T10:49:09.5654881Z [ OK ] DictTest.copyHasSeparateStorage (0 ms) 2022-12-01T10:49:09.5655189Z [ RUN ] DictTest.dictTensorAsKey 2022-12-01T10:49:09.5655486Z [ OK ] DictTest.dictTensorAsKey (0 ms) 2022-12-01T10:49:09.5655763Z [ RUN ] DictTest.dictEquality 2022-12-01T10:49:09.5656046Z [ OK ] DictTest.dictEquality (0 ms) 2022-12-01T10:49:09.5656353Z [----------] 46 tests from DictTest (0 ms total) 2022-12-01T10:49:09.5656564Z 2022-12-01T10:49:09.5656742Z [----------] 1 test from ListTest_IValueBasedList 2022-12-01T10:49:09.5657164Z [ RUN ] ListTest_IValueBasedList.givenIterator_whenWritingToValueFromIterator_thenChangesValue 2022-12-01T10:49:09.5657694Z [ OK ] ListTest_IValueBasedList.givenIterator_whenWritingToValueFromIterator_thenChangesValue (0 ms) 2022-12-01T10:49:09.5658124Z [----------] 1 test from ListTest_IValueBasedList (0 ms total) 2022-12-01T10:49:09.5658332Z 2022-12-01T10:49:09.5658487Z [----------] Global test environment tear-down 2022-12-01T10:49:09.5658795Z [==========] 47 tests from 2 test suites ran. (0 ms total) 2022-12-01T10:49:09.5659054Z [ PASSED ] 47 tests. 2022-12-01T10:49:09.6257428Z + ./NamedTensor_test 2022-12-01T10:49:09.8535636Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-12-01T10:49:09.8536306Z [==========] Running 10 tests from 1 test suite. 2022-12-01T10:49:09.8536622Z [----------] Global test environment set-up. 2022-12-01T10:49:09.8537022Z [----------] 10 tests from NamedTensorTest 2022-12-01T10:49:09.8537318Z [ RUN ] NamedTensorTest.isNamed 2022-12-01T10:49:09.8537766Z [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:49:09.8538355Z [ OK ] NamedTensorTest.isNamed (0 ms) 2022-12-01T10:49:09.8538660Z [ RUN ] NamedTensorTest.attachMetadata 2022-12-01T10:49:09.8538993Z [ OK ] NamedTensorTest.attachMetadata (0 ms) 2022-12-01T10:49:09.8539352Z [ RUN ] NamedTensorTest.internalSetNamesInplace 2022-12-01T10:49:09.8539728Z [ OK ] NamedTensorTest.internalSetNamesInplace (0 ms) 2022-12-01T10:49:09.8540056Z [ RUN ] NamedTensorTest.empty 2022-12-01T10:49:09.8570743Z [ OK ] NamedTensorTest.empty (3 ms) 2022-12-01T10:49:09.8571082Z [ RUN ] NamedTensorTest.dimnameToPosition 2022-12-01T10:49:09.8575595Z [ OK ] NamedTensorTest.dimnameToPosition (0 ms) 2022-12-01T10:49:09.8575946Z [ RUN ] NamedTensorTest.unifyFromRight 2022-12-01T10:49:09.8629688Z [ OK ] NamedTensorTest.unifyFromRight (5 ms) 2022-12-01T10:49:09.8630062Z [ RUN ] NamedTensorTest.alias 2022-12-01T10:49:09.8630391Z [ OK ] NamedTensorTest.alias (0 ms) 2022-12-01T10:49:09.8630695Z [ RUN ] NamedTensorTest.NoNamesGuard 2022-12-01T10:49:09.8631022Z [ OK ] NamedTensorTest.NoNamesGuard (0 ms) 2022-12-01T10:49:09.8631335Z [ RUN ] NamedTensorTest.TensorNamePrint 2022-12-01T10:49:09.8631673Z [ OK ] NamedTensorTest.TensorNamePrint (0 ms) 2022-12-01T10:49:09.8632032Z [ RUN ] NamedTensorTest.TensorNamesCheckUnique 2022-12-01T10:49:09.8635229Z [ OK ] NamedTensorTest.TensorNamesCheckUnique (0 ms) 2022-12-01T10:49:09.8635924Z [----------] 10 tests from NamedTensorTest (10 ms total) 2022-12-01T10:49:09.8636154Z 2022-12-01T10:49:09.8636325Z [----------] Global test environment tear-down 2022-12-01T10:49:09.8636645Z [==========] 10 tests from 1 test suite ran. (10 ms total) 2022-12-01T10:49:09.8636890Z [ PASSED ] 10 tests. 2022-12-01T10:49:09.9254485Z + ./cpu_generator_test 2022-12-01T10:49:10.1525742Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-12-01T10:49:10.1526482Z [==========] Running 15 tests from 1 test suite. 2022-12-01T10:49:10.1526921Z [----------] Global test environment set-up. 2022-12-01T10:49:10.1527282Z [----------] 15 tests from CPUGeneratorImpl 2022-12-01T10:49:10.1527810Z [ RUN ] CPUGeneratorImpl.TestGeneratorDynamicCast 2022-12-01T10:49:10.1528723Z [ OK ] CPUGeneratorImpl.TestGeneratorDynamicCast (0 ms) 2022-12-01T10:49:10.1529300Z [ RUN ] CPUGeneratorImpl.TestDefaultGenerator 2022-12-01T10:49:10.1529897Z [ OK ] CPUGeneratorImpl.TestDefaultGenerator (0 ms) 2022-12-01T10:49:10.1530442Z [ RUN ] CPUGeneratorImpl.TestCloning 2022-12-01T10:49:10.1531009Z [ OK ] CPUGeneratorImpl.TestCloning (0 ms) 2022-12-01T10:49:10.1531532Z [ RUN ] CPUGeneratorImpl.TestMultithreadingGetEngineOperator 2022-12-01T10:49:10.1532029Z [ OK ] CPUGeneratorImpl.TestMultithreadingGetEngineOperator (0 ms) 2022-12-01T10:49:10.1532447Z [ RUN ] CPUGeneratorImpl.TestGetSetCurrentSeed 2022-12-01T10:49:10.1532813Z [ OK ] CPUGeneratorImpl.TestGetSetCurrentSeed (0 ms) 2022-12-01T10:49:10.1533239Z [ RUN ] CPUGeneratorImpl.TestMultithreadingGetSetCurrentSeed 2022-12-01T10:49:10.1533718Z [ OK ] CPUGeneratorImpl.TestMultithreadingGetSetCurrentSeed (0 ms) 2022-12-01T10:49:10.1534105Z [ RUN ] CPUGeneratorImpl.TestRNGForking 2022-12-01T10:49:10.1718739Z [ OK ] CPUGeneratorImpl.TestRNGForking (18 ms) 2022-12-01T10:49:10.1719552Z [ RUN ] CPUGeneratorImpl.TestPhiloxEngineReproducibility 2022-12-01T10:49:10.1720289Z [ OK ] CPUGeneratorImpl.TestPhiloxEngineReproducibility (0 ms) 2022-12-01T10:49:10.1721005Z [ RUN ] CPUGeneratorImpl.TestPhiloxEngineOffset1 2022-12-01T10:49:10.1721671Z [ OK ] CPUGeneratorImpl.TestPhiloxEngineOffset1 (0 ms) 2022-12-01T10:49:10.1722418Z [ RUN ] CPUGeneratorImpl.TestPhiloxEngineOffset2 2022-12-01T10:49:10.1723160Z [ OK ] CPUGeneratorImpl.TestPhiloxEngineOffset2 (0 ms) 2022-12-01T10:49:10.1723931Z [ RUN ] CPUGeneratorImpl.TestPhiloxEngineOffset3 2022-12-01T10:49:10.1724631Z [ OK ] CPUGeneratorImpl.TestPhiloxEngineOffset3 (0 ms) 2022-12-01T10:49:10.1725225Z [ RUN ] CPUGeneratorImpl.TestPhiloxEngineIndex 2022-12-01T10:49:10.1725766Z [ OK ] CPUGeneratorImpl.TestPhiloxEngineIndex (0 ms) 2022-12-01T10:49:10.1726354Z [ RUN ] CPUGeneratorImpl.TestMT19937EngineReproducibility 2022-12-01T10:49:10.1726975Z [ OK ] CPUGeneratorImpl.TestMT19937EngineReproducibility (0 ms) 2022-12-01T10:49:10.1727656Z [ RUN ] CPUGeneratorImpl.TestPhiloxEngineReproducibilityRandN 2022-12-01T10:49:10.1728344Z [ OK ] CPUGeneratorImpl.TestPhiloxEngineReproducibilityRandN (0 ms) 2022-12-01T10:49:10.1728956Z [ RUN ] CPUGeneratorImpl.TestPhiloxDeterministic 2022-12-01T10:49:10.1729531Z [ OK ] CPUGeneratorImpl.TestPhiloxDeterministic (0 ms) 2022-12-01T10:49:10.1730152Z [----------] 15 tests from CPUGeneratorImpl (19 ms total) 2022-12-01T10:49:10.1730444Z 2022-12-01T10:49:10.1730712Z [----------] Global test environment tear-down 2022-12-01T10:49:10.1731220Z [==========] 15 tests from 1 test suite ran. (19 ms total) 2022-12-01T10:49:10.1731628Z [ PASSED ] 15 tests. 2022-12-01T10:49:10.2350943Z + ./vmap_test 2022-12-01T10:49:10.4605854Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-12-01T10:49:10.4606672Z [==========] Running 23 tests from 1 test suite. 2022-12-01T10:49:10.4607191Z [----------] Global test environment set-up. 2022-12-01T10:49:10.4607675Z [----------] 23 tests from VmapTest 2022-12-01T10:49:10.4608098Z [ RUN ] VmapTest.TestBatchedTensor 2022-12-01T10:49:10.4631433Z [ OK ] VmapTest.TestBatchedTensor (2 ms) 2022-12-01T10:49:10.4632059Z [ RUN ] VmapTest.TestBatchedTensorMaxLevel 2022-12-01T10:49:10.4645889Z [ OK ] VmapTest.TestBatchedTensorMaxLevel (1 ms) 2022-12-01T10:49:10.4646579Z [ RUN ] VmapTest.TestBatchedTensorActualDim 2022-12-01T10:49:10.4670549Z [ OK ] VmapTest.TestBatchedTensorActualDim (2 ms) 2022-12-01T10:49:10.4671256Z [ RUN ] VmapTest.TestMultiBatchVmapTransform 2022-12-01T10:49:10.4680455Z [ OK ] VmapTest.TestMultiBatchVmapTransform (0 ms) 2022-12-01T10:49:10.4681347Z [ RUN ] VmapTest.TestVmapPhysicalViewGetPhysicalDim 2022-12-01T10:49:10.4690594Z [ OK ] VmapTest.TestVmapPhysicalViewGetPhysicalDim (0 ms) 2022-12-01T10:49:10.4691592Z [ RUN ] VmapTest.TestVmapPhysicalViewGetPhysicalDims 2022-12-01T10:49:10.4700773Z [ OK ] VmapTest.TestVmapPhysicalViewGetPhysicalDims (0 ms) 2022-12-01T10:49:10.4701614Z [ RUN ] VmapTest.TestVmapPhysicalViewNewLogicalFromPhysical 2022-12-01T10:49:10.4702940Z [ OK ] VmapTest.TestVmapPhysicalViewNewLogicalFromPhysical (0 ms) 2022-12-01T10:49:10.4703731Z [ RUN ] VmapTest.TestBatchedTensorSum 2022-12-01T10:49:10.4705925Z [ OK ] VmapTest.TestBatchedTensorSum (0 ms) 2022-12-01T10:49:10.4706741Z [ RUN ] VmapTest.TestBroadcastingVmapTransformBatchedBatched 2022-12-01T10:49:10.4713927Z [ OK ] VmapTest.TestBroadcastingVmapTransformBatchedBatched (0 ms) 2022-12-01T10:49:10.4714921Z [ RUN ] VmapTest.TestBroadcastingVmapTransformBatchedUnbatched 2022-12-01T10:49:10.4720386Z [ OK ] VmapTest.TestBroadcastingVmapTransformBatchedUnbatched (0 ms) 2022-12-01T10:49:10.4721341Z [ RUN ] VmapTest.TestBroadcastingVmapTransformMaxLevels 2022-12-01T10:49:10.4725363Z [ OK ] VmapTest.TestBroadcastingVmapTransformMaxLevels (0 ms) 2022-12-01T10:49:10.4726168Z [ RUN ] VmapTest.TestBatchedTensorMul 2022-12-01T10:49:10.4728170Z [ OK ] VmapTest.TestBatchedTensorMul (0 ms) 2022-12-01T10:49:10.4728827Z [ RUN ] VmapTest.TestBatchedTensorSize 2022-12-01T10:49:10.4735332Z [ OK ] VmapTest.TestBatchedTensorSize (0 ms) 2022-12-01T10:49:10.4736169Z [ RUN ] VmapTest.TestVmapPhysicalViewGetPhysicalShape 2022-12-01T10:49:10.4737073Z [ OK ] VmapTest.TestVmapPhysicalViewGetPhysicalShape (0 ms) 2022-12-01T10:49:10.4737934Z [ RUN ] VmapTest.TestBatchedTensorExpand 2022-12-01T10:49:10.4840916Z [ OK ] VmapTest.TestBatchedTensorExpand (10 ms) 2022-12-01T10:49:10.4841669Z [ RUN ] VmapTest.TestBatchedTensorUnsqueeze 2022-12-01T10:49:10.4842348Z [ OK ] VmapTest.TestBatchedTensorUnsqueeze (0 ms) 2022-12-01T10:49:10.4843063Z [ RUN ] VmapTest.TestBatchedTensorSqueeze 2022-12-01T10:49:10.4843837Z [ OK ] VmapTest.TestBatchedTensorSqueeze (0 ms) 2022-12-01T10:49:10.4844521Z [ RUN ] VmapTest.TestBatchedTensorTranspose 2022-12-01T10:49:10.4846880Z [ OK ] VmapTest.TestBatchedTensorTranspose (0 ms) 2022-12-01T10:49:10.4849300Z [ RUN ] VmapTest.TestBatchedTensorPermute 2022-12-01T10:49:10.4849706Z [ OK ] VmapTest.TestBatchedTensorPermute (0 ms) 2022-12-01T10:49:10.4850104Z [ RUN ] VmapTest.TestMultiBatchVmapTransformBatchedBatched 2022-12-01T10:49:10.4861676Z [ OK ] VmapTest.TestMultiBatchVmapTransformBatchedBatched (1 ms) 2022-12-01T10:49:10.4862148Z [ RUN ] VmapTest.TestMultiBatchVmapTransformBatchedUnbatched 2022-12-01T10:49:10.4867048Z [ OK ] VmapTest.TestMultiBatchVmapTransformBatchedUnbatched (0 ms) 2022-12-01T10:49:10.4867495Z [ RUN ] VmapTest.TestMultiBatchVmapTransformMaxLevels 2022-12-01T10:49:10.4870709Z [ OK ] VmapTest.TestMultiBatchVmapTransformMaxLevels (0 ms) 2022-12-01T10:49:10.4871167Z [ RUN ] VmapTest.TestMultiBatchVmapTransformMultipleTensors 2022-12-01T10:49:10.4874432Z [ OK ] VmapTest.TestMultiBatchVmapTransformMultipleTensors (0 ms) 2022-12-01T10:49:10.4875063Z [----------] 23 tests from VmapTest (26 ms total) 2022-12-01T10:49:10.4875441Z 2022-12-01T10:49:10.4875619Z [----------] Global test environment tear-down 2022-12-01T10:49:10.4875944Z [==========] 23 tests from 1 test suite ran. (27 ms total) 2022-12-01T10:49:10.4876214Z [ PASSED ] 23 tests. 2022-12-01T10:49:10.5479931Z + ./operators_test 2022-12-01T10:49:10.7717565Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-12-01T10:49:10.7718357Z [==========] Running 4 tests from 1 test suite. 2022-12-01T10:49:10.7718818Z [----------] Global test environment set-up. 2022-12-01T10:49:10.7719127Z [----------] 4 tests from OperatorsTest 2022-12-01T10:49:10.7719445Z [ RUN ] OperatorsTest.TestFunctionDecltype 2022-12-01T10:49:10.7725709Z [ OK ] OperatorsTest.TestFunctionDecltype (0 ms) 2022-12-01T10:49:10.7726162Z [ RUN ] OperatorsTest.TestMethodOnlyDecltype 2022-12-01T10:49:10.7726535Z [ OK ] OperatorsTest.TestMethodOnlyDecltype (0 ms) 2022-12-01T10:49:10.7726873Z [ RUN ] OperatorsTest.Test_ATEN_FN 2022-12-01T10:49:10.7749466Z [ OK ] OperatorsTest.Test_ATEN_FN (2 ms) 2022-12-01T10:49:10.7749978Z [ RUN ] OperatorsTest.TestOutVariantIsFaithful 2022-12-01T10:49:10.7750707Z [ OK ] OperatorsTest.TestOutVariantIsFaithful (0 ms) 2022-12-01T10:49:10.7751077Z [----------] 4 tests from OperatorsTest (3 ms total) 2022-12-01T10:49:10.7751241Z 2022-12-01T10:49:10.7751422Z [----------] Global test environment tear-down 2022-12-01T10:49:10.7751742Z [==========] 4 tests from 1 test suite ran. (3 ms total) 2022-12-01T10:49:10.7752001Z [ PASSED ] 4 tests. 2022-12-01T10:49:10.8366605Z + [[ -x ./cudnn_test ]] 2022-12-01T10:49:10.8367002Z + [[ -x ./cuda_generator_test ]] 2022-12-01T10:49:10.8367363Z + [[ -x ./apply_test ]] 2022-12-01T10:49:10.8367700Z + [[ -x ./stream_test ]] 2022-12-01T10:49:10.8368038Z + [[ -x ./cuda_half_test ]] 2022-12-01T10:49:10.8368394Z + [[ -x ./cuda_vectorized_test ]] 2022-12-01T10:49:10.8368712Z + [[ -x ./cuda_distributions_test ]] 2022-12-01T10:49:10.8368953Z + [[ -x ./cuda_optional_test ]] 2022-12-01T10:49:10.8369209Z + [[ -x ./cuda_tensor_interop_test ]] 2022-12-01T10:49:10.8369473Z + [[ -x ./cuda_complex_test ]] 2022-12-01T10:49:10.8369799Z + [[ -x ./cuda_complex_math_test ]] 2022-12-01T10:49:10.8370109Z + [[ -x ./cuda_cub_test ]] 2022-12-01T10:49:10.8370325Z + [[ -x ./cuda_atomic_ops_test ]] 2022-12-01T10:49:10.8370665Z + '[' OFF == ON ']' 2022-12-01T10:49:10.8370930Z + popd 2022-12-01T10:49:10.8371211Z ~/workspace 2022-12-01T10:49:10.8371563Z + [[ -n '' ]] 2022-12-01T10:49:10.8371766Z + assert_git_not_dirty 2022-12-01T10:49:10.8372021Z + [[ linux-bionic-py3.7-clang9 != *rocm* ]] 2022-12-01T10:49:10.8372308Z + [[ linux-bionic-py3.7-clang9 != *xla* ]] 2022-12-01T10:49:10.8375034Z ++ git status --porcelain 2022-12-01T10:49:10.9195034Z + git_status= 2022-12-01T10:49:10.9195365Z + [[ -n '' ]] 2022-12-01T10:49:10.9256376Z Prepare all required actions 2022-12-01T10:49:10.9256697Z Getting action download info 2022-12-01T10:49:11.1256731Z ##[group]Run ./.github/actions/get-workflow-job-id 2022-12-01T10:49:11.1256947Z with: 2022-12-01T10:49:11.1257282Z github-token: *** 2022-12-01T10:49:11.1257451Z env: 2022-12-01T10:49:11.1257612Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:49:11.1257795Z ##[endgroup] 2022-12-01T10:49:11.1285124Z ##[group]Run nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767 2022-12-01T10:49:11.1285368Z with: 2022-12-01T10:49:11.1285535Z shell: bash 2022-12-01T10:49:11.1285701Z timeout_minutes: 10 2022-12-01T10:49:11.1285888Z max_attempts: 5 2022-12-01T10:49:11.1286076Z retry_wait_seconds: 30 2022-12-01T10:49:11.1286452Z 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:49:11.1286875Z polling_interval_seconds: 1 2022-12-01T10:49:11.1287154Z warning_on_retry: true 2022-12-01T10:49:11.1287335Z continue_on_error: false 2022-12-01T10:49:11.1287514Z env: 2022-12-01T10:49:11.1287689Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:49:11.1287996Z GITHUB_TOKEN: *** 2022-12-01T10:49:11.1288172Z ##[endgroup] 2022-12-01T10:49:11.4042633Z 2022-12-01T10:49:11.4048831Z ##[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:49:11.4089941Z + python3 -m pip install requests==2.26.0 2022-12-01T10:49:11.6387251Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T10:49:11.6581770Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0) 2022-12-01T10:49:11.6714479Z 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:49:11.6870120Z 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:49:11.6890720Z 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:49:11.6900458Z 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:49:11.8858280Z ++ python3 .github/scripts/get_workflow_job_id.py 3591403534 i-0669395458a5613ff 2022-12-01T10:49:14.7393141Z + GHA_WORKFLOW_JOB_ID=9818359164 2022-12-01T10:49:14.7393863Z + echo '::set-output name=job-id::9818359164' 2022-12-01T10:49:14.7403434Z ##[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:49:15.4116841Z Command completed after 1 attempt(s). 2022-12-01T10:49:15.4117127Z 2022-12-01T10:49:15.4119037Z ##[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:49:15.4221444Z ##[group]Run kill "$MONITOR_SCRIPT_PID" 2022-12-01T10:49:15.4221698Z kill "$MONITOR_SCRIPT_PID" 2022-12-01T10:49:15.4290917Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:49:15.4291154Z env: 2022-12-01T10:49:15.4291332Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:49:15.4291520Z MONITOR_SCRIPT_PID: 2172 2022-12-01T10:49:15.4291705Z ##[endgroup] 2022-12-01T10:49:15.4376484Z Prepare all required actions 2022-12-01T10:49:15.4376763Z Getting action download info 2022-12-01T10:49:15.6203671Z Download action repository 'actions/upload-artifact@v2' (SHA:82c141cc518b40d92cc801eee768e7aafc9c2fa2) 2022-12-01T10:49:15.7700734Z ##[group]Run ./.github/actions/upload-test-artifacts 2022-12-01T10:49:15.7700963Z with: 2022-12-01T10:49:15.7701187Z file-suffix: test-crossref-1-2-linux.2xlarge_9818359164 2022-12-01T10:49:15.7701393Z env: 2022-12-01T10:49:15.7701564Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:49:15.7701745Z ##[endgroup] 2022-12-01T10:49:15.7726253Z ##[group]Run # Remove any previous test jsons if they exist 2022-12-01T10:49:15.7726547Z # Remove any previous test jsons if they exist 2022-12-01T10:49:15.7726781Z rm -f test-jsons-*.zip 2022-12-01T10:49:15.7727028Z zip -r "test-jsons-${FILE_SUFFIX}.zip" test -i '*.json' 2022-12-01T10:49:15.7738843Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:49:15.7739112Z env: 2022-12-01T10:49:15.7739296Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:49:15.7739638Z FILE_SUFFIX: test-crossref-1-2-linux.2xlarge_9818359164 2022-12-01T10:49:15.7739875Z ##[endgroup] 2022-12-01T10:49:15.7949035Z adding: test/allowlist_for_publicAPI.json (deflated 80%) 2022-12-01T10:49:15.7986149Z adding: test/benchmark_utils/callgrind_artifacts.json (deflated 92%) 2022-12-01T10:49:15.7998511Z adding: test/profiler/profiler_utils_mock_events.json (deflated 87%) 2022-12-01T10:49:15.7999844Z adding: test/.pytorch-slow-tests.json (deflated 76%) 2022-12-01T10:49:15.8008398Z adding: test/.pytorch-disabled-tests.json (deflated 86%) 2022-12-01T10:49:15.8030754Z ##[group]Run # Remove any previous test reports if they exist 2022-12-01T10:49:15.8031058Z # Remove any previous test reports if they exist 2022-12-01T10:49:15.8031304Z rm -f test-reports-*.zip 2022-12-01T10:49:15.8031559Z zip -r "test-reports-${FILE_SUFFIX}.zip" test -i '*.xml' 2022-12-01T10:49:15.8043172Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:49:15.8043403Z env: 2022-12-01T10:49:15.8043598Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:49:15.8043930Z FILE_SUFFIX: test-crossref-1-2-linux.2xlarge_9818359164 2022-12-01T10:49:15.8044172Z ##[endgroup] 2022-12-01T10:49:15.8144559Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_alias_analysis.TestAliasAnalysis-20221201100809.xml (deflated 66%) 2022-12-01T10:49:15.8147638Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_async.TestAsync-20221201100809.xml (deflated 85%) 2022-12-01T10:49:15.8151623Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_aten_pow.TestAtenPow-20221201100809.xml (deflated 48%) 2022-12-01T10:49:15.8156910Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_autodiff.TestAutodiffJit-20221201100809.xml (deflated 73%) 2022-12-01T10:49:15.8161226Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing-20221201100809.xml (deflated 86%) 2022-12-01T10:49:15.8164351Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_backends.TestBackends-20221201100809.xml (deflated 74%) 2022-12-01T10:49:15.8170719Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_backends.TestBackendsWithCompiler-20221201100809.xml (deflated 60%) 2022-12-01T10:49:15.8173996Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_batch_mm.TestBatchMM-20221201100809.xml (deflated 81%) 2022-12-01T10:49:15.8177979Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_builtins.TestBuiltins-20221201100809.xml (deflated 70%) 2022-12-01T10:49:15.8185079Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_class_type.TestClassType-20221201100809.xml (deflated 84%) 2022-12-01T10:49:15.8189087Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_complex.TestComplex-20221201100809.xml (deflated 84%) 2022-12-01T10:49:15.8195061Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_custom_operators.TestCustomOperators-20221201100809.xml (deflated 83%) 2022-12-01T10:49:15.8197139Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_dce.TestDCE-20221201100809.xml (deflated 56%) 2022-12-01T10:49:15.8203303Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_dataclasses.TestDataclasses-20221201100809.xml (deflated 75%) 2022-12-01T10:49:15.8206841Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_device_analysis.TestDeviceAnalysis-20221201100809.xml (deflated 85%) 2022-12-01T10:49:15.8210042Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestDict-20221201100809.xml (deflated 82%) 2022-12-01T10:49:15.8216601Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_dtype_analysis.TestDtypeAnalysis-20221201100809.xml (deflated 68%) 2022-12-01T10:49:15.8221759Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_dtype_analysis.TestDtypeCustomRulesCPU-20221201100809.xml (deflated 96%) 2022-12-01T10:49:15.8224631Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_enum.TestEnum-20221201100809.xml (deflated 85%) 2022-12-01T10:49:15.8228005Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_export_modes.TestExportModes-20221201100809.xml (deflated 80%) 2022-12-01T10:49:15.8234807Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestFreezing-20221201100809.xml (deflated 89%) 2022-12-01T10:49:15.8237732Z adding: test/test-reports/python-unittest/test_jit/TEST-TestFrontend-20221201100809.xml (deflated 41%) 2022-12-01T10:49:15.8241191Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestFrozenOptimizations-20221201100809.xml (deflated 85%) 2022-12-01T10:49:15.8243981Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_functional_blocks.TestFunctionalBlocks-20221201100809.xml (deflated 51%) 2022-12-01T10:49:15.8246683Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_convert_activation.TestFunctionalToInplaceActivation-20221201100809.xml (deflated 73%) 2022-12-01T10:49:15.8249560Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_attr.TestGetDefaultAttr-20221201100809.xml (deflated 46%) 2022-12-01T10:49:15.8252128Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_graph_rewrite_passes.TestGraphRewritePasses-20221201100809.xml (deflated 52%) 2022-12-01T10:49:15.8256518Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_hash.TestHash-20221201100809.xml (deflated 79%) 2022-12-01T10:49:15.8261893Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_hooks.TestHooks-20221201100809.xml (deflated 87%) 2022-12-01T10:49:15.8265363Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_ignorable_args.TestIgnorableArgs-20221201100809.xml (deflated 62%) 2022-12-01T10:49:15.8271723Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_ignore_context_manager.TestIgnoreContextManager-20221201100809.xml (deflated 73%) 2022-12-01T10:49:15.8275601Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_convert_activation.TestInplaceToFunctionalActivation-20221201100809.xml (deflated 62%) 2022-12-01T10:49:15.8279016Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_isinstance.TestIsinstance-20221201100809.xml (deflated 89%) 2022-12-01T10:49:15.8284621Z adding: test/test-reports/python-unittest/test_jit/TEST-TestJit-20221201100809.xml (deflated 84%) 2022-12-01T10:49:15.8297928Z adding: test/test-reports/python-unittest/test_jit/TEST-TestJitGeneratedModule-20221201100809.xml (deflated 95%) 2022-12-01T10:49:15.8300248Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_jit_utils.TestJitUtils-20221201100809.xml (deflated 78%) 2022-12-01T10:49:15.8305349Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestList-20221201100809.xml (deflated 89%) 2022-12-01T10:49:15.8308146Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_logging.TestLogging-20221201100809.xml (deflated 76%) 2022-12-01T10:49:15.8310746Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestMKLDNNReinplacing-20221201100809.xml (deflated 70%) 2022-12-01T10:49:15.8313619Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_misc.TestMisc-20221201100809.xml (deflated 82%) 2022-12-01T10:49:15.8316969Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_tracer.TestMixTracingScripting-20221201100809.xml (deflated 84%) 2022-12-01T10:49:15.8319838Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_models.TestModels-20221201100809.xml (deflated 84%) 2022-12-01T10:49:15.8322633Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_module_apis.TestModuleAPIs-20221201100809.xml (deflated 69%) 2022-12-01T10:49:15.8330260Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_module_containers.TestModuleContainers-20221201100809.xml (deflated 84%) 2022-12-01T10:49:15.8332589Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_module_interface.TestModuleInterface-20221201100809.xml (deflated 87%) 2022-12-01T10:49:15.8335170Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_modules.TestModules-20221201100809.xml (deflated 50%) 2022-12-01T10:49:15.8337923Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestNamedTuple-20221201100809.xml (deflated 81%) 2022-12-01T10:49:15.8341676Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_backend_nnapi.TestNnapiBackend-20221201100809.xml (deflated 84%) 2022-12-01T10:49:15.8344393Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_op_decompositions.TestOpDecompositions-20221201100809.xml (deflated 64%) 2022-12-01T10:49:15.8347373Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo-20221201100809.xml (deflated 83%) 2022-12-01T10:49:15.8349474Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_parametrization.TestParametrization-20221201100809.xml (deflated 61%) 2022-12-01T10:49:15.8353328Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_peephole.TestPeephole-20221201100809.xml (deflated 88%) 2022-12-01T10:49:15.8355430Z adding: test/test-reports/python-unittest/test_jit/TEST-TestProducerVersion-20221201100809.xml (deflated 42%) 2022-12-01T10:49:15.8357880Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_profiler.TestProfiler-20221201100809.xml (deflated 81%) 2022-12-01T10:49:15.8360256Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_python_bindings.TestPythonBindings-20221201100809.xml (deflated 79%) 2022-12-01T10:49:15.8366959Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_python_builtins.TestPythonBuiltinOP-20221201100809.xml (deflated 86%) 2022-12-01T10:49:15.8369179Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_python_ir.TestPythonIr-20221201100809.xml (deflated 48%) 2022-12-01T10:49:15.8372164Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_recursive_script.TestRecursiveScript-20221201100809.xml (deflated 88%) 2022-12-01T10:49:15.8378832Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_remove_mutation.TestRemoveMutation-20221201100809.xml (deflated 80%) 2022-12-01T10:49:15.8382612Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_save_load.TestSaveLoad-20221201100809.xml (deflated 80%) 2022-12-01T10:49:15.8385899Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_save_load_for_op_version.TestSaveLoadForOpVersion-20221201100809.xml (deflated 77%) 2022-12-01T10:49:15.8405979Z adding: test/test-reports/python-unittest/test_jit/TEST-TestScript-20221201100809.xml (deflated 88%) 2022-12-01T10:49:15.8409173Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestScriptDict-20221201100809.xml (deflated 78%) 2022-12-01T10:49:15.8414338Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestScriptList-20221201100809.xml (deflated 83%) 2022-12-01T10:49:15.8420914Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation-20221201100809.xml (deflated 87%) 2022-12-01T10:49:15.8424091Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_script_profile.TestScriptProfile-20221201100809.xml (deflated 75%) 2022-12-01T10:49:15.8426851Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_slice.TestSlice-20221201100809.xml (deflated 86%) 2022-12-01T10:49:15.8430163Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_sparse.TestSparse-20221201100809.xml (deflated 71%) 2022-12-01T10:49:15.8437349Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_string_formatting.TestStringFormatting-20221201100809.xml (deflated 90%) 2022-12-01T10:49:15.8440168Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis-20221201100809.xml (deflated 88%) 2022-12-01T10:49:15.8442704Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_builtins.TestTensorBuiltins-20221201100809.xml (deflated 74%) 2022-12-01T10:49:15.8445384Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_tensor_creation_ops.TestTensorCreationOps-20221201100809.xml (deflated 81%) 2022-12-01T10:49:15.8447840Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_tensor_methods.TestTensorMethods-20221201100809.xml (deflated 62%) 2022-12-01T10:49:15.8451476Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_torchbind.TestTorchbind-20221201100809.xml (deflated 88%) 2022-12-01T10:49:15.8460605Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_tracer.TestTracer-20221201100809.xml (deflated 88%) 2022-12-01T10:49:15.8464199Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_type_sharing.TestTypeSharing-20221201100809.xml (deflated 83%) 2022-12-01T10:49:15.8466996Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_types.TestTypesAndAnnotation-20221201100809.xml (deflated 83%) 2022-12-01T10:49:15.8473864Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_typing.TestTyping-20221201100809.xml (deflated 89%) 2022-12-01T10:49:15.8478274Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_union.TestUnion-20221201100809.xml (deflated 86%) 2022-12-01T10:49:15.8483842Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_unsupported_ops.TestUnsupportedOps-20221201100809.xml (deflated 61%) 2022-12-01T10:49:15.8487816Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_upgraders.TestUpgraders-20221201100809.xml (deflated 85%) 2022-12-01T10:49:15.8490303Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_warn.TestWarn-20221201100809.xml (deflated 78%) 2022-12-01T10:49:15.8492864Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_with.TestWith-20221201100809.xml (deflated 73%) 2022-12-01T10:49:15.8498728Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_data_parallel.TestDataParallel-20221201100809.xml (deflated 79%) 2022-12-01T10:49:15.8501381Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_save_load.TestSaveLoadFlatbuffer-20221201100809.xml (deflated 84%) 2022-12-01T10:49:15.8505099Z adding: test/test-reports/python-unittest/test_proxy_tensor/TEST-TestFakeProxyTensor-20221201100809.xml (deflated 62%) 2022-12-01T10:49:15.8510783Z adding: test/test-reports/python-unittest/test_proxy_tensor/TEST-TestGenericProxyTensorFake-20221201100809.xml (deflated 85%) 2022-12-01T10:49:15.8514861Z adding: test/test-reports/python-unittest/test_proxy_tensor/TEST-TestGenericProxyTensorReal-20221201100809.xml (deflated 85%) 2022-12-01T10:49:15.8520427Z adding: test/test-reports/python-unittest/test_proxy_tensor/TEST-TestGenericProxyTensorSymbolic-20221201100809.xml (deflated 83%) 2022-12-01T10:49:15.8571340Z adding: test/test-reports/python-unittest/test_proxy_tensor/TEST-TestProxyTensorOpInfoCPU-20221201100809.xml (deflated 94%) 2022-12-01T10:49:15.8575074Z adding: test/test-reports/python-unittest/test_proxy_tensor/TEST-TestSymbolicTracing-20221201100809.xml (deflated 74%) 2022-12-01T10:49:15.8578114Z adding: test/test-reports/python-unittest/test_jit_fuser_te/TEST-jit.test_fuser_common.TestFuserCommon-20221201101017.xml (deflated 49%) 2022-12-01T10:49:15.8581514Z adding: test/test-reports/python-unittest/test_jit_fuser_te/TEST-TestLoopnestRandomizationCPU-20221201101017.xml (deflated 41%) 2022-12-01T10:49:15.8715746Z adding: test/test-reports/python-unittest/test_jit_fuser_te/TEST-TestNNCOpInfoCPU-20221201101017.xml (deflated 98%) 2022-12-01T10:49:15.8724931Z adding: test/test-reports/python-unittest/test_jit_fuser_te/TEST-TestTEFuserDynamic-20221201101017.xml (deflated 86%) 2022-12-01T10:49:15.8730804Z adding: test/test-reports/python-unittest/test_jit_fuser_te/TEST-TestTEFuserStatic-20221201101017.xml (deflated 86%) 2022-12-01T10:49:15.8736088Z adding: test/test-reports/python-unittest/test_dataloader/TEST-IntegrationTestDataLoaderDataPipe-20221201101159.xml (deflated 45%) 2022-12-01T10:49:15.8739324Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestConcatDataset-20221201101159.xml (deflated 74%) 2022-12-01T10:49:15.8747370Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestDataLoader-20221201101159.xml (deflated 85%) 2022-12-01T10:49:15.8753484Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestDataLoaderPersistentWorkers-20221201101159.xml (deflated 90%) 2022-12-01T10:49:15.8756895Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestDatasetRandomSplit-20221201101159.xml (deflated 76%) 2022-12-01T10:49:15.8760117Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestDictDataLoader-20221201101159.xml (deflated 70%) 2022-12-01T10:49:15.8763517Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestNamedTupleDataLoader-20221201101159.xml (deflated 43%) 2022-12-01T10:49:15.8766583Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestSetAffinity-20221201101159.xml (deflated 40%) 2022-12-01T10:49:15.8769739Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestTensorDataset-20221201101159.xml (deflated 71%) 2022-12-01T10:49:15.8772951Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestConvAfterFork-20221201101159.xml (deflated 41%) 2022-12-01T10:49:15.8775923Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestCustomPinFn-20221201101159.xml (deflated 59%) 2022-12-01T10:49:15.8780008Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestDataLoader2-20221201101159.xml (deflated 51%) 2022-12-01T10:49:15.8785245Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestDataLoader2_EventLoop-20221201101159.xml (deflated 59%) 2022-12-01T10:49:15.8788697Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestIndividualWorkerQueue-20221201101159.xml (deflated 42%) 2022-12-01T10:49:15.8792090Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestStringDataLoader-20221201101159.xml (deflated 42%) 2022-12-01T10:49:15.8795274Z adding: test/test-reports/python-unittest/test_optim/TEST-TestDifferentiableOptimizer-20221201101227.xml (deflated 63%) 2022-12-01T10:49:15.8805251Z adding: test/test-reports/python-unittest/test_optim/TEST-TestLRScheduler-20221201101227.xml (deflated 90%) 2022-12-01T10:49:15.8811075Z adding: test/test-reports/python-unittest/test_optim/TEST-TestOptim-20221201101227.xml (deflated 85%) 2022-12-01T10:49:15.8816377Z adding: test/test-reports/python-unittest/test_optim/TEST-TestSWAUtils-20221201101227.xml (deflated 76%) 2022-12-01T10:49:15.8961081Z adding: test/test-reports/python-unittest/test_binary_ufuncs/TEST-TestBinaryUfuncsCPU-20221201101319.xml (deflated 97%) 2022-12-01T10:49:15.8962780Z adding: test/test-reports/python-unittest/test_fx_experimental/TEST-TestFXExperimental-20221201101415.xml (deflated 79%) 2022-12-01T10:49:15.8975929Z adding: test/test-reports/python-unittest/test_fx_experimental/TEST-TestNormalizeOperatorsCPU-20221201101415.xml (deflated 94%) 2022-12-01T10:49:15.8979996Z adding: test/test-reports/python-unittest/test_mkldnn_fusion/TEST-TestMkldnnFusion-20221201101456.xml (deflated 60%) 2022-12-01T10:49:15.8980584Z adding: test/test-reports/python-unittest/test_serialization/TEST-TestBothSerializationCPU-20221201101513.xml (deflated 59%) 2022-12-01T10:49:15.8981926Z adding: test/test-reports/python-unittest/test_serialization/TEST-TestOldSerialization-20221201101513.xml (deflated 82%) 2022-12-01T10:49:15.8983484Z adding: test/test-reports/python-unittest/test_serialization/TEST-TestSerialization-20221201101513.xml (deflated 85%) 2022-12-01T10:49:15.8984078Z adding: test/test-reports/python-unittest/test_serialization/TEST-TestSubclassSerialization-20221201101513.xml (deflated 76%) 2022-12-01T10:49:15.8990152Z adding: test/test-reports/python-unittest/test_type_promotion/TEST-TestTypePromotionCPU-20221201101528.xml (deflated 96%) 2022-12-01T10:49:15.8991484Z adding: test/test-reports/python-unittest/test_jit_autocast/TEST-TestAutocast-20221201101544.xml (deflated 90%) 2022-12-01T10:49:15.8992261Z adding: test/test-reports/python-unittest/test_jit_autocast/TEST-TestJitTraceAutocast-20221201101544.xml (deflated 67%) 2022-12-01T10:49:15.8992885Z adding: test/test-reports/python-unittest/lazy.test_ts_opinfo/TEST-TestLazyDynamicOps-20221201101551.xml (deflated 40%) 2022-12-01T10:49:15.8996384Z adding: test/test-reports/python-unittest/lazy.test_ts_opinfo/TEST-TestLazyOpInfoCPU-20221201101551.xml (deflated 95%) 2022-12-01T10:49:15.8996932Z adding: test/test-reports/python-unittest/lazy.test_ts_opinfo/TEST-TestLazyTensor-20221201101551.xml (deflated 58%) 2022-12-01T10:49:15.8997490Z adding: test/test-reports/python-unittest/test_stateless/TEST-TestPythonOptimizeMode-20221201101601.xml (deflated 40%) 2022-12-01T10:49:15.8998060Z adding: test/test-reports/python-unittest/test_stateless/TEST-TestStatelessDeprecation-20221201101601.xml (deflated 43%) 2022-12-01T10:49:15.8998738Z adding: test/test-reports/python-unittest/test_stateless/TEST-TestStatelessFunctionalAPI-20221201101601.xml (deflated 78%) 2022-12-01T10:49:15.8999453Z adding: test/test-reports/python-unittest/nn.test_embedding/TEST-TestEmbeddingNN-20221201101607.xml (deflated 84%) 2022-12-01T10:49:15.9001908Z adding: test/test-reports/python-unittest/nn.test_embedding/TEST-TestEmbeddingNNDeviceTypeCPU-20221201101607.xml (deflated 95%) 2022-12-01T10:49:15.9002507Z adding: test/test-reports/python-unittest/test_decomp/TEST-DecompContiguousTestsCPU-20221201101613.xml (deflated 60%) 2022-12-01T10:49:15.9085960Z adding: test/test-reports/python-unittest/test_decomp/TEST-TestDecompCPU-20221201101613.xml (deflated 98%) 2022-12-01T10:49:15.9089752Z adding: test/test-reports/python-unittest/test_module_init/TEST-TestModuleInitCPU-20221201101620.xml (deflated 96%) 2022-12-01T10:49:15.9090748Z adding: test/test-reports/python-unittest/test_public_bindings/TEST-TestPublicBindings-20221201101622.xml (deflated 56%) 2022-12-01T10:49:15.9091703Z adding: test/test-reports/python-unittest/test_nestedtensor/TEST-TestNestedTensor-20221201101626.xml (deflated 80%) 2022-12-01T10:49:15.9093070Z adding: test/test-reports/python-unittest/test_nestedtensor/TEST-TestNestedTensorAutograd-20221201101626.xml (deflated 85%) 2022-12-01T10:49:15.9094669Z adding: test/test-reports/python-unittest/test_nestedtensor/TEST-TestNestedTensorDeviceTypeCPU-20221201101626.xml (deflated 93%) 2022-12-01T10:49:15.9095922Z adding: test/test-reports/python-unittest/test_fx_reinplace_pass/TEST-TestReinplacePass-20221201101627.xml (deflated 81%) 2022-12-01T10:49:15.9097268Z adding: test/test-reports/python-unittest/test_python_dispatch/TEST-TestPythonDispatch-20221201101630.xml (deflated 87%) 2022-12-01T10:49:15.9098474Z adding: test/test-reports/python-unittest/test_python_dispatch/TEST-TestPythonDispatcher-20221201101630.xml (deflated 55%) 2022-12-01T10:49:15.9099571Z adding: test/test-reports/python-unittest/test_python_dispatch/TEST-TestPythonRegistration-20221201101630.xml (deflated 69%) 2022-12-01T10:49:15.9100579Z adding: test/test-reports/python-unittest/test_type_hints/TEST-TestTypeHints-20221201101640.xml (deflated 43%) 2022-12-01T10:49:15.9101686Z adding: test/test-reports/python-unittest/test_functional_autograd_benchmark/TEST-TestFunctionalAutogradBenchmark-20221201101642.xml (deflated 52%) 2022-12-01T10:49:15.9104304Z adding: test/test-reports/python-unittest/test_masked/TEST-TestMaskedCPU-20221201101714.xml (deflated 95%) 2022-12-01T10:49:15.9105247Z adding: test/test-reports/python-unittest/test_mkl_verbose/TEST-TestMKLVerbose-20221201101737.xml (deflated 53%) 2022-12-01T10:49:15.9106223Z adding: test/test-reports/python-unittest/test_import_stats/TEST-TestImportTime-20221201101742.xml (deflated 53%) 2022-12-01T10:49:15.9107236Z adding: test/test-reports/python-unittest/test_mkldnn_verbose/TEST-TestMKLDNNVerbose-20221201101747.xml (deflated 53%) 2022-12-01T10:49:15.9108432Z adding: test/test-reports/python-unittest/test_sort_and_select/TEST-TestSortAndSelectCPU-20221201101750.xml (deflated 91%) 2022-12-01T10:49:15.9109785Z adding: test/test-reports/python-unittest/test_scatter_gather_ops/TEST-TestScatterGatherCPU-20221201101752.xml (deflated 92%) 2022-12-01T10:49:15.9110821Z adding: test/test-reports/python-unittest/lazy.test_step_closures/TEST-ClosuresTest-20221201101756.xml (deflated 67%) 2022-12-01T10:49:15.9111820Z adding: test/test-reports/python-unittest/backends.xeon.test_launch/TEST-TestTorchrun-20221201101758.xml (deflated 47%) 2022-12-01T10:49:15.9112776Z adding: test/test-reports/python-unittest/test_model_dump/TEST-TestModelDump-20221201101800.xml (deflated 75%) 2022-12-01T10:49:15.9113700Z adding: test/test-reports/python-unittest/test_futures/TEST-TestFuture-20221201101802.xml (deflated 84%) 2022-12-01T10:49:15.9115113Z adding: test/test-reports/python-unittest/test_namedtensor/TEST-TestNamedTensor-20221201101805.xml (deflated 88%) 2022-12-01T10:49:15.9116160Z adding: test/test-reports/python-unittest/test_function_schema/TEST-TestFunctionSchema-20221201101806.xml (deflated 82%) 2022-12-01T10:49:15.9117107Z adding: test/test-reports/python-unittest/test_monitor/TEST-TestMonitor-20221201101809.xml (deflated 66%) 2022-12-01T10:49:15.9118070Z adding: test/test-reports/python-unittest/test_monitor/TEST-TestMonitorTensorboard-20221201101809.xml (deflated 42%) 2022-12-01T10:49:15.9119023Z adding: test/test-reports/python-unittest/test_subclass/TEST-TestSubclass-20221201101810.xml (deflated 91%) 2022-12-01T10:49:15.9119952Z adding: test/test-reports/python-unittest/test_license/TEST-TestLicense-20221201101812.xml (deflated 50%) 2022-12-01T10:49:15.9120871Z adding: test/test-reports/python-unittest/test_type_info/TEST-TestDTypeInfo-20221201101813.xml (deflated 62%) 2022-12-01T10:49:15.9121891Z adding: test/test-reports/python-unittest/test_numpy_interop/TEST-TestNumPyInteropCPU-20221201101815.xml (deflated 84%) 2022-12-01T10:49:15.9166570Z adding: test/test-reports/python-unittest/test_reductions/TEST-TestReductionsCPU-20221201103954.xml (deflated 97%) 2022-12-01T10:49:15.9180773Z adding: test/test-reports/python-unittest/test_linalg/TEST-TestLinalgCPU-20221201104311.xml (deflated 93%) 2022-12-01T10:49:15.9183134Z adding: test/test-reports/python-unittest/test_tensorexpr/TEST-TestTensorExprFuser-20221201104558.xml (deflated 88%) 2022-12-01T10:49:15.9184131Z adding: test/test-reports/python-unittest/nn.test_pooling/TEST-TestAvgPool-20221201104644.xml (deflated 76%) 2022-12-01T10:49:15.9185051Z adding: test/test-reports/python-unittest/nn.test_pooling/TEST-TestPoolingNN-20221201104644.xml (deflated 80%) 2022-12-01T10:49:15.9186507Z adding: test/test-reports/python-unittest/nn.test_pooling/TEST-TestPoolingNNDeviceTypeCPU-20221201104644.xml (deflated 91%) 2022-12-01T10:49:15.9187697Z adding: test/test-reports/python-unittest/test_torch/TEST-TestBasicVitalSigns-20221201104712.xml (deflated 62%) 2022-12-01T10:49:15.9191864Z adding: test/test-reports/python-unittest/test_torch/TEST-TestTorch-20221201104712.xml (deflated 89%) 2022-12-01T10:49:15.9203574Z adding: test/test-reports/python-unittest/test_torch/TEST-TestTorchDeviceTypeCPU-20221201104712.xml (deflated 93%) 2022-12-01T10:49:15.9204663Z adding: test/test-reports/python-unittest/test_torch/TEST-TestVitalSignsCudaCPU-20221201104712.xml (deflated 42%) 2022-12-01T10:49:15.9205631Z adding: test/test-reports/python-unittest/test_indexing/TEST-NumpyTestsCPU-20221201104734.xml (deflated 80%) 2022-12-01T10:49:15.9206986Z adding: test/test-reports/python-unittest/test_indexing/TEST-TestIndexingCPU-20221201104734.xml (deflated 87%) 2022-12-01T10:49:15.9208018Z adding: test/test-reports/python-unittest/test_fake_tensor/TEST-FakeTensorConstHandling-20221201104736.xml (deflated 78%) 2022-12-01T10:49:15.9209081Z adding: test/test-reports/python-unittest/test_fake_tensor/TEST-FakeTensorConverterTest-20221201104736.xml (deflated 80%) 2022-12-01T10:49:15.9210313Z adding: test/test-reports/python-unittest/test_fake_tensor/TEST-FakeTensorOperatorInvariants-20221201104736.xml (deflated 59%) 2022-12-01T10:49:15.9211316Z adding: test/test-reports/python-unittest/test_fake_tensor/TEST-FakeTensorTest-20221201104736.xml (deflated 87%) 2022-12-01T10:49:15.9212337Z adding: test/test-reports/python-unittest/test_jit_cuda_fuser/TEST-TestEnableDisableCudaFuser-20221201104739.xml (deflated 68%) 2022-12-01T10:49:15.9213408Z adding: test/test-reports/python-unittest/test_jit_cuda_fuser/TEST-jit.test_fuser_common.TestFuserCommon-20221201104739.xml (deflated 48%) 2022-12-01T10:49:15.9215197Z adding: test/test-reports/python-unittest/test_jit_cuda_fuser/TEST-TestCudaFuser-20221201104739.xml (deflated 93%) 2022-12-01T10:49:15.9217831Z adding: test/test-reports/python-unittest/test_tensor_creation_ops/TEST-TestAsArrayCPU-20221201104742.xml (deflated 95%) 2022-12-01T10:49:15.9219584Z adding: test/test-reports/python-unittest/test_tensor_creation_ops/TEST-TestBufferProtocolCPU-20221201104742.xml (deflated 95%) 2022-12-01T10:49:15.9220715Z adding: test/test-reports/python-unittest/test_tensor_creation_ops/TEST-TestLikeTensorCreationCPU-20221201104742.xml (deflated 76%) 2022-12-01T10:49:15.9221851Z adding: test/test-reports/python-unittest/test_tensor_creation_ops/TEST-TestRandomTensorCreationCPU-20221201104742.xml (deflated 84%) 2022-12-01T10:49:15.9227462Z adding: test/test-reports/python-unittest/test_tensor_creation_ops/TEST-TestTensorCreationCPU-20221201104742.xml (deflated 93%) 2022-12-01T10:49:15.9244442Z adding: test/test-reports/python-unittest/test_cpp_api_parity/TEST-TestCppApiParity-20221201104842.xml (deflated 96%) 2022-12-01T10:49:15.9245515Z adding: test/test-reports/python-unittest/test_namedtuple_return_api/TEST-TestNamedTupleAPI-20221201104850.xml (deflated 77%) 2022-12-01T10:49:15.9246560Z adding: test/test-reports/python-unittest/test_jit_disabled/TEST-TestJitDisabled-20221201104853.xml (deflated 59%) 2022-12-01T10:49:15.9247538Z adding: test/test-reports/python-unittest/test_multiprocessing_spawn/TEST-ErrorTest-20221201104855.xml (deflated 40%) 2022-12-01T10:49:15.9248491Z adding: test/test-reports/python-unittest/test_multiprocessing_spawn/TEST-ForkTest-20221201104855.xml (deflated 85%) 2022-12-01T10:49:15.9249444Z adding: test/test-reports/python-unittest/test_multiprocessing_spawn/TEST-SpawnTest-20221201104855.xml (deflated 87%) 2022-12-01T10:49:15.9250417Z adding: test/test-reports/python-unittest/test_show_pickle/TEST-TestShowPickle-20221201104856.xml (deflated 39%) 2022-12-01T10:49:15.9419724Z adding: test/test-reports/python-pytest/test_ops/test_ops-a3db1487544b856a.xml (deflated 96%) 2022-12-01T10:49:15.9590721Z adding: test/test-reports/python-pytest/test_ops/test_ops-3597f73739279c77.xml (deflated 96%) 2022-12-01T10:49:15.9591595Z adding: test/test-reports/python-pytest/test_ops/test_ops-9e8072289e224e0e.xml (deflated 88%) 2022-12-01T10:49:15.9614114Z ##[group]Run # Remove any previous test reports if they exist 2022-12-01T10:49:15.9614504Z # Remove any previous test reports if they exist 2022-12-01T10:49:15.9614747Z rm -f usage-log-*.zip 2022-12-01T10:49:15.9615029Z # this workflow is also run in bazel build test, but we dont generate usage reports for it 2022-12-01T10:49:15.9615328Z # so check to see if the file exists first 2022-12-01T10:49:15.9615544Z if [ -f 'usage_log.txt' ]; then 2022-12-01T10:49:15.9615799Z  zip "usage-log-${FILE_SUFFIX}.zip" 'usage_log.txt' 2022-12-01T10:49:15.9616036Z fi 2022-12-01T10:49:15.9627788Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:49:15.9628019Z env: 2022-12-01T10:49:15.9628201Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:49:15.9628438Z FILE_SUFFIX: test-crossref-1-2-linux.2xlarge_9818359164 2022-12-01T10:49:15.9628665Z ##[endgroup] 2022-12-01T10:49:15.9897686Z adding: usage_log.txt (deflated 97%) 2022-12-01T10:49:15.9945016Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-12-01T10:49:15.9945318Z with: 2022-12-01T10:49:15.9945511Z s3-prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T10:49:15.9945731Z retention-days: 14 2022-12-01T10:49:15.9945928Z if-no-files-found: warn 2022-12-01T10:49:15.9946116Z path: test-jsons-*.zip 2022-12-01T10:49:15.9946303Z name: artifact 2022-12-01T10:49:15.9946486Z s3-bucket: gha-artifacts 2022-12-01T10:49:15.9946666Z region: us-east-1 2022-12-01T10:49:15.9946829Z env: 2022-12-01T10:49:15.9947004Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:49:15.9947172Z ##[endgroup] 2022-12-01T10:49:16.3641850Z NOTE: s3-prefix specified, ignoring name parameter 2022-12-01T10:49:16.3642376Z With the provided path, there will be 1 file uploaded 2022-12-01T10:49:16.3642782Z Uploading to s3 prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T10:49:16.3681620Z Starting upload of test-jsons-test-crossref-1-2-linux.2xlarge_9818359164.zip 2022-12-01T10:49:16.4609890Z Finished upload of test-jsons-test-crossref-1-2-linux.2xlarge_9818359164.zip 2022-12-01T10:49:16.4748001Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-12-01T10:49:16.4748224Z with: 2022-12-01T10:49:16.4748419Z s3-prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T10:49:16.4748649Z retention-days: 14 2022-12-01T10:49:16.4748848Z if-no-files-found: error 2022-12-01T10:49:16.4749043Z path: test-reports-*.zip 2022-12-01T10:49:16.4749235Z name: artifact 2022-12-01T10:49:16.4749416Z s3-bucket: gha-artifacts 2022-12-01T10:49:16.4749590Z region: us-east-1 2022-12-01T10:49:16.4749759Z env: 2022-12-01T10:49:16.4749938Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:49:16.4750113Z ##[endgroup] 2022-12-01T10:49:16.8152748Z NOTE: s3-prefix specified, ignoring name parameter 2022-12-01T10:49:16.8153207Z With the provided path, there will be 1 file uploaded 2022-12-01T10:49:16.8153534Z Uploading to s3 prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T10:49:16.8160325Z Starting upload of test-reports-test-crossref-1-2-linux.2xlarge_9818359164.zip 2022-12-01T10:49:16.9927590Z Finished upload of test-reports-test-crossref-1-2-linux.2xlarge_9818359164.zip 2022-12-01T10:49:17.0061887Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-12-01T10:49:17.0062113Z with: 2022-12-01T10:49:17.0062535Z s3-prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T10:49:17.0062759Z retention-days: 14 2022-12-01T10:49:17.0062950Z if-no-files-found: ignore 2022-12-01T10:49:17.0079392Z path: usage-log-*.zip 2022-12-01T10:49:17.0079597Z name: artifact 2022-12-01T10:49:17.0079772Z s3-bucket: gha-artifacts 2022-12-01T10:49:17.0079968Z region: us-east-1 2022-12-01T10:49:17.0080139Z env: 2022-12-01T10:49:17.0080301Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:49:17.0080483Z ##[endgroup] 2022-12-01T10:49:17.3545568Z NOTE: s3-prefix specified, ignoring name parameter 2022-12-01T10:49:17.3546121Z With the provided path, there will be 1 file uploaded 2022-12-01T10:49:17.3546816Z Uploading to s3 prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T10:49:17.3554880Z Starting upload of usage-log-test-crossref-1-2-linux.2xlarge_9818359164.zip 2022-12-01T10:49:17.4832530Z Finished upload of usage-log-test-crossref-1-2-linux.2xlarge_9818359164.zip 2022-12-01T10:49:17.4977133Z ##[group]Run set -x 2022-12-01T10:49:17.4977355Z set -x 2022-12-01T10:49:17.4977579Z python3 -m pip install -r requirements.txt 2022-12-01T10:49:17.4977818Z python3 -m pip install boto3==1.19.12 2022-12-01T10:49:17.4978120Z python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-12-01T10:49:17.4989917Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:49:17.4990146Z env: 2022-12-01T10:49:17.4990322Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:49:17.4990514Z AWS_DEFAULT_REGION: us-east-1 2022-12-01T10:49:17.4990711Z BRANCH: pull/89997 2022-12-01T10:49:17.4990892Z TEST_CONFIG: crossref 2022-12-01T10:49:17.4991059Z SHARD_NUMBER: 1 2022-12-01T10:49:17.4991275Z BUILD_ENVIRONMENT: linux-bionic-py3.7-clang9 2022-12-01T10:49:17.4991583Z PR_NUMBER: 89997 2022-12-01T10:49:17.4991756Z PYTORCH_RETRY_TEST_CASES: 1 2022-12-01T10:49:17.4991963Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-12-01T10:49:17.4992234Z SHA1: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:49:17.4992421Z TAG: 2022-12-01T10:49:17.4992587Z WORKFLOW_ID: 3591403534 2022-12-01T10:49:17.4992919Z GITHUB_TOKEN: *** 2022-12-01T10:49:17.4993108Z GHA_WORKFLOW_JOB_ID: 9818359164 2022-12-01T10:49:17.4993281Z ##[endgroup] 2022-12-01T10:49:17.5019025Z + python3 -m pip install -r requirements.txt 2022-12-01T10:49:17.7228890Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T10:49:17.7497677Z 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:49:17.7523296Z 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:49:17.7531726Z 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:49:17.7541315Z 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:49:17.7906136Z 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:49:17.7914497Z 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:49:17.7991808Z 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:49:17.7999322Z 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:49:17.8228669Z Requirement already satisfied: setuptools in /usr/lib/python3.7/site-packages (from -r requirements.txt (line 10)) (49.1.3) 2022-12-01T10:49:17.8397419Z 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:49:17.8406590Z 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:49:17.8412186Z 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:49:17.8422102Z 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:49:17.8443342Z 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:49:17.8459705Z 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:49:17.8470160Z 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:49:17.8491271Z 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:49:17.8739053Z 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:49:17.8751966Z 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:49:17.8771102Z 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:49:17.8779426Z 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:49:17.8933531Z 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:49:17.9808015Z + python3 -m pip install boto3==1.19.12 2022-12-01T10:49:18.1948126Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T10:49:18.2134466Z Requirement already satisfied: boto3==1.19.12 in /home/ec2-user/.local/lib/python3.7/site-packages (1.19.12) 2022-12-01T10:49:18.2185009Z 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:49:18.2227701Z 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:49:18.2264110Z 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:49:18.2276265Z 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:49:18.2296281Z 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:49:18.2452687Z 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:49:18.4351010Z + python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-12-01T10:50:00.2461511Z [scribe] Scribe access token not provided, sending report via boto3... 2022-12-01T10:50:00.2462992Z ERROR ENCOUNTERED WHEN UPLOADING TO SCRIBE: {"errorType":"Runtime.ExitError","errorMessage":"RequestId: b2fc237b-2cf5-4cfe-bc4c-37159ba09a63 Error: Runtime exited with error: signal: killed"} 2022-12-01T10:50:00.2463542Z 2022-12-01T10:50:00.2464813Z ----- Historic stats comparison result ------ 2022-12-01T10:50:00.2465091Z 2022-12-01T10:50:00.2465268Z job: linux-bionic-py3.7-clang9 2022-12-01T10:50:00.2465523Z commit: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:50:00.2465675Z 2022-12-01T10:50:00.2465823Z Commit graph (base is most recent master ancestor with at least one S3 report): 2022-12-01T10:50:00.2466000Z 2022-12-01T10:50:00.2466056Z : (master) 2022-12-01T10:50:00.2466225Z | 2022-12-01T10:50:00.2468807Z | * c13d400bff (HEAD) total time 4078.47s 2022-12-01T10:50:00.2469152Z | | 2022-12-01T10:50:00.2469398Z | : (59 commits) 2022-12-01T10:50:00.2469586Z |/ 2022-12-01T10:50:00.2470382Z * 67eb2d5952 (base) 16 reports, total time 4344.22s ± 602.80s 2022-12-01T10:50:00.2471207Z * 1c5ca724f4 8 reports, total time 4368.61s ± 616.59s 2022-12-01T10:50:00.2471690Z * 9d6109c4b0 8 reports, total time 4383.64s ± 695.73s 2022-12-01T10:50:00.2472222Z * 736adc0808 8 reports, total time 4306.63s ± 637.14s 2022-12-01T10:50:00.2472796Z * a348975e00 8 reports, total time 4289.15s ± 623.87s 2022-12-01T10:50:00.2473320Z * db13049b88 8 reports, total time 4387.24s ± 674.56s 2022-12-01T10:50:00.2473858Z * d07b85393a 8 reports, total time 4300.86s ± 637.56s 2022-12-01T10:50:00.2474324Z * ac25c210e5 8 reports, total time 4257.12s ± 662.22s 2022-12-01T10:50:00.2474635Z * 2355b6256b 8 reports, total time 4350.11s ± 742.08s 2022-12-01T10:50:00.2475813Z * 4f95f7ae9b 8 reports, total time 4359.00s ± 715.95s 2022-12-01T10:50:00.2476149Z | 2022-12-01T10:50:00.2476302Z : 2022-12-01T10:50:00.2476395Z 2022-12-01T10:50:00.2476513Z Removed (across 534 suites) 0 tests, totaling 0.00s 2022-12-01T10:50:00.2476819Z Modified (across 0 suites) 0 tests, totaling 0.00s 2022-12-01T10:50:00.2477069Z Added (across 201 suites) 61810 tests, totaling +4078.47s 2022-12-01T10:50:00.3817274Z ##[group]Run pytorch/test-infra/.github/actions/teardown-linux@main 2022-12-01T10:50:00.3817511Z with: 2022-12-01T10:50:00.3817665Z env: 2022-12-01T10:50:00.3818068Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:50:00.3818245Z ##[endgroup] 2022-12-01T10:50:00.3833466Z ##[group]Run set -eou pipefail 2022-12-01T10:50:00.3833696Z set -eou pipefail 2022-12-01T10:50:00.3833881Z  2022-12-01T10:50:00.3834123Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2022-12-01T10:50:00.3834361Z for _ in $(seq 1440); do 2022-12-01T10:50:00.3834581Z  # Break if no ssh session exists anymore 2022-12-01T10:50:00.3834814Z  if [ "$(who)" = "" ]; then 2022-12-01T10:50:00.3834984Z  break 2022-12-01T10:50:00.3835149Z  fi 2022-12-01T10:50:00.3835315Z  echo "." 2022-12-01T10:50:00.3835473Z  sleep 5 2022-12-01T10:50:00.3835643Z done 2022-12-01T10:50:00.3847388Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:50:00.3847598Z env: 2022-12-01T10:50:00.3847778Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:50:00.3847969Z ##[endgroup] 2022-12-01T10:50:00.3872377Z Holding runner for 2 hours until all ssh sessions have logged out 2022-12-01T10:50:00.3953096Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2022-12-01T10:50:00.3953410Z # ignore expansion of "docker ps -q" since it could be empty 2022-12-01T10:50:00.3953664Z # shellcheck disable=SC2046 2022-12-01T10:50:00.3953891Z docker stop $(docker ps -q) || true 2022-12-01T10:50:00.3954115Z # Prune all of the docker images 2022-12-01T10:50:00.3954330Z docker system prune -af 2022-12-01T10:50:00.3965024Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:50:00.3965227Z env: 2022-12-01T10:50:00.3965404Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:50:00.3965591Z ##[endgroup] 2022-12-01T10:50:00.7874398Z b074e9cb0d13 2022-12-01T10:50:01.9405343Z Deleted Containers: 2022-12-01T10:50:01.9405663Z b074e9cb0d131167e7a4716028dc6b8a97f706cfc06fa3c350a9da2eb93f9352 2022-12-01T10:50:01.9405870Z 2022-12-01T10:50:08.8746098Z Deleted Images: 2022-12-01T10:50:08.8747179Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:50:08.8748275Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9@sha256:922efd3e5de9c9bb7c8bbf26292cfc402e4fe496007343b3cdeaa900d9eba7e5 2022-12-01T10:50:08.8749337Z deleted: sha256:79a24f7e31ea76d2ddb469f649fa8ec153a9d95b2910eec865272f9fe1492257 2022-12-01T10:50:08.8749962Z deleted: sha256:c1d569b3b7aecb26b66d2051263ba61aa46d8254055f1adf855c83dbb4f8177e 2022-12-01T10:50:08.8750527Z deleted: sha256:b8d1f473f6b1a07bef17d41165749de9fb5f8e8395202d332380a5b0fd997c19 2022-12-01T10:50:08.8751072Z deleted: sha256:a5cb4f755e86e80ca35205044b67fa63e5ac77b04cfc8348f771ceb9436c387e 2022-12-01T10:50:08.8751576Z deleted: sha256:73294294aa551e90351c3f45afd3d2e7e5e835f2b89c4f4a54c0aa134927ef42 2022-12-01T10:50:08.8752144Z deleted: sha256:34e926883150ec25ea7c9fed4cf7134ed64ed3aded69be083ab67cd3d1fe3b22 2022-12-01T10:50:08.8752472Z deleted: sha256:9395b567cb7b0287051b1d4451ebdde9d49f7727c3542af86e069716aa8b54bd 2022-12-01T10:50:08.8752797Z deleted: sha256:f9b817c00a1eb2074cdc73be7036aa71903b9dd31b070ed1a8fd3bc83fe1f1c3 2022-12-01T10:50:08.8753118Z deleted: sha256:5f5263c972513f67380da1bb4742be6dfb0b94d6d13aae0dc4d92ee49982623d 2022-12-01T10:50:08.8753438Z deleted: sha256:e20f49fc9f7135cc00b1f14769005c0130d254bd77d6b45c4ffd82092970a61d 2022-12-01T10:50:08.8753923Z deleted: sha256:98bb35f2f25e123f8755850a597499d23d3bf69ebbd0550a2c63477230be9ad1 2022-12-01T10:50:08.8754235Z deleted: sha256:38bc8e029ea774f88f232199b0dc38de373eac8b8520cf79887770480a568f12 2022-12-01T10:50:08.8754547Z deleted: sha256:0c9d68da477ec4c1c4f820d38da29f670a13f302a786b658b8aa0bf19b4e74b9 2022-12-01T10:50:08.8754937Z deleted: sha256:de8381314e3c72a427c188391df2123b817e95cee6f9f23d305b339ac9146f32 2022-12-01T10:50:08.8755268Z deleted: sha256:db0c2f0622bb771b624fec24e3e6b5f5f8bab84856c9d9051b86ee05cc076a80 2022-12-01T10:50:08.8755594Z deleted: sha256:ff884857a18ee01e3feccefb595b4dd622234c596629ba5daf3b62c9d50300fa 2022-12-01T10:50:08.8755937Z deleted: sha256:b765a86d0d36e58eacff6a38035b439ed07f4da10883e6e493eccfcd6ead6d48 2022-12-01T10:50:08.8756279Z deleted: sha256:2aab29bd8781d5d23cebf9dbf11cc74f867446211f347d20dfb0b32fc00d9cd3 2022-12-01T10:50:08.8756619Z deleted: sha256:50daa08a8d7f4c2083950c4b15b8da1e93490cdb0c734ef4ee9c8f23291a7adc 2022-12-01T10:50:08.8756945Z deleted: sha256:1b368af574c7caffa7731ac85cf239cd9a14b139e0d6c1e0fc5e71d50dc4d344 2022-12-01T10:50:08.8757263Z deleted: sha256:4206e3489e5b3632c718576fff1e400372c840fd417039cea9e944b75497bf08 2022-12-01T10:50:08.8757565Z deleted: sha256:f784048f6bd235ddf4001431cf88df9675417b4e5f832f209fd973186ac7ffb8 2022-12-01T10:50:08.8757864Z deleted: sha256:d6767ca63dc41041eba27401089df893b90b9841424a897644ec78f085f0d40d 2022-12-01T10:50:08.8758171Z deleted: sha256:3218be89574e96f52f2aea4029e604aff3e2795320a252319712b12522bc7229 2022-12-01T10:50:08.8758478Z deleted: sha256:954f56c0d913b9c5becd97962377d7f0f215a31513f9a8469ea5d7f0caff0ebc 2022-12-01T10:50:08.8758798Z deleted: sha256:3f6cd1c07e1e1acc188167f8a8346baa43629131598d32c25e88b16c68cde384 2022-12-01T10:50:08.8759110Z deleted: sha256:30b8e6ee746b07a34fd5b2abeecda5c213f061608c44cb99699a7b793bd3be06 2022-12-01T10:50:08.8759428Z deleted: sha256:3fac8601bb971ee954e5207c26cd9a525d824d199936d3067f496b104221ab8a 2022-12-01T10:50:08.8759740Z deleted: sha256:dce0e4b15443704b78e12423c9d06617816593efe7456cf6ebbf1c7f7195feb8 2022-12-01T10:50:08.8760040Z deleted: sha256:8826855eef42ed86a5f5314bf9091142c896deb6b5ce84a5b18e01449485add7 2022-12-01T10:50:08.8760353Z deleted: sha256:b1b20323ce7a57c1b0bb7df881729d2097da70333c4d75280cf16c5389524eee 2022-12-01T10:50:08.8760696Z deleted: sha256:3a2a0641bbe358dc4c43721ae2d1fcbced6f27bb21aaabb04b6c48cecd650264 2022-12-01T10:50:08.8761046Z deleted: sha256:c7d16d72c5135cbfe8a095ea4b22bf302e588c2f8cbfb62652b6bfb5bc9cb89d 2022-12-01T10:50:08.8761372Z deleted: sha256:53d60ffb16275ba27ed95350c9dc8d3a12435b79d7cdc607e5bba1cf55d033b3 2022-12-01T10:50:08.8761703Z deleted: sha256:4c8e1046b14da7434bbd85a3efb84aed4f77d58448a8eb954f912ea7439b8398 2022-12-01T10:50:08.8762042Z deleted: sha256:2e6d07ac4b56ac9f969c192fbc6a733ef64b3d61a919f6035d7a88a1032825f9 2022-12-01T10:50:08.8762512Z deleted: sha256:aaa58be2bca6711fbdee68a82fccc8d2a857adf01cbff301de48b134d1a1c53c 2022-12-01T10:50:08.8762859Z deleted: sha256:90ad95c0244327c7d331dc6683f09a8edb0f0d8fbd168d74b5bb87753632d940 2022-12-01T10:50:08.8763196Z deleted: sha256:bd2551cd8fb15cddac03cf796de0f4dc50a18d4452b3010aec6e7b050fab0763 2022-12-01T10:50:08.8763575Z deleted: sha256:19e5912baecc223a7ff2bae2ba2f39cfa0807a55d70dbfe58ec8b1912fab0188 2022-12-01T10:50:08.8763982Z deleted: sha256:05484cdf1d2861150ef4aaf43fbf559ca34cabbb13968426a5abef11ab23d1bd 2022-12-01T10:50:08.8764307Z deleted: sha256:3556ba7424916f2c82acd7176796afd41ac6cb681708afbb270b9600f9fcb391 2022-12-01T10:50:08.8764630Z deleted: sha256:58bb967b9a729ff18f0a86ea843576bbb52aa19f2c41f694968b5cd715a8fbfe 2022-12-01T10:50:08.8764960Z deleted: sha256:59da41a45f6ebe58e9f3c2fe43045ca9b2d38e6da1f1c9e4390661120e5cee87 2022-12-01T10:50:08.8765265Z deleted: sha256:5169db1033603d85faa2082fb4b3403266667e3cad6011b4225c1a6c70bd22b6 2022-12-01T10:50:08.8765585Z deleted: sha256:102f3bcf5fc3d2c8828eef77f76f6df15e689786e47e32ddf4fb9c66f2cb2244 2022-12-01T10:50:08.8765930Z deleted: sha256:b6710aa3fc59b7c040affd08cd1c8f830f798640d0e74c1a6d22aac7bde5457b 2022-12-01T10:50:08.8766311Z deleted: sha256:1dbdb809e34385f466c8c07b42b579c3a1a37328e9784711935767c2c22ad45b 2022-12-01T10:50:08.8766639Z deleted: sha256:65dcce4b17a2e2d1505d7e43d0e01c177e181edeb26eae0939dfa1b2a1bba436 2022-12-01T10:50:08.8766989Z deleted: sha256:ed29ce5a82fc41f80d7102a811caf8edb4b603e341dc93abeab20be416a24b82 2022-12-01T10:50:08.8767365Z deleted: sha256:eb96cee48d24538d27fcc550215a1504b81adb9f00c47440903d3d31d1e67af7 2022-12-01T10:50:08.8767687Z deleted: sha256:68760763eeef0724af8299c9deb7d9de30e499f135c7b3f0895a7029413293cc 2022-12-01T10:50:08.8767998Z deleted: sha256:246fc786d598762a4ca4f0e6f928ee5e302c5f13c6d54479f7a2490b7fb38399 2022-12-01T10:50:08.8768314Z deleted: sha256:0e6324cf2caf938f920029d04ca7be2a1d8e92c45b96d06fbe181804d5ef4753 2022-12-01T10:50:08.8768625Z deleted: sha256:e81d92d13eb3796fa8fd81c39ace9912298626127c1bd7474e33996ae722551b 2022-12-01T10:50:08.8768947Z deleted: sha256:a87447cf297ce78b3862b5f06f0d0cecf33d7942e9e7961af6d6c7d33810e207 2022-12-01T10:50:08.8769268Z deleted: sha256:62b622b3c836ed8412284519a95af3f142ac092907fc500bfc0d151f5aefbc71 2022-12-01T10:50:08.8769568Z deleted: sha256:7483f6f6a6b20181363d9d7a18bbdda1456076546c6ade3743e11aa88bc0b4df 2022-12-01T10:50:08.8769934Z deleted: sha256:5c11a32947ebcca61a6b4ecf994f9500945bcc2de9260e1c54a6965b28815199 2022-12-01T10:50:08.8770374Z deleted: sha256:06de1668ed6941daa526133c98f207de07d8389bffe0b408bfe66d1a92347170 2022-12-01T10:50:08.8770720Z deleted: sha256:4a641e21953d4161b38a01933802b61ad314880fc6a93e8667dd210846fe7071 2022-12-01T10:50:08.8770884Z 2022-12-01T10:50:08.8770970Z Total reclaimed space: 10.5GB 2022-12-01T10:50:08.8852864Z Post job cleanup. 2022-12-01T10:50:08.8925489Z Post job cleanup. 2022-12-01T10:50:09.0019444Z [command]/usr/bin/git version 2022-12-01T10:50:09.0061382Z git version 2.37.1 2022-12-01T10:50:09.0100684Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/15916057-a53d-4e7b-b0cc-c071b906a13e' before making global git config changes 2022-12-01T10:50:09.0101302Z Adding repository directory to the temporary git global config as a safe directory 2022-12-01T10:50:09.0105674Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:50:09.0146542Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-12-01T10:50:09.0178455Z [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:50:09.0553291Z Entering 'android/libs/fbjni' 2022-12-01T10:50:09.0593406Z Entering 'third_party/FP16' 2022-12-01T10:50:09.0633831Z Entering 'third_party/FXdiv' 2022-12-01T10:50:09.0676125Z Entering 'third_party/NNPACK' 2022-12-01T10:50:09.0716824Z Entering 'third_party/QNNPACK' 2022-12-01T10:50:09.0757510Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:50:09.0793035Z Entering 'third_party/XNNPACK' 2022-12-01T10:50:09.0874379Z Entering 'third_party/benchmark' 2022-12-01T10:50:09.0917381Z Entering 'third_party/cpuinfo' 2022-12-01T10:50:09.0962542Z Entering 'third_party/cub' 2022-12-01T10:50:09.1005986Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:50:09.1050140Z Entering 'third_party/cutlass' 2022-12-01T10:50:09.1093687Z Entering 'third_party/eigen' 2022-12-01T10:50:09.1143163Z Entering 'third_party/fbgemm' 2022-12-01T10:50:09.1195904Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:50:09.1244214Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:50:09.1300759Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:50:09.1358905Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:50:09.1398975Z Entering 'third_party/flatbuffers' 2022-12-01T10:50:09.1437964Z Entering 'third_party/fmt' 2022-12-01T10:50:09.1480816Z Entering 'third_party/foxi' 2022-12-01T10:50:09.1520039Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:50:09.1562471Z Entering 'third_party/gloo' 2022-12-01T10:50:09.1604115Z Entering 'third_party/googletest' 2022-12-01T10:50:09.1648311Z Entering 'third_party/ideep' 2022-12-01T10:50:09.1710807Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:50:09.1799856Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:50:09.1868817Z Entering 'third_party/ios-cmake' 2022-12-01T10:50:09.1909782Z Entering 'third_party/ittapi' 2022-12-01T10:50:09.1943978Z Entering 'third_party/kineto' 2022-12-01T10:50:09.1977603Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:50:09.2014802Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:50:09.2051798Z Entering 'third_party/nccl/nccl' 2022-12-01T10:50:09.2090668Z Entering 'third_party/neon2sse' 2022-12-01T10:50:09.2129902Z Entering 'third_party/nlohmann' 2022-12-01T10:50:09.2166432Z Entering 'third_party/onnx' 2022-12-01T10:50:09.2276999Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:50:09.2337208Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:50:09.2377140Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:50:09.2414993Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:50:09.2458552Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:50:09.2495869Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:50:09.2530279Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:50:09.2570173Z Entering 'third_party/pocketfft' 2022-12-01T10:50:09.2605420Z Entering 'third_party/protobuf' 2022-12-01T10:50:09.2657633Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:50:09.2692194Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:50:09.2728319Z Entering 'third_party/psimd' 2022-12-01T10:50:09.2764422Z Entering 'third_party/pthreadpool' 2022-12-01T10:50:09.2799547Z Entering 'third_party/pybind11' 2022-12-01T10:50:09.2836580Z Entering 'third_party/python-enum' 2022-12-01T10:50:09.2873905Z Entering 'third_party/python-peachpy' 2022-12-01T10:50:09.2911000Z Entering 'third_party/python-six' 2022-12-01T10:50:09.2948540Z Entering 'third_party/sleef' 2022-12-01T10:50:09.2985362Z Entering 'third_party/tbb' 2022-12-01T10:50:09.3025248Z Entering 'third_party/tensorpipe' 2022-12-01T10:50:09.3063314Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:50:09.3100267Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:50:09.3138345Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:50:09.3177478Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:50:09.3210767Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:50:09.3246856Z Entering 'third_party/zstd' 2022-12-01T10:50:09.3294784Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-12-01T10:50:09.3324067Z http.https://github.com/.extraheader 2022-12-01T10:50:09.3332222Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2022-12-01T10:50:09.3365073Z [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:50:09.3619962Z Entering 'android/libs/fbjni' 2022-12-01T10:50:09.3642055Z http.https://github.com/.extraheader 2022-12-01T10:50:09.3668789Z Entering 'third_party/FP16' 2022-12-01T10:50:09.3688414Z http.https://github.com/.extraheader 2022-12-01T10:50:09.3715825Z Entering 'third_party/FXdiv' 2022-12-01T10:50:09.3736209Z http.https://github.com/.extraheader 2022-12-01T10:50:09.3762376Z Entering 'third_party/NNPACK' 2022-12-01T10:50:09.3782663Z http.https://github.com/.extraheader 2022-12-01T10:50:09.3809225Z Entering 'third_party/QNNPACK' 2022-12-01T10:50:09.3829673Z http.https://github.com/.extraheader 2022-12-01T10:50:09.3855777Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:50:09.3876332Z http.https://github.com/.extraheader 2022-12-01T10:50:09.3902777Z Entering 'third_party/XNNPACK' 2022-12-01T10:50:09.3923722Z http.https://github.com/.extraheader 2022-12-01T10:50:09.3961308Z Entering 'third_party/benchmark' 2022-12-01T10:50:09.3981348Z http.https://github.com/.extraheader 2022-12-01T10:50:09.4008208Z Entering 'third_party/cpuinfo' 2022-12-01T10:50:09.4029154Z http.https://github.com/.extraheader 2022-12-01T10:50:09.4060571Z Entering 'third_party/cub' 2022-12-01T10:50:09.4082194Z http.https://github.com/.extraheader 2022-12-01T10:50:09.4109548Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:50:09.4129905Z http.https://github.com/.extraheader 2022-12-01T10:50:09.4164480Z Entering 'third_party/cutlass' 2022-12-01T10:50:09.4184972Z http.https://github.com/.extraheader 2022-12-01T10:50:09.4218398Z Entering 'third_party/eigen' 2022-12-01T10:50:09.4239566Z http.https://github.com/.extraheader 2022-12-01T10:50:09.4269725Z Entering 'third_party/fbgemm' 2022-12-01T10:50:09.4290233Z http.https://github.com/.extraheader 2022-12-01T10:50:09.4318754Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:50:09.4339802Z http.https://github.com/.extraheader 2022-12-01T10:50:09.4366218Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:50:09.4386727Z http.https://github.com/.extraheader 2022-12-01T10:50:09.4413236Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:50:09.4433239Z http.https://github.com/.extraheader 2022-12-01T10:50:09.4459237Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:50:09.4479648Z http.https://github.com/.extraheader 2022-12-01T10:50:09.4507614Z Entering 'third_party/flatbuffers' 2022-12-01T10:50:09.4528113Z http.https://github.com/.extraheader 2022-12-01T10:50:09.4555970Z Entering 'third_party/fmt' 2022-12-01T10:50:09.4576137Z http.https://github.com/.extraheader 2022-12-01T10:50:09.4603884Z Entering 'third_party/foxi' 2022-12-01T10:50:09.4623705Z http.https://github.com/.extraheader 2022-12-01T10:50:09.4650244Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:50:09.4669780Z http.https://github.com/.extraheader 2022-12-01T10:50:09.4703225Z Entering 'third_party/gloo' 2022-12-01T10:50:09.4723923Z http.https://github.com/.extraheader 2022-12-01T10:50:09.4749943Z Entering 'third_party/googletest' 2022-12-01T10:50:09.4770382Z http.https://github.com/.extraheader 2022-12-01T10:50:09.4795702Z Entering 'third_party/ideep' 2022-12-01T10:50:09.4816074Z http.https://github.com/.extraheader 2022-12-01T10:50:09.4841214Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:50:09.4860578Z http.https://github.com/.extraheader 2022-12-01T10:50:09.4888644Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:50:09.4908570Z http.https://github.com/.extraheader 2022-12-01T10:50:09.4940886Z Entering 'third_party/ios-cmake' 2022-12-01T10:50:09.4961361Z http.https://github.com/.extraheader 2022-12-01T10:50:09.4987217Z Entering 'third_party/ittapi' 2022-12-01T10:50:09.5006633Z http.https://github.com/.extraheader 2022-12-01T10:50:09.5032646Z Entering 'third_party/kineto' 2022-12-01T10:50:09.5051920Z http.https://github.com/.extraheader 2022-12-01T10:50:09.5077838Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:50:09.5097421Z http.https://github.com/.extraheader 2022-12-01T10:50:09.5123420Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:50:09.5143619Z http.https://github.com/.extraheader 2022-12-01T10:50:09.5171653Z Entering 'third_party/nccl/nccl' 2022-12-01T10:50:09.5192157Z http.https://github.com/.extraheader 2022-12-01T10:50:09.5217897Z Entering 'third_party/neon2sse' 2022-12-01T10:50:09.5237877Z http.https://github.com/.extraheader 2022-12-01T10:50:09.5264558Z Entering 'third_party/nlohmann' 2022-12-01T10:50:09.5284906Z http.https://github.com/.extraheader 2022-12-01T10:50:09.5312973Z Entering 'third_party/onnx' 2022-12-01T10:50:09.5332588Z http.https://github.com/.extraheader 2022-12-01T10:50:09.5370993Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:50:09.5392726Z http.https://github.com/.extraheader 2022-12-01T10:50:09.5424725Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:50:09.5444439Z http.https://github.com/.extraheader 2022-12-01T10:50:09.5474075Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:50:09.5493568Z http.https://github.com/.extraheader 2022-12-01T10:50:09.5519106Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:50:09.5538777Z http.https://github.com/.extraheader 2022-12-01T10:50:09.5569123Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:50:09.5588781Z http.https://github.com/.extraheader 2022-12-01T10:50:09.5621838Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:50:09.5642008Z http.https://github.com/.extraheader 2022-12-01T10:50:09.5671559Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:50:09.5691274Z http.https://github.com/.extraheader 2022-12-01T10:50:09.5722558Z Entering 'third_party/pocketfft' 2022-12-01T10:50:09.5742829Z http.https://github.com/.extraheader 2022-12-01T10:50:09.5775916Z Entering 'third_party/protobuf' 2022-12-01T10:50:09.5795754Z http.https://github.com/.extraheader 2022-12-01T10:50:09.5831277Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:50:09.5852967Z http.https://github.com/.extraheader 2022-12-01T10:50:09.5887518Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:50:09.5909216Z http.https://github.com/.extraheader 2022-12-01T10:50:09.5943585Z Entering 'third_party/psimd' 2022-12-01T10:50:09.5965462Z http.https://github.com/.extraheader 2022-12-01T10:50:09.5992769Z Entering 'third_party/pthreadpool' 2022-12-01T10:50:09.6013815Z http.https://github.com/.extraheader 2022-12-01T10:50:09.6041489Z Entering 'third_party/pybind11' 2022-12-01T10:50:09.6063475Z http.https://github.com/.extraheader 2022-12-01T10:50:09.6090474Z Entering 'third_party/python-enum' 2022-12-01T10:50:09.6111283Z http.https://github.com/.extraheader 2022-12-01T10:50:09.6139362Z Entering 'third_party/python-peachpy' 2022-12-01T10:50:09.6159228Z http.https://github.com/.extraheader 2022-12-01T10:50:09.6186276Z Entering 'third_party/python-six' 2022-12-01T10:50:09.6206946Z http.https://github.com/.extraheader 2022-12-01T10:50:09.6233230Z Entering 'third_party/sleef' 2022-12-01T10:50:09.6253327Z http.https://github.com/.extraheader 2022-12-01T10:50:09.6279926Z Entering 'third_party/tbb' 2022-12-01T10:50:09.6304329Z http.https://github.com/.extraheader 2022-12-01T10:50:09.6332636Z Entering 'third_party/tensorpipe' 2022-12-01T10:50:09.6353500Z http.https://github.com/.extraheader 2022-12-01T10:50:09.6379851Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:50:09.6401894Z http.https://github.com/.extraheader 2022-12-01T10:50:09.6430827Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:50:09.6451489Z http.https://github.com/.extraheader 2022-12-01T10:50:09.6479227Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:50:09.6498878Z http.https://github.com/.extraheader 2022-12-01T10:50:09.6525523Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:50:09.6545293Z http.https://github.com/.extraheader 2022-12-01T10:50:09.6570922Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:50:09.6591088Z http.https://github.com/.extraheader 2022-12-01T10:50:09.6620232Z Entering 'third_party/zstd' 2022-12-01T10:50:09.6642056Z http.https://github.com/.extraheader 2022-12-01T10:50:09.6881502Z Cleaning up orphan processes